{"_id":"graphql-codegen-core","_rev":"1656-1b91a1de79caacaa3ad91c386a2ceae0","name":"graphql-codegen-core","description":"GraphQL types and code generator based on schema","dist-tags":{"canary":"0.19.0-alpha.80ec87c7","latest":"0.18.2"},"versions":{"0.6.0-alpha.62b22f38":{"name":"graphql-codegen-core","version":"0.6.0-alpha.62b22f38","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"camel-case":"^3.0.0","commander":"^2.10.0","common-tags":"^1.4.0","glob":"^7.1.2","graphql":"^0.10.3","graphql-tools":"^1.0.0","handlebars":"^4.0.10","mkdirp":"^0.5.1","pascal-case":"^2.0.1","request":"^2.81.0"},"devDependencies":{"@types/commander":"^2.9.1","@types/common-tags":"^1.2.5","@types/glob":"^5.0.30","@types/handlebars":"^4.0.33","@types/jest":"^20.0.2","@types/mkdirp":"^0.3.29","@types/node":"7","@types/request":"^0.0.44","conventional-changelog":"^1.1.3","cz-conventional-changelog":"^2.0.0","jest":"^20.0.4","nodemon":"^1.11.0","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.62b22f38","_shasum":"3c33ca5b0d694681e0a80d8362416d6d5b787151","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"3c33ca5b0d694681e0a80d8362416d6d5b787151","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.62b22f38.tgz","integrity":"sha512-iNwUt3CIXdXz4J42U6RGBSNesU+0euLAX/Esr4Xtlvj/MGKD847EUMc/TC7/OQVuCYD8bDXH2+M38AHCCmlCTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDir4dfa7Gg7RQhuVCEn7OsPUamz8DGLyTr0IqFTuc4SwIgBUXp0FhLXhidjlIrUOQ5bnVDp2IllBXhKTwOgAqmFSw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.62b22f38.tgz_1498671345491_0.8565469663590193"},"directories":{}},"0.6.0-alpha.d381584b":{"name":"graphql-codegen-core","version":"0.6.0-alpha.d381584b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"camel-case":"^3.0.0","commander":"^2.10.0","common-tags":"^1.4.0","glob":"^7.1.2","graphql":"^0.10.3","graphql-tools":"^1.0.0","handlebars":"^4.0.10","mkdirp":"^0.5.1","pascal-case":"^2.0.1","request":"^2.81.0"},"devDependencies":{"@types/commander":"^2.9.1","@types/common-tags":"^1.2.5","@types/glob":"^5.0.30","@types/handlebars":"^4.0.33","@types/jest":"^20.0.2","@types/mkdirp":"^0.3.29","@types/node":"7","@types/request":"^0.0.44","conventional-changelog":"^1.1.3","cz-conventional-changelog":"^2.0.0","jest":"^20.0.4","nodemon":"^1.11.0","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.d381584b","_shasum":"a6f588eb5ae52914ad3e42dda8b81b4695d1cc62","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"a6f588eb5ae52914ad3e42dda8b81b4695d1cc62","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.d381584b.tgz","integrity":"sha512-8826xJlLgVx9oqf+lqssBl/9o3Kjvwe8IQWDqrvYE+TVzdlZdri4UlsaTQk5CgW81+HCqP2+oSmrqKO7imDeTg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCF0qd+TOb+KKP1+/PhcDNJHuMsWv2PpKjtP8phw9YCqAIgP0gP4x9eq2sQyDc6ZnwcZjpJTh8whpv7iyxwIRmauxs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.d381584b.tgz_1498672217743_0.16696859407238662"},"directories":{}},"0.6.0-alpha.14ecb322":{"name":"graphql-codegen-core","version":"0.6.0-alpha.14ecb322","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"camel-case":"^3.0.0","commander":"^2.10.0","common-tags":"^1.4.0","glob":"^7.1.2","graphql":"^0.10.3","graphql-tools":"^1.0.0","handlebars":"^4.0.10","mkdirp":"^0.5.1","pascal-case":"^2.0.1","request":"^2.81.0"},"devDependencies":{"@types/commander":"^2.9.1","@types/common-tags":"^1.2.5","@types/glob":"^5.0.30","@types/handlebars":"^4.0.33","@types/jest":"^20.0.2","@types/mkdirp":"^0.3.29","@types/node":"7","@types/request":"^0.0.44","conventional-changelog":"^1.1.3","cz-conventional-changelog":"^2.0.0","jest":"^20.0.4","nodemon":"^1.11.0","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.14ecb322","_shasum":"bffa2f450f510aec50d32a64fc902dae27165daf","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"bffa2f450f510aec50d32a64fc902dae27165daf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.14ecb322.tgz","integrity":"sha512-CvSXVEzwbFP74d0/dOOmUCWkdn8IUVmV9PEx4TBewludvqG1E55B3jUfuIRrjysmuWKPqDzFDAmJmKcqo38Xzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3ZNJyQi6YdEfjphrwbEe84kVFHp58bViM9tZzYABzxQIgJH/s4LDllcm/pEZzI3zwQFZ6MJ8E2qxLPR3qPs7WHBM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.14ecb322.tgz_1498672362721_0.40828114096075296"},"directories":{}},"0.6.0-alpha.afd0ebbc":{"name":"graphql-codegen-core","version":"0.6.0-alpha.afd0ebbc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"camel-case":"^3.0.0","commander":"^2.10.0","common-tags":"^1.4.0","glob":"^7.1.2","graphql":"^0.10.3","graphql-tools":"^1.0.0","handlebars":"^4.0.10","mkdirp":"^0.5.1","pascal-case":"^2.0.1","request":"^2.81.0"},"devDependencies":{"@types/commander":"^2.9.1","@types/common-tags":"^1.2.5","@types/glob":"^5.0.30","@types/handlebars":"^4.0.33","@types/jest":"^20.0.2","@types/mkdirp":"^0.3.29","@types/node":"7","@types/request":"^0.0.44","conventional-changelog":"^1.1.3","cz-conventional-changelog":"^2.0.0","jest":"^20.0.4","nodemon":"^1.11.0","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.afd0ebbc","_shasum":"30ea92cb66154a60a04307927037c25fd81016cf","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"30ea92cb66154a60a04307927037c25fd81016cf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.afd0ebbc.tgz","integrity":"sha512-B5zSWqVFrP4P54QBzsAn/BoF8HBqCI1PMM6uApC+5SvzyjzNp946CLeyqGgbqlAJzAOPd3UwnHoZjBD0y1yjbw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC53Fu0A8HsQZjH/lIF0+U4ssVh9GWSQKYGxdn3jDT+wwIhAPV8i3IikJG950RsPKKAVhsxF06BzGyI6reG0cqC9DDl"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.afd0ebbc.tgz_1498672706192_0.7460257124621421"},"directories":{}},"0.6.0-alpha.65d94de4":{"name":"graphql-codegen-core","version":"0.6.0-alpha.65d94de4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.65d94de4","_shasum":"53ee87d0e08494ec854b63c28f69026b42de0436","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"53ee87d0e08494ec854b63c28f69026b42de0436","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.65d94de4.tgz","integrity":"sha512-VUDH+UX2OQR3H4ecCWZEcOQNjRhd8wrEwVRheby2OdBD0GzCn10cWhtfGgFfFOXVnCPwFPUtKiYFOO/dQXifZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGgASBzvKbqu0zkbAyW/7D5SNX0BWflPkkLJZKYbfNPXAiEA6mkakCYSZ6dW4fwseLio3D7Lt2U/G1PoBTT/y7UGDvU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.65d94de4.tgz_1498678863075_0.6407433489803225"},"directories":{}},"0.6.0-alpha.3744e90e":{"name":"graphql-codegen-core","version":"0.6.0-alpha.3744e90e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.3744e90e","_shasum":"18fce8cfec035f1181363fd63f9f495cced91317","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"18fce8cfec035f1181363fd63f9f495cced91317","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.3744e90e.tgz","integrity":"sha512-5zEr9ZHG0ML5b5h++g1suUN/N4U//C9+dctoyD0WXDM9lFLa5jZLI6uL/PPNxehxUh0fLrI5owiHuZAYnfRbVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICiMwNZFkx5iKirYu5rlpT9LSC6xCbMbCctfj/LBjuAzAiBdkdUTJQZ1ASKuA5kmS2rmqM9Xam24PuebGeHEFAo9Dg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.3744e90e.tgz_1498679518760_0.7236547078937292"},"directories":{}},"0.6.0-alpha.6cb4c2a8":{"name":"graphql-codegen-core","version":"0.6.0-alpha.6cb4c2a8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.6cb4c2a8","_shasum":"04cc99a89acfa406f161ddad2340fd3841316443","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"04cc99a89acfa406f161ddad2340fd3841316443","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.6cb4c2a8.tgz","integrity":"sha512-woJUYGClSZL4IuBsL5cZq4gWbSDgTJ6Xo/U4B9lxxdyQapfpTGWRciTLOefU0imbDWxSP3L5MUdRz+OmsWacwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEuFeLpYLHAe54KjCfBubmoBK3xG5eYdP+akYUKXR/RfAiAPi4NGpc+Ujvb5E92LP0JHGHexJ/sNsltDvtrfvN9sKQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.6cb4c2a8.tgz_1498808254081_0.535362052731216"},"directories":{}},"0.6.0-alpha.d8fc1f37":{"name":"graphql-codegen-core","version":"0.6.0-alpha.d8fc1f37","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.d8fc1f37","_shasum":"9788f4cf0e8479afadc5f99524a2fef5c4b719d5","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"9788f4cf0e8479afadc5f99524a2fef5c4b719d5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.d8fc1f37.tgz","integrity":"sha512-rk5lnG+iel7kpjYPT0fVThhp93vz0UxT4/qOwoSzURzcXV4xDzkDu/sYbeHSq9EPjAu0TpVjtk7tkzLoCgFGFw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyepLtJ4ND/23No+YLAjcnw0uzPCOVCZDnzGEJIJRQOgIhAKAZQexs0FwY3eXH9Q/Hx650yihMybyWye+4M+7Rqv4d"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.d8fc1f37.tgz_1498987402882_0.7201624815352261"},"directories":{}},"0.6.0-alpha.7854fe32":{"name":"graphql-codegen-core","version":"0.6.0-alpha.7854fe32","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.7854fe32","_shasum":"0821a6888f39cb29a182c6134d55c8cedd07890f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"0821a6888f39cb29a182c6134d55c8cedd07890f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.7854fe32.tgz","integrity":"sha512-L84SiHwuDvdPPWZ790idNnFpUG36T56gI248lRqwX3Xf1cBPlfayJ1BeVaw1SjFJ2J9H5OTSOOouE68aSCa7Xg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAkJBT3SIfExgVRVYFyMPrfMT6GJM74Y/o+zPVIUcObhAiB6ekLC2/aBndwxJSq/1CibgL6r0EwDWnQLwhoGeKtDZg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.7854fe32.tgz_1498987635712_0.5148943001404405"},"directories":{}},"0.6.0-alpha.cc01df5b":{"name":"graphql-codegen-core","version":"0.6.0-alpha.cc01df5b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.cc01df5b","_shasum":"01e0bb72ef805c60fe453228a966ca47dfea717e","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"01e0bb72ef805c60fe453228a966ca47dfea717e","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.cc01df5b.tgz","integrity":"sha512-G8SG2hplWxpy+W7cFHdeaMqGIto/8MqeCH2BxSnMMHVRnLi8RFWfMkYI9Oro1O+tPh8P94ZnlbVTB+lKjvtC9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCL9wWH/btd7wSWfm2Gzw75wcjuciZLEpDdAcSxiuvgNwIhAM2QhzT53sVLid5IvYve4TzntgNQ5RrC1YeU3/zNw//r"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.cc01df5b.tgz_1498987975281_0.6221106068696827"},"directories":{}},"0.6.0-alpha.548c19d9":{"name":"graphql-codegen-core","version":"0.6.0-alpha.548c19d9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.548c19d9","_shasum":"2ff0ff4ba4e11f953ca624c9e5a5f656396e7679","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"2ff0ff4ba4e11f953ca624c9e5a5f656396e7679","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.548c19d9.tgz","integrity":"sha512-EqU4ix0o5DUdLTcerDgztsWgaA+Fn/znRocrj32xo/ECFLC+xfShtS+kd/Ej/1nx8oa7Fph3Z3RNyOQ0rilLzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHNZs+GDjXA6vPC1XbsyenC22tCNIqmLF1PP6sTR2ONRAiEAs6kfEuCGf0XwPdHiK493DX2RBo/9dBR3XXmtZ7MjD5g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.548c19d9.tgz_1499004394887_0.33226124895736575"},"directories":{}},"0.6.0-alpha.4e12bbc7":{"name":"graphql-codegen-core","version":"0.6.0-alpha.4e12bbc7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.4e12bbc7","_shasum":"66cea9ddb88d5650c09830377ecc79e0e175ea92","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"66cea9ddb88d5650c09830377ecc79e0e175ea92","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.4e12bbc7.tgz","integrity":"sha512-3drB2p/dAvhpJmyQQbTG8gCQc0gk+LZHFcNcsIjEgvzrJiBPue6hTzOttWOANuBkwD4hKUKN/GHFOf5Ea7ud/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBErs2F9TquMIJFUpbV608WcanR3wdbihK+xJA9vwLlsAiA8+PvCF0CinLBaDB7hvJUSHsH1kF8vK6DC8CnGMk60+Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.4e12bbc7.tgz_1499060884641_0.40434077312238514"},"directories":{}},"0.6.0-alpha.b44f7c86":{"name":"graphql-codegen-core","version":"0.6.0-alpha.b44f7c86","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.b44f7c86","_shasum":"bd300e99d50345afd917f4c7b4d25257a9a56056","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"bd300e99d50345afd917f4c7b4d25257a9a56056","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.b44f7c86.tgz","integrity":"sha512-QtLGVhCfP07LNhcPO1revZM+DhG/rUj7ont8+jikcN41G/b2lLNlN8arAp9e3nON4J9vPbtFuKc2suqdsMIyjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWX5USHOd9KFrA9AiICCmsUwcEELgbPH2TvDQkc4egEQIgcrlzM4vhCmeF97spJjoHWYKMjkyQSk7ddYhWFsjbpG4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.b44f7c86.tgz_1499063854481_0.2744104457087815"},"directories":{}},"0.6.0-alpha.f56888d8":{"name":"graphql-codegen-core","version":"0.6.0-alpha.f56888d8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.f56888d8","_shasum":"88cde0fc949d4d2055d1456f7049157099a527ea","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"88cde0fc949d4d2055d1456f7049157099a527ea","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.f56888d8.tgz","integrity":"sha512-BGjoyLlPm831dijNHePTDdIy0gB3OwCArFOsSD4BEi1El4ylZLwBhJUVnEoqfStYrA1S6TAIHTjK3W9zDVnkuA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIChSImhvu1QKlJOhsIZHeX5HiG113SosTkUL3XWdf/x1AiEAq4eFPiaW9XWpWDRDTqb1UByz5tBt0uUAP4TqFivtQRs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.f56888d8.tgz_1499067038877_0.5550483260303736"},"directories":{}},"0.6.0-alpha.9509210":{"name":"graphql-codegen-core","version":"0.6.0-alpha.9509210","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.9509210","_shasum":"a99150c449519b56b2f7d1da0ec068ea8f73c04a","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"a99150c449519b56b2f7d1da0ec068ea8f73c04a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.9509210.tgz","integrity":"sha512-ew10fKpUcFgRneZZfBGgoNdMIZo+GeGR645hPHJVvApjeHnIX7ZqAZ9s4Pc2/IiQzNOUfVCE5cEpU58lt3W8ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRvBgvs2ZpPiXQ+gAzAL3Fz3VqZW+f5DMkpr31zXlMkgIgaBDVUkn6y5G9dhHLjUtqfzQomNCr/QyngPjtqO1biKk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.9509210.tgz_1499067144850_0.2381469605024904"},"directories":{}},"0.6.0-alpha.1bc8b137":{"name":"graphql-codegen-core","version":"0.6.0-alpha.1bc8b137","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.1bc8b137","_shasum":"c717b607e8b4b05dac6a19a405463285787c5444","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"c717b607e8b4b05dac6a19a405463285787c5444","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.1bc8b137.tgz","integrity":"sha512-FgYJfvpInZM08oS4l3Ak6hMbevd4i9u7ZzdpVOHQ7VpUehNwe2WMAQ+3Un0SHdjS4eepyxHZzTBWtUUbAP/TyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSxhVFW1ggwrTX6Pe30eCHklknsqjIs6l1CP5z7B3vQgIhAJxKJSZgbQmo8FgS59nxDKs8nYl90B9CsyrItSaANd4b"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.1bc8b137.tgz_1499099096995_0.1198624107055366"},"directories":{}},"0.6.0-alpha.2bcde2b7":{"name":"graphql-codegen-core","version":"0.6.0-alpha.2bcde2b7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.2bcde2b7","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Alz2/OoTOFg03sDoWI++MGYlTtCoaDN4JoUN/bVrsbzQIrnIVwPSt1CYDfsvXUgu81bw4viqfkKkJp5TktvVog==","shasum":"6987467dbad0519fa005520d4a7f2e814914a1d2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.2bcde2b7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIARI/DeVg4mWUx9pJ4ldt6uHjeggpeFD1vGEYLoYohDjAiBwq5kelUz3HmoOnITyBV5eUDZ2ax8HXW9oD/CYNF89Xg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.2bcde2b7.tgz_1499843375871_0.25471764896064997"},"directories":{}},"0.6.0-alpha.624c8437":{"name":"graphql-codegen-core","version":"0.6.0-alpha.624c8437","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.624c8437","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-tkeMAQaHobaOARS1YFGsC4+c6W1kCZ6OPXNlec4oEWokReMgo4zNgt426xa/L2MRm3mvr7imIgA8Srlp/RKPiQ==","shasum":"93ecc941b9734d79d569d1e7e05a32e8e94d510a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.624c8437.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4+exQ9Rwz9jEhEI/lrmRGi8wNOODxBvEQXODHa3nxIQIgWUf9W9s/gFNDCEHDYWQbe7n6I5SJBFqK8LtxsuBySYM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.624c8437.tgz_1499843526032_0.06833649147301912"},"directories":{}},"0.6.0-alpha.1e35b32a":{"name":"graphql-codegen-core","version":"0.6.0-alpha.1e35b32a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.1e35b32a","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-eHaolPWfxjWB3aJsVcLhq5wQwYMyM+/pnbhoX9wX/O7VuIY5QFU/N2NqTqykKx34Om54666sKLqf5aPwydxcHQ==","shasum":"471b8ac7881bae555698491ed8d8e04b9d4b288b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.1e35b32a.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeJOQE+cUlrokeETDAnu/Nvtjcn94ix9tsnrsMCfD0lQIgHkPj4/9k5V0b4pENcK7WTEbb1lQjIYSGfOLB8/5Gd2w="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.1e35b32a.tgz_1499861983119_0.4389260730240494"},"directories":{}},"0.6.0-alpha.4ec61588":{"name":"graphql-codegen-core","version":"0.6.0-alpha.4ec61588","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.4ec61588","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-uQspmXuDZ8qkpci7vrM/ht4OEDlP8/hdkDd+76UjKwzyBwJJrjlJAABW5pH4EvCCG3Z+eej8uKYhnFveJJICUw==","shasum":"fb5f67843c90dec25c99a2c1245eecbb64d2e793","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.4ec61588.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRACn9Yl95A038xsEbeDdQXZiF74/D7YWnY70hMgihDAIgSpEK8DuW1jZRWKDq/v8gHqzP9E05EYoqNq39GO4BoC0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.4ec61588.tgz_1499862000553_0.3693711881060153"},"directories":{}},"0.6.0-alpha.866878b2":{"name":"graphql-codegen-core","version":"0.6.0-alpha.866878b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"build-tests":"tsc -p tsconfig.test.json","watch":"tsc --watch","clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","create-git-tag":"git tag $(cat package.json | json version)","dev":"cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts  ../../dev-test/githunt/**/*.graphql","prepare--":"npm run build && npm run test && npm run create-git-tag && git push && git push --tags","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.866878b2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-dGxhaVlEgSJphNZv8xfjsFWamaIC7ZIAJotdbHE7Lie8tgdU5As+LbqpnD12byV6Bbzf+rWPjQAcxwmFssRu/Q==","shasum":"e6eb39a3bec05beaedaf9f1fb58504ce5484ae6a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.866878b2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIArbsPeL9rGn2trMMaq8M45xofaivKDbyOMO+TDSW4/9AiATZohNQMhCHQyn1bymP/qZLipzDfkg4g5NuwJ0zBAibw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.866878b2.tgz_1499869710739_0.2768092986661941"},"directories":{}},"0.6.0-alpha.cc47c396":{"name":"graphql-codegen-core","version":"0.6.0-alpha.cc47c396","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.cc47c396","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-REXtCI97UbnB5I+hQtAS6ii18pgSWSLCgxWYkY7PuCL4cpTRWgbAa/DDZaVoYg03cJkTfDfiHsk0Fd0AOUTc+w==","shasum":"a1b0133e6a94cb307497091cbbc9dbac4ff47a41","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.cc47c396.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC+8R75UQVXDGAZxrlnA1WCJWRWNVDDSNpqt8RSREk32AiEAgFVBjjCbLTHfuxgpBelBA+QU9d0R63aBBojERjcGOB4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.cc47c396.tgz_1499871704972_0.6740272839087993"},"directories":{}},"0.6.0-alpha.a6fea330":{"name":"graphql-codegen-core","version":"0.6.0-alpha.a6fea330","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.a6fea330","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-nQjVf/EXFqDUVLDsTjA0ZPBYchlAuiyyLMp4Pwvs4Y77A1xHV6qkhbY6MnLJxakc0iK05RI964qd6wTgoG/QZQ==","shasum":"67943ff4b6f735590ab74308cbe59ccf53ed2d2f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.a6fea330.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjmYDMHPM3cKfDVBcYcRgBfrf78AObuAVhNuQWPyLM4QIgJwR0CVRPMMC9kTIlAYj5Jn9H8fvd7jX4yb8gAsYcwoQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.a6fea330.tgz_1499871765693_0.535769619513303"},"directories":{}},"0.6.0-alpha.d5fe220f":{"name":"graphql-codegen-core","version":"0.6.0-alpha.d5fe220f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.d5fe220f","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-5fHeskoL0T4KOWLBoowMTz8VZrCIvR4o9e75ynV/OvGoYj9pX9xaOPoGN90t5m7w2C9d7hO3B7Km1TbvdtrEHQ==","shasum":"211ece79fa99696db14b15c51b2eddfc98a00673","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.d5fe220f.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCln6y7qs4DW22H1yiGcwgYjESyv/YLiFtZGbbLl39GrQIgf2ufVX6k5mFzFlsLGSD7NtI0mIQaWMmPAeFz5+eAG9o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.d5fe220f.tgz_1499872966445_0.5838167518377304"},"directories":{}},"0.6.0-alpha.2449484b":{"name":"graphql-codegen-core","version":"0.6.0-alpha.2449484b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.2449484b","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-db2hbKAPoWRV8mKZWkWbADJfJQ9yBfBD7RzcPSQsxeLk+19KLVqPlCXrab6O7ux2be/8uz1ddURrUg7Lr0Sr6g==","shasum":"c744c3dac8e331296cf1c2bf9b0fccd76b0dc1c7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.2449484b.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQzcOsCBNHTOvgouEIiBmt69hCb8Fh4o4wmtwm11GL9wIgfffxUboHohxAecDLxWwW/Hb+C4ug39Uam9Sh3lUxCfI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.2449484b.tgz_1499874170258_0.8280496422667056"},"directories":{}},"0.6.0-alpha.ba79dba1":{"name":"graphql-codegen-core","version":"0.6.0-alpha.ba79dba1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.ba79dba1","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-+iTUF8vD91sDzQSQR/LBInWduy7ItHKAe8nP0H1v1nmmzaYHWlz+NNypJ1aZsuvoUcI14sfCWfTRowf9mu0X1g==","shasum":"a253a499e53d0ef608834ba457886de789620d04","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.ba79dba1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIED1lWRcHi24w23/FXy8SSpbLH9IPmip7jDOm7l4D4MNAiAbDeK+uK3LXyS4PQlZbPDkjUkRrrKfmDWxsr0wMFhuxA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.ba79dba1.tgz_1499874373190_0.8246579726692289"},"directories":{}},"0.6.0-alpha.8640f1df":{"name":"graphql-codegen-core","version":"0.6.0-alpha.8640f1df","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.8640f1df","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-tEsqNJjGkFFsHxPqAq54XNzXoWojniVCLGp0L4CPEu0Qr0G1AxG+td6kYjE/01oVopv8Cx/aZCZ5dtH8byb3tw==","shasum":"6c9200923673949faab2a1bee93889e90a27d0bb","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.8640f1df.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsHg+TjVGfkJyb/wNWETQ/5mU2aYGvGgZDNq06W2raSAiEAx4pmMr9M/uSi8zFhZtVO3QNePy7FSftrGgg/y6B8LoI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.8640f1df.tgz_1499874993720_0.6574204554781318"},"directories":{}},"0.6.0-alpha.aedc961c":{"name":"graphql-codegen-core","version":"0.6.0-alpha.aedc961c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.aedc961c","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-b8NZf10GuOhD9Rr7Y2LD+m2jI59NdF0WJ1DsyLbf4YsJBIo8Qt2gIBco0dcbZcrwGtUWCUdGk1QqBebdPBK9ZA==","shasum":"21036021f0f4f5ebdaa67c49d031fb40124dd7fd","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.aedc961c.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0AUwoiu8Fm1UhHE7TWDpMze3HHJbq1ORRDmBJOLkpzAiBtlvkt8eqFBkrwkaqc9ytWdItmE1LQ7zLzBVnpLgwutA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.aedc961c.tgz_1499875394363_0.20348345348611474"},"directories":{}},"0.6.0-alpha.6b10a2b2":{"name":"graphql-codegen-core","version":"0.6.0-alpha.6b10a2b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.6b10a2b2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Esj09XSd15+IsQYvKEI/qToHUPobZKS/PTeUMz3sb3bAqEYDlKA/YZQ93xL504ElXV1bpODutB348GG/+zKYEQ==","shasum":"4ecde1a703f859821f916b90601e729d46c0a72a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.6b10a2b2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAWmYCjA3uOVvZ5/dWG4gmd/VeoQCKQ/Beb+lurnU8hTAiEA98KbMYhhaGUbqO3OeRghDJ3Xr9D/p01w+1TfJb9lp2Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.6b10a2b2.tgz_1499875550978_0.9738760099280626"},"directories":{}},"0.6.0-alpha.6ee86113":{"name":"graphql-codegen-core","version":"0.6.0-alpha.6ee86113","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.6ee86113","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-9PBh/FEjUj8jJbV+CWEUke5OFz4nAxMKMV7w1x1q5auSLeLgZXM8DmsdsL4INsn71E8GHqCOkg7gx/4h+sBDoA==","shasum":"d8fb6fb1d3c5318f2d58c6aabe2b3804de7c33aa","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.6ee86113.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5P707weaILlJtgcy7EU9Yy2EYlPmWwoU5MC+EEPSXrAIhANT8lGSIP+j77oZQpINddo1F+kII4pza6pzeJx7jXFi8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.6ee86113.tgz_1499875667454_0.17898906883783638"},"directories":{}},"0.6.0-alpha.19fa4b91":{"name":"graphql-codegen-core","version":"0.6.0-alpha.19fa4b91","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.19fa4b91","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-OYJ4JDjQBTOjpLp+gWy6/dw3ggKWN3cRcswEoKjd5vJRByBWcJE5l9ExKzmF4FgkqLDaaNp/bVBQDpSnU/geqw==","shasum":"c45495bace36efd48860d14bb8b30eaaf5718461","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.19fa4b91.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/OSusGYWRSnxMeKiRzilnJnMorn0rwwmWJ3JSr7l78wIgaCqf9NK9zhdgx1IMPu9vhLJow+NipM80/U4n616y9PY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.19fa4b91.tgz_1499875991419_0.7472838261164725"},"directories":{}},"0.6.0-alpha.b746c9f3":{"name":"graphql-codegen-core","version":"0.6.0-alpha.b746c9f3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.b746c9f3","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-OCE9FtqpPKV+8NZ8a8GhMLH8EOpoVodI6njYMR4Gcx6luQn1f7zVc8JVL4cbSY9AAlA08BMCtZsWt4DLJ6I2aw==","shasum":"5a400912e178ab17874f479c98af70c53a1b40c3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.b746c9f3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIClqZ5l+sl9d1+2jOr3K6vBdlai4wTnOSosHP6M2YxbuAiANv2e8liBuXjuWwCefQlyXSDZDou9BrjipelIRhAqZ2w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.b746c9f3.tgz_1499878342733_0.35128643992356956"},"directories":{}},"0.6.0-alpha.458cc367":{"name":"graphql-codegen-core","version":"0.6.0-alpha.458cc367","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.458cc367","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-r3gpTv2xSbHgj8KkYt6JCoqBmdHqBphdok8r50fPfJDbYNWicO/EKcYi+Mm0Ff7JeZGs4w8n/3eJnOL97PT0cQ==","shasum":"b7dc0a91dff78fe29fcf760e69747b0dda52fcf5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.458cc367.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZlyp44Yu8BGp+MXKhTvaSlYZf5IoS+227X9Xkh+LnCAIhAOuCX0RiS1OG/hIxzS36k8V33V5RvYYk7al6/041vD8w"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.458cc367.tgz_1499878956617_0.8540580030530691"},"directories":{}},"0.6.0-alpha.040ffe5d":{"name":"graphql-codegen-core","version":"0.6.0-alpha.040ffe5d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.040ffe5d","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-V3Tyo/AJxKUms1L3l0P09YFRktLLUjxiZzw+i/LqkTlZdxFVTIUyRxLoRnUygPhi306g6K6roGEQ/w5p9bm8nQ==","shasum":"fb5f16f1e38f57008b8a7bac71b61bbfb1ab5bd5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.040ffe5d.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAX9PjbMjgdb6mzkGnV2Y8oVxRQcgnQ53XFtqnKW1y47AiEAicxQmzluKwR08MGX2XEW8RsecgF9Gjbpij1XQBOFh/4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.040ffe5d.tgz_1499879078712_0.3307664692401886"},"directories":{}},"0.6.0-alpha.f5818070":{"name":"graphql-codegen-core","version":"0.6.0-alpha.f5818070","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.f5818070","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Rj/NV71S8ziy6kf7q0VUccOfMzgr/EWsvAeby/oolqIXC0yp7Xtn0zCz9rodcTTxe9vLRuyYq+yAL8Z5y/f15A==","shasum":"50e1b748865600c6a2da65a1f1cf5b49718d18e6","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.f5818070.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTWg1MFdyqTX6F0q5svJfRtGK9yWVjiTpkN4JhhfN5SQIgCSLDq7j+965x1muR/DjA5neqZnvCjAHEIP8xlPwnfUQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.f5818070.tgz_1499939883231_0.48150412598624825"},"directories":{}},"0.6.0-alpha.8a5e7815":{"name":"graphql-codegen-core","version":"0.6.0-alpha.8a5e7815","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.8a5e7815","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Dojj5jOb8D+lEO75LnkREbFuqexxT0W9VNWVGjBaamUybJfmzTzh/gwqtcdz+lvitlv5vtViKB/c8rb+ymq7EQ==","shasum":"792c1f4bfb43a9abbaa89688dd538f5c6877a3c6","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.8a5e7815.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDokOF/56txVLAltq88E06mdRxfuH8yzIGyBCPosKvL0QIhAOSvk5eP5fGMtQcxSTzj+5MVt64F0XTKOrjnadg1yafY"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.8a5e7815.tgz_1499940883803_0.13676182623021305"},"directories":{}},"0.6.0-alpha.0897eec2":{"name":"graphql-codegen-core","version":"0.6.0-alpha.0897eec2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.0897eec2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-59FdiVPfTVArfBpGERuoP2ZDUYKSJ7LqzCqc2pWN8F49YHE29jYpgF2qYf+mL3qeRaYC6UDNeX3F5GQhanOQ0A==","shasum":"68760f407d41ff4b6d682e274739797ca619f7ef","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.0897eec2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC87pZ36mnyC6BVt07/UftojOC/aT62nyEasFoKYBaL8wIhANFgk0/ip1Lushd6qfOyjH9zLAi88If6PomJx02kwdu5"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.0897eec2.tgz_1499942542076_0.019423388643190265"},"directories":{}},"0.6.0-alpha.fe25425e":{"name":"graphql-codegen-core","version":"0.6.0-alpha.fe25425e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.fe25425e","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-kOkVU423Cg+NYldTJAdcYURPGlOmp8bYXA7RaWiNod5kHgOMAV5YnDPHBYm9kPgBNZ5Nd2zcITflkx4shTwHFg==","shasum":"67a7c0aba5ae0ce49ea3adb2f6fcad85ab50e921","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.fe25425e.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZV/iIaaLj0WPKKshIpZ0V6rbOmoOA0BWxN70RKwoa/AiAqSwjQCSuQ5XwL+aWQjzoikWEeZvbUCeaIgI9n5RoP8w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.fe25425e.tgz_1499942595716_0.2979682644363493"},"directories":{}},"0.6.0-alpha.a03e97a2":{"name":"graphql-codegen-core","version":"0.6.0-alpha.a03e97a2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.a03e97a2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-vsHsOBmF7UWztAARs/3dQrsZhv2BzIRe9gObgRXEl1vxOWMdZHpmnpkVwkPgwawfJZtCRnu+hQRzO/6nFh8WwA==","shasum":"aed8357e4a2269bb42e230fe2d65374a3e0b71ed","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.a03e97a2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFBttFwHJNe+VjbtVKeklPXfrOxOpFX0+3imGX1sAeh1AiEArDzpO39Ok8td6b/WcvnMIphyNsenoulYZy+f1RWjrp0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.a03e97a2.tgz_1499942874643_0.28441186738200486"},"directories":{}},"0.6.0-alpha.8a21c8cc":{"name":"graphql-codegen-core","version":"0.6.0-alpha.8a21c8cc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.8a21c8cc","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-IJJLrXuoETkqRNohY8tDrHNpgegzhMK8rV15E4ZLhHyceCL1Nv/IrUoEEp+77+JDpe/65p8g+EO18NoWBkMuKQ==","shasum":"a56ef3b7f220f2f6b9493ad89053926c67a0f7c0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.8a21c8cc.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdK7jtzbLrOvSoZDZ/iw/2rkglqViliyJacJKx+onU3QIgJB5YkWfHN/j9ubHOXDtScYeCsmsQ+OYnb06Aui3ex9M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.8a21c8cc.tgz_1499942949706_0.7797965691424906"},"directories":{}},"0.6.0-alpha.e5724a2a":{"name":"graphql-codegen-core","version":"0.6.0-alpha.e5724a2a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.e5724a2a","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-7IE5eNmKVhBOPScPYYo4PyMgfRy8DEAUYtBOEI9nVHTpmfGRcY1zFkbdgeqpsWFIo37V3ZpV9bINu6HKRGjpTw==","shasum":"faf75d31f8ece8dfa7820944bd4133f12be9a9e6","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.e5724a2a.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDW+FMrOJi0/h8fV5DItwdV/3Bn9XioTgSjHhB22AvccgIhAJMqWRQ48bxLT4FNci5A/FMh05/v5gyedEyOy4fGBIoM"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.e5724a2a.tgz_1499943180294_0.3288478935137391"},"directories":{}},"0.6.0-alpha.602b816e":{"name":"graphql-codegen-core","version":"0.6.0-alpha.602b816e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.602b816e","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-bWa5d3hPJGRGcRH1pfEssw2N+pg36Xs3TQw1GxKP/4Kr8LgWgczCfsAzgu8XD+jq8zAO78zjI4F3ewGDZl4YZw==","shasum":"d50666990f86b2e2fb1b14a2e8ad85e25972dca2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.602b816e.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1q2+C1FHrduVcI/NMULhZNthQ4HAjaUEQymBfSJki6AIgBxomDjlv1IU8jL94Ldl7mTm2Kinw2ZHKinptDjiLma8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.602b816e.tgz_1499943499950_0.44599674269557"},"directories":{}},"0.6.0-alpha.31d807a4":{"name":"graphql-codegen-core","version":"0.6.0-alpha.31d807a4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.31d807a4","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-4ub8JkT0AQTc7wNyB6XzG8COIq9w1A8SLcE077z+trnkxBYXQuv+lwkS9gDI77CebCkCRLBVjJfv9KkwZHA3Qg==","shasum":"918334591921b3c26724f37c330cb1ea7f398a08","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.31d807a4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDM2f6vtCBMwZhhz2d8TGs8UNq7T3ct+oFKceA3YM5YgQIhAPjfph6fwWIYKnTTe+5uuaW6CYxnr9lHJme2jZKAY8vH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.31d807a4.tgz_1499945347447_0.5347618160303682"},"directories":{}},"0.6.0-alpha.24ca3932":{"name":"graphql-codegen-core","version":"0.6.0-alpha.24ca3932","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.24ca3932","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-3U2fM3FphMWnadsZYspN9p/63Dppo8wcdC7TodTUfPaHM3ywuA1kbq0u7cc26Xt9hPt+hdZ7BK59XTzFDNqlqA==","shasum":"ff6025c57890664106f70e07465b58339c60c839","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.24ca3932.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDV9Hv12xdK7e+Xb4IgylpfhpVkZGHzUJ/fufnpSs+xaQIhALUPD1ILoYMnJun/0+oH8l0WNo+/m+Kx5adFNKX/LDNv"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.24ca3932.tgz_1499946890980_0.26885605161078274"},"directories":{}},"0.6.0-alpha.3e7644c0":{"name":"graphql-codegen-core","version":"0.6.0-alpha.3e7644c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.3e7644c0","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-ta1gZSglR/YKKmtxfFyyqPSKaNL4zgUfUN/VFZHxCm6Q50c7uh03wEfgNYW/ulq/UZPIC5L/B7+YgqK8sQmcQQ==","shasum":"9f224f5e89683a70ef03476e38682bf75b934f2b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.3e7644c0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqkUCD9/swZGeci6HtJMU/wxJhtBRqefu0evEeBWfOLwIhAJMZ6vT3JtRL9f8QvVFqgCmTGpvykj6wAKhMEpj9mdBm"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.3e7644c0.tgz_1499947756538_0.12151668570004404"},"directories":{}},"0.6.0-alpha.a6e3567b":{"name":"graphql-codegen-core","version":"0.6.0-alpha.a6e3567b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.a6e3567b","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-RF9vOfTpCPfgFW3Ii6DMlG5UwJGmkTq+wuSP6JwZpTZyAj4Nh6VenpW1CxEJzzZusq14DNg+hwS3tCpNf4ucIA==","shasum":"f0757237d1db5aae321e5f64a2ff9516f599b14a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.a6e3567b.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGfl/ywOTDtDHpq3Oug0PrLT4g61P3WBy0oJ+Gaf/KcSAiEAmyF6/v/XbM+s6AnuNqCz9KUnRVAf4G5/dqiY+z4XyCY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.a6e3567b.tgz_1499947780701_0.6155270044691861"},"directories":{}},"0.6.0-alpha.275b77af":{"name":"graphql-codegen-core","version":"0.6.0-alpha.275b77af","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.275b77af","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Q+2flDhchfd6kotwPYo3r8uMSDiwBb8JRbQjJX2+maLuC7gTUt9IWwoGYdcEn6ZjS5Y8rWdtIqC8qU4cuV7Skg==","shasum":"47b7ae7518828d121e238ca05458076a38ad2f58","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.275b77af.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7UghvDtowKnM7EcLpyzlPiZBYGrG9SwMSLYD6o0yX0gIhAIPaR1e0PwClv+oqak5Ap8CBq1y9PJX2XyEqsFfomMYY"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.275b77af.tgz_1499953804397_0.24404703406617045"},"directories":{}},"0.6.0-alpha.8e61e231":{"name":"graphql-codegen-core","version":"0.6.0-alpha.8e61e231","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.8e61e231","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-M1dVL80f371et3jomOs9EPL+PCDV77+oJKXmel06J5AAPJShZ1tqpP11v8J5AeQYk+ImGvxhMLwk8umOQFSbRQ==","shasum":"13fb5bc385f35b3d5ed3e2c132d41cddc52a3447","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.8e61e231.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChWOxlzUxMDMYSZ8HFtvUshVVHivlfNGwDSMCxhB7zSQIhAMc0jYTDVyTK/1aGr3ha1aSObW9tbGI7wtQj0f1CNsS+"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.8e61e231.tgz_1499953839674_0.003718990832567215"},"directories":{}},"0.6.0-alpha.836ffd2e":{"name":"graphql-codegen-core","version":"0.6.0-alpha.836ffd2e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.836ffd2e","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-g/MyNOUu8NwQCNLg8Fh3WNR9h8NexWZtTTVqpWSLG1nfF6UQBErjmDu5ZiO5ihwjFnyDC8xBm53bw863BZMxFA==","shasum":"1796cd92ea34933ccd83ffc6579589a17314ab54","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.836ffd2e.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChxlqIhwbn3QrmCqgJrWNhj6pWYfHoUeP5CpSyx5G6/AiBWvzJ/54VG+eMZFQs9iqoA37ZLINMZvscY0fi4wFxkcQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.836ffd2e.tgz_1499954869288_0.4896363369189203"},"directories":{}},"0.6.0-alpha.4aa8b5de":{"name":"graphql-codegen-core","version":"0.6.0-alpha.4aa8b5de","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.6.0-alpha.4aa8b5de","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-8y/3T2VJ1lltVpZ0SGkbXrizCuaYgLUK1Woa+1uF5ru72W6rniDAkqY6g/5u+2Tu/YLxG4iNUE0VoKotzQ3WBA==","shasum":"9a7b62cadcaef90e952494c32f1a2856e6329cce","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.6.0-alpha.4aa8b5de.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbNqqMm6+FqMxwS6w/WyamuUn74fxsHKyyDkWmzTmFoQIgX6utDDwHz1fk0dBNoqE/3UVq0TCzTRfwpgRrQ1mHefg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.6.0-alpha.4aa8b5de.tgz_1499954910488_0.12663780874572694"},"directories":{}},"0.7.0-alpha.073f588d":{"name":"graphql-codegen-core","version":"0.7.0-alpha.073f588d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","graphql-tools":"^1.1.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.3","graphql-tag":"^2.4.2","graphql-tools":"^1.1.0","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.7.0-alpha.073f588d","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-1G4YCE2MBjnvk3KO4UB7bl9Vqx1Lfxpg1URI5oHuzD5fsS9aT1BKBFHvuWdUVlehpVC5m7q1e5pRqqJeCHPyww==","shasum":"749d9d3831e171fb517ede214ce2c2311e75b97b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.7.0-alpha.073f588d.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRUh9Srya7bGRoRRptwH1vu9qlv5iKa4X4Rrnkt44b0AIgEqkt8q1qrXnzLiovBHVelunJBEIk8wukzy9efOt7eEQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.7.0-alpha.073f588d.tgz_1500034981145_0.8134962902404368"},"directories":{}},"0.7.0-alpha.3dcc416e":{"name":"graphql-codegen-core","version":"0.7.0-alpha.3dcc416e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.7.0-alpha.3dcc416e","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-SMW5bOiDoApNr8Xo44XU5Taf8no+7XE1FVgtymYTkHFOezTCDFlw77tD7LtncIjlJlssXMd2VuLj7AAStRZ7zQ==","shasum":"a71ab97541f3b2b902f488a196360deb3e6fc551","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.7.0-alpha.3dcc416e.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUu6GosmXWbBjhWVx3M63yyR4lKLmB33n6iSip0S1JlAIhAIsqMwtf0cxiK6YZrGR7Olg3JMlMbosJZAJhCtg1tm2Z"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.7.0-alpha.3dcc416e.tgz_1500039594780_0.5727010169066489"},"directories":{}},"0.7.0-alpha.b5ecec0c":{"name":"graphql-codegen-core","version":"0.7.0-alpha.b5ecec0c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.7.0-alpha.b5ecec0c","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-nKglvfkQNtO9dmRo2M7BuA5a9ihYsa63LgB3bYvC/xG8ExsYuYOfhhJjO8RGusgWCEQiRa+uzdLHADUiPyq6Kw==","shasum":"e00122e0e5960c4fc7b03da691e7cd0e15d0802a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.7.0-alpha.b5ecec0c.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEaraoa6robsbrueD1vqWorw60oXq1U2eiSfWdQm3OVQIhAJp28U9tyDVR8zsy4B8bxKe+uze3dkeVlsJp+LfUZY3x"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.7.0-alpha.b5ecec0c.tgz_1500041373768_0.22765572369098663"},"directories":{}},"0.7.0-alpha.542dd03d":{"name":"graphql-codegen-core","version":"0.7.0-alpha.542dd03d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql":"^0.10.3","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.7.0-alpha.542dd03d","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-QxnUDojePkC53cXT6XceyEsY6jRVtjWqhJGSCLDdD5zVObWTKrBCERUmPiOCupIQ4pUNeA2VdCceJ5nB88scIA==","shasum":"3fbeec81960c1342d923ac035d148b5716ebbbd9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.7.0-alpha.542dd03d.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5hjd5WiPHqWRjEWhjnOwg3JqpgRh0nPSFn0vtvuurdgIgVTm/lxGyXMSN0DonYZHhfW5/YwAqmSi1OJhenbChQVA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.7.0-alpha.542dd03d.tgz_1500047922208_0.026363832410424948"},"directories":{}},"0.7.0-alpha.383c3d35":{"name":"graphql-codegen-core","version":"0.7.0-alpha.383c3d35","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.7.0-alpha.383c3d35","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-8nBtZVLc9ix+uv8qLdl+BgtHehEgM5Cxvzyn43ehYSwkl6VI6kzux6hbj4uqunCr4lVtinehPXKcQ0RZYf5oxw==","shasum":"7451b4e6a3f108f4faec86d2fb5382e66299fec1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.7.0-alpha.383c3d35.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUquSk7JFO5IgZbc/hOWnrWx9kK/xaaS8ixKu/ZOrAKQIhAKlRh9JmuzLoR74CL9to6FjHP+MgLT7CaWFOXS2WHEsz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.7.0-alpha.383c3d35.tgz_1500100715740_0.6173245157115161"},"directories":{}},"0.7.0-alpha.82bb43f2":{"name":"graphql-codegen-core","version":"0.7.0-alpha.82bb43f2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.7.0-alpha.82bb43f2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-FQI13voM4wJT5tQ6oT6PtlMQNK3gWQ9FVa/CBhCU1DepyNx1fLlVgjlXibshyjwBRej+7X5tiMkzNIGIp4TANw==","shasum":"fef148081f901d736a26834636a9d8e85e12b42f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.7.0-alpha.82bb43f2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfhoYmzNbQoipoRyDZ/j2ZbeoAQwwuzn7JAj63GeChJAiBuGwsHO4tqtgiy77mJ4JWcDZca7qhc+iL2GzzyQFiTjw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.7.0-alpha.82bb43f2.tgz_1500101127602_0.26390964654274285"},"directories":{}},"0.8.0-alpha.8b63add2":{"name":"graphql-codegen-core","version":"0.8.0-alpha.8b63add2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0-alpha.8b63add2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-DVHOHDCluwaTu7LmumSHh8ub56HdsShP/gMUrzAAsbT/j8X/GRrtkRTFSkblpJUki995yFNGAei6i9KYL7knKQ==","shasum":"d62c3feb718780e138f19fa9b780966567c99f14","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0-alpha.8b63add2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoBrxujx0Ss+OiEctMRloSSv/e7UHOHjQzWnone4JvrgIhAMcsvBw7vxpXfF8jUrVU+6+J44sRfpl540NCWOvUIYUt"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0-alpha.8b63add2.tgz_1500102121764_0.34779135952703655"},"directories":{}},"0.8.0-alpha.2c1bcf44":{"name":"graphql-codegen-core","version":"0.8.0-alpha.2c1bcf44","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0-alpha.2c1bcf44","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-T3C8lKfsqezXGi/kjeOKSgIig850biCiRUSMfMHApXu+VQ6s7BOAkTkQMvsfZNml4QVsqA8mFL/xWnUN3yXg/Q==","shasum":"f6001f39e053b6f0c3aa124b0f418fec248842c6","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0-alpha.2c1bcf44.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYNFQapDeue9igpq7rauJ4ElABbSLczIzF/beGfdFe0gIgblXkQoFjLj70C6nS+2mGeChRwO/QklLv8BzVLgw5IhQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0-alpha.2c1bcf44.tgz_1500125248487_0.8794372093398124"},"directories":{}},"0.8.0-alpha.167b50c6":{"name":"graphql-codegen-core","version":"0.8.0-alpha.167b50c6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0-alpha.167b50c6","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-GU8dlLAFSOy6aGK6vHr1dhnVR42i8WFgKb7jIBhP1slTgwybd8r+z25MNHffBNRad0rrOeYk05pWgPVKoNJCdg==","shasum":"7f64bd4c0861e20d41c7c86513864ad8191db6d0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0-alpha.167b50c6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC37r1nS38tiMectNPXfJ8BQ8IVHmCXhn7EZLItLDOZiwIhAL5J+bwRstLKbngPWb72We3/2CMAGJELLHyP2FGk0mHq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0-alpha.167b50c6.tgz_1500125662078_0.4949909569695592"},"directories":{}},"0.8.0-alpha.c833ee09":{"name":"graphql-codegen-core","version":"0.8.0-alpha.c833ee09","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0-alpha.c833ee09","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-jx9qd4CEEm6EhasB3tzjoj93n+U64H39CriofsACyWBzCU6QFdm4p8QevFT3pRB6H2Wn725Ez+iMJly+R36tAg==","shasum":"30bc616beb18c049a3b0995e81a0775f85c45b5d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0-alpha.c833ee09.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJ+SxYlAkBitRlUsTy+DJd2gQbN1583s8QKQq7VX/dvgIhAN22diIBto5oJTA6N8kV+Y3gGA7Mg3Y8hjb3xoF0x7JR"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0-alpha.c833ee09.tgz_1500125864402_0.08472811034880579"},"directories":{}},"0.8.0-alpha.bf43df88":{"name":"graphql-codegen-core","version":"0.8.0-alpha.bf43df88","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0-alpha.bf43df88","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-E+Wl61ibQKp4Z3Pp66k2+6X29zOvOvNHaiCLqHwsY0uHI3U/H18IgqR4D2GRtoQyOTmBIZkPKeAjgXxVmZSeAA==","shasum":"d2349f9ec752e118715d866b9a30aa8d57c12e2e","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0-alpha.bf43df88.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFvgZuGBbfgWFWpL94CnQzF5v41OTalS5Ckcbl0j2l5GAiAsOgpPvvqNMts2EYNz8fCIc7ek3mw8oE+J6ZPf9cBnlw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0-alpha.bf43df88.tgz_1500126199067_0.9216575585305691"},"directories":{}},"0.8.0-alpha.15f89c5b":{"name":"graphql-codegen-core","version":"0.8.0-alpha.15f89c5b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0-alpha.15f89c5b","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-oQI2DAx1qQpAAwTZZt0BOoy/WcKqYwIHkIj2305pbEg7fAND1sYVz2Ph+SK909xxZbehH2kpVYSFjbaM0de5Eg==","shasum":"b5cbb82f3a67a12fad1772ed1684200d00e4a606","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0-alpha.15f89c5b.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxBdVEIVtuJ54WSafwbGIJpuHD4R7J/l2HaFB58Mn2AQIgR6Qyf+gJ1B7ywXxr3wNrxkdSWdoTd787WcGiQ3VOmkE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0-alpha.15f89c5b.tgz_1500285032445_0.7228271563071758"},"directories":{}},"0.8.0":{"name":"graphql-codegen-core","version":"0.8.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"bin":{"gql-gen":"dist/cli/gql-gen.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.0","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-3gAH2QaKBBliqIf4j5uGelCpL+3uYPucFaZN7+adcOAzuBiofPyfwbYWh6nbxpxkT57BmFKl16lM023ftf8qcA==","shasum":"cab7af63c515a89af005c77cd31d601bf3a6744f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGplsBaxInQtCaLEA+OqfKP5Zjv5FBqW3sQHGcR3FMebAiBbDAHC6Gba5joWT79m10oRyKoXxw/67Z6Iyn5w59YTzQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.0.tgz_1500285316894_0.6162630063481629"},"directories":{}},"0.9.0-alpha.5fd20a9a":{"name":"graphql-codegen-core","version":"0.9.0-alpha.5fd20a9a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.5fd20a9a","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-0+Vo62Ea2N6qPcs8Lw2XX4kISnHaGE4L0iD24x+ACZ0z5CtI41JjKe5DgHNRuVGuOJ7Scsyzcq+lq2bMwGYFBg==","shasum":"ac4364f2e6aec7401fedf9f1f7ff9ef21e6b2990","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.5fd20a9a.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkTVGrgqKuthDGZonVJ3iFnbLNXyT6ehUB0+RU0fK61AIhAPDkvDaYQ9giYJi764KxapShh3qPID1dUU38c/sN7j7S"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.5fd20a9a.tgz_1500407124444_0.24586815969087183"},"directories":{}},"0.8.1":{"name":"graphql-codegen-core","version":"0.8.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","graphql-tag":"^2.4.2","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.1","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-pikFgfa1GGHr8ZQIZDXqfL6rgwWYD2FOvwBOZkroYe35M8YLHTca4cGe1xrvKqbvgFMQu63vKTKyiK8NdcEV7Q==","shasum":"325497261be9fbec0f63e8c168a3c4c8381dfc41","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDASELaShjZ/ITouzYI1J7XCK+1AMgp15qDXtAEvl5qVgIgbZymk9GewzvhKRDA8mF6Hy79NoB1QhS/WWQZDSxHf9E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.1.tgz_1500407174482_0.8878598099108785"},"directories":{}},"0.9.0-alpha.465f2525":{"name":"graphql-codegen-core","version":"0.9.0-alpha.465f2525","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.465f2525","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-ejaa79K5/eWNrkJTMfDYCdJYmDoy7dm1EHoFWOazcE19qUiOGA4COqz3iRxwT9pmEW5D77XWE7pxAXvjhNVkDQ==","shasum":"c4bccd958405f2a48662a2aed88d9400a37a5c49","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.465f2525.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDQqKpzcu15osOEi68YJo6mTHqlU7oh4zXhRmn+ageN8AiAHah4a6UfKOBA3c68reL5UydSx8LbLidcxznx+sPh63g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.465f2525.tgz_1500407839634_0.3188737293239683"},"directories":{}},"0.9.0-alpha.1a4d72cb":{"name":"graphql-codegen-core","version":"0.9.0-alpha.1a4d72cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.1a4d72cb","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-5Q0W5Fa0f0VBr3cYeGqU4DPQ8AscbIijsgxmEwyVDdxmBiqjiDC5QOa1cAL0PsSFCDxrx2wsuf+ecH6tykattA==","shasum":"bfc6a57cc47ec81c924381d8ad6e47954796df22","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.1a4d72cb.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDApiNOpAm001FZHTnPWdZQ/2i02c7hBSmHMIRAIdfDpwIgTiscwi4Se25dEjLiZCHiNWoq0a4aOK1tehE1xwbz6gE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.1a4d72cb.tgz_1500408000221_0.9972747412975878"},"directories":{}},"0.8.2":{"name":"graphql-codegen-core","version":"0.8.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.2","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-EnqVXkGrArDN89Dzjw0EnFNtEoVRwk5ZyRjechlQqhyuW5Jbakw4URBwFNjUfIB67oK3u28Ubjnl2STUOAJr2g==","shasum":"87f71b7b73fb7b21c27f12d2ff3866a51b55a0e4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICmsuWeum+a6DuhuKxYEM0EOoqKIYXmDO3kgQB/bdi8MAiEAoMkJKoJT142kS9BU0QptPyhR421mbIciJ+PJbInQh5g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.2.tgz_1500408164878_0.9243231290020049"},"directories":{}},"0.8.3":{"name":"graphql-codegen-core","version":"0.8.3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.3","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-yI6YlfwERMWMaWUHyQnsbpYQF3pxMCMw0eURLzSP0+69+jiuLcpGsQRngDpKekenxqrWTHDdEmriNK0ls4Z9pg==","shasum":"a46dd01e478dc41636c3c7050090e3ff2a32db6d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8Cq+CDsl/pNYeYLiYc5ECKSqa63rE0bcWIZ4BoWkReQIhAMj/UF8T9XlH9zT2ELWrI82rmfNyzDdF/0+3GGD3LKfg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.3.tgz_1500412535890_0.675414512399584"},"directories":{}},"0.8.4":{"name":"graphql-codegen-core","version":"0.8.4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.4","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-+IFWAVDevy7jkYV+QgjJn60lnFfH6i+RLPOZnPrsBdfGmaVydLkmFkbA3qdGlUXtB/1T6YLDstwwIx0m8wy4LA==","shasum":"8932317127f1449bc75061117e0594990f7cb5bb","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBeHZODko8R+4VSX1FauMDWfxXn+8Mu9s3WvwUixVeyiAiEAhQvN02PWd62zQ6PbW+WsNS8WdfB6+2rcaNr7teWefE4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.4.tgz_1500418759340_0.21882285177707672"},"directories":{}},"0.8.5":{"name":"graphql-codegen-core","version":"0.8.5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.5","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-7ykJ0BFl3XB1to0qWJkLdOr8t4FZ6AGWxQwSr7VeMK1ZKEyQpkKXWO/3uNAOZ0VzN9+oxxJtPl8qn2X/X23+nw==","shasum":"6c5680874ffacf9bca14a1e1396a2a3fcf379c37","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJ4O+d0yh/PwPngmtipc2VLjMsavJAPICzI7QhRyngSAiBsHt97w1GNhMerUAZ2xg8YRiF9tt8DWWGOryIma/9CkA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.5.tgz_1500451881588_0.2827930061612278"},"directories":{}},"0.9.0-alpha.2f7495c1":{"name":"graphql-codegen-core","version":"0.9.0-alpha.2f7495c1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"@types/graphql":"^0.10.0","graphql":"^0.10.4","graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"devDependencies":{"@types/jest":"^20.0.2","@types/node":"7","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.2f7495c1","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-ZKype8TWBdovfny265zuULcUUl0Sl54qmiD3+wQW48cz1/Gr5eXfh/JpmJiUKkKI9edMAKxcdumL8j3VOYeq0w==","shasum":"20836be96ffc5da231fae65c7f0447ba2d431149","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.2f7495c1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF5eHEjnoDZDpnZfQH+EkIjE2HDum0eE/vIcTUNZSJZDAiEAhDEALOUTb61rd3r3bsZsHVAWcESx3+/ZGcdSvVEUcik="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.2f7495c1.tgz_1500474769499_0.17784053995274007"},"directories":{}},"0.9.0-alpha.dfde14c1":{"name":"graphql-codegen-core","version":"0.9.0-alpha.dfde14c1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.dfde14c1","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-7NzSCPKWg9Nckfgo69NefWVChG/bh8NKKZdCXaOmL1eMiSMuNf9jAhf/2Cu10FVN8RE8QInwQH8jJQDktCSGBQ==","shasum":"5050acbf5478cd887bbfd374c528fa7341334f07","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.dfde14c1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRYxKnz3QNG5gptv9jwtri3JFvoGrYNHAqFPMLd8KGmwIhAM/Qz0YrGL57lrKcPKpXQ8QaX/jKrzlzj/C9m5cxO0ai"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.dfde14c1.tgz_1500538055941_0.10153410653583705"},"directories":{}},"0.9.0-alpha.6b9f20a7":{"name":"graphql-codegen-core","version":"0.9.0-alpha.6b9f20a7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.6b9f20a7","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-8TFywWyZF6AKGshDNWzlhDThG7AIcVvD/i1HwO8srBnVpmg79f+Ul6EGZahgmVFO41cecT99jrwFOvWPz/r24Q==","shasum":"f56eafc3cbffda70c8d29deead91650b501db251","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.6b9f20a7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVsvHIG3JolRuZOgKL/jwEOS/k+5YI82GjHkRMmbnxjwIgFMOKc2Fs6F/UK6JytrZAUclcOT+v538SCTckE17qrqo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.6b9f20a7.tgz_1500538965667_0.34110809420235455"},"directories":{}},"0.9.0-alpha.f365e6db":{"name":"graphql-codegen-core","version":"0.9.0-alpha.f365e6db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.f365e6db","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-YHoJmJ0qh3reZG7woqe+yDCq/2MQkRezC5e8MKA2ywrSpeBEJMpw9M9K1q61vHdSANH1MpdH/4bx2InudMEr1A==","shasum":"614cb932ff9eabfdbdf428fa7d8b738d63a40a4d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.f365e6db.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrUPeNguTCciSh1fvbRAYIF7r6G68VOgOTbsoHnjjW9gIhAIcMZfRr+7n4+h6X9RU7//B9hxfpnYyAETlBQ0haDMS8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.f365e6db.tgz_1500539141799_0.10489102033898234"},"directories":{}},"0.9.0-alpha.9c759e1a":{"name":"graphql-codegen-core","version":"0.9.0-alpha.9c759e1a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.9c759e1a","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-s9kRRZ9x9dqhOFuGpg+z1o6VWyQIHiQm5jcAJNiwy5U4gT7imBJ7gZitiQ0aBobSO9senL/5zV5ooqB15yQaCw==","shasum":"db353711ec04f7ef5ff64317e06a2d9c48a415f7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.9c759e1a.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICYHw7Xt1ZpaVIQHzvYyirvuy2vXDqQzykgHno9DN9rJAiAa2DBr0RUCaueURi8dQ8js4yoCacKSty5iwiesOXImjA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.9c759e1a.tgz_1500539249835_0.4927436076104641"},"directories":{}},"0.9.0-alpha.a6c3d1d1":{"name":"graphql-codegen-core","version":"0.9.0-alpha.a6c3d1d1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.a6c3d1d1","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-z1aVOjw+70hK37emX7LVVKPyrfH3sXHFPuyeFjkgtymDsfg4cMejIxFJgl7YS5UmqQzLQuGEwpaiYfUtWevp3g==","shasum":"34043a4ab905713c9e0cc02029d460e5a92330bf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.a6c3d1d1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDjFufVF8yxIe2+ZyOsaBKKqBqpkDUCXlcd0LKgxUQw/AiAV3QXIn2Dz7jREDPdobtcv1dYJwjcmhsKT3+GOGiOyCw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.a6c3d1d1.tgz_1500539349719_0.642180297523737"},"directories":{}},"0.9.0-alpha.4ef2ace9":{"name":"graphql-codegen-core","version":"0.9.0-alpha.4ef2ace9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.4ef2ace9","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-PCnwFV84oKnL6F3wdautNkhUfYJBCvJ8FluYBghk32w53cIibrMKtvYIqv8y8YdaMz0mnbU6MdkaLhp871bv+w==","shasum":"5d4440aff72bf1be5006e22b88ddee469ee17507","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.4ef2ace9.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2cxWhbqKPy30ckgM/Vz7PHZoWLTQES2Wil2J5IsLN/gIgci3rtwpz42W57tnBIl9jiQvwsd6Uz6S9Fm+omxuy4vE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.4ef2ace9.tgz_1500539906550_0.8634037463925779"},"directories":{}},"0.9.0-alpha.70002868":{"name":"graphql-codegen-core","version":"0.9.0-alpha.70002868","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.70002868","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-TTcZz0TyQWQCZrOZSrfv0CoZoUaSvQEEm/m6Nc7lY2haBfGVCxJOMNKjDZgB/HmET+ePFEjpX9vC6B/1TbAGzQ==","shasum":"51ecce9c1fb0d0e71c8be0796894ef8bc3cb9353","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.70002868.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxgotk3JQOnFtxkH2XNG9ZKdJZtI6KN920ZMidMrpq3AIgeNs6gqE6TqjYyC1KtrU8RCFxsdJLqzd692W/+NlgYFU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.70002868.tgz_1500540013492_0.06531539536081254"},"directories":{}},"0.9.0-alpha.ebd3e3b5":{"name":"graphql-codegen-core","version":"0.9.0-alpha.ebd3e3b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.ebd3e3b5","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-o6VXbi5ov4OUdkRhdeFL5ccjG2IpTKhSNk8TOBYPfyjmFkeU4oYaIUjMhFUIyZcySQh8DxnTNYg/iFg8rObe2Q==","shasum":"3c2abce768d3bed62fb69f5a4e55dd4d4d35e9c4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.ebd3e3b5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlSV/SNyuvO8+NE94ghYi+QhpubYCc1HhsFDN1eDqbYwIhAJHWQ2LkvV2wja3x0l+XxWRsGmBjm1txNovidGsYA7aq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.ebd3e3b5.tgz_1500540348109_0.480096151586622"},"directories":{}},"0.9.0-alpha.80022c38":{"name":"graphql-codegen-core","version":"0.9.0-alpha.80022c38","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.80022c38","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Kd79mWauRz8TkcEEN0MPPRMGBvwHwAkreOR7Wb8dJV9tTKvJ5xqMoMqJQt+CB7sPGXBNkKVv39joZw5vuCqTIg==","shasum":"1442f1d1256e6a08025145f08da296a14e3c59d1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.80022c38.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKXeWqmW5mW2T/THJm3yXyx2b9IpXriU1xNPuXobA8/gIgKKuZeFA1AbIMuEs7fnnRbuY5kQoquC/yWuR2L/hLHwk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.80022c38.tgz_1500540409006_0.08322633616626263"},"directories":{}},"0.9.0-alpha.41c502be":{"name":"graphql-codegen-core","version":"0.9.0-alpha.41c502be","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.41c502be","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-tqI01lHZ7wQwT78jkbXcuQKN2NsgyY+X4fgQq/DWozO+I7eJ9VomU2jbt1d0kq/latDf6E3h/o3lHXQsmcyXzA==","shasum":"20f241af6b7d9c6f7f4ecec814851dc71b7ba7a8","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.41c502be.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1cN2Ojj9Abhiveh3uwzywSoAL6TV0vk9uZ0SHVeCAZQIgKPtmhFGGEb3gCqEAVorTlm8O/lzGOipBh3DTEILEZ60="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.41c502be.tgz_1500540485797_0.0915819879155606"},"directories":{}},"0.9.0-alpha.118cb289":{"name":"graphql-codegen-core","version":"0.9.0-alpha.118cb289","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.118cb289","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-IVLcn8Dl27JwEsOFTHoUPlKUWHY51/kTfpZOO/PkrSsmn/fK9Ba6p2u9ZPyFN+Ewj8dQoS/mgr3Ow4rZXevDAQ==","shasum":"fb0091fbaee36dd15679b6ee684788107b9ba3a6","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.118cb289.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4GuhC+D8bZqHr1zqwCOVKKcojx4cFvvqH+A/ktuiUnAIgWAugwY4jyBMmyhv+8IT1QeXbhDxsBjFcnVMXMWfTp74="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.118cb289.tgz_1500540936371_0.18038721126504242"},"directories":{}},"0.8.6":{"name":"graphql-codegen-core","version":"0.8.6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.6","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-qdZC/TGAowTHLKEFKwlL3vqq9jALWQj/SfVv2Sh7OKZKFWweVv/R26MjgOKKklJC8bOLjTEwLtp3J4uKtP2uZg==","shasum":"1112f0bb7febecff5d5a7f4c45b085604d6796e2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+qD9PNNDo6++AE11E08EuR08fbdl5Aatat68M/nipmAiB3NphS/rj/LxEXOq1uQy1ppP4JDMUqGU4od2713RgsjQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.6.tgz_1500541588577_0.7524763401597738"},"directories":{}},"0.8.7":{"name":"graphql-codegen-core","version":"0.8.7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.7","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-wmd1dQsoRSReq0PQqyeiDtPd93uUmpvgqqr4iRNj5Yqpdm7VJzaL7CJa0p1LDhOqia2u7ixsn+2oYNEGDVjwLA==","shasum":"9e3211ab2ad797dcbe39ba38ea911b2f39b61b71","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCj2dpO5eV9t4Q1L6KG6ipxOpR4Se8KpnE5AmIY+lRddgIgB5qGbgSCRfqdZA/nrtypYttxnv3sUALVjJX7P9RsRj0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.7.tgz_1500791184297_0.8436037327628583"},"directories":{}},"0.9.0-alpha.574a7a7b":{"name":"graphql-codegen-core","version":"0.9.0-alpha.574a7a7b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.574a7a7b","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-JXJXWBXw28DX1Jflxu0BQ8bGHoPaDmG2PpUdCTu3GsvMNNIHhbkILj/QSziFOZJOyazfmaIwVvF4Q1rwwVkkdQ==","shasum":"f16aa6f821a1b70d50b3b2338f851b97ea955043","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.574a7a7b.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6iWSjVfneFqASgMuJqsDljH/kOx0eRuv1K1l5Z5UFzgIhANcGeDj4jNIHPLuWgXQRuC4CEDLKjHEL7cRTwIJOepT6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.574a7a7b.tgz_1500796507563_0.0017945338040590286"},"directories":{}},"0.9.0-alpha.417b87dd":{"name":"graphql-codegen-core","version":"0.9.0-alpha.417b87dd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.417b87dd","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-W7u0yHQ1wB5wj6XuFVvJIptisVbH3myOAfeQF4NPGrKV02OA6xV/AcQQXEJwwa9dBl0ZFExz3sTm/1zkZ1Kmjw==","shasum":"75649e64420c98426a6f9d83401d7088785b8531","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.417b87dd.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMwLw4t/LgXPwEghEhOiTIkHw4Rxqwa2y+FTuaFR7dBwIgApHE2c42vCGnd/V4UFm1NjpiUIBsgwq9bOO9sxFCWWs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.417b87dd.tgz_1500796570913_0.2818533885292709"},"directories":{}},"0.9.0-alpha.a13bb670":{"name":"graphql-codegen-core","version":"0.9.0-alpha.a13bb670","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.a13bb670","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Sob3DXlh0idlRD9ncJq5DKNtX0Zp2KNdv7YVpOairukfSw60rXZzDiPcrIVf83lSleY1PCe9CLfAlRbebAYXVA==","shasum":"af4b84e0ba56921f1f1833be539ac05fdafe54b1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.a13bb670.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwv0DuCr6zs8u4CIO6K4WFCOULFHTcalMKueKz6pws/AiAg4T53jD8yJ6NqOUiKR4JqnbQMXNB3yBJpb+1A+jxbwA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.a13bb670.tgz_1500796750401_0.7199373056646436"},"directories":{}},"0.9.0-alpha.00efbe34":{"name":"graphql-codegen-core","version":"0.9.0-alpha.00efbe34","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.00efbe34","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-fAqB7+e+XsNQ9aKC89rNuSt2DoUjwhjiHoEEAMn1CpBM5rhZjdHX2t6S/FRQa+O4CoRcOLTUWMgcqNyVVqHAug==","shasum":"977676e6c23abf16ddfbf652082f1047f1144543","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.00efbe34.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDlaaj3wDuKr2pdEualjG7L35bmus4k3hPsXX21Jmtt1AiBobkdAm8/t0/opV+H1bdxB3lwSweAnBvArXF1Ko9UZcg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.00efbe34.tgz_1500797439897_0.05491000507026911"},"directories":{}},"0.9.0-alpha.5e331b10":{"name":"graphql-codegen-core","version":"0.9.0-alpha.5e331b10","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.5e331b10","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-0LOUlMl0QML2VI/YsJGpaSXTpvwBHEkK5muxBwxFtUmplWVElRP0733HI5pW5x2pD1KaSebRrc6jO4yng95Geg==","shasum":"dfcaaeba6faba79cbbc130928a8dcfb840309f92","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.5e331b10.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXC7BKnvIpGs0AUX/Ny0wbKWKmxaRGKyeu2yqFAsD8kwIhAPeWaNPLvJkY3BEhhoqQK+nPQ8bJBD9Tfghru7pykFLZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.5e331b10.tgz_1500825781305_0.7275785172823817"},"directories":{}},"0.9.0-alpha.6c0c5bdf":{"name":"graphql-codegen-core","version":"0.9.0-alpha.6c0c5bdf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.6c0c5bdf","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Iz7Atiim9Zv5pqaJTKjNM+T4JKsAkzqf5uQjibfsL0NKa3tVNkpsMk3VTeUJXIUFfUXP9T+uUN4MvJRvOK+fQQ==","shasum":"d78ada241a1a7a6e00ac453b68c6447989376cc0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.6c0c5bdf.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfhyxQqIg7iYTgaA1J6IhwVofTkh+m5ZDos3GtFD3LiAiBZ8//V83pqKEHn4gBdHD2AwBa0uyZfNSyhLX5Y7mWcng=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.6c0c5bdf.tgz_1500874963175_0.7522058377508074"},"directories":{}},"0.9.0-alpha.b4c4afea":{"name":"graphql-codegen-core","version":"0.9.0-alpha.b4c4afea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.b4c4afea","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Wrc8OjBwoIag98Ix7yjl139MBUQyx4f/xlAVZ/UfsNr71UiIfk8Aonu8hVIERK8Gi+YrCLS2gmN8tJhKLqnXTw==","shasum":"7eac52b448d20bb6a06bea1f9ce4b9fc58b56c27","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.b4c4afea.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBqA8o5xa6KncOA4p58DZ5xXJW5sO99wDaAm2TDP2d47AiEAh/sNBlZueEx+wa+BBI26t9Wi+sGvvxNOrztDTRv83ns="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.b4c4afea.tgz_1500875951354_0.8968245899304748"},"directories":{}},"0.8.8":{"name":"graphql-codegen-core","version":"0.8.8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.8","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-tKfrnhKWQ9LpmB71L34SUKmc2MMXz3KPXKlvPk4/ICIXUR7xyH/cciuMQ3sz3n9aE3QN8abtjDvFDDi9+NyQfw==","shasum":"b614d6fc5289b88e959ebde0bc266b9924406615","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.8.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyagGEhdocidXIxvsP9elnIWQTWp8WDXfFtcSoBGYrBAIhALkdly802zreCVT/wRaWwWhsSW0vHTfFkW1yr10ZyrVn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.8.tgz_1500886826404_0.8499673116020858"},"directories":{}},"0.8.9":{"name":"graphql-codegen-core","version":"0.8.9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.9","_shasum":"8e0e864b77d60eefe9dcb4a3ccbfe61ae1f4cbcb","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"8e0e864b77d60eefe9dcb4a3ccbfe61ae1f4cbcb","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.9.tgz","integrity":"sha512-jQwvzVwOMmpLpFKCSYzJ/1U/jwaAWz9j74Rujb+6yZxDS2Gjh2UKb1Rdu57UjWBTZSS9CEUsVw2Eyy8wBGFCng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbrOAD/Hzxqoqdm9GoAhGaL1R9H3K4ntvzbXEJaPu+BgIhAJhys8XK0xLEU7tsLAweZ8SfIEzJ1i9Ot+7hM+iW9Px8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.9.tgz_1500903754642_0.1095233706291765"},"directories":{}},"0.8.10":{"name":"graphql-codegen-core","version":"0.8.10","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.10","_shasum":"9ae49eb566722d87745010dbcb738b99b35087fc","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"shasum":"9ae49eb566722d87745010dbcb738b99b35087fc","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.10.tgz","integrity":"sha512-EGr5wc2Gur72LCSdl8c5S66j4pJF4GL76O8zWZZha3sPQxiZjdObgBbTlmDIxNfxUVolTGc9ZK36Zc6lNlHMNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCeeLxgCQU6JPFjzLeiYgULwL+u36pnqdOpVSF5dfeHAiAQ90lWC52xeMz42B6IGprje4IfOazSQu7hPjXTa35Bhw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.10.tgz_1500904099733_0.5775087024085224"},"directories":{}},"0.8.11":{"name":"graphql-codegen-core","version":"0.8.11","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.11","_npmVersion":"5.3.0","_nodeVersion":"6.9.4","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-YHp8osV/x6hbOlHjrCCh23o8wcx7F2Js9eaF4Yr7UsgiVUy+lb1di/C+z278+EcXkmUviEuINpfavC1KdJ8Bzw==","shasum":"7c6fc68910daafcca1fee7486150324ddabd3be8","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.11.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTGd1GjZw6mraMusvknvSTgfu+V1V2sWeQaKHpnSA6wQIhAJuJziRYr0rkQ53O5PBSr+dpXtGXlVSpvAGwfNgJ2OLz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.11.tgz_1505889480435_0.8872071600053459"},"directories":{}},"0.8.12":{"name":"graphql-codegen-core","version":"0.8.12","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.12","_npmVersion":"5.3.0","_nodeVersion":"6.9.4","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-rC9ORhyUKTxVgB11j3J/NKBCCWjbgYGXO9r0XSoi402tNOfn1vgi0tMBqzXh14saX95cT8fs/S8Y1O6GMiaYuQ==","shasum":"7f8059b60b60eb146c59972a21fe66391e7111cf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.12.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDm8AhCNsLxZr96uTzGsc4jppSSa8pqYbXPtmIKg8uZdwIgGJyw97eL2PK8AuKoCwCh9KEGfTh9+jFKwtmoEK39g8U="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.12.tgz_1505982572795_0.2362254704348743"},"directories":{}},"0.8.13":{"name":"graphql-codegen-core","version":"0.8.13","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.13","_npmVersion":"5.3.0","_nodeVersion":"6.9.4","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-OEQrJtYGkDJeWcxInHI4w/4EwnPs/tvjVW7iUUVr3PV0NAJMo1k9XTR4z0d23f9kP9mFJafmlLkbfTwjrINvrA==","shasum":"2f88ce8836f2d6a8144ea3e4924d4f05432449d7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.13.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEajWikonVFXPi/nHVyI6RT3BlsbETVdO7Z+0Y+k60D8AiEAsAL8oz8/IJCfSePKgHi/Wcc9zPurRc8Mn3xdmfqvg5o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.13.tgz_1505982706536_0.5375038834754378"},"directories":{}},"0.9.0-alpha.5004263d":{"name":"graphql-codegen-core","version":"0.9.0-alpha.5004263d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.5004263d","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-LGnOfeFwpicvuYeuWlt/IBeeSDUAJZ+UZda/0wP090o8O0UWHVpe6AIVag7EiHlRXKg5Udoq4UhqCj7skqNcgA==","shasum":"01270dd2416afda4a8314c0ea6a06f831105f837","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.5004263d.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICM3jJyvrfON7UxaWc5Unvk5D6bEWnMXSANnujQp6N88AiAOXkg4fDPdaZ/Rfqg/hF7IevzWN1eAERMFjavGcXSs1A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.5004263d.tgz_1508918445218_0.9738961234688759"},"directories":{}},"0.9.0-alpha.0bf8d921":{"name":"graphql-codegen-core","version":"0.9.0-alpha.0bf8d921","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.0bf8d921","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-94fB2hNmeO6MsuflEXIVVgaQJDfulGP+s4/JlasmD/J3FJklxVFt5k7DyIYiQSZVZgSoBHLQGMGTO0bA/uwh4w==","shasum":"36807d0b16e7604b6ee8879448a9eb7511829525","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.0bf8d921.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmW1jWDsTC/DlSKHvr7EVbesxfGZ/qcCO0mEHF8dzlEwIgJjhvFJG0QcRxb0Vg5/+O7T0hAZww0GSAgJfGeA0gBnU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.0bf8d921.tgz_1508918665852_0.3841693785507232"},"directories":{}},"0.8.14":{"name":"graphql-codegen-core","version":"0.8.14","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"verbose":true,"collectCoverage":true,"collectCoverageFrom":["src/**/*.ts"],"coverageDirectory":"./tests/coverage","coveragePathIgnorePatterns":["/node_modules/",".*?handlebars-helpers.*?","src/index.ts","src/types.ts"],"moduleFileExtensions":["ts","tsx","js"],"transform":{"^.+\\.(ts|tsx)$":"<rootDir>/tests/jest.typescript.js"},"testRegex":"tests/.*\\.ts$","testEnvironment":"node"},"dependencies":{"graphql-tag":"^2.4.2","graphql-tools":"^1.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0"},"devDependencies":{"@types/graphql":"^0.10.0","@types/jest":"^20.0.2","@types/node":"7","graphql":"^0.10.4","jest":"^20.0.4","rimraf":"^2.6.1","tslint":"^5.4.3","typescript":"^2.4.1"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.14","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-HMQUC8xW/NjT6LQJPXi+oxkEIG42hVqaKN9AMEJFwI5OAJy1oeWQbkYNqVsNAu/oiokr+j8oeZwEQEkpSWNsQw==","shasum":"ded0176bb09f26d550d43474b59a3cfa96ff26c4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.14.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC0WwmOjgtCsdumPHUTaEYYw+fbmjp83Oc6AnySlLPEAIgPA8f3PEEQWO6xnNdYEnGHpwYYbOVlFwZXsLM18VPsKc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.8.14.tgz_1509259070670_0.5719808463472873"},"directories":{}},"0.9.0-alpha.dd6f89a7":{"name":"graphql-codegen-core","version":"0.9.0-alpha.dd6f89a7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"^2.6.1","graphql-tools":"^2.14.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0"},"devDependencies":{"@types/graphql":"^0.11.7","@types/jest":"^21.1.9","@types/node":"7","apollo-link":"^1.0.7","graphql":"^0.12.3","jest":"^22.0.4","rimraf":"^2.6.2","ts-jest":"^22.0.0","tslint":"^5.4.3","typescript":"^2.6.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.dd6f89a7","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-Zqo+IuxDKyn7X3mMlAsgPsHY5sZx4Zjc7sOtr7RuQATO0VacbYrbVPKd9+GDCJnLHuTEWqmyhnV9kCBO8EBqqw==","shasum":"9df548a7088d97085fae56389c3658266fdbeda2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.dd6f89a7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfklq1DetBCtKIN51uJya0uBXbI+VECvz2AJ3/8AQYtQIhAPh0tVUQVVOAJUmfo7I2BvdZRuGH7R9vDGm/Qh6b7TM7"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.dd6f89a7.tgz_1514276967159_0.5987588362768292"},"directories":{}},"0.9.0-alpha.86a530fd":{"name":"graphql-codegen-core","version":"0.9.0-alpha.86a530fd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"npm run clean && npm run lint","build":"tsc","prestart":"npm run build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"^2.6.1","graphql-tools":"^2.14.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0"},"devDependencies":{"@types/graphql":"^0.11.7","@types/jest":"^21.1.9","@types/node":"7","apollo-link":"^1.0.7","graphql":"^0.12.3","jest":"^22.0.4","rimraf":"^2.6.2","ts-jest":"^22.0.0","tslint":"^5.4.3","typescript":"^2.6.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0-alpha.86a530fd","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-fV6OhmYrw/bQe7HkfoAuDJxGEc/xAM84AHR+VZqJiBeKUMwSTJVTA3AKejgDOWyyH3UhX/lfjPIToT0Wlcstpg==","shasum":"91b895fe2a6858c748e015cbd2795acf0f1b9724","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.86a530fd.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChdukZtVXIIByIN4s5ZTy2/B6kxKATbKapwiY5qjKwlwIhAOFENAcDfqIhZMZbQ+XeOZfwCziRq8UbOpLTjF3NUR5m"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core-0.9.0-alpha.86a530fd.tgz_1514277825382_0.20311077823862433"},"directories":{}},"0.8.15":{"name":"graphql-codegen-core","version":"0.8.15","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.21.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"devDependencies":{"@types/graphql":"0.12.4","@types/jest":"22.2.0","@types/node":"9.4.7","apollo-link":"1.2.1","graphql":"0.13.1","jest":"22.4.2","rimraf":"2.6.2","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.15","dist":{"shasum":"a10e1e1d9f7fe7e811be219c3c149c8f80f45dae","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.15.tgz","fileCount":81,"unpackedSize":81838,"integrity":"sha512-ZojWGdr7JFOsQcN3nldpmRxtPEf/iIiySODMJc1Wy+/5qauRR4QBsF6y7z0CtOZsAYzG4GKv2HQxNTO9Q9LZBw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuWEdzZj21Sdrfi6CiRE60HHDHDin3JGDd7CPpkttQsAIgLtQ5AJ/v5ohZNq9dVOrDmr7KimAGn+SzWGfazcTkfoQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.15_1520929016333_0.4720985332059866"},"_hasShrinkwrap":false},"0.8.16":{"name":"graphql-codegen-core","version":"0.8.16","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.21.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"devDependencies":{"@types/graphql":"0.12.4","@types/jest":"22.2.0","@types/node":"9.4.7","apollo-link":"1.2.1","graphql":"0.13.1","jest":"22.4.2","rimraf":"2.6.2","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.16","dist":{"shasum":"552248a4bd62414857961eb02947df7ab5910bf0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.16.tgz","fileCount":81,"unpackedSize":81936,"integrity":"sha512-7n3B0m5NWBQ6qXut0ArdeEmJYqgxKeeeKh3d0TgfJFUraaCkYiAEBINlA9YQ1ga0azAeaEfWAiklP/WJj2wXzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHx7D5p/f+RRk9vu6fHaHy9mEmS+O+1KADV/6Gwo6XaQCIQC+4Od8NdqJHhEQwiDno810p94O7r/ZZoUtYERiDZrnFQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.16_1520935007741_0.9167883825765273"},"_hasShrinkwrap":false},"0.8.17":{"name":"graphql-codegen-core","version":"0.8.17","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.21.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"devDependencies":{"@types/graphql":"0.12.4","@types/jest":"22.2.0","@types/node":"9.4.7","apollo-link":"1.2.1","graphql":"0.13.1","jest":"22.4.2","rimraf":"2.6.2","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.17","dist":{"shasum":"935f46ec9f4f5fa8a8874c01adfc2d5d615b5faf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.17.tgz","fileCount":81,"unpackedSize":81936,"integrity":"sha512-YhDsvay+FXXGvBWM9+Ag7GlkTBxxiET7MOm+eKgwHAP2S054TkQZLsdbgRVN+j1/hmnabAnNUiWuZWvRfBLr+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKAkWAtgIMAh03jV8cBqR3T+0ZHxTtov8Ewp96fMGvagIhAMA0ajquXOu51GlEIoov3MfaBzGeZwVK7ZNx1A85ycj6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.17_1520951856259_0.3965674652576763"},"_hasShrinkwrap":false},"0.8.18":{"name":"graphql-codegen-core","version":"0.8.18","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.22.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"devDependencies":{"@types/graphql":"0.12.4","@types/jest":"22.2.0","@types/node":"9.4.7","apollo-link":"1.2.1","graphql":"0.13.1","jest":"22.4.2","rimraf":"2.6.2","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.18","dist":{"shasum":"99e29c9f30e44db0077bf59d91422be8195e3455","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.18.tgz","fileCount":81,"unpackedSize":81936,"integrity":"sha512-z2tcbEB7qwVNUIAm9YBcRh8qd8308wkWM/NxrzsBxnYBC7juM8p3dKR9MbsEVmB5epgte5RuqHtGlerOW4gckQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsMhdeXWVAV4Ni7ni82Tab9l92Kifj7Tt6CbeKGL2HrgIhAOUMsWjbWUUXCWIHIRhH9Q0KLHSOE5mOOzjDPFNq2pxp"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.18_1520952091345_0.8068581218051889"},"_hasShrinkwrap":false},"0.8.19":{"name":"graphql-codegen-core","version":"0.8.19","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.22.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"devDependencies":{"@types/graphql":"0.12.4","@types/jest":"22.2.0","@types/node":"9.4.7","apollo-link":"1.2.1","graphql":"0.13.1","jest":"22.4.2","rimraf":"2.6.2","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.19","dist":{"shasum":"67955316e59bfda7a425240f5c969c90e848afae","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.19.tgz","fileCount":81,"unpackedSize":81936,"integrity":"sha512-x+4KRyUdmFzfPWo5G4hFnpzRBSV5e3bvtklr7xcINkwfgCrNe6T1T8GemPafWxZnm14yiJYzqZY8Sol+QCQ6uA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNGzyT1kBURQ361aw+gbiHNYh8mpztzfOol6jTX+Qq2AIhAN50o6RWecMvEPLkoY+j4aaGUZge7RIl3HtgMW/CfT+u"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.19_1520965459831_0.15954733426909873"},"_hasShrinkwrap":false},"0.8.20":{"name":"graphql-codegen-core","version":"0.8.20","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.22.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.20","dist":{"shasum":"34e818b39536e860ae2a039009c810c2588aa586","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.20.tgz","fileCount":80,"unpackedSize":80124,"integrity":"sha512-Hbr8LEnRaI59IEUSphVpvSlqJ/hWu8Wl3XAn8ByMDVBCSRkv6d0ZRN6GgaRFMy4kUIMAu4nFwRnOl4TyX+JEjg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFomn+l9o18JQRx7yHbXGf4DoYpagebYqI8Q9zMKuJ74AiAKwULagc1P3sW1BrH2tlC1By4Y3wAOAeJxAEnYyTjUdQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.20_1521054175638_0.8085585222901046"},"_hasShrinkwrap":false},"0.8.21":{"name":"graphql-codegen-core","version":"0.8.21","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.8.0","graphql-tools":"2.23.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.8.21","dist":{"shasum":"0a49eae274c55ef3fb882d9e189cf5a152ef2eed","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.8.21.tgz","fileCount":80,"unpackedSize":80243,"integrity":"sha512-gyY0/mIY5xJj9gfny7U73j1/nHRd2B2BJeGhhuD4Tq3jfjlVamqWYhsQGA3a/knvIq2XDg1rHMcjQM535t9WdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbKeAi6edJ6JKn/Aylb55qIf3YCKxiKijJND1pGeaPqgIhAMYYVAtTXzvpPa2It+0AkESipGRu/duIU5VuriQEJq86"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.8.21_1521280948949_0.772604609828119"},"_hasShrinkwrap":false},"0.9.0-alpha.1d7d22ce":{"name":"graphql-codegen-core","version":"0.9.0-alpha.1d7d22ce","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.1d7d22ce","dist":{"shasum":"0f74c1b3d1b8d92e34b32ee55f61cbe61c6e72b9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.1d7d22ce.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6DkQCRA9TVsSAnZWagAAcUQP/0yhbuXHGAtwtFMOEKuM\nin0NcPXEFlx2xKffkW/w8HpS3JnhtN8TT8jnd4nNkYDYNhS+4TBTFcmJrMMH\nYGHvXIMa64rCMRf+h1y/BJFOspr1t9CzE7as02qJZHSyyWObZPgZr6fARKH/\nCLGIdKMqE24zYE0GkpQZuTMQqu3VdbE+PdyXLb0rkPdCralRcJTihjnkae3A\nihI6tASkjkI5E4AwvttRYexUp1IQLAxDR2+f4dTJ/lLfQ/rjh8msIWbYsqty\nzZ1ARw805iYhUfNpNAPoxaXzMG4HX5AFCKDddfGVCSsmEQXmfqLtVKTFYo1j\n6ZtcW08AIJrfLBy7qxKNidjGXqGmNzUF/GHoJ5DMsWPOGQBLGz1QFvzes3FI\ndUzsapk2dbvv1wdboqh8n4CvmpuaZ7C6UXQhbM5P/mLGxL/H1cdaU8eIL5HT\nZwLyubVZpxyJtfARwJkcTjWZBbxB7F5JioIDWUhgYFBoqcRWM1DAdW2PRyZK\nVcjgumhVkneWMcgmFap+ti0ibmz/ggE/Lu3F3F6+OQt4bnPIfLlfKLIkI+fV\njMO9FbiXGQXMDUrrs3wuK4cYmguwoxRJ2zZhP6twIC8MEMULBs5HNl+8+zEa\nqvh7ns951Rr32UP2rsCg6Rr/EFJLEaDb52lSGvo2YlVXmJppnIKxICRk9g11\nenNA\r\n=7tok\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-bHmZpe0fcBwGUZ3of1U4pOh7qdd2GgEQhwNutFs0pvZCwrDk3XwQksBasZxEs5FRqqjhhRxHGzOG58e9Hy5ZHQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1YurCKJlQxoFArED36kni5dt4ZCAcC8vT2i+zqpbZEwIhAK3Wdijz2tgxg1rtbCOdfNNGM1uY73h4b7jLw09BS7ih"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.1d7d22ce_1525168399909_0.058535761830494026"},"_hasShrinkwrap":false},"0.9.0-alpha.addeee32":{"name":"graphql-codegen-core","version":"0.9.0-alpha.addeee32","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.addeee32","dist":{"shasum":"7058c01a95090a1a4e2203bde5bc8218c00a6194","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.addeee32.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6DqaCRA9TVsSAnZWagAA4yQQAKNqSYcaGm8rDS68DV9F\nH77P+ALJK8dKMVM5a6hgXWx1wyYw3ZPzZRjLgUZ1P+e2lZA4n8e7HbG6TVAr\nHeaPKjkRuxOkomngMcIuU1GQql+Y/i63REGjjR2lZrVu15ErMpSXpie/WQzj\nyOHUzNv/GnCfMpVxZFGG9rhwM4AJ8MdwRZWM8nyJNdh2/mEhFdCmpwMkE/NQ\n2L/ETXNNfZnTwHEWTt0gYng4GsyJxKfwfG97Ej73fGF0Bcy/KmZyGGx96o2r\nkfB+gDaQXvFQaVgVe5gFYIghEnZ7FNdI8rjDsSpA9DJgUFt5uE5hq+HZ7iaT\n4gID6NB9fUwEA5Qu4kR6Qj5XKTXeK4Me46pLyAZSxAotnTmFBN8m3L6mwnaM\n83Z+jfbrxoUI26uluDYmSVGe+gTufsasC6Tz89SzYvX6PJQPHJizmI80TNwv\nCmeaP3A4IZMyhvQfVpb3K8sXurYRc8nadovj9uvAagjBHmEAbP9AHlDr+JdC\n1lS4T4lmEn7s1Ei/p/FvIZVI//6Lafn2+G2PRpmCw0z0H2BZoQxFtcl/go85\ntdJ6ot4RWYco7NKDHUgEiZ2y9vOSEGEopZaxqzV9TTB2S/mbz1+Uifk19fx5\nXgQW5bhmoLrSGaOUiiZ5qAuzwOh0Qz3fRRrn1KD2qnvDJdHwBymvSJnfQv64\nrMUA\r\n=zNTs\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-tHUrU8uaPGrriqBw7oBl7zhJ5tHNZLHL2nUYwsQn2wbp8apN8XiNBjQz5yfV4Ezbav0vjTHAdLLcTPhgn3BvGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcViDIY+fowVHoCYzxDo6jIa8NgbX6zXrYl1JOOQRx5AiEAtiCXRyEcg3QRHi9V7L4XsYS7h85O/pj1KJAYkaWhGSs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.addeee32_1525168794123_0.8130781207673574"},"_hasShrinkwrap":false},"0.9.0-alpha.face303f":{"name":"graphql-codegen-core","version":"0.9.0-alpha.face303f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.face303f","dist":{"shasum":"31aa204f34cefc366b680a40af83119103ca3655","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.face303f.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6DtWCRA9TVsSAnZWagAAQcAP/R83zkd/ral6aaz09i9N\nwSRUDxhPK32bPT8SWX+dW4FeIJZXZBg4tWwlMtQc6TcjjMz/d67Yq0gXydy2\nf2CKK35ki2iVgN32WPV+BaKLbp7MMjNlCpsY2WgqHMcB8FXZXhKO7PuuXmkw\njsqthRFXbjgXihudahe5PHU6sTwz/TDQ0fJUhu2XrF1gAV//WyHV2ckPcnC1\nQ4MIltW5IPkCP74CUlyjDVLg39RRaIdsbV7PlbDtJHrEVzcNVu8M0UDjX4a9\n5jfleXM63ZlPkp3IDTV0Pg0cORAglTySHrXQzKzM37zZg9f/AocfFMMTIrMM\njCduE6xl4ut/njbedLtMRGz7ReP1A/wPMeT2IvQ25FA9szHj5cgqJN/nXPb6\nZKyZ2nTaE8Qk3Ia2o/xm59I3oo0Yl2uRLVhz91jKerwpMGQDAwz5C6LMeO20\nASVL/T/2AASna/95P7fYPqLbL8YbTDMfMwbAtQ0+yET9J3gL8bLvels2i4P/\nRhbXR4F20g+GhOY1oUKi6+Ip7bH2vitZxjXXEyHwpUEnjfYK5u+wj6+MDMKS\nfPgioYhie98sWEBJeF+Q31BniwzOJyKaAv0ClzcpKOB+U8T6OIma24e40X4e\nms2dnXDe6VbusgJg4nY8S7tUyJp8xLXVUGAVhx+Gfe/FZtK8UirjdtbaGSMi\n6m0x\r\n=9ehq\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-Mjf69KVn+EbhhcPzXtJ+tlvxgtVJ6gSfWGKEvW5EQ9mao58rDDlcApYvkqtm4onjhnJmKgQpqquf9WhdSoIfDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGw1/9VTkoslHj9/OB4AgUG/zapfDLZYTuJTdBJAu1ZfAiB9xqGeduhMEVOgLNpcOu8RxemcyS49t17vjiJ4/ijYkg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.face303f_1525168981572_0.7663794888461679"},"_hasShrinkwrap":false},"0.9.0-alpha.5d464447":{"name":"graphql-codegen-core","version":"0.9.0-alpha.5d464447","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.5d464447","dist":{"shasum":"21065c817a0f0c4841adb61e1a8f61f9e2f57617","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.5d464447.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6DxKCRA9TVsSAnZWagAAuQMP/2gt19VMZ3KXQnruz1M7\npHFa6jtAdjChlZulpG2tq3unCttTleC29/2cG4mMt1yeST5pLnPvcYXRpuid\nTyVMnYtkNa7diFQCDRQbQAMjGz4D5QdgYaqzZY0iHEGwsJppjysNpfM5oJjq\ncPjp/aDXKd1hCbfZSjH/MwW2EZXAubewtz8fvtCcFAOOwlnInPHRPklc40F/\nWq0pMtwPY7eTgkmXzXdzXMXzIIaLVBNEsO4RqRy4hvFyJYyPN0HUrscrziWV\nDx/Irue8IlpZC4lqKBcyxJD18fdG8H3f0WBiwtklnOlvyCPPztRyFh8L2nWD\nKzTmutH+w2sQezqzX/+AgxQEttUa3JU0TsA9QPPKVIq+ht4Pyi+F92p/zYiP\nkFT3TmiwOgfwWVAeQcXbCGv9YH97eRDA6UfaZXJV3CyWqduS7SYyEeuYNFVZ\n7eTON0PmLbnnRHp1TEXv7vvQfCRf6DTGsf1HovaGxsxwWKypPd2ZIXn1uiok\n22hsMGCXlALU5MRtM5AYkMgJg8+UMSg3K22X/bZdQn4ewm2ONxHRrrKkJId1\n1QRw2GbpezN2OzWzma1LKvKPNol7spuHQ52YgSL2+bVYr/PrPPVwDB9HIRzm\nBZLgfpMRikEAZ2vfyuNjMuJFnlOSQw+cTWzCseTHG3+/v0QN4nfdi62hIFD8\nkfvc\r\n=y9be\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-6bjhu/7cUNXj/zd00RFQpjHRH85xNN4Vlhd3wAYigVN19shhXCt6vqzVPayfiWTpniw/1+RN6mzVUE9PrQbxDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhqTNnh7BQPVDt+kk1YHgvksmnxBYbiRulQn4Q14WGQwIgEdPs+HaEujzYe/8YUpTsbf2oDlJOUn3zzqRkT7I30Qc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.5d464447_1525169224933_0.35411867598759805"},"_hasShrinkwrap":false},"0.9.0-alpha.7a97f4ac":{"name":"graphql-codegen-core","version":"0.9.0-alpha.7a97f4ac","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.7a97f4ac","dist":{"shasum":"35a8cbbbc8893602d63f3c2be52bf93a810b7be8","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.7a97f4ac.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6D2pCRA9TVsSAnZWagAAzQoP+QDzG8NEY/z5qKcyKEMs\nqJ+Waug80fxLj48XApVs/tcfbqZDmfbDBwBrCXtlVO7uaT/NE10h7f4Ki9hY\nZqG2lShYKXvkOxOb5wWrPQUWE09CpcLPLHUa3gIEJDnA5auVpOxdjs2au35N\n9J7xvuOeNW4b8b/ae2lFO1iXLCXCs1cdIZ86olSWRhcfKL1ahGIgG/zgEMGc\nifNnii4z9NNVJKdl+nit+LQxngDfJmG42v9mXMILhWc9JCEEl6ysFakQG8I/\nuox+nMj7jEnsktasB/yBY+nMwyIpWxfvVb5wwSkVcjO5kHNmP90wD9nwXoRt\nJrPtpVq7cKCwb5ld1yhf9rbLujFNmUV4IhqGWq2oQ/B2+Uq1OZ8uWqSmWcYU\nSZ0vTT6z3pM2mkko/n4POhlCa3ewco8u6TE4UpvpgJKADdUxIMjcokquADNl\n9gKq3DGhzEzYA0ULs+FS0WzDQGKF5qxLPPWVG4mG6qHTwPMkFRLRk0CGRz4i\nlnJj7NLzCrprbqVEgxIy+bT+tPLSjl1KnCpOlXlAchPhURvrL9mbLMb2RTSM\nc8HGc8Won1hi+tVsQ/7yG5ns7/UN8b2WsMd7AVrqOq6aD+KzbTGFCtEw/4Pd\nRpoaMXupT5m6ZK8DjYcoX34syu3+r3v3B31QrW3z6BjKvNUBEwjE7xnHO2mc\nfNrK\r\n=pe0b\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-LS1VE7zNX3R6ruCiy9OK8Tw0cygQLWRZUPcYVaJqVsLr5CKlzLzN5L3o+/nDMyxUNIpgcrD42IpQjacJqRkuBA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBEtuWbbU9S37nSgBcsiXJLYkz2N9nwH6BV2TrMRG6kgAiAO2mr+UrZhb5pkBaM3+6aBBZ71b9T6MDrngMpHEgnxqw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.7a97f4ac_1525169576535_0.9263528057462762"},"_hasShrinkwrap":false},"0.9.0-alpha.699c13c7":{"name":"graphql-codegen-core","version":"0.9.0-alpha.699c13c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.699c13c7","dist":{"shasum":"005ac63cfab5a6f6367d0d0dd879c8eb2ae9d056","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.699c13c7.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6F34CRA9TVsSAnZWagAAssMP/irVpUdvNvnItRbs1nfV\n8zLPFPclDRYta9OPR6z80HSPQrKGkpxKo7+L8HO8UzWoIG3tqbfVaqvHLvLM\nXdnWLj4RhxSuKLKNLI4VdvJDC2FOLJTnHsrXMsvS8M5rOAE5zmzoe37ftLVA\ns/bXJu5O684ay+lSkO9OEA4YggW+YZW7LyuRj5gx6WjjnblsYwKtvm/YcPrU\nE6u7+hPQcAywcvKRNj+rMcqWlh8FPaW63E9YaQ5T5vObTa1NxURBAvhStZZC\nb1aZjQaZhT/hOa4g6fandoDah+gx4GhdXX+HFrt5kjd73Rzu25WAV7sUGBUH\nEAXih+SDf99qzQTbNPyzuY6oEsq/VZAKgTdSnNXhXofv+IM/xbH3bBmz2YYL\na8QX/SUPtuMTP9mQkX8EmRhvJrPa7/CLwKTbARzv3DUBXXy9wueFcAgXBQDw\nBTGHwiVWnyIalqWoXom8fL4eY0BpVx3BwyUNo6FGHGEdA5eYukE+DPY6CekU\ngjXe12wyYmvYOpGvIs1Rw6XlcRUiGTVv7HZOqZ36bAGt+thGqgyRTPDIv9Ve\nGp1yEdnXOdX3CHKdi8M19mwMX9UVcJK+RkXCeMTPJC4Stv+ir6bnf/iAaT+3\nLVu2y+he0feobuaCZu+ArnnSJPTc6efgAFDXa40AURVPcnmFRdw/ryTX9z4e\nMNaf\r\n=SUL4\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-Q0DDyUNJS7Gb8FxXP0eP2BKWWewoEO9B2yhOSdC4qopdF/pw7yqXGkJSfez7A9ajlWvy0A9h9o3xmFbAmYveSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8fL6Xyqp2RHwwJ86O8HrTfIeI38uh5zrM3DBLjkpA+gIhALt/I9zJUxLKHHkdbCBnpbGfYm3aO02MdWgHSqm1LXem"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.699c13c7_1525177847934_0.9156114808659297"},"_hasShrinkwrap":false},"0.9.0-alpha.d1cf343e":{"name":"graphql-codegen-core","version":"0.9.0-alpha.d1cf343e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.d1cf343e","dist":{"shasum":"b8edf0ed67226af8d5308e0e0e231b24ba48df2f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.d1cf343e.tgz","fileCount":80,"unpackedSize":69604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6GAGCRA9TVsSAnZWagAAwG0P/0d/R6VWmTFfQNZQRWg0\nhxUScOOqrEOxUqYOtkT860ksA2jufLaoTIWvBVIWmkGgL2lOhmFe0AhOfKxB\n8xhb6SXCEgGGKGocMQxMY/U4HjwUObnqpGXd/XVYJQdaOuRHsN3SRgLG11Lr\ngZRt1kBZRWR6WjSYofuy4kr2PsK8I+tMPix7sTvyT6kkcKmoL5w5xrjzvm4V\nobVsDqF6A2IWZTTwAEfhIcTktTHyp5qtgTD2kUGtOR4DD1cVuubZFuggqSD+\n6oLRSSmKMwf87/yYFyWFIUnL1O0oXVWi0nxKV/g+AGFSj5M7G7UW7AMIA5um\n/3TNqQFbzujxGK0UFT8m95yBJnQVpo78d3v/Zw5BkQUH8MztcCgtqP2e4FAU\nFeWPOyi+GDVxN/zDgbaE5HogyCp2XjXyIUPfsVm9bpzExxKw5g7SvkXCVTuS\nhEjY4nGPaH2iuEe0zHBL2+bTA7uHyQDa3Gj6EY0FnAAf7MNFbj6BSfbU4DsJ\nBhGnhRrE6PTsklWaydk2koEItxHX1J3eS35x9JCvXtRLiIsjh2TCKV1Umnp8\nePXklPWYRRfrTx37ivpX/NwXW0Cgafb/IDG46E4zF7Mq76Ur+YnS5qeQToVr\nl+8kKt1lo8uq8WZ0MNu7EhxfL1i1efx4zzsTfhy2tkNkK8vdtkDZJNxH/xsJ\nfeY3\r\n=BslP\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-OgstI8aAA2I9hbOnAxxAxnCA1bCA+jJpn2xoZ/403Dpk3/NA5lc/E29Ywlz3nShobWulaIJj4ienzSALBCtFCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHawAd5ncEynlSegkRglLXz2GiGE8+48UgHXKKPHTunwIhAOQI/8gsyqbySl1EYKpNyq4aIPrYPzuDcH9JrptBbGwv"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.d1cf343e_1525178373874_0.16572571979037654"},"_hasShrinkwrap":false},"0.9.0-alpha.f8dc7d38":{"name":"graphql-codegen-core","version":"0.9.0-alpha.f8dc7d38","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.1","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.f8dc7d38","dist":{"shasum":"73fe6603648b92b4e38ca0d57e4d782d3a2499fb","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.f8dc7d38.tgz","fileCount":83,"unpackedSize":73210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6G6KCRA9TVsSAnZWagAAC1kP/1j1Saw72zQFw65Vcxk5\nFJmirPJ85Xp4aB+TQ5RfFT4kIHeidrdmiimD8Rfg2jKH3CqlNgszCWjYLv5v\nhfxkwQKy4xhIaZ5BWc4fieE6WOwNNpb3epjpaCP8A8qifa9Hxm05RE201rYY\n1VJDYQ9jGbLgqu7sx60DNYZzZA7ZsDfyqHFzBDZGkqDDt5XcdLire0dNPdmf\n5n2C8qwNUfgwXlHD4WbmGgUrc6Db15J1U3Jm5nir9WOxPYJnJdb4kqtXyh77\ntpvPPT1buIF2BzxLfAvFqRyoNI33lPMrM7z67FRWr0oO4G+XAWZEIB3e3H3l\n6ucg8srLi05RysVYsVZNBHnYJDfy18xPBl5/xeJUZp209BURwMelZXOEhoFx\nf1WtebCtOBEGxp3Lqjc6hXlNkIc/uO2uUluOk1NzTRztFu+M2zhsJSpDCscy\nRLVWdc/DlFF+djJfiT+gcP/dR+RhYSjCGyaK2kdkYSrCdaRU7hOMcmeyU7UT\naXzImBl35128a0whx3VHVO60g6iBbKTWIkDp7d0Am+48lgX95Rs8j6E+tvAb\nauGWX1SHHYcSZTIPGMY6C3IapJxw8aVHtkdknKmlpubjAykK3jHR2wlZLfEE\n6UwtaXmcubjnAVChBGBNizfdENJwI391k2BIdTKlG2mQg/TM4T23QVS1vTZG\npjAt\r\n=HJ0D\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-S52Bp3WHrJGyvbbV6L9xtOBps1PCyRhl5L9N0ygP9JPugu6jO0jcu3kZ0PI3jXB4c457y2Cq8FxDqENkzGUv4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBRpi/Lm1jXu7MfMiztvs5f4vUHTxX6vj5nhjYNHMgVYAiAfWtWCiqq8UQMqahwfJ8MIylPzAWWXJJqbd+J4gULsrA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.f8dc7d38_1525182089886_0.7336885937402216"},"_hasShrinkwrap":false},"0.9.0-alpha.5b5d8e31":{"name":"graphql-codegen-core","version":"0.9.0-alpha.5b5d8e31","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.9.0-alpha.5b5d8e31","dist":{"shasum":"99b3bd912a0b0221d306026926b16cc0dda2b8a9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0-alpha.5b5d8e31.tgz","fileCount":80,"unpackedSize":70952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8HejCRA9TVsSAnZWagAAu3kP+wXf2iCqoJzwG3ERoz7W\nNbaxY1mqX8mjMwlCvnw9URqwPyt/2GRsI6O6Y0giPRg/SUDICbNBcOlYfvPd\nJV+A/KB1zIYewObqerm6mbz5NyPyz6YKWc1CDC4VK2Yzic57QpkUcDK/2lRs\nPMnCrlgbT5yAeiXjgD8Lg0ik1f20gvBC9bvn9pJ91H4/3E1HxvNqjfbn2l5K\nQs5r1lgDm2Hguh0itvftwKoWp3urSCmaNxXd+QWhDf9mfMV9qggKaxnHjJ9n\nhYHcPlI3TEbOy2lHoYKCsR5e+xo8+4geOFAk4PUudR1kHmi2poZc1H5Fu6iw\nseVKsUwEH+7JYXD3owO1cLfLApyZs6H8kMQotBpfy/rk6jE5UShw3nmSbM/k\nglWFaeWYww6Ig5p94Da/xuT3GFeJkJzInAVK4laGQDuHevvY8+IlT9HMVuQv\nGGwqZl6EnMeemUOS08pYozGFRc7PA4ztBC0+/x5wr+hfmTnWJkZVvrKmxss0\n0jDZ14KWtYfh+Q4fJ6M8swAienP/ZoHQ4R7eCzABEyhRKFAgi6WyunaxwLik\n75BgTtUq7QmGmDMydAnavYvD1N5F8w/oqrGeVe8qIVf7CDgDC5ZqtWUwu2zX\nMdB/vlX4RVLx9p3RFk8z+M1JleRGiNy+9J3jPTi30+drLgUkkuuRk/QfUSJX\nY3De\r\n=IlTC\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-Y9a+9yMZ4Jn1wRcFj6wlVTruYt7HNbx4cNFnxlGWHcDTokSLjLplPinwUSpen+4Q6gfaLmRbySgx+bkaZi/RFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDA2jwq6NRpQDV5vaSGI7Jau9M7OLRSxOLZCqW0mySAAgIgEe0LqjBT0O1c+cn5+I2G6762KiEv7G/+dgByQSCE1J0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0-alpha.5b5d8e31_1525708707128_0.6589332544055235"},"_hasShrinkwrap":false},"0.9.0":{"name":"graphql-codegen-core","version":"0.9.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.0","dist":{"shasum":"53b392d11e5981edce2df00e0cc2108e64227c9e","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.0.tgz","fileCount":80,"unpackedSize":70937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8HsfCRA9TVsSAnZWagAAZsIP/1V2dtreB5gQGd+qpovc\n8kwKi5Yw+hS4VIoNqNVHJ0X5VVtUpVoxK1eGhmUj0YFfihx+HZxX7XagjUaQ\nbhRhEosTuuPYL7gPSmaPsWysItlPPudL1pLbjCTjV5NyzjjuxWfG1kxTm2aW\ntaE79WucV5P+VZSTMNfkpkeuwu0RHn1l5GztBgkyZtahayljvpoF3OOg7lBM\nuVKbPhTXvgUe/5rZ8gJJcdwaS29YgPGO6mHWupSEUGQGx7O9l/ssQSYR3SFp\nCoJMBN+n3vyG1d3REoLuGj8r0VW/Ad32kPLnBydtbGlcUBJRR8g0wWbA/80f\nfZnozJJbNbE6XgqNyuc+jy1unD9kUgYzaTqT0N7T94pWLMUzkz9Qk+xWtO06\nS5jzf4VqQbaT4sGOdBegBZsAv7Z24qT0NdTQPN6up25eGJqawsq0dQeKy+Dx\n0uvGN4/SlMqz3tuUWZvwnlxI8OHVZWxTzzsjpE/qVT/kPQ3FXYciC5GzSJj3\nRZHk5+bsvGN3ibcOvraRUEcx+pxCFxaIw0n05EDJ4BxWd9/vrLhO65nh2UZR\n0EY1ecMPY3j57Txac1cMX31auOpEkoJLW9MGO8EH2BbsvcbXOhOG+rIV347p\n/3zPV/fDkeGauAGyvlszKg5ElDpL0iVfIf5/nfRpM5C034Z5cbU1Y2/Bzwzo\nOnFx\r\n=46By\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-itov/3UShIZiTTL3EMcmWsAUkFgxFbPUSdZhFN9C2x/gimkcq/px28bHTrlTTFRfHeoDGssnAgL4pFoLAAK/EA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBbFxqBvrT7qwykD0RzP2/JcQlo/3gK0nWR5o2stMeegIgcavY0szlTbkfhFd55ro3Yh+MDTkRlzpMYPuPsoB22uQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.0_1525709597815_0.9343895355459049"},"_hasShrinkwrap":false},"0.9.1":{"name":"graphql-codegen-core","version":"0.9.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.1","dist":{"shasum":"d98ebd0e3b9750696aeb24e447bb5718c814a778","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.1.tgz","fileCount":80,"unpackedSize":70937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8T//CRA9TVsSAnZWagAA2z0QAI3HtY3GQHzsUsv0Cnba\nNgnR2LPikrX2sdE4BhPMNdf/qwyKfUZW9h8TEdLjLCvQKZ+soBhUoC7J0csr\n6u2v9MQTuDBsq/lG2TUNanRFFJPg4HY+kbaqQ948eqCAJhEv59zdTdjTRKhY\nj13NUGN+Qg2hnMW8ZVRDKO4qPDj2lyLnXAwUmdhEC0ClYIJgMskdoZ68O565\n3/XEWp543PB5dbchngbAYufFS6hcT+rIPSj0lJUdhZ7QfnJ7+Yv2utgsFJA6\nmnthDWDmSbxi5QaQsGynfATqTtsRmVY9lAxUH1uXK5wvUHjmtGrkbIoLsqm3\nL3OvBlSzHwouMGuRcXSNARydV8TplCdj2qr7W65khsssGMsLAnPHKjBnfJbP\nTXC6MLr5SAk7eqwAKCPoYk6dF1Kz9aIf7z06cY4Z5sWtZ2Q+mr0YMDKgX1vg\nHyaWv9A2MjI1N5nzZ1xJUJDzvvScQdZph5Oqi8RFM0dOR7anqilE3kffKsyk\nDR8Hq47czrYAbg7SxiNLJJ4WoyAhRRNYLxWyIW4oI68mXuivITQkopeSrvwV\nbpGk/OMMh5oph8adhK9AIHD1E/m6Fk8rbaO+D44G3tD/mXae5yJ4m0LQpCF1\nhYrApwwjBXnrOsZqi5iHVBIweTWJ1EwemJ5BXGdSW84LIMe7v9DKN9iY/Zu7\nIuEl\r\n=4Dpp\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-7H6z/JayyBdAim2ugO4I9Wg2E22QOV0wGYNkGEjNgC7tgaoAqUrefZzQXM4wpDbpwNkHjpqe4x/NmWhATISVVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOQyTihLkMAywF/wPL96fvlwnORUyk9puSinBTOHw/6wIgfs57T03SzWymQXYdjAB6xuhD2Kyqud8yOzw+kvr7/JQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.1_1525759998486_0.15166228774842483"},"_hasShrinkwrap":false},"0.9.2":{"name":"graphql-codegen-core","version":"0.9.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.2","winston":"2.4.2"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.2","dist":{"shasum":"4ac6f66366f51e1d1bcc6baacc9fee94538c4c93","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.2.tgz","fileCount":86,"unpackedSize":74989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHO5GCRA9TVsSAnZWagAAkNUP+wZqKL6AZNiuE4ysGVkC\nIZ0PhHjLFOI+xHP4GUy1ELLgOfHJboYX196ik4al2FczL4FD2p7V/zTfl7tf\nbQUpktMppioA1Z3OXWe57I2PjV/aY9t60RrPoUv0OuYUzeQ8qwXqveLhORGz\nPkcWFwZzAp0NyqUDDdOGVRMO+KN9xDBsRgkUiYbvtSYTxrECcUlGLWbbpP/m\nOghHkD0p92qn/xRSPA7k41auAINYi3sgJ3DnBxP4ikApUXvHWz4yBOPjULGh\n1Owb8vyNbkY8T3vwUM0F0H2YszNZWWH/Tv6g9H5ZhlH9CEbuAT8xcDmx5AWd\nOxHByVq+aSMrdY7pIe/T9HEsNc/X/+61HuIVjtlCLok29vh7P0FG/g0uD++4\nA7uF9sEw2Zme3XRJPLD7mw0utY2qN9j3Ku+xY7uAreyYhZMSn2MmXf+aM5Gs\niYc2bNWsMIU5aeW/0m8XiPogRVhD5+/ajgAsW8MH3gH7Maa0kiFrgwGHkYY6\nes61kK8ixWl9PQNiUzehZ53zAcOswB0L7na+bw2+RN8v9v2VKk9/FFMyirm7\n+tLxtVLPd5d612kUWZhXvipK2pLwkDGGCKw85K9vqltis+5RkNd1TPoM50YD\nKpDXdQJ7GUM+Xj6AWkS1QiGMMUwSAhXfVYyozvobN/XXt7Vkkl13RkvwXAaS\njYAI\r\n=fP5L\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-nS8eweIZUzFGVErdwtojk3iibC0bmFQw8jKB34f2KQdCWXZugGb4mhPFeqA0IKyAXCn6ffI7+pXs5kdSH2ynZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFU35WyEJw/BBFQ1JMF5ezn1wSiI/aVB5EDoQ0Dymt/gAiEA1QLTFgDfSUJCXMi8C6XevOWnMfttKapC7NsR7q508Tk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.2_1528622661873_0.35379989211185703"},"_hasShrinkwrap":false},"0.9.3":{"name":"graphql-codegen-core","version":"0.9.3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.2","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.3","dist":{"shasum":"4ffe49d09161c769f72de48ab6da2795bdbfca94","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.3.tgz","fileCount":86,"unpackedSize":77581,"integrity":"sha512-0PcZcm7yf5ZET5/o1Fc8B3Bp9Bcms7BqiurxqbWMFQgAcp3bli7sHGiUG0rRyoK8zDsoJMn5YODkQdzKNeB7Jw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCT4Of+86+1S1sHoCbxvs7MrsNg7xd4NnGleUJQvjbACgIhALp7+VhK6HdMpEfkTOP7IsSRoNtDV2Fou/zXSKBK+p/c"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.3_1529318975066_0.2459010258476113"},"_hasShrinkwrap":false},"0.9.4":{"name":"graphql-codegen-core","version":"0.9.4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.2","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.9.4","dist":{"shasum":"2fda00829b11e702b0d2e8b33ae1aa807b4c9091","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.9.4.tgz","fileCount":86,"unpackedSize":77581,"integrity":"sha512-mZFOPV4kPGsi18taGqOfTQ0NybO3hnuaHu5p0jjD1HFd2IgFz8llq8sNef7zxMYelwHg85bAkdCOcAN5eZa/YQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbfnBbJxO4i/h2szK40oDTiLUnTSlgVEa4GckRtrUxowIhANmt0mVCdqn+J9RW9q9lXj1CGzJaoGoRO19KBmK1FuV0"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.9.4_1529940693944_0.4596632231521114"},"_hasShrinkwrap":false},"0.10.0":{"name":"graphql-codegen-core","version":"0.10.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.4","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.0","dist":{"shasum":"4396de1e8a5abfde5e3c2b962322964743debff8","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.0.tgz","fileCount":86,"unpackedSize":77582,"integrity":"sha512-I6T7khPhmtXrmJ6vNSeAYNd+YImH2DCy38w9dpOYMD0ijzpDvTPcWIrn14wTdCHkKQbDtA7HWAb+WX15uwjonA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAK61LljtEtRThQxY3oiA1Mq6r5R+nrri0gVQ6vgZJFaAiAbhGhOINx4To5RiG/tQNdot2N2/L6GSILCExyKZnGo1A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.0_1530611631773_0.5876223129410709"},"_hasShrinkwrap":false},"0.11.0-alpha.88f075da":{"name":"graphql-codegen-core","version":"0.11.0-alpha.88f075da","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.4","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.88f075da","dist":{"shasum":"e52546324e7233327f6018dafc9c4d44b1244f95","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.88f075da.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-Ke82O72o9MIfIxA1TTGkdkXkRdoNgdMV9R2ORgoU0kByW+RTd68MEhyuFmCrkx+qKJIgio/HqyRyVQWFPTXpBg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCu+9/a18tNPwT50HROWD9QOR0rc5dqFtbyYHQbWJYY2QIga4n4CkGWDzW5eorqZ1sefAzraFrXFllKYpOnzL0rXN4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.88f075da_1530627901155_0.3474492063622261"},"_hasShrinkwrap":false},"0.10.1":{"name":"graphql-codegen-core","version":"0.10.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.4","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.1","dist":{"shasum":"f7ab790b050f14b133c5a28f2260cdd8d1e7792d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.1.tgz","fileCount":86,"unpackedSize":77582,"integrity":"sha512-VUyPOKR/0B3/kAsikasIUps/4dS19UyhjkkRcrl/zNfhQQndJxKbI49XWvzaN08TcviaANk3gkT7bRO52nUz/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUfTiIcgFfaWWQ5BHKRn3+VmDNOzjDLbr02npTyVq4uwIhANCUqHd0GL0EpcA9M1/xMwQ3EzwTPCeevoGdCeq8iJNw"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.1_1530628070827_0.06715403323652391"},"_hasShrinkwrap":false},"0.10.2":{"name":"graphql-codegen-core","version":"0.10.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.2","dist":{"shasum":"b606dccc6b5289ce07ec771e0d0996fb6b27dfae","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.2.tgz","fileCount":86,"unpackedSize":77582,"integrity":"sha512-OVgg01864PdAvz8bvTsOWA3SF/i5hhlI8GQ2MTFkxvMxUrwUMjZYVerMxyxjF3xcG+drJUabUfByT5s09bhQRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYK00d2DulJ79aQJQVeX7/9ygntvbIDh8b5A8SWjD3GwIgEWHfW5VUUwQU/HcNyYs+vMFZCQV8NpzqmK8A1Xc0k78="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.2_1531380765745_0.8063822489766448"},"_hasShrinkwrap":false},"0.10.3":{"name":"graphql-codegen-core","version":"0.10.3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.3","dist":{"shasum":"f708d41ab89630da8145fc2de086c24466e472c9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.3.tgz","fileCount":86,"unpackedSize":77582,"integrity":"sha512-+s2WvMIzDW0htK3GtH8pC/JTqd16xTl/4KrTvJ4SczT+i0EbovF22jrlOLIosGkAXC3PCzudJV2hLlFlOJYgPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDnU7oPkFl6V9XDRqdrT6Rmqttucw6WHgNjjgh/YFWGAiA/G3tfy8vtcNIbkkD6Jh1FIf2RQuoKSUa5tePdKCzcBQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.3_1531386387060_0.8773536496877781"},"_hasShrinkwrap":false},"0.11.0-alpha.05b04f2e":{"name":"graphql-codegen-core","version":"0.11.0-alpha.05b04f2e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.05b04f2e","dist":{"shasum":"0d1fa0fa1e90bed2de2c1bdac3c7a4b259a0dbbe","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.05b04f2e.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-ZnAjagFuq77xcd5olsCTZD4G70dyEFWUAdbE51BMj+Vo6tMt4z2B1OVZRWNcgeBiYo5tH+nBHFfqadPwzEGe7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGT4/aFP1Mfv49mEJ1Bx5ZP2xp8f0e5hej/3CxGoftHaAiEAw+Vo06jQMRLHtXyOCboyikvvrNvP13kdbj8kM/662qA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.05b04f2e_1531407753450_0.5237458481473849"},"_hasShrinkwrap":false},"0.11.0-alpha.50095dc4":{"name":"graphql-codegen-core","version":"0.11.0-alpha.50095dc4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.50095dc4","dist":{"shasum":"e48aec39788d6c3e8d7d852dbecb2b1517c92853","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.50095dc4.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-cgHjbNtEqPnenRmcn3z/k1mT2sSkdgY8k5mf4ORD15dUtA0hxCE77tr26FQyLR8AFtBrUZq2oO9OBKxbgIzx1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0XtQR5CtMamYtQxwwDfc9If4LKlSot2VCBnfX+LkzxAIgVmYA/NVLZHK+kDOQCFx3npekpQa9Z7UaKNrpPvPAOTw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.50095dc4_1531564906545_0.2696206866458961"},"_hasShrinkwrap":false},"0.11.0-alpha.3f939e67":{"name":"graphql-codegen-core","version":"0.11.0-alpha.3f939e67","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.3f939e67","dist":{"shasum":"00f6d4dec7d5187a4bf316c8ca85ac1e2a532c14","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.3f939e67.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-BNUYEkzWXDLg2BeozzG1qCPJXFwhIUroqkWdcgHIqd1A/h9BCcxpU4WkhcvyMxHoLYkMOuogmlnkSpQDiZ0DxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH9LhRScE4VlXmWJ06o0i8+DhkE+dyfz0rQuIkj0DDeQAiBr0LRR2C041owpvymlBIQCtQESuMID0rUYYeJr0jmE8Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.3f939e67_1531565822202_0.9698075610228525"},"_hasShrinkwrap":false},"0.11.0-alpha.de921266":{"name":"graphql-codegen-core","version":"0.11.0-alpha.de921266","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.de921266","dist":{"shasum":"2b6df10578221f8bb13fd62e5acba21e07136d37","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.de921266.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-pJIXFKUtndE7ShGvoUz8abWTa0K0AKNQNETtUMaZkg5ToPIETmIGio+Vm4dprTgsV6Vu7+TKuJCMlZCjRk3tHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFNKRqNouztkFf+nwcc/iRzyDSPsleea54KrmjtRZioAIgIYmMjVGO0N33ge4RR5BvE+Qa9gwtjNgbLsC3RR8YYOI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.de921266_1531641862577_0.8226095395303206"},"_hasShrinkwrap":false},"0.11.0-alpha.a72102c0":{"name":"graphql-codegen-core","version":"0.11.0-alpha.a72102c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.a72102c0","dist":{"shasum":"e3326b9e2f1fc3902046508e3f1f8bced1f306b9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.a72102c0.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-AKiQzjtVzXmMh54u/n5oYgAz72orXao4JrWf32T1/suYDNakBtjN0JuzS3ezQKCDQed/ih6MivoksRr6UOMfLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCpfom9wdZi5DjJVNKx5hckJQjKZWeG84NU01apsrhiAIgcpJpQ91o7Dlt92eViX0a7pzOOQEJY4Z2uDeL2PtsJ1o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.a72102c0_1531812186190_0.5353913002892521"},"_hasShrinkwrap":false},"0.11.0-alpha.098b547d":{"name":"graphql-codegen-core","version":"0.11.0-alpha.098b547d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.098b547d","dist":{"shasum":"024c801560c4fbb3afbff2c9e5b19927eac4ef76","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.098b547d.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-wURalA+wYJlBbjJ27E27rHzi7ykm1CNTz05l3Jk3+A8F731HoHlmaMf9Bz/aBRYoZaQukU0RSQJTZUqyx1vvHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE1DBQDNdyyrUGYgaz6x/+kG0jg22mtma6TN5NeZzd0oAiEA52Y/eZ4ktk/bMHT/6C4VlTG8Fr04/SjYHgp4I+3c2e8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.098b547d_1531813176161_0.2440150690934677"},"_hasShrinkwrap":false},"0.11.0-alpha.60849746":{"name":"graphql-codegen-core","version":"0.11.0-alpha.60849746","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.60849746","dist":{"shasum":"df224cf14c011ba1bd00b8196c3b3957105fc0d3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.60849746.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-NtaJd5oIhO7jCtakf1UTaw6MKhyoJN+46Tg/1b5EyGnA6KsN+zEo3oPVS69N7mSprC9b2WRmbUHGBv45nSt8vA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCL3iC/XLqYj8F55nfVeoeUl0DHrPAZU1gNd/UCvZtUgwIgCQX1YcuAvyv2++YWdIbrgy6bJUB0J+ErAwOerKr0ZSo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.60849746_1531814208662_0.7429500315290469"},"_hasShrinkwrap":false},"0.11.0-alpha.38559577":{"name":"graphql-codegen-core","version":"0.11.0-alpha.38559577","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.38559577","dist":{"shasum":"e5632d0ad172e548c38ac14c3307bff0d95d1e0f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.38559577.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-KfM3WCdJNJp6R9XxlAW4fuY3dMmgLsf3Cp2ljLSi/RyuLU14WUWGLHU1mCLUfBog7JsWRfu978EwkBHdjFg8iw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmsd+ooXSONTtAbOZCv3A+IFgkFyN8EjWOV3S2D3yC7AIhAKwB7PqmnGqYH3+jUrTc5udfLNkSZCXHW/j4zmu1gAWz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.38559577_1531840024740_0.5467599150611757"},"_hasShrinkwrap":false},"0.11.0-alpha.8e7e5865":{"name":"graphql-codegen-core","version":"0.11.0-alpha.8e7e5865","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.8e7e5865","dist":{"shasum":"5723781bd6a796f952107cbfe0a13db38068c4de","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.8e7e5865.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-BCec9zqy7JJ8FZel2tIbsuEqFcfOGuGgehKq2GYyD3JmDl5WcTJRoo/+LbSD2NNmTIpI3PaTrN1krbADZoKDOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHDfOHPZJF+4ezBsaOvBG3QVaW3mKmnOxAss1YuyIiNMAiAc/5tpXT2+pzYcjR7O3jLb87l1ywBIlgabFXN4k0sHmQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.8e7e5865_1531840428546_0.33716607787161723"},"_hasShrinkwrap":false},"0.11.0-alpha.e73d4523":{"name":"graphql-codegen-core","version":"0.11.0-alpha.e73d4523","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.e73d4523","dist":{"shasum":"f2c4d8f716808403e95249bbb6da691d1b90087f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.e73d4523.tgz","fileCount":86,"unpackedSize":77597,"integrity":"sha512-AVDCxU/8J7WUWuFL0FtL/Ej1epLk+ZNDzlgiauP/RJ3J8XqPaonfbKMV/6qUlsG6/i0SqiJXJryQBS9VH2jUNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0GGYe84kcfHJbKjS5L6f/WUrw3DwRYcfck+Ro5BbtpQIgRAX20Ivfcgw9G9itMOGM6krxP9T9YE/hKVkFq/NMujc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.e73d4523_1531840641826_0.6545575887664574"},"_hasShrinkwrap":false},"0.10.4":{"name":"graphql-codegen-core","version":"0.10.4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.4","dist":{"shasum":"40c8f810d165525ba7765949bbc93979f0c1f308","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.4.tgz","fileCount":86,"unpackedSize":77555,"integrity":"sha512-SHErSzBkBd0F2M/yAiGU2ww4h1zKKMULP3igJBWPy3bg3n+Vx/UzyDGTazuiUi/EXDCOqrwwfdXxI5tVYaXQww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPoZbPVSGsB6/897r6RmHqklKIAh7JhynCSQWSter+XwIgPio+T1j+TYtqSj322nV5Zc5xJep0LQ1zi526vVkwxNk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.4_1532713586929_0.5139190121392048"},"_hasShrinkwrap":false},"0.10.5":{"name":"graphql-codegen-core","version":"0.10.5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.0.5","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.5","dist":{"shasum":"615cc0168b0e2fc9db2f13e42446996c72c4b6d5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.5.tgz","fileCount":86,"unpackedSize":77555,"integrity":"sha512-0UsXrtTds1lEbR/EP+Vv2piiw/du4rIvcXKAlqgxkSa2wyIJAEViKbL7M03Lfc9b1LNxPp4ZWu0G+T+RblNf8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHPxoIDJryJIFzqX5WHU4v2ZqDTj9lmdhp9iLseRAcBrAiAJPlGvJ8OFUs2OnQy7hhRWiUGPJ1u5xW5ow+S9bQ+Dbg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.5_1532939492163_0.15922819057953497"},"_hasShrinkwrap":false},"0.10.6":{"name":"graphql-codegen-core","version":"0.10.6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.6","dist":{"shasum":"690cbc68d63ad822ced24139c6718fc56b3287d5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.6.tgz","integrity":"sha512-WCeucqbJmfJo2a2FH1hIu4mA0FtsNj0NLCigCd9P7hyel4jNo4tVrFi0jMq16UAJ4cmiajkjqj2XZrvWvVLgOA==","fileCount":86,"unpackedSize":79819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbZofuCRA9TVsSAnZWagAAYYwP+gLucanLDI2snW0h1A3S\nwpWuXAd37zBdw7sRLss8IlnoN+OpOsODNrrEqgQc2YH1/F3QbhrNZbS2N+GJ\n8AU045T4TYtka4YO4yORtSac8Cv9gSyX8jDq7neWRVH8+Tca4wYjt7ePxrjM\n31H9EImq5m4ASktf0ofZpABBKRMUBAknJA/PQEgQnf8w8WJd05+Duw8b2XPs\nYC5qZv3e2Q3UXSFe2XdgSgm+JVczNVAN5BkxWtNF1IXasUYoHBLPjWCMvLUG\nIXJh2GXeXJGHVlh6A//MkPWL0Nq5XNI3yqLGC11H1q3VFaM4UTqXYI+nlwEz\nkwBAVG2umNQJrC5Lz5tNr0/UsvYRJebX7CBdvWxrnsxbOPJgS197VJ1rYG+X\n3fMH0mRqESIbYobVONwQwRZjh+ndVN76GywddX4F2q/yjrNwIR7aOKd+NFjY\nI1rwVpoMq+70CYspQdACSq6anoIGp0n4R+YYzQTEU1RtMLfZctgA5acwqNmG\nx8y4lIZ752KGYnF1Dllsq8yneZQF35NsQENXr1PbztPlEFn+FdlkrqQsZ8Y0\n2mNXJuLde43aVDS3AkX0akiPwdTJUn3a3GFJ191qul3RWfwd168SwnbzQW0B\nGxCJ6mcIfFDeYnM7Vl4ly6Fg1XH9fnc1sB1U5mM0wwxyaFmP7n3IIhL88g/L\nPS+K\r\n=46aV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTM9os1GaXLJ89rNzW4nTYEQxztaK2+VnWKad5zOVY1AiBQVTVb+6PnAtenedK0WUCNsQ8hv8UwAN45+HDc1e0Z/w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.6_1533446126175_0.25145740764854185"},"_hasShrinkwrap":false},"0.11.0-alpha.66aeac3a":{"name":"graphql-codegen-core","version":"0.11.0-alpha.66aeac3a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.66aeac3a","dist":{"shasum":"ee7affee2187c50e3e52ea9d4b81048d862288c1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.66aeac3a.tgz","integrity":"sha512-qrrRprGaDUIyUOuuw3eM0YaHCvUuHnoGOdTrSDgJRksgvA5wJjimjRlo1u5gnwMa+g97sxWtnMDFnCm9Gr1ZLQ==","fileCount":86,"unpackedSize":82198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaW0cCRA9TVsSAnZWagAAiJgP/i3NWoj79pucX3Lfrv4W\n4aCWF+f0ULf1hgg3ZuOWUSU1pCsHmh+ukfQGJBJOfnm7nM9OLBcqMFkRBr6y\n41ZnyNZppuSgmEX/ykQh2PzbiZ6flRQ4Q1/B7WpDCzoJscZyA5crk3CckNbk\nNg2sUvZibH9EA1nbWzq2Ro8OdjWj2r9WRmxcbpzOiDRO6QESq76TZgoA+QRw\n/QxRb9gCEIxmQk1/AY7q6O9p35Xt683QeoS+RzPPsDUsd7vqneXzRxuJoqDo\nbBiFkR+ScoTIqcx/4gXa0y1SHJRQH0nb9M8G7DojEXjY1qj8Z2wCUCXekj0m\nm6mfr+5Ri43MTDet9zzAEbSwDqVPJ4bkrK/bCjQLNQvUJDjMfVrD5dvT6/x+\nw8uHw5w1byi7i+qjtRDFybSOu7std++HoKUZJb0BZbdKyKlWzNkMi2SgYcbj\nS+eCK4MIO7eoXTW4TY1OvehOnKXR2AvK6/+be58ogV6y/x948mZo58EWF1d4\n4tN1ZQOi7pwq1UmJ654U4Ki7j+gQhZfLipx/lnZmt2nvFdIGsnqk1wujdJz5\nwrCePi4afqGWTZqAQLRkmf7Wow6jnAoW4bBbn9L8PESXTEHkA/Ijybv9JEBl\nU4X3b2jBhGCmZReYbUSBLUEb88EO4B+2QgeFBcxAha2Y+YBReKtrustieKqZ\nZYtT\r\n=NDYv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoOnZf3K2yK8sgF7Az4bm3VqU85tAGUh7nVdTy9OfO0wIgfzw5zGpGjknQfw26Pqkm546E4GMel8JTlUJBcYCNjqU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.66aeac3a_1533635867409_0.3109027806825695"},"_hasShrinkwrap":false},"0.11.0-alpha.24e6f8f5":{"name":"graphql-codegen-core","version":"0.11.0-alpha.24e6f8f5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.24e6f8f5","dist":{"shasum":"6a93def451dac680fa82dffe8d5d35fff2ec940c","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.24e6f8f5.tgz","integrity":"sha512-cYF57U0i5c/RLQ+tjEQntluD0S7HG3kL9ReBcX2uRv7smSs0X6XMlqMxaAhqNrJVsyjQ2mWdVK7OFoEhuxR7HA==","fileCount":86,"unpackedSize":82198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaXNCCRA9TVsSAnZWagAAxaoP/34ZKogrYvETdJy4kBrx\nlyVvAazwS3gsXDGXjNJe4xqndhKGSGkU/GQVWxzwfwqrGJwQhuvqHkKNr8Qe\nQ7uj6QJ/pUN5Rb851t+pbKcZt/KVyi3+L/Y7EfFOVvW/MGUSWgsIHb2RYpdN\nZ2TDKOW2G6Ih8UgsQ+JnKNfqYPu4UlRub33+VlHUhoKPrFd8jYrKx6aXvHZJ\ndLDj8GvtY+03HlzJ0vuS8kbNPr/4ENiZto7cElvg3gGcdvRU2XWMNyMutmvG\noEyU0kjOAXb40p5PM23BiyS24xeAClMACexnuW3lOI5BScWz1LnYIf3AhgDz\nyyVDtQ2dDgQSrx6RAy7JggyMghB+VDsJA0q3jtgkU6QYyTYMbt9+KAWq7JBa\n0QUPhvOL7OZLUHsKaXKobAYY1GqKEOkgGgnvDT70BkL0OOh03IZFs+bsFSos\niQC74lk2NBmJ6eQOsrPtj7jwLrPznrvFsX4UeEJgd7kIHxifQd2YLA1xZMRr\nWQtE/r2YmT5JSiE7tRs8VT0McZ7kK06GdfJ6SlxtFxfZ6O77QObzC/VZk0al\nZwLfhCQhDslHybkcgSbq4jxePJVpQNYqlflwDQ2QrsFAX4b5d3PGFchCtwX8\n6k+oARZ3oMS6make8Rkx7xq8EdLxjaeQwi907eWepcHywrEwGAxhDfFmLm8Q\n39C2\r\n=+IPU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDCvrNLPCfGGu0GXvsioN64u+TCuay+xOWRBJOHq3hz3AiEA1QN8KFmFuymjFDtPHAbPAxWiMmbr/NAxJjWieOmAhiU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.24e6f8f5_1533637442621_0.5407958611702888"},"_hasShrinkwrap":false},"0.11.0-alpha.0f864c7f":{"name":"graphql-codegen-core","version":"0.11.0-alpha.0f864c7f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.0f864c7f","dist":{"shasum":"68264108f29f38bbd0fc3c8aa3c44a5ebc40ee0c","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.0f864c7f.tgz","integrity":"sha512-33oPVino0AKQ6glydFW/1XFwjNd0PkbxleXPvYJVAVebLCb9E8wI3YeLkugGi5kWmwSQnXyWYRcBQL8P8+APFA==","fileCount":86,"unpackedSize":82198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaXbvCRA9TVsSAnZWagAAi6AP/A3Mc46A8GbwIPciT33i\nSYDuaw9Rbn0rS46n0Tf7ZU01Yws4jfXCtG+iIwOOVUq+uEdQZE3q8jQ0IXPg\nxpNK4augdHibn/vLrBifKI37+C/ijo/z00dPln+K3np4TwRGj1x/w1erJjbH\n56khoR9SSr1cEk0qHPQILClLzy5F7N7mooBx9ZyJEFZ0uBD92HQPgvnDNWZn\nXyTvMq9wIp03o+nXIAwmgnVXa3kKkHIFxxMGXIyLVpt4wGSvdD/otjEp5D4s\n9PeOptw+uTtrzVfYxdyRBUzHtys3pkiBWFeRNdLNvO4g+oPt+bJd8ottF7va\np1EgeMfqcueV/zSqkfD4agdKqHDFcYbc6/pCKxAgHVd2Zw+0CF5W2SYei2I4\nT0nos83vu5pKUH3IrsyBms3WHhDasUs/4LZkz+p8VjaKdLpwSxJuqcwF6NPy\nc0kpPxcuetg0a3TiRjLmFn1eu7I5ikPYitonqJSJO/WbJ84S9CvdlCPCo+IL\n2XXjrh7XH6mix223yaWJDrEsO0GIBqEhoOpN0qR02PgpOVGkiLBAWYscmM2B\nvUwHgPHL3d43BDiJ54SpcWxAhQJaL4WdWTSWNv6G7iU8o9DeSAyRYyzAt8bW\nPkWnZnmRN4g1SDqRMdPlq290OhpIVkYWnnhTlGK6qM55zfT3+U5qT3i/yUiy\n8Ud0\r\n=ss2x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAkRK2O8BHQz3VGgc/zNy3+YD4Ci9cW9/uPB6/0TsFlXAiEA4yqX6wuxtqm5yF5hfMZbdyJtOKSc2B4eTy+VT9ckltE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.0f864c7f_1533638382959_0.7415764408421026"},"_hasShrinkwrap":false},"0.11.0-alpha.d942235c":{"name":"graphql-codegen-core","version":"0.11.0-alpha.d942235c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.d942235c","dist":{"shasum":"b947763aa3f64628f0046bd79ffcc69d84f99cff","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.d942235c.tgz","integrity":"sha512-nKD9nQ5fRQ+olPRx2NNIhguKt1V/UmTSJDdqslFzKSuld6q0p4qnZ2/e1FgtbtYF9i5BgiZP3hM5OlXLjYtyEA==","fileCount":86,"unpackedSize":83789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaXypCRA9TVsSAnZWagAACnQP/1j15uVA8GnviUb89EQ9\ndK1agOOBDMz43hLXFF4yBPuSidKkD3egtTosFxdPrGBZWE2dziCzKvpT3Py7\nD/kWQtpVC1o1EWCQ5bSTs2QiFpcGd0MvI3aXo625w2UhBcTSkygCM/rFq6yA\nCNxN18/U63nVPuP4eArIzK9ukKdbrOpBh6KUplUEvfJ08YR/6OYc1cgwQ6Vb\nwM1XvZsQG6+h9dxSIlrUd1rn7FH2QR0QOLQLNhDb0BJ6s7T/pymeAdzQPCam\nFc7Hb/1EfA2+nPtwiSDP71PanCWwMf43OfV3hngXC2ezg08kOEGERHVj9hVp\nPXHtwQZ+f0XdT8ESzl86WWjKx23gtl8mineihEiy2AywjBJzG5k7kwMB+HTY\nnH9CQwQ2agVN/kb5RhizdJmdh4dw2Icliy6dDxeafug34TlNPBb22KqqoFnr\nb/YV73XA80vS65MGQPYCE+46GijfCcRrZF6EmYVZgLVnMAy6HLQr+t1I5MKh\nE0R4hhvWvAx4I+szBwejgEjGBCOF0fWayURFJgZLSWmL6fWXYm3VpxXlo9bW\nt/Z+gbcFSZpoW2Bha2KJIwZ2b/cOPTl8K0FHv4QdmA7WPjQ5v6Tc2LByFWOk\nrWfho40Ava+W4mnRGVlWKa2OHmqGz7+/mokSyGNpPB4a6kPfTDleSIlRMMqz\notue\r\n=KP0G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsRdElp/3fG5b+xBi0FlBOWcsRdT7YLU6dZsGQGkFxxgIgXQGO4qEz2FA101WN6iMY4MJ0nI1yp9G9VHppkPe+I1g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.d942235c_1533639849028_0.19932655054166037"},"_hasShrinkwrap":false},"0.11.0-alpha.1f1963ae":{"name":"graphql-codegen-core","version":"0.11.0-alpha.1f1963ae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.1f1963ae","dist":{"shasum":"feb62d5311c4c21cb809fdd9a85278e4cc2cf3f3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.1f1963ae.tgz","integrity":"sha512-5X/wiHnCB7UTRmnesyXetfm+iMwH0cmAH+NHzkki+o6yfY/OgPMQNyPLgCkbQFecIQ5zmVwQwZ/uCRgwm5opaA==","fileCount":86,"unpackedSize":82198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaYkLCRA9TVsSAnZWagAA8YoP/0nIZtTmsEIflfrMdujT\nzr0cEeTxaQO9JDLd0ZrKJKSivTCTBbDlX1jKOqL21PsuAie39FguMWr0xW46\nr1hQLXIYHVQnxIeWZsn4RMn3sEX5Dc5QG5sHr3bVy7csfOm9qzBeVa+YPyGV\niB5PczR8dqBEzPbvYRLTPr8+sSYSQ3fXHqQqzfjnnLm4KMCwK4at3SH1EJQh\nDuwyE8Nk9/12qN49DqnJBUSsM2FwOh0+TdL1+OB1IMy8PXFOoKRAp94d3l+j\nFGAyAi4FAVfopj5FUoNyRt3CIcV2Voc35TNxOgS3sCpY1pGzt3BOa9PGztCY\n0fYTUCDYVSKdBI0ZM9ED6CLCBQtL72WIPSQ0lmE7KSJpPHWSw07Lqp0KQDhF\nSVui8h+n9KsQvAvnDJDW2TswLsxiNNKXLGlY3y3D/9WTHDZ7ZbbQDEljYrw4\ncWLFdkzs2NqpaBLQZ7hiOCAbGo7PSi6VWg62fO1nfkZ/JXh5CwPiBFjEQVUH\ndhITDshelrIzseMq64EmoJFzKIRmCN8ONIzORGjysKY1LzE7uf4+4vH6muBE\ndPmRfQ/Q2gnQMNHGJPHBtpqHLVkmc+2BkX4sbdnJjreoMG6hOLoUbx09FfIM\ntXEthEK43CSZZgfnTavnlKSaiY6rF9I2j1vpEmPIxjLD5gZSgyZ3ngXPsR4e\nKhzJ\r\n=0pvq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgq+WFwuug51kM7SvzfNa0vqKtgS8iPTtAzOPTIE4bdwIgPQ4sCiQYY/NWccgVY4ZnLg4lNK43w4tEsk5TYx41EQQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.1f1963ae_1533643019416_0.3357656040252395"},"_hasShrinkwrap":false},"0.11.0-alpha.4c054a57":{"name":"graphql-codegen-core","version":"0.11.0-alpha.4c054a57","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.4c054a57","dist":{"shasum":"efea1ab5d47b82270f005aa7a1d296de408ce9c4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.4c054a57.tgz","integrity":"sha512-8NO7CClsfOOzC8gw6lEMovPmRumqPK3F429Ub1xKnsI9xrux6n2h6hdvVGcUEAURkD1hvYlhjebvmsWedRAY2Q==","fileCount":86,"unpackedSize":82198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbackgCRA9TVsSAnZWagAAUl0P/0f21hsNtfgMETlXYlVj\nrDXUdc/UBsTs6w/ittnob+/Hm6jOUWGXjDbSodIjC1tpaSBkLAUDcSNs4ksU\n8/W3kcYbxBV6/1Hx+5KT7AtZA5078ZBAzdXFAgS/0b2npIJGo/EjmHUNQWtw\n0Cmhm5ChYMlWg1rOdjYeUHwMbue1Z8O3m9h2HIa/oDUriQknElxKAomMcigH\nBOI9NHcNVayn9Zawep2hw4NGDWbfLfOpGZeByj/rslD1HWSNf9U0QfFIGByb\nobPtsbKOAKLczrgLJBRiRwryNbNRWPYRmzF07J01S4tlHWiU+1FhDi4/WiCd\nY47uLnht/f/BKVdgwUGpuvUmmykuoeoZRAXJgSPHIaSnJA2bTpEkK7BBtUhU\nCS1QUolbNQ8+tThQBmeU0MrTtLFcmLaKduHDVNK6F1E2xHzOnKatR1EC8nIy\nxw9FHtgdA94jPZZ41j3XWnLGSQevTTnRA2UKI1MFNwTWCswzYDq3dumZ+tVx\nnzA6TcqnpVE1hp2fCu+LtpzEVtMkaZPFpun8+GKavA2VnerGiTiBUOJA7Ona\nhfI5eWqE/mH9FFs+KuqAtQxFdb+JL3RtuV80KMrsH1lKm125CFp4PGg2kdnb\nwIgFHvhT0IPm7UPHaMxIQ5jsLKByWRX09Cfp+pHdhuBi6HxoPJi+pXo03J+u\n40wZ\r\n=7cDV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuTkaqqbmpV1zPnJAsJaWRo10gWCq3GwSyq6rqwmUWZgIgUN6q/lutplMB4Ed12JJud+2EA2gyfrKqjTYmGEXsFyU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.4c054a57_1533659423818_0.029831971578980987"},"_hasShrinkwrap":false},"0.11.0-alpha.c2ace11c":{"name":"graphql-codegen-core","version":"0.11.0-alpha.c2ace11c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"2.4.3"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.c2ace11c","dist":{"shasum":"1ec94b611e9cc1db921d74cd29274cca1c5fa5f4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.c2ace11c.tgz","integrity":"sha512-k6g2cI50ooNDEWk2GnEy4C7ZCdrMKG7jiYAZRcpPoSlI5L/yP4E3ZisaXQdDazaP/kJ6wR0Ows9cRgbbarYgXA==","fileCount":86,"unpackedSize":82198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbasHdCRA9TVsSAnZWagAASIoQAJcJgnPNxQ5iSlJ+LzvX\n5nGMFJWcTMw3e+lBQA7mFKiAvHI1RcMb4ITZZ/pgEQ2i2/jy15SDxsgd/xjE\nHzh2DkddYxB9MESjFEKrSRH9vinEwg0MSkkVIHSfvv3zwcEb9rdEhTBYAzHj\ngRrKfoOu5MZtIZ20tTtSBbOa2b8LXYu7B2xSQ2e7HxaV5fFLuV7a8in+AKvD\nC+w+7rkadu6oONsW492SFRN9EPQyHxGo5nMZLAwY5E5e1Qd8+7mKZRyYZ5mG\n4WnWBQ1KXkcOtivEpCEEVoKYXwQLyChyvWBfufVj4AtV6nLOT+CN03z94xf8\nCC45c1M3HNP3gCzWa4GN/rl0Vsr0U6XrtzVK5pt8UQwDGXNsJl/5PzIc8R6Q\nMz1WmgsAgXwA1kTU194Afo9uD3/HEMk4xDTkC7IgpVeeEyKQ8OO5FkrxhvdJ\nfzbEZsj/r7EkYyEq9+FnL66AXL2VCuDx04x4CIekpZKGRUCcAaJx3CiFKCCk\n0uZ3b0g/b4oT8gs2z14VF5rrx8b2ZeT/NA3goCZDrlact2rZ7jatlwAKJckI\nV6QXhfUK2znC5aKa/3aahCrWc0y6HA3apBOL2XaobwvITZMqy6vy8t2zP3vT\nZolxLcjihDZ9hye9nADPjnBqMRDdYtLRiZeTMPNx1o6SYVxuAlzv5NeN3tsI\nsKFb\r\n=hQdO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDoNv0rSGRQ+nKDI10WVEHUAhuhpFywaEELtexaS9KotAiEAgYlIQmwj0yeebEQeFAOEEB0bDjYIR8Md1fmf9YMjWyw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.c2ace11c_1533723092285_0.30267232198459526"},"_hasShrinkwrap":false},"0.11.0-alpha.d23d1b0f":{"name":"graphql-codegen-core","version":"0.11.0-alpha.d23d1b0f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.d23d1b0f","dist":{"shasum":"aafe629c92edd23a66953f86dd1e521a1e623634","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.d23d1b0f.tgz","integrity":"sha512-xFqfanEMHelJCZjMOHmr6yUzJQD19zOAuoll3VcKCYJ4OD6UMK2tvAQdiw5PFYoQr3Fxd+MgWOYPMj61kP3bbQ==","fileCount":86,"unpackedSize":82185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbas0wCRA9TVsSAnZWagAAUFsP/2yItfNMBairy2X0XXbR\n9z9MesnGT+MB7K8gxUvQXPmyXM0LIbOwFLxoPVATmKpa4ycB5J1Vw1Sh5oTn\ntYBXUUrH40P9Yqmq/wGE7RKGTmNPMPiP3LTlYbzm1jQXwhRN0kLH5/eSF8Uy\nZkfbJcpyDnq4QwIbP8ZZnWW2rqkV/6YH+DGZtZeEoIqukHOuguqNFsDDYTxK\nqyP46qKICnv06o3rWFv+sy5R/TFPQ9CMkzq2mYYEOAatwjY5Dxo68JeASJgr\nykPWTbG/Fjk5XzjCMP5CuwuN+612/lgg35qqD6mwZlM/KcXhpKJH5te6lhoo\nbFc+9Rx6vaUUmv5wgT3PRveEtFdOfDKR7onECh6TjUEtkO2ermhcEtT/fFgx\n3GZjD8nzFpHUNgJuvWHeTIhaCMj/ViqOuYMAf9ZqEZ981P2O4GTlIJyFipA3\nGw4QfWB+X908hqdX8jmYYOdjvZ2N6TPjQKj/FU6B3r2CQVD3wQHs5X+mBfz4\n7J2ujm5vJNJ6W/M7LSTy999+K9ppwQl3qD8dHNeoA6NSVKGEVzZoRMLzrfKO\n0kL9ply8yL3Ur2W9ELFmMmvSCEcavbGxIkEGdbs2MLFw8qUDeQmUs4+Dy8lo\nRotIM2d2lFiP1z31jQ23p6zuB/rxEiVp1hgysxJmKPgjZRlEZMyptxmLfUjD\nltrv\r\n=EMMH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDldiSN8cpSbSdF+GbJ7oS0Lzg4CN4f7oDfN1QI7Vj1zQIhAMHYV+wNbMD+ITt49Pq+/0GAReqgJPv+Muyt93T156rZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.d23d1b0f_1533725999808_0.3052054248603051"},"_hasShrinkwrap":false},"0.11.0-alpha.e41fa5fe":{"name":"graphql-codegen-core","version":"0.11.0-alpha.e41fa5fe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.e41fa5fe","dist":{"shasum":"f77b53e632d3381520ca465779c89f74d073eb92","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.e41fa5fe.tgz","integrity":"sha512-YBnvKc6+EWj4XJqY9jpmyKl7Uimovej59cDeL5IRpkOcGxuCIHbA8jNIfXZ2NTZBtLc7hNfaW1VeYl74leowUQ==","fileCount":86,"unpackedSize":82185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbatBACRA9TVsSAnZWagAAwiEP/2USx/Dng9ueQEntWDJv\nKqcVvn96O28hEubDE0PMlcmWiPXJ0ufxQNbnGOfvf5KS8duSNeGfUOXBrVAW\nKo/APH4JEeovInBseOe966JLGFGON/hWlQrm4KsAP1yGsyTupRSdoX5kp8aI\nijTu5+qxN2l6pKrVEsyoJa/ZUU1ulhK9Om917uZ2V/6r6b0AqZnnXYykNx8K\n1D2ds8mpM849DpnC2Oe1PW2e7hVHSsgWJ11VDwh3VdFZzW9YdVua7kHEKtUX\nzecw+kFhYQ3rKKyf7NXrZ329wi6LNBLJq/vsQXE615UZz6laMvXswjdNy9Cp\nAIYGe+RENOxGLLTnkYc2JcAMgavs1iO/98OcgAbaosHTW2UHnzGR58gWHaMv\nbLI0hoJ4Qc7i8kzufMlBRS9udxAM1eBye4YYDA7vR9TYuL0Nw2fOXoxq7dU6\nIEzKgREMkFwgLNVqoBuiDNVBd6by/gRmfbGum9jS4wg7mFl4s18thBpojRqA\nuY/3+Pw2NLhZqgLxzb8o99VXTj85hLcwifEWNit1ukAWta8TqDFTBcEZ8XCH\nFP2hsKo4MNWGYbe6udBRtiH+tQlHUMnfaeNPlw2D57dEmV/4TtXYrqd92zJ3\nQ9mtflnAJBbLVDTQhhD/e50WDz0RMIDQASHafo72+uZblF/bcSKSUu69IhyR\njq6R\r\n=fFws\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6ohHdryYe/nQQEYhfJNW+WaeRrH0/IshRSp3M86LxWAiEAzz0zIOKZDVl6ygGnQbexEgu4TX6EhSbYb8aktl7DDL4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.e41fa5fe_1533726784666_0.8541441754231542"},"_hasShrinkwrap":false},"0.10.7":{"name":"graphql-codegen-core","version":"0.10.7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.10.7","dist":{"shasum":"c9da196661843924ee28ebb5bc2a4976d98c2aa2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.10.7.tgz","integrity":"sha512-9o+alXnxzwqitDDp79NyaG9nj/61fHHucQpdp5Lxm5pOoCmCNstcS3NYRBf/rCiEIzDN5/lt78pJiTN0vaVXKg==","fileCount":86,"unpackedSize":82170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbatP9CRA9TVsSAnZWagAA8fYQAJo9vQdi3K8XA3algOuF\nKbzJCJzERtV/w+38VlGxtzGEVSv723IYlRzoZ/YUzxZbgvfUVhg54LFHm5jI\nLoyF6SmDj4oz6op2xbuAtqrMKfvLc0Yt+CA6vDtzOxpyXmjusVFVe8xH9kbq\nHXVpEEIiY3rtGNyZIxJ3GOmaJcKNiF+KIvk1vGGBAiYRmZwVkIdIeJXMJLeY\n9I+jAbqlzf8gD6R5orLR3IH1wVS6zXPVQ9vjbpzjf2X6DKdYs4WU4lWnC4CQ\nV6qlhtkfHJ+v6Cf8OC9SeyR7v9Z74SGKJWJIfd6J50dtmM6pkq170DZfK6kO\n83hGRtbEYh17sMY/pOsFaxWUcbkWtSv2wJlbBxkctPT/2PKQYjK8IMoBYc8P\nepMpQUkYkV7YE3ipXHrxQRjNDBmUqtRInxSWIVDXQ9egqO+7OBGmanooi54K\n/vOq/huDyuQ8T62z1Sf6X6p/CJ9J/MBYjmxnvbXhE3lwNRFD0/6wFaroKWug\naoosFgDn4WeKD8oVhLFYPxBx8dNdyq471ru+nGSKWiEzuF4mlzKVEVb70iBn\nXILwtKNXHrk/l0A7xPV0HGpwtJHZFArpUUglCehpN+PX/PaZ4L0g7RPUVQdm\npc0g1VIWtUAsQXZCmDZo37hw4kX55WIFoOqxgMkZgiqPqbBxpeijGcWcdFPi\n4UDB\r\n=LhE/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgKD9tgHQ36rvWxlR74l4QS45/NIjX75rbh5KLsOFwuQIgcB96AM0nzIy9K6rR8aUtaOI0Uzb/k/Ily2Z5hSM/hfs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.10.7_1533727741731_0.5673521849813412"},"_hasShrinkwrap":false},"0.11.0-alpha.0":{"name":"graphql-codegen-core","version":"0.11.0-alpha.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"6b7525c348568a3affed709fa25e5bb0f15c26b3","readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.11.0-alpha.0","dist":{"shasum":"7a552708f751df1d4c0117505b100c79db8371a5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0-alpha.0.tgz","integrity":"sha512-oL0/xjz8eHa3vyTI1JdOad97RbP7J1OOr766tsP9HObdiOt4WtLL+b349sbaWTuCYAXYsF+/6dkgxqmtALwU0Q==","fileCount":83,"unpackedSize":183479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbex05CRA9TVsSAnZWagAAoCcP/3K6YCT/S6jZ2ep9IgBZ\nvtjYSi8fsLDXKg3GW65ojJkny1C4RscpQm9SNSeC1CbaNYtjHhA2DjxNKk6t\nKiP+XdOk4CeumYON3Pot8xHcfDWk3/AQ2XGv2K2okgCYyKKEb/kqss6Yj1/4\nFmFuG95r6oSrClw9wK34Bp3jOEYr0E+C3XsTsjRws+eMwmNfb1JsI6Bbc4QF\nOOQkSw11vN22cQohPuik3Wuif6b5Rz+TqubNrf+ijZ79/Ui/E7YLRP9SguIL\nYfW2k7uTrKCvpgysUkqt2wKv3m2tkcVrNH+r5sD4cce1FP57VrU9Z+jf8Osg\n5eqAVYgdWw0C9GgO3RzTRch2czM52f23rUgVYqOggvWj1eeSXYgXCdKLL3uf\n4Mdt1ZoFyMdEeakUABVxySqu+7ShWVBBGTxXp3/rLcEUQ14QXOEzAremba5s\ndlEvIHwcrGEfsD/YpmtrlFwpmmm8W9Tzt8FQTuyBPa+dW33I5Aua3RpCTVRH\nX4Vxyx2dFrnYRpn7Pqb+gcRJf80ALiBvjaYYekDRnkjaL70k+manFXx9HhVS\nnssVybpsnxG4uchenq+xTvdrUg7zJg45h/+fFmOO5C36zJaLlzwZX8Gq3WER\ny8m7IN/WTZJoXFBVOw8vL8WS7zvFUkvwKX5iI+0O2CE0zyWVxUK0pr6V167W\ndV06\r\n=LhEi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCL4jRSs9GvH7ZNzJDjtLP46t0dWg1qKs/zBM9OK22GGwIhAKGzmiZdFAsV2/lRhy78EQNtyPxAklXfEAh/2YHq+QtB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0-alpha.0_1534795064388_0.28694692824353285"},"_hasShrinkwrap":false},"0.11.0":{"name":"graphql-codegen-core","version":"0.11.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"303c2f2aa30fa57f7b7d420a98ad719c3d2f9df8","_id":"graphql-codegen-core@0.11.0","dist":{"shasum":"06cf132b6e3745dbcd514efdbbc065d0ed3eb30a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.11.0.tgz","integrity":"sha512-QvrPEgdk7szuVKfdgdmqJppNGw7fG/EQ1O3YzD/ySHI+Lm2I0OiGJZQO+J6SImSPBfPaKc+4wjoeUq7JgANoFg==","fileCount":83,"unpackedSize":183471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfCwXCRA9TVsSAnZWagAALOUQAJigaU6Ps5KVm+sgQWun\no/ISFPZtEYHXoGNZgqVtob55q+43TTWgoHuSjIpqOz/WbIwMZHrbmwe9pl94\n8STVpXb0ykKFn1FtJenzO5tJdx6R8xE1gQw1UiAs2HPdcqPaL1H+sDevTHWE\nr+1KhBEdT7bB+8Go5q2u2gqNZKdAs3bfH6b4M0nnK9DI39qz6kWhOf6Zw/qE\n65FkfgAST7fFYZh+V/IPVxuDdpXUcr4DAclZDqMaKza5Q7TWucUxzTOWrd0O\nm49ihb9dF4Rd7kG5B0Vp1GgzH26SIPNXIJdEcC2P7lqCO8+v5r2O9X/WeLQc\nuvBKrQ+1KR/s70XlU6REZ84/+RUhAkmTNgeEkekPr7eA6fhpFtxwBsBy2DXK\n6NEL0LFiYmxH3K/Yr5DSS7lzVZcDfxofZQ/etDOn0EXAmjBAZ9wLYCRZsXRT\nyWTi0kxJtJ6IHY4UtiLdIJ2YWFlHlxf6iUJO7gc2GBF+w+gvOs950C7IvhEb\nZYB0h205u1V5rqL3vN3pmpS+yW0pKhjKNppACrplgMeFtDFHm2jSy7eT/hl1\n126eue3vzrGZEm9trvZlk104pcqGDNWkXM8fIKCH88fdH29axSeF8FVhxPKI\nyaUwOZw3piYiknt6LbDAaB5uYX+OsWCT6/0WjPOtbij5AGKzNR/BagL4FpM+\nIbQY\r\n=cBzI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXeMbQ8gGoBoad3XvuWpiAkzxehj2ypUzLU4hI5LfJRgIgBAC9u9apY1UIpoWblFOOtct7jPtkVQpHKdZ4mInDwTU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.11.0_1534864406666_0.24394892432098403"},"_hasShrinkwrap":false},"0.12.0-alpha.821f12df":{"name":"graphql-codegen-core","version":"0.12.0-alpha.821f12df","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.12.0-alpha.821f12df","dist":{"shasum":"e538dba91bfee1a0590edba3c1053fe4bd5f08ff","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.0-alpha.821f12df.tgz","integrity":"sha512-0NNG0L25MEV73PHuuceTTJUxG4DMJuOu+GzKWh2YS8WHCbIZtDJPkghSSc7v1xxg/3JB8535yODL6CSETVEFoQ==","fileCount":86,"unpackedSize":82185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbh9fQCRA9TVsSAnZWagAA19MQAJmCOgUV0ZgfvbwkNUq/\nBTiIBUAFIN30pavF6H/f2rESfHjN7pRyEBcvb2ww6QHY6My4PC3e8zlNbILZ\nFeYcrRdPP1Jj3hSiablbd41HafmbtibiINmo3SesDe2NjthNNjzw1YEUS6F4\nnVqSzvZ7CTTJzzG02SmvlwsWCKlgybL36p4Ng1OLaWZK9LUhxeE8GFKXJYZB\nBKlauVvJsopz//LfLEvSzRUNxV6a1yxJROZCrC2Pq0Lvle5LzMOrWcN5U+Re\n7i2xLrA5ymwa9jh5kxFVXsVa9csWhdHLp5IhHCNY2st7NRE6tDpJ45sEGIVH\nIbJfPT/RSo7FqoVFub5CBPc2/KInbDVGF4pJb97C2ogfjF14UIcdHS4iO1cH\nDGvuBcuSZleGhJXUL7BS9+bR+YtbKZDta96APmckKqBRlbxuDasvhGbrfgo6\nTv1NMtDu/wDGPADE0plfmt2oYoficJseMqNELJBgy0ykGUPCUA+/RVsszuCe\nAWDo0jU1Qzg8ddDM3TIFX5/wzMUDmAq2C1ql/9Ns1DbpzcKuMKE+msr28qLa\nNANKPelq+seRN5M19YdUlYW+Po3sXQJS2W8WdgEvvuUKlnsxA/8bAnpB612I\nGxe4EMk2+XajsinniQhLtcGFjzgshrKCMTdnrIAXjAbBISSzgzCy72qaL0zb\nN6Hg\r\n=LBRe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9VIdD++ff+YbTQfnBGWiZRp0Ku9hjCPKQZxwF1k1IbgIhAMv+EATBLuqe4K4I5MwEhhxrUPEMAGAoDEsUesU1OaHR"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.0-alpha.821f12df_1535629264079_0.6513382177035165"},"_hasShrinkwrap":false},"0.12.0-alpha.576bcbfb":{"name":"graphql-codegen-core","version":"0.12.0-alpha.576bcbfb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.12.0-alpha.576bcbfb","dist":{"shasum":"b716aed91e7c3a5371947bf8af0e3ee9b5e1a4c3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.0-alpha.576bcbfb.tgz","integrity":"sha512-O3A9zv1imweNLWaPTl3jT43jQmBsQYDOC5MiAQMJs/hwasl16uZvFw6YxzWBctTsS8VQbngjLLs/0o11BerRqA==","fileCount":86,"unpackedSize":82185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbip8sCRA9TVsSAnZWagAANGcP+wZeE2qQw9FMUjwKlRrK\n5Joay48cVorDX2rNfjbreF/SH0CCbUdJqPBv7A6Qa9MLpSuVJfX7EIuB9d2t\nd0+g4W/nx0zKCj2h7ifjnh1Wt2NT5h0quEqkrJoQZbvZdMpOlXBc//8ewUzF\n2b4W8kFsiM68L6eM6aaG4AFljnKYR6Mnc2zibWlmDfq8MDDoCwOh/qPW0tyw\nXHLtIJonx60yomEI6BtUO2crqEcG9a+ofrglbs8KroxCgCGbG53DKd9BsIBm\ny0EfdNoH1T7GDn67mx7pFTu3ki9XtWE6/+rlIBwk8JF3SBpVmdwnWSJA8Wb1\n77kcP3pzQqPde8FsBc2fuxmay83lG9YoSmVeK0pDcL8pPyMD4/EKfl9csfk9\nr8Bp6bmr7WD+uBBJYfVxrHs0PUyEnZaC2IkMHKk8jKfjeVg1AZBYEU6KSzTK\nDLP0Ar2XSkJ78MUHernovULXziLZr3Kwff+UE0JdG/qZejCH7FSnMfwarMV+\nqSGypi9awNLFGwH6q+EDody00fLmuLIcsjB/3OCF8CXgN2GL35J5A5EBQpeN\nAzae5w5zbBnUAGpa88ZLt2aSKHn2KVrkpCH16EguWVBpsKXr0UvPMM6P80cE\n+tonyZuQ9G5wOSEoJbOA60K/wZHWeQwqzd/Tt91EL6zKHoZ2O40b1SP3BCAA\nYpML\r\n=aV0Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXZeeEMP7NmMRyD3Ezii/uR/fytSXJMia0nNZbGsqWjQIgWOm5dWG1sS1GcJYxy5y2erTCA2DoeeZAgTzhjCtgw50="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.0-alpha.576bcbfb_1535811371206_0.16954899899314269"},"_hasShrinkwrap":false},"0.12.0-alpha.e1a653eb":{"name":"graphql-codegen-core","version":"0.12.0-alpha.e1a653eb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","winston":"3.0.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.12.0-alpha.e1a653eb","dist":{"shasum":"3f7123be34f3bd44fed9c806db22f84adf552608","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.0-alpha.e1a653eb.tgz","integrity":"sha512-asIXK+tLcp4P/vGQrMUQ5lsNy28kfyGXKxcpUbvw7sEJ+FPiwqh4Iawmhrt1FTp1D2k6QXnAJoDUU5DMeGQMPg==","fileCount":86,"unpackedSize":82185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjPA1CRA9TVsSAnZWagAAsiQP/ivCUoGeGN2lduKtHhJ2\nHTT5EZ69MCfK4wyqw/wLMjFZcSd6ac/QqxwOixoSDzyKms1zawykCv+IXiJd\nT2JlCX52opcxnCYQ2SWCBAnSMghEJuxLe71JmQzkFiid4qplT5280FRz85Bb\nYR+lI2YcxBwRZjVSdJ8mrisivGuI1t5/scUiQhyNh/aplwcCc8Gm78RsaJUd\nr9y13riBqNhI6DSbf+SKFkT3uRv5s7xiY9FnQOwT11t7WRFNIPePLgREYFb5\nsqmctc8roqP3wyc9KOYrT54QRaFU+AAnRl5gBQDwce0DkTa2AKmSMHoVXKWj\ntvzJ4CRsz+GtmtIk+kjaOCMo8imPtDXfi1dCDai0Ot+JYPZ7hfBh4GKhS7ko\nAOO0D36sMaZ6s3umjUIMuGwSlemowM2nr3BkQdiF+wjDFmCdHVlku6+RNVrZ\nffIwPDpdQ44j9fkvoYQ0HYZ/G1JbbWjY102ntGk9Hh50/tfOvgAUqELW6ILZ\ndn0nb14qjZpQgeIKl3kaENOxyX/9DDno9audQUJOLOZG17MwJcgZ3Li33qu7\nin/bYlJFY8kzw9ZPwcXiNHHUkhs+fxGFm0tjA0xrgwbnv+Gmn36cFKjeyv2+\nEjr/wijG97huZuGuw3+GVvzKYSyfK5fh+f3VTPdIQPEpYRRav7mkbgH07JDC\n2a+Z\r\n=p94A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjFJwp5y23FWBrXQzWq0ucuAWryQtssd+97G3OfgiSoAIgMzwyihOsn3WgMLk+ObQJZnQdeR1JgxhPpnLkJrk/EYk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.0-alpha.e1a653eb_1535963188268_0.7667012897351471"},"_hasShrinkwrap":false},"0.12.0":{"name":"graphql-codegen-core","version":"0.12.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"6fa3ae2a4975297ae4be8809a1691ed1b0545cd5","_id":"graphql-codegen-core@0.12.0","dist":{"shasum":"c57dd51d307ad654130ee7179ed07da4d436a47b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.0.tgz","integrity":"sha512-doTWVkAdsoSCQDarZTRJ9u73M/FA7Mboziwybk98uUS9SkJQe6huyohof+d3UFAdkk4t+Qmrwi6GYjlw91r6Yg==","fileCount":83,"unpackedSize":184968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmmymCRA9TVsSAnZWagAAHYsP/2vOErwVVuLG9SNjYU5V\n2tAVqB0nthpVt7uIYjS54MVF24esHv3dWUjskptVb17hwUT3qSKY+SjzkcWB\nzLw8au6DBvolk4t5Hglhns8stWNr2cGmeewN6vQPhWcRMS+DKFJ8MIIJSNX+\nVLgNBVW1CkOVDckZVgWZ6DaOmdK9gfOTVGqydM5DwFaNn+ICy1Z5pRkPzE4m\n+x9hebVIC+h8+rYnfk7ub+5KRTQGH4F8NEFzSiZKAYLjDf/nvUlCKtl18Z5K\nNFsTZQulPdcZdCYKo+8vvrjEekLx8iDoaaSTku6cwbrzrNYDzDfBw8VqKxOl\nGQFKXJ83Hv94A4pXorRx5Czcn4WiP20bqPnYnZQqF+ek0N4/HdOwZ7ssC7dR\nkP0oPI25YA553g3h4xwnro4JkAdOO6ZYSDDB9s2HI6YYdgxGk/vOzKZafKPV\nA7MEpchusrOK2hiuHQx0B6cqHMzl1TaXMR/2kzDHDi0cve+9ebNnG4534E9v\nY//hSt3GfxwaCmN2CiV08LJ2G87Y22UlOcqcBTGWXcPGqYzEzybKngJwLk63\nCcOTs4RZ538dKwKYifNuQqtGEDWthAp3TUCpPoc7jr1lqKeXlbhy32Aye+dL\nQQ06hmQz/6bFHi0WsaXF8wQ/uqrimcUdl8NzGQhC6l6wdVCHtCLqinxIBBgS\nSUjG\r\n=h3SU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+p3kAN4KT1MLeh1k8Pw0x0YLxasaohr8bgeC1ITDD4AIgWKa7kdUBPAOPvr6CfZoR4EWE+piLl+Bdw3j8sHxPFEk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.0_1536847013788_0.8046737674192801"},"_hasShrinkwrap":false},"0.12.1":{"name":"graphql-codegen-core","version":"0.12.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"bcdf292a9884ff2c4f3f546b283a8ad3e5baea1f","_id":"graphql-codegen-core@0.12.1","dist":{"shasum":"e53716142d17c2115d59866f97115008e04f2fd5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.1.tgz","integrity":"sha512-C8oEybMJRAPdN0Zki6s1Hp7IyTxTtcQRL2pApO3Rkio7L2PAp7cSHQw/0saKtVVg+exYBFoI2aEfDW457kqLMw==","fileCount":83,"unpackedSize":184968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmqG8CRA9TVsSAnZWagAA6uQP/js255dh1dtHxPnCPQYq\nQ3ekpQH+AisERrtVZK1AgB9HlZTQMjz6BqJsW61PT+6D7Jq3QRL0x0X2SCgz\naOdJpqHoANiNrZd6YMskrwV93vlcvImBU2aqFJPozXfkL7TCEbpHdKakTjhO\n1EHMcX5RBz34e00c7lusXzD+/jCuKwYOk4kzbEzux97py1jtgUTcKiw0OT+n\nxDq594+rW6/pGejsHABbIrowT68JsNw1DK1y2f6jWSMC0QBARfOTCIFLZRia\nWzn0+8LBvYcLCkFNWqyR4CDXemp4krmULW9kzO9uI+kzcGObcOwQ6seHAK2D\numr2nN1uUMOqFBs2C5VThPmbQf4bK5qHGCQafZyOWtax2/Kf+/ieHe9OU+cb\n09/S+7N8Tk/T7xAbBUF/WwhS0OehNePwby9wT/75cdXfXzpWsJinuiW5whJK\ncGuCdNyokwk9XR9YTC56Pe3qFToqUcttLwEZEXpRhWbdxDjxD6ysenxPLsq5\nF/70yVcINXyzg+DfDNIrms5GvRaqNOE5SyMbsz+sccT0fE5VdWWX3TQavYXN\n2f/zkeOe+NO0IVfCK+nTQV7CazLNFUEVUIbW0ttmnRmmkGA6fsrVg3p+Oi0S\nOEZi/d5/C3hxfkTRZhROBC6DQsj8s2eOSbBnm1zhWfRxQL+PV+uAvc0AkODX\nbPgS\r\n=xnHW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDiy/L4AxAikiuKeHISx7EDMF2RXApXMGDbv9K3lNn6MAiEA0Au/cm4Voq7/2ZWHjuxOlbSre9OvQvJj+GiNX78/xHI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.1_1536860603830_0.23753651550027977"},"_hasShrinkwrap":false},"0.12.2":{"name":"graphql-codegen-core","version":"0.12.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"c931f6dc43d44b72a165d81877fcc964f38d6251","_id":"graphql-codegen-core@0.12.2","dist":{"shasum":"c7e44ed5f9e1e1d511e0f5ce996d5738278a6438","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.2.tgz","integrity":"sha512-fZcsacdD9tBkxstXd6dXygWBYNgXRwBTpEfSaSpCIl9ZJsBqAOx9R86bgHbMoRbaFb7rjlPxMdfnFKuTA6MMTw==","fileCount":83,"unpackedSize":184968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbm/WBCRA9TVsSAnZWagAAo/4P/06j2Wc+O1860AK5nb8p\nsHOSDKdzd6TSWbvQp+Kpuox+xXKA+7I7ZA/VeIIGVn/vr9lE5mbRKADbS5PP\ntz/05YBz9+xJjA7jdCEJa6SpYgVoT3Hwg2ushwx4tl7WbCbEutI2a4VWtlsW\nOae1CpAqKqq3g6gP2DJKuxm11p1n7eJ6uhL1AwBkOg70+9FCOghBX/Y+tkDS\n+JXHkYoQ1TvaxImIRwB2UFK6L83LsKo+GKN1stsqo75SiceaGNxC4G2mZJyh\nJWNodFGc7++9Pgq7v694LYfEFNBwslZwoQeDB+SIR32QSQs8eeuTEmldqxor\ngyq6Mm1roz1F0qFxrg+w6qHX/sPQR+SogQzEf0YGXyKBwNJUaqN1nsh7+z8K\nB2SGBpGJk7hCfir4Y7r5JKQgy+jibW7nmKyxPN5bwW3yxVz345w9xTBeUajm\nCFcungalnBuN/eBwJVAR6CKEjtJLM/W0IkSgKbdIsl9P8h3nG0IQy+gSsW0o\nUJ8FWwjsmbA3N8VFWbXmAQMB5EGyOsMIitO+2L9oeIZ3e2SM0MKH5nfFpd5A\nJ7V6+6ePBoKYDRHL2e561Os99dKkuimtfo/geSYOvltmp0ELCEqx+KbBXtv/\n+MnfE1NCU0K275vHvWnKzRW0t2tIbMV9P0YV3LKbG8OnQ7NJx3D3YcDwt1sG\nhujt\r\n=p0mc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTt+EWmBoAxXRJgE/2j7lhzG5eiOGCV0DsIcVsuOA+5AIhAMDfpBAOe3G9rYhb3AX+y4JMNhPMEaszWAPngp6MzK6R"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.2_1536947584244_0.43423424895125073"},"_hasShrinkwrap":false},"0.12.3":{"name":"graphql-codegen-core","version":"0.12.3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"e2d85cac1608cd10f93c5c7ea95c6cbed2f2498f","_id":"graphql-codegen-core@0.12.3","dist":{"shasum":"e62934f30461041527e0c62f7ae415fc76826d8a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.3.tgz","integrity":"sha512-HOZ8WMw3X9gDTuSs5865l2d3xV+WMfmogARSCr4eRS7ydLwee8jTE82yjDCwWpgHiEbj/I1HBl2XqcECrWfeqQ==","fileCount":83,"unpackedSize":184968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbn3fWCRA9TVsSAnZWagAAEfkP/Akl6CW9YwReI81o+D6/\ncIVfkCzbmCmbd3XFX/9QWxp1CoMSFs3YLw4/JAfzu+z4nHpDkVf1lPrC/zpj\nu+pVPxVVdIsO1z9HIenB7C0pAjbkaZV/Zr5AuMOskI/5A5V1z1aC05OUXVqb\nFhwvLkhHGazAE0GuC/7SwIvNLU/0Hk1lZzDweO4tVWFe/HJ/rYG+ZFr4qJnL\nYgQRl8xsm+68buUp7wA/lPb6hZnYc50tuKxaOJgi1rv6ZknjG+QYIfF6jkPC\n/vfKY9whEOlg/XKVmJZZ7JvgsVuaQGIHr3LdC88sDb8CyUEGjbrX98GQzpBa\nVvTJduCksFZaL1q+uCEnOTq1zlB5N1KP1DAtUN/9NziYuRk+suNA0YDoBhqu\npeWvHvB75AHmfYNYuI1lWgYwLWY8LHO8NldN8NRxNnbWpQZDbPcdKbNKMXRb\n7zgvlnzWBNvophSnaCrNAWYQ2dc13zv+E6PXnRFA+0+s9BtKugyEVTqjMp8o\nx72KiToLScuLuSucYhP5IC7mpo7Y3JtYMfZ15vS0AwaR0xQGVFP8EROuQqbD\nPf//oWv3iLCcXUV0pA1jj/1oK8aLjgWmo7i2VItdvp7G0vHw1Jb0+uocU7I5\nNBMBb6MrVuule9yxZ9kk9BEtPfoyJ1htQU8r1lJoBt+aoCd9u4B1lK35EFDW\ntGXA\r\n=upYo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEmbybJMyWVYvGnpUzTth7w9L6rqwkzsb/hcUZDdqY1WAiEA/T/l8NmfNmmqEODgV7N2jWodI6El397BVw1aMz6OybI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.3_1537177557772_0.9298731805907636"},"_hasShrinkwrap":false},"0.12.4":{"name":"graphql-codegen-core","version":"0.12.4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"c3b57136e84eb7562d5a38ed1ab246fa5abe4676","_id":"graphql-codegen-core@0.12.4","dist":{"shasum":"db06316aa04776c8f4aa799d671c88bc4c521a9d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.4.tgz","integrity":"sha512-FyTjkSgE23GbvOD6Oszqjxyg6/+a+EMl13A62EWThl28hG5QcvFdr1cXN/d+vJ7D+Oy/hdncvxcCyL1whK5gDQ==","fileCount":83,"unpackedSize":185211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboM9kCRA9TVsSAnZWagAA+ssP/j+V2boxanA8tXjDeT35\nva41dffLSfIVn9uAo5MtQoHewEOSpLQ6xz1l0h8AfY07mpQmu9OyIYXKjgkw\nLFDlxIL0yA5tG33nTBOPOvNYRVtCqClYvUnky8lR5k6NJYFBDfpiOnNHWzKS\nQkOHV3tBDjceSFf4pSVMH86CFNAlgLAum1x5YIXHcn9xVqic/QrRMtmw6Zkm\nyKLgqHvJN3YgFeDz6TrlwsCNfw+S6EZ6kJFhlaXNMCabrzb8nOnZaHl6CHCQ\nlItpwjQTbQLJYtVojuHXC5dkrqFKRze16ne46uILebGHijW6uA61taeQ04oU\nGfynfGRjjuPeSqrx+JVvM1JNULaZ49M8ueE/1Gs5X4tL3GaAaV6HPv78uPmC\nRjVBBen+iTuRwRc6qMreFKCSx/XZ9qDyQBw/uglfZmD3Wc42MZNrt6eBPu6/\nUuRi9EvRENmK/Ww8AUGU/No36HHpnCBWJnVDdDt0BonArTaxTwrNSAGIkfNb\nJ9Vri2LPGg2gQCbWBsnFN8gno67Z/+JkzVxdgmRrdvPq7lLoU9FcRxAyUasB\nHTFKrv+KYEQoUu0YkqjeP+LR6xOEZ4/MKpkncA41s2swV8RDK1XNaH0/M+BF\n4bmwEwxh/WnI5PRyNEoH2RgoN4fH/fgfZuiA16ywVtnNbIt3UN+CincnaNHt\nEedK\r\n=xuDA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICmO9Wp2GNGVzSbwVxDyNadWW5P1IZ11bfDsgddrFruOAiB14xCstGo8N8SpJqMh8y3PfG4rr5raEEhOXYp9Y7LchA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.4_1537265507801_0.34189141459733996"},"_hasShrinkwrap":false},"0.12.5":{"name":"graphql-codegen-core","version":"0.12.5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"cffa769dd20ef801848e135cd245b0db646ace04","_id":"graphql-codegen-core@0.12.5","dist":{"shasum":"1d6376e28f8e5b1b57595d4b202aa5da1ca4bbb1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.5.tgz","integrity":"sha512-KKTDTClEQTdMrRMkkMhbVB0z/3u6N43Ey5ORdYYAgpCO6WD5fPkJfnldsJjE5Ys83nGJZm00UtERId9AUTv+HQ==","fileCount":86,"unpackedSize":186597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboOimCRA9TVsSAnZWagAA4N0P/3IBaTwAJcDjfBGS8x4M\no30p0RpemvtHsbxajy2RbnZehi614ZavsnNAdy0ZIjezmdy2fBkisXKBmNRt\nnuGiPN532nZAANgElvgBPodOBQ9QkC8Em8YKWpPadceAqgg92NILGaTB6Laz\nCNYzEvxAs20tnmRjBWp4vwRIWFnMnljDFbpmaj4dBWntQcdYO39f1PX8c7uz\nRiWcQ5hCHH5bxWOYBPJJyiZhNGiD8Bqa8SZmP1OBCL32O7OsJsZLcu8A0aLa\nDk5Z3YreamXGCI8TYVNEVkWnS0/r6KokEYIS4gUO5+LsfCa4QfNJDj87oBzJ\nH6geqJBT259FRmgXKq3OhhlCWIpPfUCq2PGbMzBlb/U2KVA09Z8QSLUJTJhw\n2a0Y7IJOlrskbnwIQTNqb1kKfzCsNrxnjpU5Vs3vkac33Lq3ifjt4y3pfs+m\naP1KoWzxBX/iVztvge9GqZ6AdBJ45umARyAlBZrio4gFPX7rAFsH8LAG3GhW\nm3jrKOMVxQz4btu8osHcM3ezrE/NLjCPRp+T83i3A8zFa5fB8pmpt5sG3W++\nFbouqUkYpyAQo4gWRk/s07tpuKqfOq2im7SQ/P4mqJZUXUZMjmOZEwktZTWj\nDQwWaGLd7iDxFYAONumCrLdKoMwtc9y+mqDIgglBPXf36E4S60IyLDh2zh+J\nNA33\r\n=c+K6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDx1y3Pkz8WNl7Qlv+eZp0OM8M6269EUgJrw8yvwZxviAiEA/Ndjg2Pcm1nQJ77jv0asRmpGkwrlFAFNVVE1IwAE4VY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.5_1537271973962_0.7750140215712902"},"_hasShrinkwrap":false},"0.13.0-alpha.6d010135":{"name":"graphql-codegen-core","version":"0.13.0-alpha.6d010135","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.6d010135","dist":{"shasum":"0b2ea251ba99b3a03569464adb27462f1b363f18","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.6d010135.tgz","integrity":"sha512-X6vN/yb5IoYvAC7zc67wgtdBsYJG5JBo6Ra3bMVj3vnGHjLfXAqLw+R4aiTJ+W+/VdHm72sZ2UYDk6Bu8QhloQ==","fileCount":89,"unpackedSize":85311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboRxnCRA9TVsSAnZWagAAeuAP/RRXlnNbXWFjpWamnx1U\nsWiECfxq+I7vsaAUUyr+jW7vYs/DCREkyD3xhpAHdl9tVN0ushwNW2xQFnsg\nRSQfrQjq80Ya3kCh24aRny2u+Y/OoFE3hu52I9YoBH9oU1HhQaVSGDe1TDjG\n8KduQHZXf2POa5srgQ83cRhmh8sijx3tCjMdn6abP3wCCYjVDu6svjdogpan\nawflxKfjvUofUnM0o+6yVEp+vQJexwOIdq1/CdDGO3r60q15VvZFjW9eI1V+\nv/K2IaicSq/5grBETSy+3hQevt6wlWMdl2lzkk2Rw4osFlMPNNA4ND0IsV52\nKoLKUiCNJfaQ3D6YCoGLapIiDxfzEmUtBR51OYSo/DDdeq0B0MtmWwplFRta\n4Lpm9IWjzh5jRkqF8D7cRbfgF8rmKOhBonBCLo74O2IX82bOHACfaKyi17Im\n2BVIbif23sPiGccgjWQUv6YpA3oB/JzGROgS/HpZ7VN6Bod2yKnCs3uw9O3U\n/w9gyqcLSA10Ak2ovAZVpSFITByFDWw1TUSTFrCKunW/xw4g/Yfaip8Gd0I7\n0vx7Unq/GqkN1UPBO9CpevZpTLIgDh4ahT+/I/FvmLBiYud+OPYbFXG9W+ju\np5fglzyh9yvckvprFakIFAj/JdOTIVY1DgrPJStBUxhK0UTiypIochuakGhh\nPpQA\r\n=ZJ7Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCc95zDftVbfeU6qTTKUOFWfLh1/uK3+PA7OMLDkDXm3wIgOoTY8KL/EMXTkENlZjBGrQLOt5hhFqcoZtcpztxRaDg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.6d010135_1537285223060_0.474265701214458"},"_hasShrinkwrap":false},"0.13.0-patch.e0b0df1c":{"name":"graphql-codegen-core","version":"0.13.0-patch.e0b0df1c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-patch.e0b0df1c","dist":{"shasum":"2e491f76ddc671b7b20d41e4358fd9d72360f4ec","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-patch.e0b0df1c.tgz","integrity":"sha512-nUaAfNO8F1aUJVDKyMHt1vXrkZGLlnlHAYMA9XCOi6euU4jiZG44R2TnDmErbfi95uhNmcoNOruEYg34fLhsww==","fileCount":89,"unpackedSize":85311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboR5MCRA9TVsSAnZWagAA4b0P/0v3WcUZJPUpBsoJICT2\n+LH2xW0gceiOHhftUbF4h3MzDaEcCCWIp0A02FJHTDzNDmjZMdguN1z4RTML\nE0CQb6hx8vq60huaPnshP7pTJf591+jSlXrQzPr7G5k6VVHs2M7r2ZEiuBxP\n/g+ukU3aCRLE3n6jYhUTOGxRrYScpKs7T0lyg59HVJgoXtiXXZkmLnhq4kqF\nxzu+dfComAhb1cEAd/98e9dRDlil6FsKaD7asHu6GPW2XEzYq0/qRTvNQoOr\n9xOB1MWNErENY268KghFy6kK1jPDjvdOyf77o27zgLrTb5KYpGF7A+zMflvx\nTNpXsp08j+9aat3mAXDmMhGoIwkw85HXLNX7/Ele9ILd+MtA5iTqJyXQ/aU2\nXTkXCla4XSXF0C0U6SvfpQ2CFHMTIWZibgiRXhUoTojQa2jNTWfXfM7W34CQ\nBXLbjqfyqPtiQBju/caQuka6CKwVTIc77DSZlMeHybMgSWpKfn9N7wDPl1O6\ntUwJfde4CofPBjHDqEO7KdYYkJNn/cQqiXZhP+FkAvn0WuHinhdboAOsotod\nu5uNuxwRjs3VR5dcz1sLmes41QBX5hbZkM0mt8vH2Lxw55/SQq5clO0juANC\nXU/4vCpzUry86RE3gI8nAQxo982KElsJGAEs3TgMKMd9ICAkS8EsBpPOhDSI\nJTWQ\r\n=IRJe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwUmFJVMiLOd2msb7fakJTmceQxbyGqvJloL5lZ/Lx7wIhAKd9fnLbHawMJpSFrRcvrDSak3BktMH7v1nmkh460krb"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-patch.e0b0df1c_1537285708023_0.5534253496305546"},"_hasShrinkwrap":false},"0.13.0-alpha.30bb2b9f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.30bb2b9f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.30bb2b9f","dist":{"shasum":"6f214a0f78f5d0882a322f5755fb60a60beac7d3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.30bb2b9f.tgz","integrity":"sha512-htI8smhFWoH9Iz1g+KdZVyMct30wPxI36cxbnkIbAIrl4Tgu60cPJyfyGfRrpCPk9/eczyHEXGhSEaaSy7baTQ==","fileCount":89,"unpackedSize":85311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboSBKCRA9TVsSAnZWagAAE78P/3oVnbHC36AZbS5qPThb\nxBpRuNY8fE/K4quBSggpWHB2aHvG+WLiQ1y6rBRw6v+AAIM3mtGQ9X0vYzOs\nGHzn4XmttvIM5rKl9sU/8ARWqxoCPmH18gECboydsrVx2j7gN3wvD+ittCFa\nV9QTQ5+JlD26Ib4+rTA3b2HI1z0a/Z9z8hYol6zXP2thZe3bRIoHxWcA2qwF\n6SXgMMTcWhQc2W2LdKhmRNWX2S4XgfyRrZUSYj2v9xGdsnr82F05J8z58brt\n77IVuqcxYHj3jIdIGzdLd3Zxk/lWBUXf4fWFA1xUelgoyfMWNa7c317gnQYy\nq117ROL+W5rKK7KV6B8DfJRb2cmOlwv6YJpe59b9cOk8pZ4DUC4HhGEKPKhl\nIIG1pA5dWTMP6Mn3ioCvQnCrehmGCfFilRP4UAwZ1lTpBZz0AQ/g6nofijXh\n41i1kU4ytgvFI+QO7czXmXL9ZGS7jPDPPXYyUID2uYxe3EweZ4AW1oWNver/\nwOUfO7KKSDOOhFFuD3Yfq+Gs7cEmZM/M+wFPMVaIvcchb+vdIwXITB7BjV90\ndX+xa9sWiXmGPZwlz+PC9tKNp7vjvWGHHyc/UAOrPyL7UIiJgbgmfsAK5KkM\nAz6i73Ux0fYVKImcwUTWHVG88W4f0B91/SZisMljDCFt7WP6qYrsiZe4Jcwn\nPfLO\r\n=Z73L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCDZyAG2grPp8pKUSM9NUdVy230STW/5M/dBkfCIAFkwIgBPyAVzzSsDLCIC8mwZoqzy4YtscnGcYuS1kqyAngB18="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.30bb2b9f_1537286217425_0.7797658688675866"},"_hasShrinkwrap":false},"0.13.0-alpha.2d710114":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2d710114","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2d710114","dist":{"shasum":"d94c96d751ceecabd214c0f0a6499785c16cc455","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2d710114.tgz","integrity":"sha512-Rgh+uJTgifQC8QCbOXCblIBrUxri5k41M+jXjl9iYxBJl2e74D1cORQjhp7ItxUyRthlPanxQgJNDh5EDuLNGQ==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboSE2CRA9TVsSAnZWagAAMf4P/11LrtREiJPLwSabrQPh\nrqfny5Oy+QrzraIP+46r4UFw17fT+1fAoTB0RmCQOWA1lb+Hti0fLOUnK7CY\nxKyWngO9DpHiVKfILa1llp2dbpLn+Ta19XxKTq8KwHNFsL3WwQHHoYjK4PKH\nbaqzw7cJ87GmAeyueI13fCG6GLEkH1ZaborjaaGObdI3xWXDsvvnOFxjLc7u\nSwDHdhbDmg9mchRTSD98Q+TK+2k1/fDGgJyi0bnAGvrnOSjLa2K67Elp/7rW\nGj5ku0Rrdg8ClHuMK4hnsa1GP4KOYhseRMXhn8Jlp6SEUEeLvkHMN5PF63M4\ny4hnNrd1dD/p7xC2PltOXxleRJ9Pfj3Wes9tObzb4SloG7WGZcp1X7mvZNYJ\ntO+ri0gFVbPnQ+SF+LQTmYxpn/xisjYVuW1dkQHWdtQR8p47NwKH1PwD06tQ\nSEA6uBS+ecVLwOqP055+HM56QXfiizFwpSrKX4iglrjTAR5p0l/zo/QLH8fA\nZiZqRiGft1KxhLA/Blw1OJap4rn439vFP9QF1LCfScQbM72R0iIhEsBkbWTm\nmjHlWCLhSeCgPv0CDUl9oXbV0EbcicBSvUVLvLBglUrcZx+3wW2Pj5xIR218\nQYPx4ZwStB+3w/jM5BeLrltnDUGSN16snDLQAfmHafijEX20r3q4+Cin3/9D\n5ft+\r\n=LetR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQZPNID6tr0unZqVDB3er5NmMw1wQ2W/Ka4sMvoAFkawIhAIrON85iCBfFiH5dl/JC2HCHp4SOlHIDeQRPpXKH5y+0"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2d710114_1537286454057_0.31902283279622345"},"_hasShrinkwrap":false},"0.13.0-alpha.106f2555":{"name":"graphql-codegen-core","version":"0.13.0-alpha.106f2555","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.106f2555","dist":{"shasum":"9851e23230bde230115efb64eb0542ff8c814625","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.106f2555.tgz","integrity":"sha512-hnCQJD51kP0U18LfRzXpS5VzNsqMJdMsFEorgt/rtBZFarf/3Nj8HNzQkLqHZEi1pYdES+Qa0LU1YRE6/UamSA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboSFdCRA9TVsSAnZWagAAm3sP/2J/g+99xGvdT9UD88Oj\nICAi8wrL32/+mfQokekl8FiDtRanvoFWdo2RowaJJ7Bo8zppnmhVQNk1HxJg\n3XiiVYIqLso9bgZRiC+/DISzhsbUL3wpJarAVI8vLy15yBnO/cs7Gt6kxS1v\nCxlyerTYhNmc7dPm5nktP9UzCplPa+Fdn/3rtrY4lE9qfo+Uaeorh4kC5vae\nO0/YPMwxjuJxPxP49u3MWjNW9lNf1qMj4YA8woOpBdQ1ZTj5tomTWqSdg8JL\n7wmkZLkEXV/bIQes+4A2qebXtk5o5BVzeWyue87K0GgTnY4Y6R6EF1lFRF8x\nC+tg/Djcr8OSQGJhb0/q1mMVkVXf3Zl7pqKX067tSHp4EVsIdc99MuFseu/V\ngaT/1FVn9hwvuP/TqK20V8/IlkrMGP5+GcvWLygdZid/cd1gFwmdH3UU+m6i\nGHu+gXZIrFZ6LUHvrWmJyNAbIOhvdFpO3kqPeRlZO28geb0SO6SaejNAvPyx\nwxz7ODGa/Wvz0Td9SP3GoDoq+zIdFV1Sf073K1QUE/CV5pykWj7K+JG/+19n\nKe7WGcOEo8ueV/RIvel5O2SorWdD7Ub5dabDurTOBY5me4Zk9qHJuuf4M4/S\nzu+Su/yMRMviEJCk2u6PJh/eq9SrYu26B4BzEsFl70ZO0qPGRwu00bODv00N\nu/i2\r\n=VURW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH8RmNu7m1iOW4OdT2dzNv1ufsv84jP6Ag9KarWbyDcwAiEAgETm/+XQuG4YbCqQ2DhdXAAdFLGj0ffcnGT9YH937gY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.106f2555_1537286493042_0.3569839716922687"},"_hasShrinkwrap":false},"0.13.0-alpha.24f2cd83":{"name":"graphql-codegen-core","version":"0.13.0-alpha.24f2cd83","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.24f2cd83","dist":{"shasum":"835d60c477b50f0e565d1ed1a9f71a5a50dd11ff","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.24f2cd83.tgz","integrity":"sha512-BsMyXoIgNK3uSaolH0BfThA43f+2rYhb9y3EZ5aU6UCHgOfHVoRUGafCipp5G/0dHt1rudFph05G6r6UUnV0yA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbok01CRA9TVsSAnZWagAAhycP/jJtqM7RieZ//lr/eJDN\nT2u5bsiOP+3x/1HcjzJatGhjO6Vw6vqoR6d+wfNSQMj530zLm4vh/M69y+a0\nh4XM++/UNEeZcrF6iB/cfl9WiFVb9D3Ouos6sFiS8LJJGemtD73ud0zXTZse\n6OkWUGTxehj5J6GRsr7Su2ENrZtMvmTsLSMFkSylr+h76IO7b6Ud2w1BNIUI\nCSQ1shwUS87aAGf/Y/m4EI3Ug8l0AwyNHJVyzrvhY37TRtmHKo1nzEzPbuVT\nSCQ8IgNoKXN4mcwUVR7W1IF/mWOXKgnJMN3PrR6lI7wKHss6RaDKwq0H7FMJ\nWEwr4AWW5JLVS6hMGeNB4syakx7bYGO4dXyzWqlj4+W3hv/E+GEnjzhjGTUw\n8gNP+f4x79NySB/Qb0EX1Cu3JMKtmWwngpTA6nGp/7yWsrBn7ATjqACp2YlZ\nqTa9+QA7WhsVU5wDlN09uh575ZHIou0hPeW21EGSaTuJ154SsxJVPFz3K5fc\ngCk/gksFUofixC/FCanK8OrhUPW0Q32gNQMcSwMjUKQLUUP9+00UXhKzxhcS\ngc0iuFvKa3q9VOjX+rzsqC6KYefj+TmbqcI2bCdotMl+HZ7/QfzXscqCzwa0\n7YR3id5mFlQidb7PXTdF33Du2kMSxaTeIs+QstJ8hOpj4tiI7ZiIgCBq6axg\ndnC/\r\n=xrG3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGcItbm6QF/l0uQLgXdxDQsrqcn4LdAcuso+quW5gVeSAiEAhrO92PTGFHBjlpm+zvFZWgkeymc/qWnUcHTpDQ6OOnw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.24f2cd83_1537363252963_0.23490330876623022"},"_hasShrinkwrap":false},"0.13.0-alpha.68ff229c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.68ff229c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.68ff229c","dist":{"shasum":"262a0a162d2fa27a33eb05643da8a99a75120e28","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.68ff229c.tgz","integrity":"sha512-oAuLOCrw+zOhN1xlK7u+vJaXfhtIpPExClvGPE2gutBs6kO0VMDnYCFDQhe1rkp0cK5j5Q2LSyi5x5X7cakPHA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbomzlCRA9TVsSAnZWagAAY+wP/0cvW9z1NeIds9R1iaVN\n5fbtwDuSeOhJYTQfsrmAVsvBCwnXWVm7U4c5YvtLYWTfgZN1jyXfCvaWtH8C\nj7PqbGKtIgFLCMLRN61S4C79ckYVebFOPFe3QPonYJRgbrjNoEWuLgJar1+m\neRbhYrJRr3DPQTy75G4O8pMVJHanD2ys70+2G5yyBLILRAIHW4/iNS3iwUKY\n6m5CtVuUlbnhaA+l++f4uZrpjFPDkZm3vWnK4vObEu5EPxv67Gy/HOnLz5ob\ne1gvWeykIvC0nJ5FoimM7TYADi+QJJ6DGaNNvWOjP8i0QOgISpJrgGFB3NUK\nRztYU9I5pA3PVgqoVzKtPo2yeNUAmcoiYVvLyQYeW7NJkRGMNfGWdbEtIBF5\n+Jj13hAkZlzHj7qnKwG0AxPXIvhZ/FcEfNkfG8n36tw3rbpXm/z13y4/soxJ\n6gJVnrctMTi0gzUPycpzOo38Oj+HJt7KdbQSLhNw6TggoRXPWvi2sIirZhK8\neAML7MKwGppoPD1eRMZvwqYyvNdZAribE8Gge7g/tjQSIZbO0FeG1fBOtHTt\nwjGe3jcRmwymjuy/xVkEGKO2RsYMhZTghu5Y5P1RoRZqbSsQE3Rd/7VQlD70\nQ6AEj88DpzJ9zijph01muMc45vSbjge1Zd2jZ9kdDlccE4ohWZqDJWyaol2Z\nZ+gw\r\n=u74H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEULOHkUcbMz6b13XFHv400pm0Z8dE9VeM1Qce3b8oxXAiBvnx7R5mD6VfQ4+ISJv3CCA8J307rA159qQoLazaGBHA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.68ff229c_1537371364832_0.17801271839943067"},"_hasShrinkwrap":false},"0.13.0-alpha.b9bc1f8f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b9bc1f8f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b9bc1f8f","dist":{"shasum":"1ea4e1d6dbee7e6f8d68ac4db11bff86311f8591","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b9bc1f8f.tgz","integrity":"sha512-xOrVRVBTNeftng5UHV6FHSQ/ipmrNQ56TQuMIfWsHXSHHLK4udRYRCDSyBzXUDzNfZhzpApYe1lOW14TXClKzg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbom0ECRA9TVsSAnZWagAAAJgP/1BoD+8imYQCX7X7ePzl\nhytaCU9WDRK4EYZdpKzixtzPXnLLDoKMOABiU+0AsrH/ln0vUowzA3q2cMJ7\nz0eB62KkoeC1s3rh3EZrG21nQg8cmrolnebOtCNs6zOpAJqUlIm52Yi9WsnE\n2koml9GZc2S136zx5QFEUjnM1D7GsN3jJXF8HKYgqkq2YvkcAb8wyNiLe+GD\nUwEXWefXkfOc+Ca/lGs2vBXlZGd2v+U51og8NmcDN8PRrbUAFHOcHpt2Ul7k\nXLG1hEgxHpz4V9i82CNYGkdMS8yOY56Hoazl/F0XidHaWJ1YWGEtdMWuGHfo\nhOrwShuXs9dasZA1E4PSvHjsJYI+XSA/S1xKO5Z1j33/wCiWe3biD3vUlyWa\nRXGzgLYhF4HyYOTdAn5p+JbQHBwsLHH8uDONraFrV8NYlJRtrfgpN0bCnzBz\nU1cRsNjzxUT9e/fQ/hmEPQcndsOUhFIry6E5L5UotCkzEsVxRtPqKVZo2aUR\nXnRybQYx2H8n7Ay0nJn//WbIXmrpp9J4Yb8HU3CRRg46C4mKu/dLDTDk8hyT\nUy6YNnsV8rS4PfrRwBMvIckg/kgh42NeuWmVe7uKHk3zJuigIjOiOmYFUXyc\noq9js4avdu1fK0IwtDtXudbnV1tUmAgEj8ujbiqPtoNwBNndPFyPqlGkObql\nEWK1\r\n=kBGF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIErpv3Zdeu3lVPHHxonZM+2tjbdLuxGtf8xFO0RwCyliAiAPo0NcsYlJ4jXya4q/zbND5E5uogiOkADMOtGRZDhROA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b9bc1f8f_1537371395992_0.3108375329519302"},"_hasShrinkwrap":false},"0.13.0-alpha.b2037482":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b2037482","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b2037482","dist":{"shasum":"b3bf227af04b5a936ec02faa1e72986b90ced80d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b2037482.tgz","integrity":"sha512-PVEV5BaotPGCDk/SDs8EthIvX+nFLQSPjjdPGp7GSpC78aq20+20xf5+2gHCPT8e9UsdUXJUrszR2/xun9gMaA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbopylCRA9TVsSAnZWagAA+PcP/jmmbtjEnh7wduAvq+5t\nPGLBRim/IFHVE2ObBFERIpdLMxEz6NHo0a2y7QI2C/84PRksGoiJr/a7O6wL\nRrSTnsGQG+S3i3h2kcMB/s/8uuJ+0SM36KXJSBAuZCr/2z9v/0CN9ed9Kucn\nr/rEUJFtR9KN3As+fCra3/a3evKhZRKaJxmkA/HWZH52cUKqTLgHHowRtTyA\nlpGhbvWs5eNYE2Jkw/PqFbrCyKD7i1Neay3R5+GWHK2Vctx3yH8ByvAvejPR\n188GiBSDfWB9Eag1MQnCK7ZcJJBa5E5tWcxaYCy7+zq/r/kh0tYsecmbpZh+\nWOx9xKZgLEIF9fKAaeQObwiavQbx4noF0OhvTczQbV47A0qB35rL6gQCC01W\nb9iYehpOfiU7f9oCtev67LdIzDdzySgT717sX/UnZEL7pnNt+L7Ox6zTQYv8\n80/LpCulbaDBEokwP90zfP/Tk2NHveOLPsdeDRO1KjIqMgYu9KPbNVT+UKlh\ncIOGgqGh+3r8qBff7iKtggbJMZQNNK2s2W0uUtkJ+ARHxUFZDbfefV6zB6nT\nounArAx7ggdrBFimJBc60ROqnhPLYhLpoDmKgPE+f/JGeauBHTBs41dHn2QK\nKfcfvIunW1XxTFtBPbCIB9ZEZLsfVlHsWSCfzntiHqRhE68ozKSEfk8ActYO\nnoP7\r\n=0SEx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfZ4+A9aryTGBwnUwO+DTF1xbcql3S5XzT7HEKrcIwigIgN9+kZVjz++PD41aA7tNpY9xCgQa/L58EmeVNKi5vaUA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b2037482_1537383588348_0.5378395665810707"},"_hasShrinkwrap":false},"0.13.0-alpha.367d1263":{"name":"graphql-codegen-core","version":"0.13.0-alpha.367d1263","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.367d1263","dist":{"shasum":"d4c319e8583221c5a8c3b7ee6cb895fc09b71e47","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.367d1263.tgz","integrity":"sha512-WZ6WU+wdPAcT4Lr2cflQfx8FlbCj/xQUU4RcGTUjuu03mhEWbyXiBaQg788HN5ZcKuU1L4UQa8Hv5f4OeLqe3A==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo0amCRA9TVsSAnZWagAAP3EP/294r0wOQBiHlYjFHhFl\ndCv+bc2v6oRDecv82vXGsr1A+lzomLlYl178EA5QmY5LjjIKImI65KgtJMrQ\nQnAZ+VH4UdBlWKYIzYouip8Yi/+T5k+LQJCIS3/PHByGOVSVl/AtLXZZ15FY\nshUbhRl7t6AXnPdqSU5X8CYt4Ts2JjquBVbtqAKqaZuyUeEHqrmWsc7hPFZ+\nsTpCxJJFtfe1xwJTfs9s2lBLPyjfxUGYqZh7Q6yLHGu6W8LC8cMPVDD6xUry\n2JttQUVtPc7uvgYxqLtmSfaZkalJsM7Xdv59HPw7yzlZImthAkgEOuC4uqBg\nF30V/GGQXoShCfLGgzqe1aNA7WtP3rPNB7rvMnYeypXYt3zIBJgH6VFuQIQP\nKfK7oUoEZ4ILuSuV3J+fiTIX9uprZmcN7MTv+DV19+aTRcomi1rwy3lmvgMN\n+gBwNfNIk1lCvMR5Ww5SFDVoRr+EwA6nYL4G00IZm5tb/WXFvvm3KiieirL2\nCBOKHd/tWvylkDa4EDhX5F4xSRowHIjnb6/JD9yG0cyyTpcjYUOrCas2nj8K\nvTA61ng8oY8BkddwWKr9N+lW3ohGjbXY1ALr+Kh+ghdFwDMa5HovMOtpVK2F\nP6xBRcjXgdv1FJaPPKA7TFhCTbQOgqc1utvuYuEaoL4LwUSUHQRqFQZBPHil\nv0QZ\r\n=YfTW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCy5eeaThYC2V9teL3eS2BGl1q/hyDZDhMZDEIhUkMxAIhALP6kjvwMCHZlbCcVQLpc10qoZ9k5DtlJk++gi4PZk5C"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.367d1263_1537427109891_0.28174287997841896"},"_hasShrinkwrap":false},"0.13.0-alpha.410e9357":{"name":"graphql-codegen-core","version":"0.13.0-alpha.410e9357","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.410e9357","dist":{"shasum":"61b0a0222d8c558f0680e0cad88f64ff4e6f36d9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.410e9357.tgz","integrity":"sha512-rptuaV7Kx/30h93jNp310U3OnbROwwNYBTrMSNWjXSAYyjLY7qxTLe86M5nhRo4uNTLZiSBQWaDMfuR4E0EAwQ==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo0atCRA9TVsSAnZWagAAXToQAI/zAGtvQcV4Yz8f6e8D\nXCGl1BDb6kIGW3m9eThVWBsDBLSzzUk5S6CI4GpZYxqi4cHfqCYldkVRrdqS\nXQxYFLZZp18674e8jVTIgsGeosLhNlf56mvOhM9mAcM6dJm+eYlr13GYVb03\niM5C8ZQRyKqOWREyiOsoiFLYe9UANL1D8UJ5K5WY8JDiriulzYBy7sWd8nv1\n8FVeY9vlbumx1YBAMvwTFabwb1PMvvB6Uc/K9vAL7duEl+WiBbcNi9tIDFHx\nkVOZtthPGxF/gbQ+iZC1BZr3cnL46znCTaEON/mwja3mKDtmFTaqoEJ2UIMQ\nXVsAw6ThSocyovv+lAk8o3OWJMzJ60jR3AyKa+Hfi1c9+wIjz9xcemxIQFTY\n2pWOjUbV5SFb8NXsVS7FW23Zn+NdnJmVgTKFA8qrUHd9/MS6N+ROEi3eq7P/\ndE7gcnoWD733uCEl3oeVqfIbYnVKgrfSfAEPmmpYu40DASt+ATOMloqb+p7X\nZIJ2SCKo8OCHIJHByFLpULCQ+y34bx7MrSDTriMe+qbXiLp7LvJS2kSm2cLg\ncvzdDwhrlogFI9D55vjX+0PX6etzykTusrUQ7tkQQ9M+SBUuMalfVhFdG4q0\nQu+Hbblar3pPj7i6o8FXZbCA8DW5jE0MATSHQmG7kcsbTwJXKOPMyypKm2bE\nKn4n\r\n=+Op3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvyejTar9pE5Va1LSCe4fdeZJQwSyKH1RltXXIbNWf6wIhAKoDCsuN8M2mXa7R9+0BjZhUp4/yFLR9Z/aADv/GNXUM"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.410e9357_1537427117133_0.4640869113740387"},"_hasShrinkwrap":false},"0.13.0-alpha.ff740cbf":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ff740cbf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ff740cbf","dist":{"shasum":"efe9364b988b809acb28aa3d400134d0ed654f2d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ff740cbf.tgz","integrity":"sha512-WnJqIO0zAsoeLMiKFsUUPCrsb9MULLmOieO1qCAuGYys+QutZ5CP5E3CaT6BB3uiVIHrDMY8Mv15A4jpT9g31g==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo0a5CRA9TVsSAnZWagAAumQP/iooJ77dR8oOvCl5CyhX\nJM73leFHYpWCXP/Ja/RVsz55uQwo/TXQM81LunIzL3neaIcYChrLVN+VilPt\nH/jmhNsjv5NmRAi5NfwcU/8WtKPq7ji8j7Kl5fIU3Ju8Qa22S23HhgVXjDb1\nJ5UDxXhJmFnh1Aeb1qjXXWXUM0GhkghqfI3ZvlpxSDoq2iFd7GkhhTdZZHf6\n8ztxDEympMbBa3LX6SPZMpgj+vuand0QQmmDRvkzllPJcONAuSTuMDgtfXhU\n7Q8a6feex7rzuoWSvItB264FQTU4o1JfscyJfJnfz7j85vwbybMzRrGje/QI\n0Y4o2ZioDxsGKIXCD1ZdJR4qX+AqRDwvHRjSFluptBo14kvlWAy1AmdvHn7Z\nglaMyuSWa1OmATFKAV1EEvT4S3A5qz/0PMEEtkTu+u8fOOfi1mCcb8xXhFCW\nnD0ZhNCQDOXTmQRxLOaiRH8JJQ6pCb8fPmehj/PDVkl8Lbgznb/KEoqSuzBg\nGO4KjG+TI7ns6/C83+cE5GqNbUas9r+v/VV/TasIDJazSWoJUAaBBOuaQ9gb\nxAStOiSs5e6K1OtTkmazHc+N8DQKMcw9VQLgyVVcTBy/Dp79kVQjP/9H1L4P\n/N9sdjVbJE+1+PZG6L2ZLboX055RCFe3G9RERG0u2spdALVUMhhL5cYe1Pq4\ndciq\r\n=NQ4R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHPnorQjN+YK7U1BFG06K5Rj7L/uYzrPiJrLqJXFWPcgIhAOAkIjJsKTiwvhw0j3NSKoArBKmbS9CuYJtgRKMEcJa/"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ff740cbf_1537427128724_0.22381640003072212"},"_hasShrinkwrap":false},"0.13.0-alpha.532a84c1":{"name":"graphql-codegen-core","version":"0.13.0-alpha.532a84c1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.532a84c1","dist":{"shasum":"e0f25e3c2868c957923638a4fd7c7414628af07f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.532a84c1.tgz","integrity":"sha512-BrrigEoqXGK5ZRNCdo3wLPkWQ73TiZfyYAHTyMRkR59kLzvF8gpHZnhTVVj4c2I6TlHDoDYCVoyI6pqVgXhYMg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo0a/CRA9TVsSAnZWagAAOFIQAIxUv8N7Zg/JQXRttn/E\noDeZxbAdm7q+rn3FA67bYIgYZuIuYv1k1EmQd/SfcbeZSrzV4Ve0MjY9EW67\nJr/ke0aJhg0r9pj2X9OIaLMUXhkn/UeuHijk0YE8iLom4Nhw6/JCSNDd5+Jk\n1XUy3tvA7pX46W4HkVIVFBg4ZTGwc7TmzIbMchZ90W0vOkgRcXCO69+3FxFY\nYjU98sG9UXF5n3vMTuNjSVZw7s6VvEkhFSKtVoS64FdNgkGdfxJ/Jvwkvvzg\nwC/lqewDdHEJKgl7JwXGaCRDsfWcgqft0Acoq9M7NPb/4x0LggUr0aEg9xG6\nFlWCWNXny4n+/M/SREdfQsqlyfS6BN7zJa9uG5jWxsD8qTgl3zE0fMN6cU3m\n7u75PcZt7j8jbYJYDgpH32ye/S7ZNbJIyVKQ6bL7NDEpQscbmaDx0rVP8ATY\nant3xTISNMPrZHl8M8IcgZuPaCBdMgSiPCEl4BovFu6EGkwpGa0gAtfeKTL6\nP7BJ1pZ/Ty8IhHO52JkdSpVc6YzlggAsADH/ItXZ+KyBy2QHUErPN9aD0v1p\nmM636HWu3cPHZQbPzJTBRA0ZrUofaiXw0wdzMM5go/jXn80Sfbj3tlxhrl74\n8C/LqSTPWbhcesEGAmaABkHCIqZa3lNE7JE/DHHsDojXmBTjhNjqq7YcOYWQ\nB0Cp\r\n=Hui3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDNwyyBy0h07vvY0vlg3OY1nfbrAa9BPNWBT0SGF6/tAiEA+SAi9jQbhDwUjBL0Iv9e42OOi/wNxBnQSIhDv4qtV1c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.532a84c1_1537427134879_0.3950547584696955"},"_hasShrinkwrap":false},"0.13.0-alpha.7595f4f0":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7595f4f0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"3.1.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7595f4f0","dist":{"shasum":"55f22689dd74cf7fb99f18dc782e4410c189fabf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7595f4f0.tgz","integrity":"sha512-hzBxQSwJIM6xTrb6WBNCsyAOCrutLtm4/LsOHIOM5Xb1MhvRc69fL22RaaSpCCVOUmu21CISXJ63I3CepdeqcA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo0ecCRA9TVsSAnZWagAAINEP/2twluuTbszGnrtFcI3N\nOA4Y/AOFoNAt1k9Ub3IW7cuPZ5xBC1yXS655lw3q62pwxdk+MOkoEbg0MrYM\ntXRyrpmlMjiwNYNAg7hBXQufzEmnRCE7WKaOIM/IZCIzWL8NiVcH1C6koN0c\nbg8F2VsPmIMkWxjFF2Sq6joS/5qFaixGg1Wkgp3ZjjEkrkmx34XBtYIXFxyZ\nnOvtx0IFEU0lJexHxpn5t8KhwAhexc30y71xQwGnwRb5eVzsqD9Ky48ckDBb\nh3pJBmQ3RYQG7VVcgFo4zfek0EJXh1mEvLW0NojcecceREYNuWk4lGv6H98d\n7k34tBfsF1uRnYGUGPfWqVDlccnQYGQ25jy7gdlCOKkusPF3/qulCKegsLPv\nMW1z+JGu4gBLk0/xlrwoW2XKwtd2w9jyxB0NZY+Sq6tk7mHOtQtcM649AKCk\nGiNsn0FHtQkHxY+ACwBfqzbKtl2BAA+LuI+FRiTRx3B1hQwGBbHX4v2DiDrf\n5h+AtdVPHNhHc8hnyLaS1bfA/Ug8BQGJ7+2koVaFpdaO9z/gUHSbMb1rZquj\noBHeWfbMS329nn7BUnHy+0Zh3hUUNmVTlNaqRmLpyaPWNiOyrALWQQMeZPk4\nUD86VzM6X3/Rzz+C98ungYNOzZkUGUDAgMyNN/chp9wiBsLLop3rIJy6wkOr\nFShE\r\n=KS/4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdn9eTwOaqEGtSxAMN30kAFTzydXwBtVhaQevXx26RLAiEAxHRFs/Fa6LNAGxsOIEbe1RJaa8Dd1VFuOmpH1n8eTbk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7595f4f0_1537427355418_0.6970114406536136"},"_hasShrinkwrap":false},"0.13.0-alpha.06bc6df8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.06bc6df8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.06bc6df8","dist":{"shasum":"adf6b0e189daf94f75d6d637e94af479e3ba24a7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.06bc6df8.tgz","integrity":"sha512-YltrnYh59/Hs1akVcR3lbycWBDqmKAoOCY7xWgHTMuUp7+jV91QMac0SdLNpq25NN4/kjlLhP4OmSIZxm5SmCA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo1HxCRA9TVsSAnZWagAAARYP/jgxyyDNdGE4/XvT4HNg\ny+gGbqGX7NZzBdaTyXkIvMuPuz9BvgICanePKkgHJYyegYoFxBX45TGioSg5\nYsGEvNGIqaO+vWvSPHAzojUTOQPg2bJM05hBAeEFGk7BsOrdl57Buk3cmNkv\ngnumOx1vNCc8zneVlhmLmTfQ5hWWBaAZp7UXqsk9iLx0fGppfQZyWI7qb8qx\n0yTQmBDd9SYelYlaDO7BNxE/kIrb5/X7sTgo0BYXBX1x8ehW8zOv/V40rRHQ\ncEH6IWR5pmZaeIB86+pvM5oQ6IxVxihXjjmDf30QGH4l4BGKGitxYvZwGZse\nGwc596CYQ7ByHQoDApukMMl4PLx2oEaLPdSU6gtQAPC0j+qjkmCEtoVCLRCU\nuIr+Alt3z9+AdONt4jbLkr+yE0YyixkVb3dBYysEdp+O/5LgIbeTrAvjcHyh\nRidJztiesmjOamXIOt85Iz5FlsR/fGYw5POUc4tvAjtATSWtb2g+/92RCVVA\n1CfxBjqwk3stTx6eB0fK8P9eqNaLYx2tgu4y3pE0Ns5mDCbj6eetxcIwaf8b\n5KQYTQPWFfaOySh9kUfMrPhJffdL1JZ9FJCwhrBW18FlMFD3jFdxm4loqYYI\nV+cX4Gg2+SLIwEfhC3iPlQET/JDdfg7zxsOXGlT2NhitFKOOrvXkzItfn/EX\nK2HI\r\n=2dS7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsaJXbavFj+4QwSSnSvl7K4L9/iz4aF+hIVeHvZ0QtDAiEA2VbkMtyAFJSnt7+5WipHcW8LFwFAMy/3X0u2ZWgyoAA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.06bc6df8_1537430000494_0.06283890884029075"},"_hasShrinkwrap":false},"0.13.0-alpha.c32427e7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c32427e7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c32427e7","dist":{"shasum":"029b03534aec62150dd2ee5ac72a9541eab6c580","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c32427e7.tgz","integrity":"sha512-ghKwqweCErod8COH3lH3hwQ0RcmvEBffVYvgTBclGoeAqkR3nWgSji12qcJCq/JlBABcSbP3aHP95c1uj5PgKg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpFyiCRA9TVsSAnZWagAAkEIP+wfkBFhh25xKU8DnQ5MZ\nHEuAV0esHjtWjsfqwsb5iK8AlT/2IJ1NFORQO47vRYQJEnRGFAbTihaKDNeP\nNkFHtS7Ho5TUKHcoqDW0IXt+kO/0Aq/kCfcRh7NjCImU4VCuxpe2bH77OWhi\nCnOlEcvcaeGeWXBo9x1ZPe7wBwatbq8AoQ4ZJaoDuuOBHsPZ0/Ikwc+d/Qh+\nR7wLLwgNJmTpL7OJlb7f1r0ejh4MvLdxS6t5J/WU5/5mzAZ/UwHx+MGurlPQ\n2Tadaof42L9YrJk1xphoWMtLFO5ZMpjactCIsX8jYPbUDtuwq+hxTbr0enu6\nOjVtY0Y+QehI1sbhBpY4Q0wfZfl5UYA7p8H/Q8kmPGzLuzcxFeIs1lBSM+/o\nW3eCl/aeAuo46gW1ELA60ft2Dy3MJYdRyB13evI9GtZgYSzFQQEo6mVDY68i\n22y5ssjRQXI2WiwTTutbck46WI+CCSYyavtEDj8jOhCdA56vDj8hO6ejhOXc\nIz0rDLrFp84jC+ncwtolvjBGvEqNjB4tHvD/oh98iNW4RzEYgiD5P01BMjUl\nG12Cy+OaygSSQ6zehOAEaqb+LjLLh3teBYNruclhuMQctf9ORzon7tw54cbr\nazrSX+tWlqgBRPPYqPfb8q2jbx6g0ryxDesX2kfS+/s8ut1/q1KkQqKcL6H4\nnq9L\r\n=lms6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE2jc53LLBJMtmMTG02NWiQvF4Q2Bw2wF9t/Vp7eMo0iAiEAnfZ4ARqkJ1klaV5ubP1GvHZBfku6mtL3VDyAGGi8/wc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c32427e7_1537498273747_0.8610502517254417"},"_hasShrinkwrap":false},"0.13.0-alpha.dadb76a7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.dadb76a7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.dadb76a7","dist":{"shasum":"9b2529420d05735ea61c0d03c1e355c16f69d73d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.dadb76a7.tgz","integrity":"sha512-pXpz8Vy0lO6B8cpYuU1SqW2zjDGtNEiFnuyL+KYbDv5qu3TQBmeQolnFIoaOPmYatZ3oi83cbjAATHVl81PR9Q==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpPMaCRA9TVsSAnZWagAAgCEP/1Z4qHC9hd5IJlNPz+9H\nqXU5JdHPvWdadrTnOJaEl1ZuKPeAZEq043nKEBBiUwraKejxc2RjY/BEcinR\n8RUh1rmVPwWfyMRvZefReGozChHzwnugqUOfLZVbjEVCclwF/ASP/GFVs/1Q\nd56AqTlXqQKbifRwr0m53BeT4eWkWsP83wOiFCUBw3Z8SPKzKvAwm0SC7oye\n7cSFPEPV1ZXgV3fzfa9UxuGtGa/kr5YCKkOowyUmITfZyY0Cjjp6asiOSew2\ng2VJDS/fExvfpL9HrcIYlFomfBu2lKREmn3bzD8CrpzbP0xXPYPs4CqmIAq0\nE4Ym7A7CQ96XqOFApKBzTLsbQcKJB1GORIznnxGX0PawzWmTRJXf5D7wrlTz\nuEYNOCT2RoUCGlL96sXfoRzYJ+CkBWtbYH938jfKut2SRGREn97IXeS5quCY\nl6efgDgnJpF8GeFHJd0HmOsWTHSyjDnfih0RhGso+m1mlz/OZhdrChRrW7Qa\nALYUD6OXQLD9iKSPHlLJjvFQtLus2z0TmL/yOxFq6VkD/MJcMCM+UFwHmird\nkFzhgw/ky3sHSia3n3BG+yjIS0vtuipr/mvPYm96ZD3Jf7u7U7tgXkEiELb7\nsRp7r2xnYxLYn8xUd2PPdnGpITx5XlKcQot9Bx6QmNpNabydv5jAVqmmzyU6\ngOQA\r\n=s6si\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHTf3bmlOxRm+/9GqYJnDX24R8KiMimtGjGlotaxUOXDAiBIMH/qKwA1SUDjM5i7VhcYC/XAjzk8V3HWXOQv0rt1Rg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.dadb76a7_1537536793626_0.6684546126700452"},"_hasShrinkwrap":false},"0.13.0-alpha.bd6593f9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.bd6593f9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.bd6593f9","dist":{"shasum":"7653cc2e9f629974d95ec8f6589b7b2c4391af6a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.bd6593f9.tgz","integrity":"sha512-EQv6xs4HKGqcZGxvou23GoJfN6yzDte3QmypWMTIR4sjXjbe2Lzjd6mQ5ebX9I503HwppGnirBMiJrtzESjl3g==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpP1jCRA9TVsSAnZWagAA1EQP+wSA93eBEbdLkkhSxADg\n9EQfwVoupGO6E8mvz2mISVFQn1dnisK6Rblw27ey8+prectBQQMRd9OgVjsA\nz6PWcgywu99TOd1ICsCaRy7ivXm+77swsEnv5l36cOEZQSfO8vymVQQVr5LH\n/AuHrJ5FY5ffZ0SpX8M31b2BnneVBJMVLFXG9HjHW8svuSXuQmUiZUEAs3zH\nh+4Rz4PMt6Bk1BkFa2tREN70yojm5kqyCN7hfD97qjqp9ZxnQ9a6j0t62sfC\nqvYaitr2LPTh4x8uOhFVGEdnK1mSEmXvp7zxHSAVYnHJi06JcPYbWoVfSvbd\nXxKTdGRdXNbsBePLYHrAQILhIfw96GrAxV3nHSZoi6N8Ol7YUVUm0IpSiN1Z\n02rlWww4u2/NXE5jfY3YuMFYMvOFo9O3EBIvwxf0EdojUanvOISvIIxhpAoP\nT0W2FpddcxbdxYXdDbgGVuem8NnqXQ8ofhBNlJWq6k9esKvjmgii7HIfua6U\nEvBEU8gl+g0GsQz9Lo+Re9jr6h3ZIjCGkAvu5gBb/XCKqXDflpf5Vx7JIa8o\neIQ5acPiJoUH+9nQdzm55DiapJorGD37LjkeIh7OOjnojNeGY6P7VLDPs91Z\nwvWxypS8lSCZGXwfiafbiBobNs0s3eHbKPGw2riSsy1BjHEapQHofHJI6z0/\nFmHr\r\n=ogzQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDynK6f9/sdO2a2s9vAZVIehenxgJctFEwyLwixTDv8fAIgC6Ixd8wYGeEx6woiYCBTSlgeL9now3ntenyH+jzeUpA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.bd6593f9_1537539426918_0.7643897406879696"},"_hasShrinkwrap":false},"0.13.0-alpha.e2bcfb88":{"name":"graphql-codegen-core","version":"0.13.0-alpha.e2bcfb88","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.e2bcfb88","dist":{"shasum":"feb5c193dd3c0f961b9293e132c425762e868b77","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.e2bcfb88.tgz","integrity":"sha512-vORlR5yyj/CVo5dbldA0Ge8yYjqDsJz/RaZ0HC9b66xYzhQp+8Azf5ulOQgKIQslCDFoo7u0A+Cny2dxeBS7ew==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpQshCRA9TVsSAnZWagAAUwMQAIiSjL62bSkWgz46lHH6\nQ43/x+uU/VxgvT1lpKpr0vdSPTDnXAn0801d21nt+bxpgMZFL538AYDkfffw\nQT1nCgNSXCyhZ6zmbupbs223UP3Vu6Z16hVHDjmvOt47q8ZAwpAwndqH1sYD\n3tyZgifDb8etetvctmpSZg/HwjfkxaxF91Ad1ZukNV0jTtNbqGz8RnOexo1x\nG+DxeTSaZCIs3edkD5JxGL6BH91wh3+UbUTjdVM0ZgpQrJOnIekpHBhdTKYd\nSlCThlwXSkuOZ8ONK4ZN99gEFP+I/VV52w00sx8f6X5CT8Z7Rr3cQxuFOucN\ngqU7qKFKfb4tx+gA4XHVSZ15m+rVXQDhWC2tyfwgvMBtQpH0RnGSd1ddb6X0\n8OUbIKjMnglb3qL7gFO9kKDSekAOCdDsg5qm9ikFdmWbBKfWASvP72ZDnaPv\nZD0ko37/zZXBIiCrOq1EHlF5l6j/mjKfiVZbfrDYuIW78uSt1xwk9NgOfb+F\nQilxzme0H3P7batb8UZHqM/27/fgOqHZe74lICMIVsK7d1zo+5+20Y1NzFZf\nFyQECOT4EGbYrwkIBnXn96gKRr4a3ib02dB8Nj/YpCfN4jjQstxYdKlgDH9F\nDSEomhBS1Vq/Tm7fQRRWsbKn5BZwYfmiZ0wCXBsbNToxmRkHkJT29GbDG/xO\nA/Yn\r\n=aiWY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8b2N1Ewfya/GrBJeBrV7KJ1SIGEBLMZvQAet9zp085AiBMzPqEr7fOtefXPJ6CUjRc4MVzy8JhJdu2eqxoOtny7w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.e2bcfb88_1537542944635_0.22056039328444688"},"_hasShrinkwrap":false},"0.13.0-alpha.a443c507":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a443c507","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a443c507","dist":{"shasum":"2e303b97c30da38619a605f3d2f950dc48e3bb49","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a443c507.tgz","integrity":"sha512-cwZoLD5Kvtb5WKsJVgd00Z9rezkE75n4Q35p2XjaRt95Qx8h4dwWyFso9I97VhRYfFMrcQmFt6VNEaMFGU0gEQ==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpTO3CRA9TVsSAnZWagAAXzoP/1VVS4FZpMUnmtrB2z5x\nCsevbv2SLgpUT9mFbMXZ154ndxOnUpLTeX3oBoz5qNk8h5f6qaokfb7esmbu\naOmJ+2IkBykLAafBG1eQGFCZGG7Brr1Evs3aI5BNRFhNMnQn1ukVAMap0OxV\nrW0+7/Lpv3KCHmMr4Ia8qXRf59nU6ONrE3UwzRcdzQj7cAUNKjFrhtyLO09X\nWeRUOnnZBAGTNipCPxZVKZ+Z/4AkdAgdlfcXmLQewS1M0D8wGo2sw2AC4HfZ\nQOKAWKeBN3EkzmZ/lRHiJr3dfLO5/2cLgANvh4iIoICCdB6J3liSuY3hR5IJ\n7BFih7JaxgXCr6+qghWQNz3iIjV8euTOccBsJL0S6nw4zgttOUTaHoEzdfBC\nTp/i1zfUBHjd3d5mGaqLIITxI+BqZcvgzVVhhOd1jhTSO1poEfNfsXq45PV9\nJKi2NL6ZcXjQfa+pD2rke1umwi5zxrAJBgvp2d0mAyObcgOOrSR/dKLWQy53\nqIedYbY9Ew3MfMq4Zz+VgMYQ+YZMwZ87nCa4biWrEgYdiI9Ukbsp9+5hSqbI\n0ZRWRrOTW5qK2sNLvXuWKHNhqotK/LNOtoX3l4IIf5K3JXPxtv6Lq0lLV7Ku\n3NziGAboeTSe37CiWVqPBTdtxVqWaps6mCdD764xR+Cmmb38qHNmwbCSE544\n7dFD\r\n=txQz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiFxwKuRz6XT65CJIBxxJQpEu5UuhQNGTrR476kUUDjwIhAKBiItN7zPrkBlT6FNY/neC43yj1OHqSheS23jW+rzDP"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a443c507_1537553334954_0.8656875531645285"},"_hasShrinkwrap":false},"0.13.0-alpha.858a6118":{"name":"graphql-codegen-core","version":"0.13.0-alpha.858a6118","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.858a6118","dist":{"shasum":"30c23a6e5ee72ecb9bedc5cff8b1554d44d43bfd","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.858a6118.tgz","integrity":"sha512-9BYj9uS4G5UrUm7+kxjXlBKY1TpWPJ4WgVMLiARmGr01Ag3jybsrxvX83AMsAEtjHIy/kiikZxcglO+K6kmWEg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpdseCRA9TVsSAnZWagAA0c0P/21KnLhTH0LwwOUclKwt\n1O50+TeTiHdQ89O4TH9OXCeeBVP0/o6lnFxSWdA9gqJBrNlJPpHj4xO/fyYb\n1xYvoSvgxRm1OIt2TlX45B+R7FS5SO1T/muqUOkiZjXao3R2iFlk74vzHnGN\niyceDsgz6tRmCEgRZ/s0F1YrmvfVaqV33rjqTk1W9+QWVLzVJQXvCnzZ1Xke\noa+/Lj5q1hcH9oKajMmZYw8Q1PiKVt8d59rqOLCg4c0IvpqX0IlkF6mqd6za\nf6F/DkcG7h31QMxweBFsar1dIFYzIcLKw5STGjncCJtwkCRQc9NRY4x9ET8u\nDv9AfAF93IJ6dLdv4T6ZaDRW0AV2yzvN0g0HbF3PcKM5+74bkszG8IE27e12\nnD5QAJ4aIAeqIiE7qhNouW8KaTcOBn0v17nh6K7R75Q93o7gJFk2oC+BhW0I\nZh4HB3PcVz7d0R9tJ4W7S+a3mbhIgqD4/FJBnZCiS+Oz1FkXh61/+8PS0YQP\nd730rTFfLxsXIiBCEKv+QlL58DCcTTbY3N1z0yNYJ83K8GntGKgMC+6dy7HY\nNUb2UxZMuNm+0Ke3h+TPiQezEuYagyspGsHbr1+tGV0wHSCh7A4fh2i5tsnu\nUpa/Z2F8W+WVizWP98ka4EpAuqY35KaLipEB6Ky33g/EAnDBe+5jCGJUluP9\n36YM\r\n=3wPX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFom0XSzZD6rb6lqo8bUwHisk1T7Ajs/+zvJkZ69sYUAIhAKWhAk1N7G5rWT5DhwUjrVK/bh9eWAEip+4vO06p4uY3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.858a6118_1537596190113_0.7778250855750575"},"_hasShrinkwrap":false},"0.13.0-alpha.af122dac":{"name":"graphql-codegen-core","version":"0.13.0-alpha.af122dac","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.af122dac","dist":{"shasum":"bb3ad2bedc38700150d1a1aca451afc5ba4f2e2d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.af122dac.tgz","integrity":"sha512-Bjkl8t0gA21nHkAEAN0VgtGUpjeqT7SV+IYS1zsCUA4wMzNSwE4OgKzLJshmYNDNTlO9YaCApvsgvU0THbAuZg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbp1jzCRA9TVsSAnZWagAAiNoP/AlO4nIwy6Sh2U0MHyvk\nYsgoxeQdcR+/7E0o6WftjtD+Fvq1JcWPJUnHuVzi0jpFRmXhpkr9S0lr9qlk\ndP0kQNul4ut1ff7ux5CPJcb++W3sJ6FzskcRuGZGlaUwSooX1M2+ZnPKABU/\nXBE2krb1+4Qfx16uCXf6e5LMRrH/QQ49um1OshfPpZ7oVGbbaV+3x+dgY/Tt\njK5nMRG55oIgC+BeuqiZgnB43kXURiaqsn08f/dLYFdOH9YrSvbm1ccQO3+f\ngl9PJBghkR5jIe9blLMQ+nj6WmEZ7CDGTrm4pzW4MhrMNzEsE/bEgAuJTcWG\nbeGloEqveVteEq8V1vxrZH7lAhx1FlkTUu5QFrrvdGW8eLYFkXQCGQCvnvCp\n3zv7kTgg6uIvdyauoIKLKp6hstfQusFn0yr0mOXn/b1gFHYsI8uyohUHCrVO\nk/EBYCtqf3Y306XTOCeUnk7Us9A/RKf4mxsCLsjb8vYUTUXkVR8So9IWGddl\nVmgFh9arSRuSFNxs/DLSPDSZVNwVQezaKhM4LMAyC8gJ8D2XeLWhF0Xj89Vm\nzVGvRiNCsy2KbH9jXTVLiiN+xCkea/6GLzmfoz/+wjXNHBOnHqiA1UL9VCv8\njLTC0XDOyD9gRCx9E/7DPwZd8HEJs+oQBiliwZ58z6HUfK/tefKSnCzrNXvP\nESmf\r\n=j9ML\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHNAXCAjRwz5GN2OAhDE0aISvcgbV9IyYT/AafwWdWlHAiAKb2zeY86VIZxUSfXnyKYM9rF8ZJcRLHv6a2BQvZ9RQw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.af122dac_1537693938470_0.5122433676102749"},"_hasShrinkwrap":false},"0.13.0-alpha.58a29468":{"name":"graphql-codegen-core","version":"0.13.0-alpha.58a29468","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.58a29468","dist":{"shasum":"ae07935ec423f8c3329eff70e9b0f1934d791e4e","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.58a29468.tgz","integrity":"sha512-p1OJ9oYZaZjNASN7o1eybK0PmHhP+UevvH6cySh7QJ8QNVUt9f/Zl+8Y82jHinvuSbB41N9isGt8LFQCI6UhUA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqS64CRA9TVsSAnZWagAAhcEP/jA+wRPeFGeTOe+iFcJI\n6gvAjNMjoZshHZ7eTWoN7oDgsnkFIaUU/9LTprLb2hBLMeG2j959Q0+xCS7y\nDjRubfWzO7Pc87w0XbjEfnFIp3NSI45msL2m460x16yzihZzD5Qubg/6cvxo\nbNTML/sVqGJAffxFsd/RQfbNqlLMy2MzVSmAH0cWp+MzaYqndGJ6OaRrhskN\nayF4KB80ZbEEc9VwePRURVVfWwNLODfol44GcrAh+3WQVXv5/mNUEaL8NIB4\nQBDPUNCbMfyF0SDiJkOPan0NeJKa2TOZHDhSvoKp7VWxKkK0i8BSpRRwxlRc\njF1cPSd6e+BSyixkfaUmA+/NqelETGha8nwMQE6hjBOE+WUiABnBmGmtuENh\nn3ERY7LBmE5lgIMehKQwdwtrakj652qOFLqXajhTmYvomIVbnhM+zm+4T74n\nrr6R2U05epJuXnBLtNimXM96jZ/yVFRcTCY0bQZVqiFPges3vUPnJ6QnO3N3\nrRsoJ+QHB9gV8xlDNGwOFRAjjN+wAJ/VLEJJp1jFhrMGHqevhDQTb9xgFIsi\n3eqWlztJ82DZ+D5doAJ3tAUwFrnCgGKx30wkRs7SqTQnzIxkMb6R0eOMneZB\nzA+AArAJPpfHZz0q5hsBxhx0VmxehbesAJ6K0M4pOm26f93P6GQjbDHDwlT6\n0C/6\r\n=w3+s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCL7HXrTGtFpzXYgwkox9E0iy46I4MA3KssTUTskYMJIwIgYvU8F+sbEz/pmVEmx1rS5SDeR0M695a9WMKKx5PHzPU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.58a29468_1537814199580_0.9029550564400055"},"_hasShrinkwrap":false},"0.13.0-alpha.e638478f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.e638478f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.e638478f","dist":{"shasum":"f57f286c949104a672bc2adffd63de2304f6efc7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.e638478f.tgz","integrity":"sha512-baMDJ2WVI5dm0i7E6EIqbPwzFBBXfrtS3BSWcRq3ivlzEQL+fl3LIzU+SLNnXKsdu0eNT8ZVl+jtNOwHSdDGiw==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqUlRCRA9TVsSAnZWagAA3EcQAI9ZV60Oi2rUne7ywcQM\nOxz6thPj2ZriKXs5Fsh49gb1f8t8DHMLk48C9GeiELtkEvBa1PwHVneIGRTk\nu/ijBnmnQUC7yjX8Qz4zsAn/8yWnU8VX54Q6l48bpFtBtpS50zw5tsJhEQQF\nos/QzSzgh5XrrILLztnXB/ej32Aw9rWTSSkJmZ1STW15zn/kHiEkRekDzg02\nczEutdzWp15eDcAFy7ehIPae8QNhdOoazQjgAVcAeu0L1SsF8X3OOH8ApVYH\nHRfGmksKeNTn1MD26bUL0Y7bReajOhXjo9JaJnSAH6F0S6AHDjp/CKZYMxal\nFifHZMkb4UJccDqM/rurwhFzVXCrKzjBgl2DUSnoKXg1rmIioZURjJe/8NGy\narLJOd6igJITR3LWwtKz2QYJghqFLrpbCd1jUxMetn0SnGshPswPptVXYBQb\nrBEc7R/pAs6xNLsLI0du5dvUQuDnQ9MfkFGLuIyQlEWHC46dCj8OEmlyt6dF\nDb7dqZ27xCfmjY71+ZMhaPBN4gEN95djHZQxfmEIqtu8JC8lt6WkgE09VWv3\npVtqWgpG+NxNnMhAyh0i3WqAPik5hJ9Mzaj0sm59jg9AE+LlR7NyfbqEzM4j\nrbbzc08FukgSvmzIKX9e/Ou9SuG5bYWR4TX/D8C7cLUHAzg8W5slbLfqscJ/\n2SfO\r\n=a8hS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICVZD0z5l0Sm3MlsBdyDaBPJSpXBae6PxK8FO7xvB4wqAiEAumqpd8MUNw2FKymtD+LX5GicUzxtwvJv5CU3Fvll6EQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.e638478f_1537821008304_0.960192712459764"},"_hasShrinkwrap":false},"0.13.0-alpha.45453f11":{"name":"graphql-codegen-core","version":"0.13.0-alpha.45453f11","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.45453f11","dist":{"shasum":"7d4c6216e9ab526597cd618700b898739b05270a","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.45453f11.tgz","integrity":"sha512-BFx4sXY+WDc0NsKFxSqcictzoVg/pUaiXhkO8NZqEARhwTF7FJE1x8rbkZuAeUHJ2jrQk5FYFojNfraxEjsOtg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqeNZCRA9TVsSAnZWagAA5QkQAIDBAwg/WIomdZ+5mMOC\nQyMbbep8E/TlutNMj5c04kuQcP+NPKowUsmwC1JIEgu8tzYeJmtWPEGLaTRu\nlAKLCD1oOsmnG3qSw7Qbrq0pr+QgDO5r7M3QX0rVxBpkPWd7kDuRySDPY2nb\n5qlNsK7Mz5noZhAQ7SoWCGHoQH59fMtTDNVtmru1M/j5ZIK0U9olznrLW+es\nEJhXg/vAaaZQw2h1+37rl+t4TR4MfKbuEqgAN/0J3IVgwvt4JM3GFtFKixzH\n4T2VFTjklGPIZTHHW0xmo8s7HJNcfHcf3cEygFhngbkFQ82VwtqdZqqfkgzs\n60PwoeqQOEb/b5AKgUEtdfBZbSii8i0QRwcDbBujbrxrmfcYg4vbKJKmHeeF\nqA94y3QwOMYLZ/1IZO4tunrilE6v9ewLgeMEvKMPsOSswO0POn2XlUHvjTcG\nbhcz2MhCyy45JIzGSsiP19/vSW0dIbvE2LkvTgCs9DnxSDG3I7DYAtRjxVa0\nehxg1NwRvCxADE8Vo8BxIB9qACHQaSOkC+tlLWKi9lkMzvPOX7asgaMnULS/\nzPA+7x46L3dUYDGIDdrzIK0bLKHwDbabe6vVBSirr+MIz8giXIl8dIJJRT1j\nSeys2pFfM+oSWuVH4PiGGfJbDKGOE61iP2vo0q0o1JulpfNWKI3ESN87O3Oc\nL3gu\r\n=YRZp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD95qHeaCte1w8f+Q+mcQg7ouMTIK85z+Y/YN7pBM6lkgIhAM5IBtlxYr9v8dM33AAy/qyywjxmgiISLw8RSwLtzoT1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.45453f11_1537860440828_0.7647942566659218"},"_hasShrinkwrap":false},"0.13.0-alpha.7cc1881f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7cc1881f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7cc1881f","dist":{"shasum":"578b3f5c23ed0e6ea7bc6ecd7a04ac5e9bebbd30","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7cc1881f.tgz","integrity":"sha512-5Vv4N13jjaG0JbOI14t4J3pHosNIzcNpxAsFX2HbYDGipUjkzw27rLzGDFwG1gYez6vtv0wPVjr5xDkbe9m/mg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqffMCRA9TVsSAnZWagAArnoQAIPuL2n3jkh92h5Q+Y+y\nxCbRc0JJwIZ8Xn5oT4hPAh9cXZv/czT5ITxgo8GEX4hKqeOAMKfxZYtVgzlQ\n8CU7hTKYPJKzKXyY78tJ4l3UFYZXys8hcq3ZSSP8P7Qz4nfLmganGFpL+aEV\n91PfxtxqWyDuOkxUWsH1VGAhRoPIrQMEAFBZUiFWOhaxJU0evSGfJJ12ywtb\nhaTFlA7TjcuUy9hFYjUEbftmb5YBeo2YeEUUy4HGsEQYWl3I6jVYjFzjWGJl\nqzEUi9Cx5AvbAU7Sc6NJSUKRx8gumXEGsYkBxOCNJiyp9E1P3mxuE5FruKZX\nMNY2oTvsHYn5++vj8UWPK5GYM0HeaS2EGaBFpDdFd1WkI6kpa6MXuRu0Fr37\n13iXjaMf3t/GY1i1517IAi3PLcoqc+3qBYlwlahTZrjq+Vrr7BQrae2BNIBL\nRmiOt0ObGZwUqcpX/oTrJyopLfjwLM7sfOUM4QihDCRd/1lAk+PkhB84nWFg\nkxY23kdYGYSgJLSqODsyRxNpf1XkDp0Iy21t9gc4ZJDQ9S0J2cM7RIIC351g\ncvZfi+j5XN8sbEDAF2Rv3EvnDkFZNBxs3hmHIpLT3iv1cwS2WLyzWhHUMYcf\nbwQQcvJ9NwfTQInLfa8tsavhMh3zfwTtWhyJkUdhj9L26Ai+NiEcK+GGmk9U\n3UWT\r\n=Gbxl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBjahQHjydxiSyBktd/QloW7boktpAmFQhSwPviWiAtVAiASPOQ9vte5Sa62W70Fkoz60hIIJ9wsTX3xtj+sHBaeXA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7cc1881f_1537865675026_0.5695524050802845"},"_hasShrinkwrap":false},"0.13.0-alpha.c71ee1d3":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c71ee1d3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c71ee1d3","dist":{"shasum":"4ffef70d22ad5e5ca30ec87a543a46be5c979cc7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c71ee1d3.tgz","integrity":"sha512-kK7NqatfO4c9NWp3BOQg6XfjVVjX9NddTB3PHikolTnBcjqFAHC8VtV9c/LsaF0bYYBLlsZvyetjahxcJWKT1g==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqffpCRA9TVsSAnZWagAAGwQP/REIhE4A/90SggdPXaAH\ncGBhUPRSF+9e1xatmKtDm+9zpnd8eovgNaUPeDUr/L6WOh/pk+QqAaw9EztS\nX+Ck6duZSOI4PlDLHBfjfpUzEb8RpoExIu5T6gfOuGpu8P7Cb9k+PRZ72Oo4\nlUC04yVNiPYDQpMUve2/uDBuIFIH5RV4gGU4FaQw9FDk7E0PitOvU2RKbe8U\nhI0AmSuq6XhCccLAYdlJJWAdU+SPVinqHqyYa15Or1kdJFCKtdso4vsNhri/\nvld0rUtN4dJ6iddyAV9JEPDAumYTBnO8vt4F+jXkWJLUPo7KEMSLAYWOGEy/\nCicInN01j8+cyvHj27zHTEtXytcDgIdz2L6ElunkToz5xaiA2ue2Yi1lw1Cp\nBwQC9wLbbkZRkGTkcp0q7jpyTOgdDKK8v1AylWC6I59s5niiaHDvf6GIO1TS\nzDhm+EjIqOIJxE2v5m2ESP8lenIANDTwp5+No1Le5ybfBZncvmt0QvYfux+k\nEFipO2erO7rAhgfQVCOxym6ADDqpQqdxMJkW8Vv+5KZCStmSB8J7n7VbYXQp\nbxJr66Mjbd8k5le2EIbfi72H/LXC3aWgFJueHWmJYoPTsldwONni6v2roYTr\nS3y85TWW3F15MWIuIsclUizhOHUhzahjAH/kpPYogvtg48xeiow25UWh4de2\n40jg\r\n=OwMY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCx5krmrsI4+IkOaqCJiLvgxkX20LK4IBp7eAY653gdpgIgVAhgOVy3VFM08KkMKHZwYkKRq60BQcxUb6BTmUkzHpI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c71ee1d3_1537865704747_0.8557963984571206"},"_hasShrinkwrap":false},"0.12.6":{"name":"graphql-codegen-core","version":"0.12.6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.12.6","dist":{"shasum":"ab3d4d9b0bd10268de749ae215eba84f7bb98fdb","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.12.6.tgz","integrity":"sha512-yRdLsPEd3b4bJ9aYalGVwa7XKNNK3DP85Yq0nCPcqbfj+OnR7xiVNbfd/oshQ4Mb05QOzSw7sDKBVluA0WTXog==","fileCount":89,"unpackedSize":85630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqfiUCRA9TVsSAnZWagAAUxIP/3QdGVY3JEyKobKgNiya\niEisYf9PeFBLdBh6Gr7GFnVIPkRxV8SsSGd9lOj1VV8IlUgatKuCDDLo7HFj\nComQw1Uwv2neVaQWPHGpT0rBJjM5ue8UYHVSnN6deWgBRjUkZG5cV8QsAfcC\nue7Gmza2l/Ujro8kBGcQlmeUErFAWwm0lVrX54lYbWLF56yg7znlO2+epdWP\nIJSYhHEmLbuHj11jdCnfVX6Z4NlrQO9QCovaDuRd4pHa+doXibJLE522ur/R\nXAiEnWQZf1TIYdz2LpnJXSNZTXlt4f1LE8t48rf+Iika3oNajogXbY9wJjD2\nMbSx4YASb/FYIzrWivkTlNIjd7ZlwPsQquGoB4xdcsxW5WAPp7pq//V2djXk\npu48g5R5Fe5++nKuaC07mk6mpef/c5c/tWz0chS4r6P2vulae0+O8wSBb+9p\nQkvyDtlFYgunsK1KI3KHgZHodX7DUKK9HjbrpcajGbMuSIMBwuh1Ky+gzq/6\nWmPI/hQs69Zr6gTNWTSVLAc51OlH4QMJupeLWT0eIVFFrv2onNjinLPJ68mm\ndxYeHJMz0R99TdgMkUCzA6Ahl67d50cgZUAI07IrWoq3vFF3FHQUJ2XXSpTi\nAPql6v3ea3x1seYdnhbbWixBLYCpey4L9v+RvmVtb7+Giwih5F6/QJegekRX\nSU84\r\n=Y2C4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiOoaUNwgxc5cZa0jSNGsnRs8hX9DE/CQACUYnTkYT+wIgaKALbx+b7CQyNq1KZbfrbV7iT/s2Cag0DJ4chRd1nKc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.12.6_1537865875080_0.8117487987792751"},"_hasShrinkwrap":false},"0.13.0-alpha.19dcc773":{"name":"graphql-codegen-core","version":"0.13.0-alpha.19dcc773","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.19dcc773","dist":{"shasum":"827896f8a777231ffe55b10a72f9000066fe0626","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.19dcc773.tgz","integrity":"sha512-kFoJrpcxU9kCgCLzUxWJdX1BTbpArYqyKOhwmBSDTWp51+Me1PMPPx/+MBw41GZNLCedtpT4Fr39B7vyKv2ncg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqfk/CRA9TVsSAnZWagAAVKUP/As6JPPkR1xcszCOl2qk\n2c2At4YOdl7ER5Z/OyQXm3HDR7ixNsaMJz1ur6XjepFcZyREs3dGIDj/pxYf\naueF79hAHHwIAyLvASkmHGOkW6CcuwUyGcfASLD4MygUqljOkk95qPRHo6mY\nAoSZN28n7LiL8l6I8qyLK/3jAFePLx+/QaLsJff8ppKy3Zis7wlmKsO0p7KO\n5PoG/VNKrLgy0KwT5O9aQEQggSSSHaAYi+DFzCAjFICkW2bgJzzmxb5a6ktZ\nVKSniEBiTLQiGXjTdbOUS2YWN2mqvjK+dlpnnM9ANiD48fCGRElHXagWe6bz\nzUPGOSbDa6XgUvummy8nfzv/3/Du5y0E9TUoYY35RYO4YQYFtxj9U8SsMhYe\no0BwN4LXIs/GsGOrYeAfkGpfKcAF628lvlsgbe0H09Rg7K2WZnFikiksirz+\nHMSiKJ95yCSKiGnc6squ1mZl01NJucXbP96sv0WlJaHU4rH2BI5gHsj41P2D\nVrhn5v8haglBTZQRjMW9rMfONT0FlJcRJLh889HcrEuLJaY/nZlGhOMlYh4f\n8fDzW9vUGICiaqEiXbhmOcRTeaSkMxRM8OzT2d2Kzm3s6LPszJuf8n6h1DR1\nMtFEKHfcXiIuauHbBQBxI5sW8oSUen4HjOMg2LGjD65WSh5l/JEHQInDwgQU\nbMQg\r\n=iETP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDBSTEuTMF1aaBJYsWXjW7aZSXa7TuCeqd8kOERAQYQ8AiEAxgFT8RWrqbHitPLIOxUc0IZfopyb4UiXsb6SLrn6t3c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.19dcc773_1537866046408_0.23566568058093718"},"_hasShrinkwrap":false},"0.13.0-alpha.b1595fb4":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b1595fb4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b1595fb4","dist":{"shasum":"849038adbd9fc1a21828acaf16884b3c767da7d3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b1595fb4.tgz","integrity":"sha512-ffWu7Q9CSKO1+uHJlOlwYh7xlcTHpVGP2OLC8s3OUven9GHKbGz9S+winjxMDQzs13x2597mhpvULiTZ567K8A==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqhY/CRA9TVsSAnZWagAAXc4P/3j1al8R5dblbmE8k04U\nyNkE49OYNOYsqBPxmSFx0nbZpdxfWtx8xrzGY8HchNtXAUKDRgFedqHLeTjU\nkrBIAGiKhBvT3+DO6CDkkT7ca8CO0tFdMJno8KHULLzlAl5ZZMM3p6uhLTr4\n6fdX+2HAsN0bqxqV4J/MwOXmztKBkoAItZXbAeqvhbxT3TwTkoIRftXbp+4N\nady87iiTBYnzPE06vYDm/v6d5wDIH/jCAoihiY2vcld6QN5k3geh09reGnj1\n/pcjn/9tiCspreuiGa+OAqNB98mGV5QrkwWvxIY/IqU0iHtQmj4U5uQrdXal\n+zpZOZ9yOvh4aqD9QNQRDpMglIXHLIsFwZTkg8mH91JYt2HWAuR5Q+CZr+y7\npULkVL+IqssRohP2BDNr0F4oFZu1t8hRYyxrERiuZ6/1eZ0YK0VZD+L43tqV\nxDhG/rOWxR68BBzCRUXoF7IPF15NxiUWty7zewmt/yE3+qHYNNd66NmI9Vdu\n02/vl6P9utnJSqMi5DZKvyfT5KsLO6SeVNH4Nrcdqj+GuR94CXgFhiAjc0dq\nS11aMPSW6EQV+tOx3s4XL81K7x1S5dGXXJAmOaFf2ganqJ7NHsm9NlncdBg8\nRDFQD6UfUnlFm8Me8p3IWqZEKJp8Rjlqu0OPrEWyIgmgVJfZEx7/o5u3ktvX\nfjKm\r\n=gCE1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7zM7rsc+X+p37MbGXM+IUAqA8Zo2k3nxKudwsAfbBBgIgJ6QHNwBYJ7WslQoXlbwAkBnu3jBScuYTcDfO8aOtSIM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b1595fb4_1537873471112_0.692548598041687"},"_hasShrinkwrap":false},"0.13.0-alpha.04fc18f1":{"name":"graphql-codegen-core","version":"0.13.0-alpha.04fc18f1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.04fc18f1","dist":{"shasum":"068a26de7ddb37d1276fbe97f3194ebfadf80a64","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.04fc18f1.tgz","integrity":"sha512-or+dAOh3VA830M0pYLPvSQhececvfIfERvuq2+EYdaWP86c+s0+BB/W3mabDujsVdiPL9uKG5fayqCb6cHxeCg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqp7bCRA9TVsSAnZWagAAJaIP/2GOS8lXmFe0VywSX289\nP0KnyqojpOeo8HtE3h3W9nRT/LQ8CVy6oID72vSkGWSBuXeV5uwn+N+lUQwg\nZMEz3bBQiboPxelIsnRAxMu37NuHOB/dEp42TH7/WG9ZfKmzI/gsMLDW9HXY\nrB49zBuJpXP49E4mIr20fOg2rB6lPySQ1Zbh3R1x3Ei/NxqCfnRQlS+XCAK0\nm/EOsECtFoWz/MpFZbQLWQxO+pnfRvIEQSKBnCFFuUjm6GqkaZWBgSrPz0sG\nBgvVuxBKaL+fhTzIS8707tWbiIR4nJ6Vx/AbwlZKmugriolGZ15wY9PUeAay\n8EmXg5HjB6Y+KvD/MtYzgbISrnSzBh8W0d/tNJrOmW6ebvQ972AuDIB6+Q86\nq+cmRsKfCzHMi9bbBZgdc9CbnBmK7rlAr1ih88f6FqZ5DLe7C5C8TNonaVWO\nU8cn1tQ4uM8dG1KDxau08gB4Ta3/lI8cxuFJRxsZEp6nTY/65wwbSfrqaaBS\nbZPJwrKH3TbvoA3gUWt67+rNveDFDdbpBB6LsjUN+IZ6EWAejuPY25q71bPa\nPdQt2bdV63cQce6Zext3yUGdElZ6v+dcg5gVgcgqp3U5SVDsJVdJFfHnfGDu\nXNfcTbE2n8u9sD5h8V7faUSiZ0pErsf/FTOKU6d2Pa40TL2Nw1fByUceS1HG\nV6Iu\r\n=zMA1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrc46V+vu5kUywvDnnjE6dYOb9y4gn3qTga9V7ZI6GnAIhAJ5UkOlm5CYKQy708dEpepYvflZFGcU6MD/qDGmysY05"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.04fc18f1_1537908442830_0.22760759255312446"},"_hasShrinkwrap":false},"0.13.0-alpha.f20d2d35":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f20d2d35","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f20d2d35","dist":{"shasum":"dc01cdbaa7da6f44d5280fa0012ea4d5e6331ee5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f20d2d35.tgz","integrity":"sha512-vZA3k++IULRDUEGU2W23bUAwlGbVRNi2esKUzdqyu/Rz6rWyC4KQinRsbEqMxEeexJRkRoFxtchfFCizugE/wg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqsnCCRA9TVsSAnZWagAApGQP/32VFesQR/jjFSwaigu3\nj3bLVpjV3PhbNOARmgbRjPTukxg/ChkXbCnxK21oHwlpyxR6fNZCEcPps9fT\ndnDLWAJy9aZowFT2h8SEYx/aVcwtE+Pu60Jc0bMpxjWZK/GAjnjI/9/0PN3z\nWo8Uf1Umsa7G+icNlbixtTDPHmvICpcffYvRlIwBCH3RpcMqmOITAvjDJTEe\nXYmwiiXQZwMs4drpoJ+Aiq1kJKgsrAj8xG0z6qymiirLQg5Y8wqc/qUunFEn\nuV8q/v7662cvhbVjlWg5oXmKorIyZA4FyGBoNi03D30emRjwwGexcG7Xp/qX\nwbc82KUjA305dWsVTwNOprRp0oAfKHTFbg0a7QVcbma/RC6H7L3TEIfv0SYN\nXYzp4D7Hd514tPROD0x0HI9HEhUt4KUSfHdn67rWXbo9/8ievf51sg9zMBe8\nd37Qo2LE9MoGvEkeOzExSSb8eihzDYwnhVqFhlITY0j9+hUXzjQoffijU1Ps\nrJV8FQtK5JUpB8qgesD1CJFjBYP3qzTVWo8Mj0SsS6S7dmwkL/7OWJOauPNA\nHeQgvlQVtIvMl8q93cQc7PXPRCrclWsXaz0yGtUgXaIxZWnjLnwpsIEnY0+l\neT4wkmsFxe3mOCAFpxrjLjMZqPzl+49Lw6azDWAq6wJqGrXQrgivoTM7jYoH\no1ax\r\n=+RuO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7+lxZHdugrJ9svfYILVjjugC/c83sSTF8zBB5puk+lQIgVJ0FvyRbFAkVD3CorHB0PYF7c2d/4T7rKhqtRd3wK4I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f20d2d35_1537919425993_0.9331706176409102"},"_hasShrinkwrap":false},"0.13.0-alpha.5ede60b2":{"name":"graphql-codegen-core","version":"0.13.0-alpha.5ede60b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.5ede60b2","dist":{"shasum":"f236dc5f90c89beb28f47ee1fd4aeb4fe6b1488d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.5ede60b2.tgz","integrity":"sha512-DDxLNS2rTC2gT8ZjEnkD9GKA3i0qhq//Nt8xDg5gFiOQfXkAWcem+bLGoMbN6rnVBsTmD0xVv54rwQXi3oPxQQ==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqzADCRA9TVsSAnZWagAAviwP/0JWNmHt2wivym6jIGIW\nSqiM25/VTdHHsolBB2VAjXuGA0GZIKaed1atZq3BYfszgpWgHdPoCgmgCMgv\nTXUBdBDFp5XBDIvL7Ch1kkF3Jp+rUbHztpTZgKF0qXnYWDkvomacrKtKFU1X\ng+aCnJl4kJ+wN5BBDLgHW86PwBKi2C3TQkYnPBWPG48mkaBjQ3wMh4QPBaDI\nGZnysLS81jqvwHke5GVJgH/YNQ/5RvmPoEJ+90MBFRs/YjyCemxH9HUB1IZ1\nHVfmbUCBV5Fq+v5XZxQ21bLmkXcjM1sv0yjB4aSYSrOxdN6ZUXm1ZsiizOLF\nNvyWfd2sX1BMRWyQEusHg/FP/pw7xfvKtRjrwV89/ijRKeUWH/4lqY1mvb6R\n/w7oYTRjKfwcG3lQOLFn8NtudnhK5KKmVlF+SIMBvozQsKbfvOraAz52HlCF\nxL4qgA9hXNlDtXdGW4MdurnDXXdxyQ7okUdLurlUpPAR59w3kulENB6kIUGA\nDUEZLKNgZawef7kn3p3uqSXq+rKozhrtHrW/XVGa1I+1m7dmp+/rCEMM8ffZ\nxTJLXdmzO1z/Xdzgj9qZ6j++h86sufkLquvRfvRf6KPXNTlQeQBNu08S5RZw\ncqHzxbs94RfBezAUCOqbnMu986UbD+cNVyZoL0Gq1baX0wmYXXy4pvvyVXHH\nBSNc\r\n=rVMd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv70/61FbaZqNG3uBXk3buHAXtiSGaX8Nxd2V2jBOcNAiEAkUCg9kMj0q+HFlpJIchbFWXvcNqusRv9aRsBfhJ5ptg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.5ede60b2_1537945602636_0.04846826151843442"},"_hasShrinkwrap":false},"0.13.0-alpha.7bc67d49":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7bc67d49","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7bc67d49","dist":{"shasum":"ebc640f3702b47fc1ad54e468932c33197beb6f3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7bc67d49.tgz","integrity":"sha512-PVKHtiLAT7nTs8FqDteMA56h4tSmi6YBGD0A/4hzt18zqmG3mb2rytUfPsnJ529ft+BqlAUUrMbWdXvnO/YfOg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbq0oWCRA9TVsSAnZWagAAUl0P/1mY3Ss/7QB6ZxvDjDw6\nmn87mEQG1i1qDw9PO4cgsm3vfSviG3Bow4xxi77WE+1N+ahyvmMkVi5xiOjM\nZnyUcwaMY/ccMj9EewiaCactd6F1sCRr2V49Ul0t/PX0fpgC7V5Vy+cKVHi/\nMTtlIzCwEVJ2AVUR4zhmcwL6glpDnfxf5ySSqMkSfDDQuN7esQWE9lRpFuGW\ndN6Nrlt/cmNRx2WXx+v01abv76eeB7qJLbIn/sBVjA716tuo8NO+KhoS/EIw\n1Vc9fm96g5brWCMNsP4ue2wgYqQFSJcN1u1DiStf5oBOx6nDjQba47XrjqQJ\nIya1i/lpVG+/yySFYnT9YzKz7aqerRGNuJSqhE+ewDO9QM3QD/WMi1lSErO2\n6lwKScciUXhZWhtvj9+NHxpwH0hoHcbqN4aN2AE9XoVRapGOCom//nJxniRC\nsVuNdDOXlvkZz/7Rapp1W3OZhV9sRbAPnWbVluNPPpOQBO2gfR81vQxQLuqd\nq5+Cuq1EaPhJnD+vxJrHHupBtM09H7rFNcepla7oOxoCE/u2KP9jIQTw7O/U\nac9ztsKCu4R9adNSrXHkVe/CH4sDfj10JCaQ12tQRrQ12h3nvIKcfbDtXHYo\nL5OCcfackLbaXSXCs7e6HSWRHe0iGWEoXxTl8uJwoFjVrXjzHqLMwAPNtVUC\nLGAW\r\n=s9TW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrUta5LIzVzNJfJJv/3uoajRteLpGa0NRmrxCZvvmQYAIgXhy/uTwxFV880e+DCFLTow+kuQa9AUC0evrlMDEZwIo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7bc67d49_1537952277971_0.2630703430676964"},"_hasShrinkwrap":false},"0.13.0-alpha.61708da9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.61708da9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.61708da9","dist":{"shasum":"4cdec96757c3723bbe01d9927cfc9d1821ddb603","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.61708da9.tgz","integrity":"sha512-bOFmit9RM6v5MmcJiLfVR8Eu5iIv3RQc4zT8gV+7wdA+9DE4pruxy4phKOBCmOG+co/7U6GEuGVyiZFBH0xqyQ==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrIWGCRA9TVsSAnZWagAA2AUP/RqTLe6er4Nus7M+lFEN\nvNj/XW/8KJgecgCDNY83TEXOYswDsuFpnTDSawh7saOR8IoBRQnVln6EEDx9\nK+9If4S7dKGUx2mWHDY4PZGMm6i62cXZBFcohNVXj8Ri4GAsXXCtDLAy3mAa\nLhxXpQfeJ6imEIrh2iia9dsIkwS51GHdm+l9Yr08pdLzJvc/h0sF1fboye53\n7ws+kUiMrjkvXvGfuJbtM1vw0YI3quEYgdPr9Myi9+ukmbl28VJGlLip+lZd\nxpyTbZ6Sc0Ysx0+CDY11/T6L8YzjFdReFxfNQdXTDosXPKAl2J7tvTE2ErSn\ni/nC6PgcYiON1uC50S7NZjo8qlD3bnsVg/szoMFdjJZIMyxGrgb5Zv9depsk\naAIa/E4fDR8cCbqjOA5HsFqR/WJuya8yLSSpzEiuuNgsPdptlikTp/QxtoI+\naooBRNYnM+eEaqIipdgLNU3KGU02FFbGjDfvhK7S2sOsie+idk0hFGsOd9No\nS5nsRprsred8Y4M+/VKUohBtv4fYGQoSdN4+3K5XxOOmoYTEVOaE8xtspu8+\nFJhdEeCQSWn0mecc1/bnVKgNQF6o3laSuvUbToOiFqIBCHqvllW0O1+gKzoV\nGHgLKda4TplBzjdQ7YGGdP30jbSjT7Y3AuZoot2BpYTdHgvzaWMVqmWccTMR\nMb/0\r\n=SP6g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFYDAlZ38Y0DFvQkYPSeIcAxgHtWkZ9QrJXx80wXFDhAIgQOMO4g0oqQTVD8zrvTV5f6S8K1MyDkd0rNSgaIyZ2T4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.61708da9_1538033030115_0.1889372845107773"},"_hasShrinkwrap":false},"0.13.0-alpha.77bc6e6b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.77bc6e6b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.77bc6e6b","dist":{"shasum":"89e1c21414acd52f5407a7e146ac4237dde29986","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.77bc6e6b.tgz","integrity":"sha512-Yhcbemv4u4kHzbUT0qavt8k2G8rl50waw7jH7iM0U0c36CDqKxsbS7sVgjHLrmPzCajxwUG5BIVoOpDa2r+frg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrNHJCRA9TVsSAnZWagAAQF8P/0y73CT0Lz7dor5qOWo0\nBw3+eAZSlS5AvVk2aRMaHbrBvb7+GngH1RRB6E+P0v+siZ71zosCtzeQrEY4\n09stwKOQcXWYhRNkeaENq/6XRUhG6pLOtvp/zfUIRpARLL6iMivps13FCBkP\nEMDrmmXzjj8KBerX6q5PqwIlwheJpVrilwh2aDDcYvCuFC5f2wS7UV8G5z5E\nPtW1L5t7i6JwfE51+OPOlnyuV/lW6TkU71lcWcGQKKtLhLeQHpYbnZCPwgQ8\nO5po0sxdsd0gmWD3jlmA1P1kTzPeanJQuG3RvkEbn9myAre0ELp00299w/lb\nHZgn2Dfmsj6WTa1oNJAnovAGmaa7NfeBmmIp1OrDTG7iQkSQ6dj0UKBqsDRq\nCiuG0hcRBLwjE3TskSgDXnDTNZbK8QSLupETCifEgIEJhTaJEB8N6UT3OjFP\nnssSTEnGHyKTR75YHMffKDQyIx90UTUz4/cueI4k8OcTsKL9xZDglXHr9LHg\nhFgZk8oWvjVaicgqCWlQUJxna6SYM6ypdIztjCerXziKQyZ/bFy6OB8NmMpE\n0zQN3bUi6eikDEZ/XLd5PTHPpkHUHJ6QHnBPEAXvCOAIULNnDyrB+96kY0oS\n8ni+rRVbLpRja4RnvcJQke8uWOaA71fuckalCvM2s8FgEutBxFaWp/oaGlff\ninsE\r\n=MMxE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFmxIFtmjnANMQxDfG+lsEaoqjSUnU+JUfv8fjdly7IAAiBi6aYt0bgIpq1J2MCRB7x5QbQmfila8PjpIJC1WFvk9Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.77bc6e6b_1538052552903_0.8253463625871775"},"_hasShrinkwrap":false},"0.13.0-alpha.3c236c15":{"name":"graphql-codegen-core","version":"0.13.0-alpha.3c236c15","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.3c236c15","dist":{"shasum":"14c3ac9579da982bef6f0aef1ad7ee167ca0a9fa","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.3c236c15.tgz","integrity":"sha512-nZv1dU5skYPTGTbziQoYHCmJaI4Yb06+XAjFE8frNKIewMBvk8+IPTrppDfYf5VDk4S4YjYlO8ng8uNuzDnujg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrNTjCRA9TVsSAnZWagAAOhAP+wdgB3clvIkk6CrMgftk\nPMdGUbA+ZB9epw0eYp6TfsBUsmFWVLy1YmiVIZtFwS1iGw6vbjvG6AijU7xZ\n4gBX+MyzkoAMts2yI6bFTp5sy7Df6dGPJqlqYprevetisIYjiw2MjqJszldk\nLG112/rqhf4RkVLX176ilqBBjebG/iZzzZ2keW/u49q9qhs/DyQtegqhKiiK\njZL11a7Sg38Cc/jOy0slocy5LQea2wUC6nymNMYhEzOZIEdD/LblMJ3vkbs7\ntmaCkqOQjBPIQrZisuRV4IMevH80YdGqxZaQaE+lZY+6kKBQdXFgowql0o1B\nuUstHRfZ3U/z+j+MYznb6lsqmWivr+xgYmEVPAndAbnCwqjNhiaauVO7fVKu\nzAa3mSE3gcPxLevfbqLXHJFWS8kUUDw9+H+2OhB8eZCfl8IRTaS4vMSMXwv1\nCFtgq+Mkx8Os0XdVn4eEnMeHG+0ekt0Ea9Ri9Jjlrj48ZqumUZptb6bQSBmC\nGKpjnAIQzwQO8p8Gbh85/T2NYu7Kf9e2cX5cHSZVPMPzk5/dgHvZbNsCkDhY\nnqJdXhCHkEi33HRKfUl93bfMkK7oO/LWupgiJrnHjp/woFXszk8Tm/kzOSx2\nc6ooPKq0BywgcWlyr/TdkS0mUaRIWfZrWMeIBP611ikY2qu/uLB1rjuXAzqp\n/i8X\r\n=YTvw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEm5dMlf7F/Kh1USD8X+5bojOu3AEQY15h3Y2YCDQPIVAiEA6DpoltCxfPgQwBst6du98TZ7IzO7HViym2CN4pDG6Sg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.3c236c15_1538053346894_0.7659297418281144"},"_hasShrinkwrap":false},"0.13.0-alpha.4e397e7b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4e397e7b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4e397e7b","dist":{"shasum":"13c2690684641b3e41ac3c0eaa0523a38cd40ffd","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4e397e7b.tgz","integrity":"sha512-mR9523fNL5peem7/fNxV1MpFQLtts8JhXdC0gETKQqiv0rjd7a3NiVe9qmLKdlJAnznc8h3utZtw2yolbaNMCg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrRiICRA9TVsSAnZWagAAl0oP/iGbg56XN5hg3R6C2ow0\nQgRPLVHJ4DHiQgqIC+GvhiQBrms1rgWc03JoyjPQcRFJtUynXzjuOzdyoJ8V\nVcHRe3lfsqfkjUJ96RbrVRHsLEhlPKPrEvotkIm551g4kTCZF7/uLHNdxas/\nXdYP9bPnnZNcUwJNgkMSVlx6W7KhLlH9ORnuEwttKAEIu0EZf9I17j2Bt9x8\nrU1QZu0I+MT4i0pxO4nVEiXIwBDGCtkRLSR5HK8yU1P7usaYVtoZnFJpMe/E\n7mMcfwj9TQRUm5ffFCDiMADwiNj1rvlrr7vE5eaqj5cTdgxJbrhD46zzInRV\n2N/zsF/69yZsJNaEFjQwzvYHwo6s2d+i7HDUskx/bflM9cyansWGGFZ8S0Fg\n0RGvoliTlSXtrrbe8AO7sWXliNGKEmDysh29YZFXkiWu9ESlDIySV0OnTI44\nHavlHBGQPOZr5AXKcBpPKke7MseWqNrcWunk9dG+zbXqpl7tu6rzcxspZZDs\ndPyjqdbC72s3ga1bpP9X6KbwaERI9bJwhM0AbpWF1gTYXj8KRwMrzwzJbqcw\n6bHBU2W5eYpmJ+jF3CQeD0Wo0qjXCtTE4cQM8fH5CpxMEdSEscVmRn3s6cbX\nTdOINpEKJkeIIh2PhM56Up67CVnOTgMxyAThxIb/PwUPdniLTQcc5qaS/oud\nvdlw\r\n=G3WC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9sJclAyQglGkpySiwATmokROjJShfmK1Bwm1QP76XqAiBoHbrhX+oJqWF3Sv3m6zSGJUUn3ioRfWV7Mf3UDJhBiQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4e397e7b_1538070663429_0.7972288308514164"},"_hasShrinkwrap":false},"0.13.0-alpha.d0ab4cdb":{"name":"graphql-codegen-core","version":"0.13.0-alpha.d0ab4cdb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.d0ab4cdb","dist":{"shasum":"b080867ea1ce0c4281f11ea6446d92e6a938be6b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.d0ab4cdb.tgz","integrity":"sha512-D8AOvvUWn4gEeYxYDsQrUFJLEht9R/vz7Q4ViAJNbfdZASzAxMheMVCYEU1ohOi4djfpcDpx5bTbC6nRnTS0Wg==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrRioCRA9TVsSAnZWagAAmX4QAJ3LmkX3G+x6+6YPeNEf\nUwP6E92xMtVDGtZv2RKND3s/mfUSCpGIywLLflMv4r4noUyp+kMndDhZ/qaW\nJ7HWdUH8oubCnzC8mFMRwjHPo7g6ypUTHnV3dLsbrPZPs9CSAcnEjJgBB3zV\n07jZ5sF0+F2zTCAnyf8XIWNhQjKDxU3zMu61XKfkfE0ICnit9Oh0qsqI9DF0\ngiTwMtjt8Zh1A//RdbvauVCAhfv/5UKHzYkSA4Fu8Si6pUsn0LRw8XQ7KJzQ\n3xrZXw6GboucLJJNRqQiqCJXfumcbKxQQr3yjLY0to7ZL6h3RcN++9tUzB3i\ndaB89yQnXQuTgrWuGg+SAt8cg3KyYXL0j/jJh8IbSO06xXiFwRXntVO3pnDM\nAKPi5CmBhEtHWOEVjXVUbQ51lHiCV9tleXJ4LyDCR7wuVkcyszooVHrNFDph\ngU7LP6M/lzpmMRRneL3KRiWZ3CcO0sJi60IVYwJ2/nlsF3hYMFpSaOHQlbLP\naxyr0MlGC/Dm27yW0wzXunS57Hu8NsWwHk4vB/m9u7abnDFXkcjZ3jiVkjKI\ne4CnbfRnTHWLKbRDFWCYqHqAI8FUUnlBrixvh7Ti+F8BCSxtQQnQGxP4DB7q\nYp381MDk+NCpy92gOksF59QXvbouk5X8Raams2awunLA4MyM1IsDqqi4y9Sx\nxfW9\r\n=MJxG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfzujyXzTH088pZvh+5w7otKSHXUKHGipA5nJFBdzc1gIhAJvRwDTpx4uYEtTXaw/45aoy3P8wa5+8x32ubQppKKX7"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.d0ab4cdb_1538070696015_0.9644739427736726"},"_hasShrinkwrap":false},"0.13.0-alpha.3b142394":{"name":"graphql-codegen-core","version":"0.13.0-alpha.3b142394","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.3b142394","dist":{"shasum":"9745117ca280c90be862fabc716b3ad009f6c97b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.3b142394.tgz","integrity":"sha512-ARTgPso/VQJXGOxnMukgTyuzrsJokEacXckoP/rY8EPKjsT9/4cYBSml0vB3+tg1RbnXFr+FuYUr2N6mfItjJA==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrqMzCRA9TVsSAnZWagAAS/4P/Rakdp+9Lvv7rL4dbwip\nWmSh4PIwMe3leh6UcjwSvEKHERb+Qi8T9o6iOrDagaryQu0Kkfc4TWSMqGy0\nVCgpDABtxsczMOwqf+S7/fSCNCQoJn3T/h4hwsW/dQ/IV+Vqy3fm789l4zbE\nSMtCauOk1IFdWwlUZ0SGTa2LiwDgCVVq0lDxENXC+s/eZHBq8mW2xSVcjjtL\nbdNddO2s1vV8MElL/BnEF7kyORhi6BhBdeEKTo8dQJ6/jlWCkoXJh7+4K+La\nYWVltD16RHNMhWVT6J+P6714VoQpCMK91RGC9o/RyiwBt5lXJdvWzHM6W2Op\nPJFKUh9sl8qsB1yUkY/p8oAPJsuAoiKL/sO49HSBo8OZQfvlXEMW6i/Ap1wO\ng0brzQoJbwKNdu7f073NWOaygR4sYkxOVyxQUmT41S5foyD5GuVeU8RUcikn\nUuNQAOaEBYWYwaFL2bvyssemHOlos/54R0L8/GFryyjOj/5+yTjqhW4XP7T5\n/Puhej7LnGcLK0QVX5Rv0bKUPyhse2gIsm/YtkR6vwSVdis8ochQFVxfYOeJ\nAYDLmaNG8ABQ5FEt+rpbx0hRXnRtJmecqqpgIhcXkJN5aQjhfyu7R5DqpbcS\nP6f/g6KZaFITvhxItOf+acuqOa9//npafZuwBqVgHTfpzDj2cQ9meSB8XMmF\nY1uE\r\n=v5N8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEaqe4ymP1n7Eie302FoJ5PkwqTuRVdI6FRh+ugIcagUAiB5VkaXD8iRIbgCfnNOn674Ed7P0XMaMrChGYTuI84cLg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.3b142394_1538171698471_0.5881479113047101"},"_hasShrinkwrap":false},"0.13.0-alpha.63e2a625":{"name":"graphql-codegen-core","version":"0.13.0-alpha.63e2a625","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.63e2a625","dist":{"shasum":"c80b8ed45f1a01caf69c94be9cd4a33118a1ce53","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.63e2a625.tgz","integrity":"sha512-pWKIuk3Ua+EECSr6Elt7vsPbedLiHWaHmk5+OgCFAnvdVvpc7mfccZm0xHeZlvblSUh1gH8BNLdVYi952gcqyw==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbr7T2CRA9TVsSAnZWagAAY6MP/j+/hedAOH5yIjlbm3cw\nheshbj5QGMI91U4fCRCT/gaFSAME1GRjuE95u8CAtqCO5Z6yReEFOJzWunux\n16hAd357wfCSYlkoQBlFaRSs7wbTq767i+H+zNeoKpNsUE/zBH4JaUrlLh4d\nA6YzCxPg7njn2MCooblxnAhnTP2O7vGp3QaYmwMLM+6nS90GN2n6jsCHPCMQ\nyASHTVGmn/dluSi0HrqtJHNfrJ45Ywiz0zTlaxLTETNgqDs9saQEZnCQvQNR\nEm7gX/pnAfExret0MA3FkOo9f5omd9PXDBhLnIm8SkChH43x6+y+bs6nwmq4\nIhz6AuomVY/ZxJa95voJ/dEKlvs+OHtqKT2s/jXd2OX20LRIhIB6TTOKPsyN\niAjT5IUk0SQG5z2LOEQJwNOIlPdMAXGCGos63Br3q/gjsruVGH5PaBxgio+z\nItxBmwpk3+MPG3kyNVzoR+zI5PCkTAhnTdWEKBSyir/GEjPWmP3fT3WsEc71\nmBgmn67MBgvpmbgUKn1wmxehiuxCyhoNggZHNzBHlhVyLZbNOqGBLMU4JXB+\n9B6arvjt36GfWGlMB8GbHrY3wZsxloOhpa3JRXCt7ZrslU06GX78VImffelP\nJV6kXmu5V8rYx60TZVDuhDJthwFty2Y8SaDpKrZPClPKsbP1MOPBgO9boJ7y\nmSRx\r\n=5+eQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuIGSCxd1P4Pddm5t13OaiqrmHch4CgkuaLujrijhcygIgNprOE2qyCFbIqeCnDcrfEI+9uwimtXXDbcRU8mJU9Ec="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.63e2a625_1538241781809_0.7436072851444964"},"_hasShrinkwrap":false},"0.13.0-alpha.42633a9d":{"name":"graphql-codegen-core","version":"0.13.0-alpha.42633a9d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.42633a9d","dist":{"shasum":"97ccb438b3aea50986d96143bb44ac8aa9204126","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.42633a9d.tgz","integrity":"sha512-pT1nMTo/P4GElBnqOmzC/CJ7/nZ7UPgPNEaw2wh/p4M58t1tC/ujEWn/zLpAm6Ija48jAFzTqZNfP5DyfttyWQ==","fileCount":89,"unpackedSize":85746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbscLyCRA9TVsSAnZWagAADaIP/26FqLc71NVi4ddK9eZ/\n6Plyh4vW46NKge6haaG6drATPA3KAyZDXcHRaAmubV8i4vfgmWnJsA7OC2Oj\ntDlKwZG6sTlgGOIthEonNmh5rrDHmN+zNDWFWuzPoWSHEgDBkR4m0TXprJ51\nbVvIrAv5E3Pl3Ul3pgv/BKsDxqzo1JNWa8pc3Jb79kAxV7uI0nqfn/WFt++6\ngjKi3je/kWYuFS+QgqL3ilQ89huclSEHHgEwZWs6vWgKdCsH0VSYveq/Z5Ym\nglIGrh8Pz5RRKPiQoXsQJmdPcQb137cMuweT7alzC9VqzzLbM1W15SZ1iM21\nnH2WNKXtfYCxi6UiIw8tOmtnQQKV0YjpgVwb+/FEpvdwh5LD/WsL9w15AQNF\n06Tk6LMXpyBhswN1atT5fK4rb2LqwlnfkP2sIWngkGwgLVVgtobHqChIrh8A\n5n+7lo/wRia72NabUg1sDNEHWlki9nT149RK9wP1/9yUEaTPw4lmaDDvkCvx\nDg5aT1fdwl6xQsJUWWd0iVC4vkTpxFap6ljQCA09f5wcrPsV0UzGK04aVlv5\nLAIv+7fTvLsW9vvs0ZXIcyLjTjayUPOAsckdqv1G9NHB9c+AgFZAY2gQ25xi\nwVRnmdWeCOBFh6GG8OEEpvKhtoKTTh4D+3oUUEeUKpmUlcQcASfww1ZhkKmP\n5wXl\r\n=47zU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuoF4zJc4urC02utUaO5syKyHjg2TDvCKeLzVg1uBREwIgZJNbVUatCKEGsCYwyPWtcnYwT76o0G8fn95AqUrhW1M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.42633a9d_1538376433663_0.32279858612029133"},"_hasShrinkwrap":false},"0.13.0-alpha.c39ae4aa":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c39ae4aa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.9.2","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c39ae4aa","dist":{"shasum":"a04a6ec157d0167ba25a7ffa11a648bc10399235","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c39ae4aa.tgz","integrity":"sha512-hFcbQKOoBg9jk6ZXHD84e4gQst1OeKyYae7mQGc4Oqk8WF4fhuhQcyscZ2TRIyubnbHsWSGYLEV93eLzpTdgrQ==","fileCount":89,"unpackedSize":85645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbskq3CRA9TVsSAnZWagAA4ssP/A0rv6WFFyww6QjETEMi\nFwl+MC1X16GPxtRFr5R+DbCRyDfQgMUdgVee4ElQLqu3bvNqviOflJDXSl7U\n0uLjBapWpVjqym4QvnVZ2NGbjp2PRKwiZ4DXZaaAroQYM/RHT4uml4LIpOqD\n2Y1lZzKT5csQ4VGaqxXccHfuHpAk+7+BWgZ1N558nqBJ6Xy0rlGgoFE8RrzQ\nqi9rM/5IMWQiORIpuo76vJfhDrm6juTsgU5wUTOqAhJNn35kVwm8Q/u0wyuV\npUTLrk9Er+4fwapX+BFgFE5osS7R1vM5JgcNGsHoXh1ARpGGh70HTLkAgcat\n3CrbqZ5tyxOWwslSC0fSKJCMwlaaP19pqggCrMQxlEWpFsiSqrCRbODUDCIb\nyWs7XPjEX99MD8OKd07xoPKdqSFhQg2rm5kSv/Sg8Bekw1HpOfyx2RqaWckT\nZyL/ErrXezG73plfOeP+xWMmJv3LLkmIOYTK3qhzszsVZEQ7RsQYacBlTTGn\n1926BiYB4K7vzabBQJHiqdnwp+r3K4SsJ6sb2iW3zhTjRcEBtZAJfvABU9DA\nxZWs8dhS0b8c2nO5XOueqz4qjXes5VIb+o16riqquzd3y8H3C7YYRstDINed\n2i0aeeZoZvYCHePLO007YMniw58+AOH3zGZH9EW5SqnlKkYB2CECe+T+omT6\nVVRh\r\n=KP/K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2U6r/xrmSnG4Q4wFP8y15DDLyuPkTUWPMBkc8I71mPAIhAM1l5lILZ92tNStG5+o9UxoQlhpsAUrmW+ASkkSDQL1o"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c39ae4aa_1538411190730_0.5908506526502386"},"_hasShrinkwrap":false},"0.13.0-alpha.f8bd9be4":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f8bd9be4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f8bd9be4","dist":{"shasum":"1fdbcac617ef876fcb39a52353d79b2e34cbe31d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f8bd9be4.tgz","integrity":"sha512-JEVIbbkB3XMiqxzzyrYNByXem4CX2m0ezS2l1EMaFmH7HVdpzWBm+sR/38ZP7j2EVP+6nBNb39i+HjeEDPaeYQ==","fileCount":89,"unpackedSize":85646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbswuTCRA9TVsSAnZWagAAOCEP/0Q99LSyqJOCcjIpQGCm\n09MEMIt9Yg1KKS42PvseLWGgYa69gSb7NtTKBwl81BFXvB5tNZd1PgfMZ6qH\njBhs9o+Fd5fRQM9mHC/BFy3ZFofHdaQ7870ImJeFhkvon9pDuvCWCSnX8gsj\nRWRFId5ORgzIX8HuLWRg0KXQh/GS7EsLj6DEXMOkVbQrGjDtUYT2FJfgtA+W\noykBGRsZQKJyD+ndsRh3rSFXgJ1HXz79EUpSllE3tcU65qzQ0cXw+n0SGvw3\nFsKp4QDypJ99otT/MUUOef8eon9gtMUtk7S8zEUVs0/rbOpyk+fzAcrg8zKP\ngeAhABURkIa6a5c/1yS6LTMU4j0DToW5FogHqszRopTURHdt1tbQdkYWjHNs\n1hiieURZ+EIWP+oUwvjT1YGUFNMOhAonlvXuy/l9M2sgvhsIP3sLtt+RDN1f\nKRDdOPP9kz5VIZ1DnLQQZveVJ4hobz7b1JVfjCVniLLyZjwh8WWbuU3kCtXV\nTobesU0eHRsryfKdYtysT/a5s04SEXbkUcR5mYyj8KRqSCrEewyRviybqetk\nTqf+ZiinkPb9OryUSvmDyKwa3xK4n9v+AkibH/A5l1nvXVf+QSoy2ukXGoFh\nTvjxUy/AzZUQhaF6QEIsN9YRbi/sJDO9krs0OrvJD6R9pBHc7UmIbkyF6x5Q\nuhWt\r\n=/89J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsbNH2ChTPO6WnjeO95D6xy+UmOvWJ1Hl2a6AETAOo6QIgVtrnHXWXlwpUeF+bEw1YwJ+wzmWNkHSSzZ241KffAWU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f8bd9be4_1538460562456_0.6152321369747191"},"_hasShrinkwrap":false},"0.13.0-alpha.7c74c32e":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7c74c32e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7c74c32e","dist":{"shasum":"fcdcccd9c1231addfc7e197e72d6e3e3d29d3d14","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7c74c32e.tgz","integrity":"sha512-qWJtTU6yoepr73Mymh/B9PWd2oZigomUS1Fia2fry/TS65HdvA8cNUueKyDJk1wd+GTaRdfH5/kCsknfbp1E5g==","fileCount":89,"unpackedSize":85646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyLZCRA9TVsSAnZWagAAqEkP/i7gLrr65nAGKkIrgoGP\nmGuyXK3Vu1aI8NUr1lVpJqfJ6/BgqZXIcg7dlkQLFNxRmZensU70zDV7+VOL\nfnmlF7JS/J3SU/arPJbal18EfMpwEeufyOL1QXROPCDup2DtBGYkDk989fVE\nJyVMqah5WdrulsFOofaF3ljaGrYt73uPSTAHI7hOZxhRULfqcLXCqvoipO8Q\nFrk3bUCj9xyjNtbO/KR4K5UJbzqEwpqcFrTaKLeymgMid95wdkO2RDdvzAO5\nKxtHl6OCFEnw88zBIg7H6dOX0NVIVtu4nvW1sdNzepsfVSOdywrWlJKzHK+x\nKf8h8ojnSZgwbsO2PJRhc09USOMODqXvNaOc4G6M9rkJ8pmP2QWkZrDK4spY\n7+IGf+d2D/Uv7jwN6nXzkRcWxbWxe9wwDgfW4u1/e3hIicoRAQc0pknzWZnz\nyCVTnONrkA/84ZMMbPfG86cyyq2opDTKJqM2DZnR0n7OEoChU00krGjtp3hy\nyWnjjCi0fsidn/M/aQiUiJvembKMDPso0e1Xzk7Jxl12hzSo+ACig0ZiA/V6\nODq2ANNb4BE2YAq/hgpatV3FroWDVA9FdQAx5oVCgYiMXNcxrv38c5VLu6qg\nN2I+EJG5b/W8gdqT3qtB/xPQw/6v2WG44EZdAGf7sAv/Re3nOEgxrqxvlFZo\nEP8q\r\n=5zST\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGrAn1qX9/dlsZAVvDg79yv5aS7l4xxn3bVDlSgWOZlTAiB/CZEy/BWuT5Rk9zYhmETS9SF4u9uAXzhcbHQH+UdRzA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7c74c32e_1538466520292_0.14628964712137948"},"_hasShrinkwrap":false},"0.13.0-alpha.ac5eb2a3":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ac5eb2a3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ac5eb2a3","dist":{"shasum":"b0c7735d6ee7d24f5baeede245de7dba1391c425","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ac5eb2a3.tgz","integrity":"sha512-VSyM1+tViiuGWdAzPKTQLyhDbn1c6D7cSOWbyWnjlzPUhH4TEYbXWFS+lakErS1JnE+ezWpa4z8YYNzpxCjoug==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyLfCRA9TVsSAnZWagAA6ogP/26WInYr/MmJK0tVhbaP\n6s5iNf6UooHnnSkaYn7zExraJsA0AjjlXF0vu9bCOY9HQAhGSHhVB5x4BpCw\nOsdpRBaGbRDNWtlOy83QRe4SyZJS2M37RJA+dkx5X4RsA0Fiu8wAXZB5Y108\n04HaBwLv+SPuxJgPz33FFd30quXk10vcxnAjNoiwVCdUZv+4UtDgWoNHcgmJ\njo7lNrDddmuok8HZCBFRivD5Yb/Ny0igZ+eANfKHkd6Lup5MhUPxrGNogkpp\npqcRWWB9dLu2V+EjkC6jj9yVHLs5ndW2NA27ecL/MVHyjlUn7jnMDZkazyb6\ni/U6bRKoyNRI9xh7lC8D8iEhJ/CXvv1zF/pXsKrtKlRbQZi+pq3VmW4E4rEP\nlpWq1teCnJ/0vV58PdCTs5w7lIz3LOC2urnXp9O+w8RoZnSxc1vm2DenZS9j\n4bI/aT8OpsyXbCGX83epoTOI2G/zs31eBxzb7AwH6uMljBPi1l1n8gjFKo2J\nS3HKex1znd8Ew9jNNCMb9j+DL6TNOxk4m36nalwQVHdRhASLAC+TMCletxb8\nv8vYVb624OFuvaKGQDKBaS/Ww4obNXP1eELLeZ0Rqk155ah5CKThfGk535A+\nO+Fv7e80gpTRJu7axN+S7ktmXBy1MQ24/L9wDZ9PCxkJx10WJHNbO0XXre2Z\nBBn7\r\n=nIa4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6pPjclmdL+/Cc8G9cxvL6j6AfqXvIz7//17eQD6/LpAIgJUlTGxtTHOn9qmPebqTWAYD3t3y+G3oiQV3IZUTuiSQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ac5eb2a3_1538466527278_0.07001076170114273"},"_hasShrinkwrap":false},"0.13.0-alpha.4330c431":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4330c431","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4330c431","dist":{"shasum":"14c2c11298facd943ab329c84a05283aaf150d14","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4330c431.tgz","integrity":"sha512-9n2zZymkMLa18sPOvQ93NcyPiRZYoehAC1ZlqeouB2rLRju1K36C7XwVFprJTqtDKPuxwTxnIkkaw/7s7WzApQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyMoCRA9TVsSAnZWagAAqmkP/RGUw01fPn3cswNqUODF\nUTk+NADWpyFL8YrM9jQhEB3NzAfvnhWYGIqsUyVQNcVtUOCymm+eSwvcXafb\nqYxXiK/1ioz5eSkpjaLqRIjpiVSkPKh7a8PoVtj0VQkMjVrdsLWPdJvS4Zap\niqjgLPPz+vI1ZVt3205Q/ma91Bs4ytFL4EYq6FKkCthmrdtUyiROEF6DGDa4\nbQDkt+XCu4YjwmnM1JRjJfsjGuUgHCtLDr1I/Bjm8QavKEWrLuRLHSDUVi2Y\nGS87NnVOxRclpwMDAzpjduqFlhWxBrs935BJrLhaNx5k7BPOoKRgqmSycuks\nxee4xkU+B2eDYJR+RgcsfH2eDVzxD/UktuHw3G+12hT8DaizrXARsYrTbKfp\nVsiZOuczrEKb+UnG1F2ayzXZRFngF3jCpa1b4sn/fiNfftY/kky4fSupBSxw\nX20tWIjU6fYeEsWKmSzmd3+ZvSjC+F0WIo7aaguSHQHaMWUboKmoziQCWU1V\naf37ylfWu+yihNIvY11aSDo+xiMnT2IBRUUHja4Wg9emqm+ccNNqXH5R2NHg\nrfNfGKyH/k9ZMXuJzgt2+nmwHgbcibMNb7U8vH9VQEEG4C1q82OLZGZetk2Y\nXoz2+rnyUnk88udcRq69sqkkus3zVXD11CWR0sm3kJ5qkf3RbXLZEQfVEl/7\nVzqk\r\n=cHcu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAhfEWlGu5G5tEmQS2UnBsAJixvuHU0jE6jLFfUwzRBDAiEA1ZeV8aV8IIhKpolI5uBArmFa75ilFTV+Q079n/x/5eo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4330c431_1538466600108_0.9648140562182621"},"_hasShrinkwrap":false},"0.13.0-alpha.9e0c7819":{"name":"graphql-codegen-core","version":"0.13.0-alpha.9e0c7819","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.9e0c7819","dist":{"shasum":"9de7e5524b68b9abb803f5d828da60e94192c5b4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.9e0c7819.tgz","integrity":"sha512-veI/NCtPSHxXLvPIKKB52YqQba3fD1awcbj20jIu8qIkZcUCzbsvO1JYiXQFowiGFDHORg/Fo61AMl1wHP/Sow==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyOeCRA9TVsSAnZWagAA1TkP/0TJzqYPQH4u6VgTgckJ\n1K8Xqt+HJhqY9R5NKpfhDNsl73kbjlibbTRno7W9eZoFuDWbucNX5fpyVboc\n5b8/GFGnPu1QytbZaLxTW5CqAbJcKCXbQxLVa1hoVDMgwJZcaDtPYoM2fyLO\nKWPCvFEVvTi6UDV+9K/DjK7tNLuZAgaAaMh0+p3LeaIJsvVGzuXD0T70ZTTy\nUcAVTkyIpZAilt7dokbhYNLMZVP9i6Djt/53cBuPuxfScRf1Umi8z6O1q7fq\ndaK+tQ+Wc1xDF4UUggcct4jNvPMuHzABzDI63oDPcuhajYoUpdq1Eq7aLcDd\nNlETUCXFYq5FwpSlxZzKgRxKzgulkZci6gfnb0En6EeDAy4kWFm96hn4bVxd\n3DqkvNISMpkCNnlJz3iih76ay1PUnyXYO2rqyVY3+kPKqJjdlBYeAsTwwNcY\nKo6yd+De6ZOwuhbOxaaOQEJQdAcuaickO0v2Le2Z5mb8m+IEUO8lk+C13lke\nTIfBhGW19iLbbIRtA+KjXnma2IRdPJg04Jx+X9lH4sQZgt/TITyarrxyF7Zi\nM4jDV7bb39FUHC6O5Ij2w2bjWyQRgN5AnFzYjN1d8VVf78LPC1D52iCqmvCb\ncwN+W6EbCiN47Oh92GkrLsv4yS+oCKYsiGDLxif6imF44CBp7Ro+sWZF/irB\ng4N4\r\n=zuab\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJgm8G38uEJYGm/HBMde7jNrGLfN9XeP6aJZ9WdCk24QIhAPvlXNktwlPbK6SEoQhYMKWAJzsu93rVkBjGmJiOb+Ue"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.9e0c7819_1538466717798_0.2599540191033318"},"_hasShrinkwrap":false},"0.13.0-alpha.eb30b26a":{"name":"graphql-codegen-core","version":"0.13.0-alpha.eb30b26a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.eb30b26a","dist":{"shasum":"aa9b74c4d81ed41b73ef0ef7024b331bb166762f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.eb30b26a.tgz","integrity":"sha512-ua8la7cYl4olG8wG7cB7+bXuarcPGGUTzsGcvtvONlUZExhg5ewHJp6nxmJ3i9JPTjhrDORQ3RtGt+At40gZDQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyPdCRA9TVsSAnZWagAAVNAP/1ecKtylhWZYVyJ5dJJN\n+SibGESkak9PRJS9AhzuIbyZoLa5kXZcBHRVtqWB59SB0PIskrfebWzXzixV\nrQh8l2nK6w8f8Mh2R2NfyQI+31hlV0mFyrAbwZOdigcyPv1ht2s68Uqbz6Wv\nkYOLMuLZ6uUrP+ELfY3943wARcr3p1taXC9ZoKzTkPuOHZdF0SSNci++IPGh\nxMfFL2XcFJJ4Q3E9y/Ca+PFyzKog9wpOmKzAi7Bdgit/Bkh6WPO1m+E6RvMm\nk8aB1hl1yPozEPZC3Tc5TDxF2nbC4XPoetX0qsj323Z2S0xGHOVPoEwqDZJe\nmXdShDCE5gu4hsITSuFlAZkBY9PWIGNFtkkNAL0JPMtwTqEbk69u7wDHejs3\npIU4h4dOi6cyh3ann1RRIQO2PKoog79ewV5JNzT1A6B38dTum5KA6LkQnWBY\ncMWcUPzMV9kItGdKFG62XIr4uoe9/jJeiGHYju+G2QAFTLy9Q1P+gJkKyKyD\nihPUm5RSmq7HqRHqjqwaDrLPeOKcr0OBR+leMJZ071DQtl34zDBXPuyaiO9f\ngpOCEThK5M2tiODtKspT+o4J7MNWesrxpInZKhlccLAmkT1PCdNPizA2nvBc\nffeL5Ja7l4uNIPssVv6UoNRs+nQgtmi9grmSoQtCTyON4Jo4teKOSsUqEzez\nm2b2\r\n=cMVi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXUICNWCAWTpYM1nblm/dHbVRllRvIZ+itOYn3BM82mgIgcve+jDXjGrsxYxIJN/InYyNjNTQJwRKJsE3zoiZUdlw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.eb30b26a_1538466780792_0.8817665464656459"},"_hasShrinkwrap":false},"0.13.0-alpha.fb5b2096":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fb5b2096","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fb5b2096","dist":{"shasum":"87567ae38b35d4f5b469e8b2cc8e3b6cc5d33374","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fb5b2096.tgz","integrity":"sha512-0wUspdxcRhWuIiwSeo3t7EEzXRQuqruUlx4l+d9bQBwvA0nmjMyABOfIhU5y6rDi3ukKn/ykmCFFi7u+ZlbDig==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyQyCRA9TVsSAnZWagAAo/EP/3XOCNyOMRl4O9I51aEB\nORR2gtzFcg25epH0F7QFNKS/wK/raz9h2YfQTszDUiT60wRsukoiq52lMROQ\nTRg7beM4YfPn9N9SovCBD3aDb1+KA7DALGpcBWXMxNb9j1K8sxVhaj6+ZtQf\nOAbWM/FnIsyZlp2V88ffPNRuiXuCUjS/L9/ycmJMMxI182J46dFqOMoJDw0h\njCqjuXa8vo5KjEORjSbJG5VwNPxmUO9GKz7njPtn2du6bv/wTAxGn5JUrett\nrFw/PoQz835BxADYL68zcYgv7c1G2549+Tb0X8bSTLuOIINoVjqA4dxx/1po\nkB6wPOG1qOKoV/lqo1L/1FeJgkNpdliWeQ3FX9zDbF5Jvn+7jq5k+O7sOp7y\nsVoxFBO914FlQZyrh04ELk6gu8uH1k4ELBX8AxRbPQhPech/AD43DShSI2zi\nzspBujAkILun5lgBF0uHwaGjy3dln+PTJsMNPVm0RmvTKn33bJWYb2kGc4WL\noGliovEVjj1l7cIU0+ebMKWcM3RvHjOV2WX4HogDkIiQPmSMa9tUYIxGbyrX\n4H41qhiZvEzZN7SEfWrnr9iSEF4nQadub/MSMDoG6Z9PIG1nnrP9Yx6htr2j\nFv0ketIDi14jN81g3P8U20BiLcphzW42Rz5dA/oWrKVYLeotzyWgy/TWH1Q6\nwakN\r\n=pQSu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdRutcXdeZBs9Ea3hffIwjW6Hf9+S3ldiZ/Wjal5vXWQIgXfn5IEpAtQp3JZt/WEACc9wzIy6otK3nH7s3X7e40YA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fb5b2096_1538466866035_0.7912110112437027"},"_hasShrinkwrap":false},"0.13.0-alpha.68bf59ca":{"name":"graphql-codegen-core","version":"0.13.0-alpha.68bf59ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.68bf59ca","dist":{"shasum":"3915244d230b8c2bc6067caa2a9ef2cc37e0b721","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.68bf59ca.tgz","integrity":"sha512-SOCcXuJ7Or3t/dtqAuEqYVb05dYBvDwi0qhtqtsGKZYuoyVcqRlCIHbx/Wp7Z9Hc7YFzOJagS4JGIgf64ayybQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsyRqCRA9TVsSAnZWagAARgsP+wbxHf9lMpJ3//y4xaiU\nVU+IdKwR89VELMRZmA4PNyXHv+Ma16cgFvcNcCXcayxBq321Ks7fdn0ukYJ8\nrQAJbXaH4dbjO0om0/nXC0qhDRD0bfl5evlrSiEDp8bwmyWIg/mUn9mvAC0D\nvAkIFkWbVW1NO0RH6cfsSPWVS1XuxKxjAJL15dwt5mZBx19hc+efg2vIE8G4\nQwPS5HlNjxbaj38ygIaK2fUKPqUyBSSvy9lj0gtLKuqErycY4ppXkRMDe9or\nTTsS5KjjaVgf+9uLHqO1jiDJ1ospzcPSpoXr4oONKySNrEOliRFiEldmUbgg\nu3DLhV2BgyJrWMW+kUDEtz9BKUsHPbUnuhj+X2qnoezcCXPUONqAROS52tPi\nuVvvugUbDn7giqhTLkCt7qXZQhucMeFuYr5TKfFLXjnynVMLP0UCtk08nXu3\nsqqtyhEI73UjVXC4eHoL9sGvys1W4Ntj3PWyTYSgr+X/CiOGlHxYvIPYupXx\n00eYx6wFdUL4siiF1VsfRa9IncTxZO1AHQNPnP2S8MdDSBslk5x1oKr5FSXz\nE14Sfp89AjG7Kp+LQcQSh6f9VRH+uKB0+u7PRPJxeJ0dI0pVk3jeFOFSLnFT\nMQGwPeyFkqI30cCLemDR8LYDlckC6TVjNxb2bK5E5IylWnlOJAsuFPNgGVvo\nJB9Q\r\n=t8Po\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBmYqBqhAbGQckjT0ez9AfEeQPg3eNRzTC1DhdD3AeWuAiAr1/fuy+2f3v7YCx9OLQ7c50Gztq5BEscgycLEMFXjJw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.68bf59ca_1538466921503_0.34728022278094617"},"_hasShrinkwrap":false},"0.13.0-alpha.c5edeadd":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c5edeadd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c5edeadd","dist":{"shasum":"3baa24c354e81161d0e4dbc2013622461b2dd821","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c5edeadd.tgz","integrity":"sha512-dKMy8KvM8J+nRMmTmkjBuZhCAd/kYk9qmKBUw/tFWqYqvEguGakJP+4MdiPbOL915PzTxRwp4q5MC1c/vrRkvQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0GTCRA9TVsSAnZWagAA5DUP/2rjyTA7X0RQRSkGp3fu\nobzwP8x9vtKier1j03VcZe97BoS20Y7a8XSjMUMpRkhxAsp0rS23WA6jX2Qc\neAW3s6Q000Q0+5b6UV1BWa9LbGySp8z+p5Dfn0eHzdY5cQ1RcB1L8uQMZ6UB\nlZwb/1RXs31mlpn72Jw5qw334ll4ty73eEK0GMsy+Z8lBZzpZy5hfCJFM7Gv\nwXi6xxVeBshNKrcpMN686Z8IfNNZ3yDhqE9JvzQiTpXFez3dUrRCVnuNjYB3\nhkPSa89jldmO7ZSLm/cbZSM063oAIcFAyGKIFCrozy2/jv/FoTNC6dcJcl50\nicw97RHoONSQZdCGIuBFbqrDsVP1+6nN1IMyLRqdCGF9vg2njSFng1xr15cw\n5J5atIgRZA2ZFB9FTF8ZWLTK/dFVJHtX/cNQ/1oxWsdLclMUQaf/ykhHv+fJ\nrMJwfbQy27Nfi4J/db1TDzD21tOHdJzolbg0icDJs1yxZ75G0MN84KYg3VEK\nkOCpZMCSuChVg8pIaGjPSbzu88h9TyhFjeGlS+IvMyL3fe4OqqTdALURp4kl\nVG/hZha5997FOmdI5SJC8gni67yLvFrSSmvkz67im3HBopd1lHysxgpcR7S8\nbNMB/hlFG1HuPKJdYR2wzAx9Uy8tAEz0rL/TosuFe8cleHmdtg04gyE0Hg3T\nOWYx\r\n=JY2m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFiBhXxeuM7sbqa/scPmBSFaeC0QOD88OHDrBJ9FtFqMAiBaHdvf2yomUxHaVX+xX05YbMsQSxNS8Ikh9mYMNiEJNg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c5edeadd_1538474386800_0.09304688374744252"},"_hasShrinkwrap":false},"0.13.0-alpha.ef6e22ef":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ef6e22ef","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ef6e22ef","dist":{"shasum":"58685718c9bb7472b1adb3f1f54b25dda0da6617","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ef6e22ef.tgz","integrity":"sha512-sZu1Shf0PGGR7Ijt3bolbFp9UA0zSmzA7nXD0GVgFJJ9bDghDaujpCNxe+lQFYVxmAuw5Ra7rVIRUyW/b4Rk/w==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0GdCRA9TVsSAnZWagAAjSMP/RtHj7zB+rNzg0ZMMLHp\ndq+q2WTA+TBOxHeEplHvOc4SViqtMy7AgcXRkURAP2wqKGmIlfmEEtk8u/zs\nbEj/mR6dnF/ewHK08jhe+Kv0xp8wNVv2REjwH6ozGYiK7yHjgA5l6CrkilHh\nzKrbB/nxS4R5Mx09kXliK1XqRR8n5yv7y8nvvQnafQOVDPiIQalYw2qsDnfI\nqXZq5fR8zln8WBrmC80RkJ0qX7V8mXqxfbfNyXzVlIffLhj1o3SDwT7sJ3Z6\nmp1eVjo84EOyfpCshOxAj2HLxeaxkt5Mxb8gwk/ueDatE15WE/ae0xf0jDLs\nHtY7GAEcLMKbqVaqKbYS2IkWtlLdINjb9gsbhQkTqY6gjnM2lUrmEOzWPgO9\nCO61sOYvEnaD+26tuJHJoJkAYfNSaWnKnHo+4qPE6tqfKwXEkshsU6NRTJBO\nNG+lmYuAeYrlU9qV1HVd5TREAkPi6K5oWlGE7cwppOhqv1T1BJV5x0i4Ds+H\nRTZynYuS0kGimyI5+VXmdKNQkh34mWE0k04qHtC7Iuaa4gjzomvi1PLfhSVH\n1wmqgPCNv+PgK4utSCxgcxc7gI21njFqd2M2nOUemm770wDE6kxvvPXjwgcn\nS1F7ZIJlzImS3scqOabZDKQclq1Yu0KBkL58j1bGuR9irrRFcJApCg6crwGT\noaUY\r\n=+EkI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRV7kxmfbPz+N2jDlydfKoqabvN+L271EvosXxSpbDUwIhAKXLca89v2z+NbcSeMPbVZYxkxmeoT3B0PFZSxZKZ+CU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ef6e22ef_1538474397168_0.6136452254765585"},"_hasShrinkwrap":false},"0.13.0-alpha.94e4c061":{"name":"graphql-codegen-core","version":"0.13.0-alpha.94e4c061","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.94e4c061","dist":{"shasum":"3ec51d16bd5ec87d45eefe555a3d2bf034fee775","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.94e4c061.tgz","integrity":"sha512-Vwk6IeGTtQOTpOZKHUnLavHVLGLk4Vi2/JyE4EaNY7b1+UItr5VG8hNrmrg+iaQgwqNGkVxMtfQbp3xlcu0SDg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0HeCRA9TVsSAnZWagAAhPgP/3idapXwFKy8WY2/mI3I\nGzOXlJhy86NX6CFAgAQHARdUfOPhBd6osF1lmy/bdyrHcb1zQHN6Sa+mkXfU\nvLX6OsRu1HIeuVVoqkkew79MwaI/PZiynL1oUqEkWGTya73XM/+NktVnpumr\nltS7+8/rZN4HxkhaeeO9c04pSgtLfwJlmzrFEcvJZaCC2v/Axr4pJWa37/bV\n2IRXdly9OP1HJMwEcI3Q7yck4fyY2QljYN30ocT3T7JFh8Pb+fNz9wicEnJC\nn5s/qb74CvLsHgjXzIWeoi6In0+H+QPIJFsUP1JQGfZlrJu2K99UZ9QEQOpp\nqqYwNKupSOZYsIU2ltTvV+Is2m+uIaKGBuy4Sh56DKVXD0cq4YH4e75yV9HZ\nsZZCMdOg1cr2kHbzTOFF45aZNAMWSKeq0VIXAks7ohnw0n3D6xdA/6RfpnDr\n7cynK1Ejb4nMdyHfiUVjpe7Dwc+mwborOZB/IjR+zxDwuewyOdJYQGDJY+9m\nVMSBl79ziIOHOU9FtwIKgN/xLjME6x2ni+OWlCbGL+a6vcagwh1hdTJCoL//\n5NuPPulmxyqqBcc1amash5UAknYIrTj/MGbAoWdJsWR+G3T29c1/7Yl4jnY0\n2ZKOEl2Anh25FasEl1H5lEniSHag5UXoKL7aAdC0yB/wmqwLTcBYneRFm+qZ\nbJ4j\r\n=AgEH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDP97s1BF2fDl4lFWnx5P5t5JJ/CBYC5+5LTDKoh8imMAiBggm61syo3pvIr3YsNpOoU4DrxpqMTAgCJqrqPp/cTXQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.94e4c061_1538474461934_0.4462521800430377"},"_hasShrinkwrap":false},"0.13.0-alpha.307ff120":{"name":"graphql-codegen-core","version":"0.13.0-alpha.307ff120","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.307ff120","dist":{"shasum":"0c03581d6fc0a9aa96ba8509401477251e6f756f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.307ff120.tgz","integrity":"sha512-Rgd64SCTw3L+7cB3uhT08kDbG3uKlwCL+erfNMORVZ4fVXQkuI1KQ2MiPHXBSmtOfT/31fw43RpanbHOPcDfAg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0JNCRA9TVsSAnZWagAAUkEP/0kD666jOfR3NRuPq4qO\n54g4FpStbGk0uAnqBfB0+KoZyAb1lqu4aOuDFpXJolFJI0tm9GM0eAxFPwjn\nSfuBteMqnWdhI0DArzQsEzWJUgRx0BhW0jT1ovMMMPPhp6y0HAErVYgU1FvJ\n8+RvEF8G5AzPElGKaGqWutqyzajGd2G6g/lAmtmm1IquPevictDdZGq1AlPo\nhb1PJNEJ1Gy9mLqCO8sHWx9p3MB88ko/DqqxR8nFyzcUj9QAnxA48CXbGSaZ\nTRKktxVjoa5AA+fmUdMZ7iqyVW9TTBbh97hOEgSayLyzwdgrklsD0yXI5SV9\nQk4CDVDpsJ5iz/QkHED3G+4l/uw+FIjiviZEhupBuSpIgAfZfyr/6WIeyVpD\nX2OHElQNiUY0TMb+p6Snc5IPTFfvTfV6qefd9jMTt3V26wij9BfPpHfA6mfB\nttNzqIBlHaSsaJ/y1Sslq1BY7ap5yn5n0Dcq6vvWk+nllswfLsPYnzAY3vy1\nEzqcsOPrKjmx7J5xf8InpVPBhEk9kzbcc9wkWhvWSzpwgHsHoiv6/0fbtSzx\nZa44GcXB7BmCkk6Uj8Ej0jgkzAVF7xQ6hpRHhwl0fM5kGSW0DuryULb5B4Ho\nnCJ3TsxmlWJok52aulmqffRLB2bfJ5sRzSMIWzJLwd1QmUVefnJV4QtqoZeT\ni2HO\r\n=Z2YH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMkgDCjQugjQBwTfi9G7yk+ZwH5GaAtNptIv4Ch8ty5QIhAPcihIhV7ye+qNZYyMkY6ah+WfuRBd2kmCVMnhnSNFsy"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.307ff120_1538474572918_0.7674012665019216"},"_hasShrinkwrap":false},"0.13.0-alpha.67531045":{"name":"graphql-codegen-core","version":"0.13.0-alpha.67531045","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.67531045","dist":{"shasum":"0c78b5b0deb44ae6f47834c2229d0905742a4086","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.67531045.tgz","integrity":"sha512-G++a058Yu8jEi/M5fHkbo8KyJDIQUoj2QCVYFbjrbQxE6CaHTUMownn3xgz6OlXmDn1AJsuk7TNekU2nOgxdmw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0JwCRA9TVsSAnZWagAAl7wP/jE/vU8mhjhLsRVoXAPi\nXZXX3jl7xMjX4oUC3ckE++UDY7YdO9cVI2I9IRUsbA6GLyz1wAGpJtM5Bytp\nyzytvOLZyCBsv+Nw4bkZDWy6+rj060mdKaUMnzKjANppgO/0/YB8JtwJVukx\nZODtPB19GmOlWmxvNksG0lsN0s35/IAeCMkymtCUPOYceacn+cLeJnre4kFu\nby+H008CBcQNac8vQ5iuM/tIyoFF3qAGLgDn12vHGSJFRJ2UYAFs2V6ROJ4a\nlqQ6A2Jhbb2X283E6Fmw7YqV6NHtEBwMQgxz4muUwNfhv17HhDEGyFEPta7e\ndrVeTIpZv+4LezbmO/or9G++8tMnJTQMZU6jimlpsuTSOSvWIluA2fmHPe9O\n80dWcY/6e6x99wzg75UyHpXP6jvkQd9bAU8tSW0AsVMPraQA+KQRQJRXRKFw\noJoXsoGs3WpIBeVkDiyMss8OQx1BG7Cx7ytiUnMkM4DadO30ypBq4qNODJx3\n+JJB4CaF3npw9AvYINdXpN7U03i+ydwzal5o/TU4PfAR3GSwAXvISps3zhOC\nWWSaFvI0NvcZU0IqZUoQE8OS1P7lHKpQ7zcxdCrx9tY2YFTRDAX3dQFjIVEJ\n/BXF0NVdTruDjso1XiukHAAIsYmzzmx/phmtIpZyxwbnGxNZfZkpliPcqJXC\ntISM\r\n=D4ea\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4qJO+O6GljhO+fTDVIY1HHpMcNPil2wuOhZ4PzRc+jAiBNFor/wQqVnkN9F/DmqnvLL49Jf2uLndaiNsHF/h5Ddw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.67531045_1538474608045_0.09507663264102062"},"_hasShrinkwrap":false},"0.13.0-alpha.4466a3e8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4466a3e8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4466a3e8","dist":{"shasum":"00b5aacb88d0f2ca057d0267c77adccbf2b71bd0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4466a3e8.tgz","integrity":"sha512-iENfgmn1FXHzeQiBAzQ5JeyWeNH6c1yrptQMKxcXgpJgjLj4Z4lTEStH2KjZ/xo5Gq8XOb7C/KaewvBhu6oUIQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0KJCRA9TVsSAnZWagAAvG4QAJJsda/A0xjfx2KAYUG4\n7uC8RXqi9bBFYLBVc1wDIBUYuCEH6TbkOD0XsplWjVCCaT8MaSUnyAd7/6uC\nSMIGZSFxfhoJOLxaYnYQzK4FCy0CsskePWph9OkrdYPWGPzeDsSH8xxJ6Cv6\n4R92eppbX0U+uy933r9lz6vvNk1ySlKlcmtjMgPsRFy8D4lYhmJkmVrusiN2\nQm1s2eMXBxkD/RiYCUC5xyHXUQ9IP68hxot++kPfppoWgk8ij/DGJTZI0g8B\nEMmtZc8435451t3QAUXyvVd1MVBaY2bTY46eMNi79gR3WHxDJokH4jbBvUPq\nz2cuJcU0TWZGmGuQ2K20HctSRUXDGY8x3TwGVe1HDlkvRFflcQ9fDNISau4E\nagOnz5hdK/rmZedFrmxOR/k/MRwV/zvEu/YCGMt74IsETCDZs8feRuS4Bdm1\ngtIXO3RP9ovE1kcPfQoG8EXD9YK+m8+9ZhZG8ixdFkAMmhaL9rVor+4lEaaD\n8F3qR0q296DeNxH40jCFoiYlxfyfQ8HebWcMOVPnQg9A1aHxKVhWrwXKBqiJ\n22Qpl1UaGKb4UY6l6NtMrS9HllztM8FOfqW3nyHZAbNVFWqIqSYUvUwV4STL\nBzZJyYLRNNa7psaSiU9Otip5tDNc1iy67P5/wWIk/X7ZkXV1eaaVyGitRhDR\nOa9U\r\n=/ZaG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCv4eDsw/ZivVQFhr2Ea79GBWt7iGJcR+62ycwoGlFRVgIhAM22yIahVp/JZDSehPetnWkmvJphGwRws17JvMs825fO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4466a3e8_1538474632751_0.18777130634632333"},"_hasShrinkwrap":false},"0.13.0-alpha.212bb6d8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.212bb6d8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.212bb6d8","dist":{"shasum":"4a0ac747607ad268d437207bbca2b1050ff0e9bd","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.212bb6d8.tgz","integrity":"sha512-pN4BscVp6EddU6BeoHrjTTbQrNPmFXu62gD3RqD7NjPfPWTkiY7+eIFjXp7elCTTNrvEWCV3/Z/8nZaUr0N+2g==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0hPCRA9TVsSAnZWagAAvx4P/j4n27lYpL26Jj8U/z+F\nTtHBGRK7fcHQHW38meZLr1jaj87MedjqtIiC0jLxrLnYQ9021cRfmtRDv4hY\nvl6LZvlUQqVJd6Z5deNK70zJlvqb/ICEunX8u5FPRw4xuuqA6JiNuXsOzaBS\nTyJY5eoKymSD3PS4B5ZMVJ5drE9Sh0kdN5cwqchzRGKI60aQaBGzE+Y+XSga\neZsOhAxx39hkwKT39Muyj7uN8A7mCo4bFZsqryqbtEYJwmDlIblSI+2w1xs7\n1nv/MFChxR/ChCGuMEN+WsgKEmfCE8ArzFOuyw2ikSMMUsLjJPrU1GD25+LI\nu1HcvXtz5NYyKAVpOuMQqgLrwDjPC45FyxPWHjCReIq1Qivrg0GcTpmzUN7f\nmDpO4WomCki3dNZls6uUO4eU8BZo+1IVIzmVE1q+O+CyfjiqNMMvuEN/7lbw\nLlrFkHqVZ6RSx4ZCz1PgNtb65eQB/o2ZQ2vGAuX9KmO3l2RjqhNY+CVYFkAT\naTyzOrky0S+PPbx4wNj71nWSLjPfLYFnroFesqTe8czj2Mn8ikd8c6PwPiBJ\n/+ulnQtQEEQuoDa7krNgHZiXUDcvagoIY/armulGCIskGJZGvRKFqV9RiTJe\nDxjG/ogaSdUqzrkp+k2skakZ7SsvuC9amYzAAw+K5usQ6SL2mb3yArJohehD\nBexB\r\n=1aOp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWszYEvzG0QZs10b3ifHr3475CVHvXLReESycTR/z6sQIhAIQ0m5fFtSpt7MT00+J5ju5++gh8+nUYWzq4LYrDcs8f"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.212bb6d8_1538476110785_0.17975372124759015"},"_hasShrinkwrap":false},"0.13.0-alpha.965a9103":{"name":"graphql-codegen-core","version":"0.13.0-alpha.965a9103","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.965a9103","dist":{"shasum":"d6e1b012baf924c151002944b85d60133143c938","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.965a9103.tgz","integrity":"sha512-mvThv8tFOF8V1szwlXgcuLu9ucr5xOTLB+zX1cqv8peIItM+EOIUH/WK27D461IbrY9xQ2iV2M1gHNhwetdXDw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0htCRA9TVsSAnZWagAAXFUP/jV/t96h3LacTQ2PUVmN\ndOfAX68Dhi8L7y33JIApKvrirFk82JmvOot8Fh97q2exmKQ3pUxBur9M3O0v\nWIcagbKGrMPo6msfeXjoHyItybgCdGCBOcAK0FRPGIAHcx5JIBO7hn9oMHx7\nvsHa3noyCHmviBSlZx9jpmkrcGq1+EoWnzP7t9jJdQtMS14oW+NWsmcK8Brp\n1DcoKFC0hnn1DaH2VszL7p4bsADI5696kXFaSK69TDRGKG3u/73cSW+rZc0e\ngZ4CAAxaWLWySED8IvZH1HQVHxaFK9o0hEGRj2gHZ+Z9wa5/7uHuCkb3Hq+F\n64UmDdMU+aNNCv1PU4dkLt+WoMFiu0r1TOeFLs+qOJIQsE0yGYqAnaXwRBeL\npB4pUZA/5FyLk82AQJFgoTJl9Fd0+VILenhlTEhxYF7JVwkUzXFIMVrgXN00\nQMfbLSVvnfoRc/theslAjnwMy1t5UtjclGe4uZ/Ez0y/Ll96OtJSWW/xb0oT\nv+89X+XOYdd0K8fDTP2pf+qpnQJLUkefmpdXU1eQjh9MYzLp/eWwkEeOIzHu\n+tkQ5fIvK9IMko/5EUI7T1n7HjwmHuLxj7Aj1aLZlKeIu5rZgWDZF1qu2ivI\ngIj1YZ5M1cUfZqB5fwhm3bmN9Z6IHovI9ixtwxhpDYjsoPFkvCRVSNbI92i+\nMxGu\r\n=LGo0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAopvqHghF+2ES9KwpuSdLL65n3ZkaeyQ5Axa7lwM4NeAiAakdt6nhqznFpOhQgw4DeD3sg+eBF4WlbwVJhUqS2Aeg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.965a9103_1538476141126_0.09091934375991806"},"_hasShrinkwrap":false},"0.13.0-alpha.c3e00360":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c3e00360","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c3e00360","dist":{"shasum":"77f12a8fbac027468cbc8b789fe72913272a13d7","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c3e00360.tgz","integrity":"sha512-a+o0yt/Mg8pRa4HtTCciZl7AtA/k9kiVCN9hYd1pXgwiAoDEEUwy3m2d5jAILV3GHghJDJN38ivrO556AhZjfg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0iSCRA9TVsSAnZWagAASvUP/RfCymMzNdY4mgh00NO8\nNSh9+ym6AZnc2vQXHQL9ZY5CFVZgw8wpgZpKojzxwLFVJJhB6Fpd8eFg8j5W\nAUI8ODwZsxisrObkOLiLiELtB4L5WBQdVLV29oLHycmIyV8a+jWbLomrzo2S\npcWiZT9AkRyRWuIyByvgKnrKUYIJvI5/uaOY6KWMC6S/Gnfj5tcWDeK5zdmV\nVqxDxNI7Axti4m3eFTiMuNXA44H1Z8SeedcbUdoChx7fPZusfaktVXI8JhZa\n6vMkd+27Vs9q9TjvSDT0D0j81nT9tiHNTq8fjZVkO+BLbUAhpGVLOTdDQt4/\nyDlxqwm8dR7OzNyi1n0CLiS9CrDVqRH2adoZ8Sw1uTXUf1x4kgIrv5hrGxmO\nMExpSZjyk24qRm3/4NsVTrvESYgwuzEFzjqHslZ0Os4YZLbMNBmFvRkqYxYN\nTG/SacmdKgLeb6i8NYx6awyI8pJKE0B9IXYZnoXPR7pfi4zpQI0+0FL6Q+h4\n0DvACXUNkUiK7GyNirbBEtSXr4VtcOiJOBVlfFDpcSSY8Gtd1oXkpF0ZxmBu\nwC5w5dw9PBQ/ORKVJ8cTVxRONod+zRn6eboXT/XuAbPR3lbVqQDXglmOqgpV\nKey0fpWdvDN7HA9Om7BaqmjhwSa5HJHn0S/sRjMhVFc+2K/dc67ZH1s7d4Y1\n4iMv\r\n=SWZ7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID2/xTDo9oAbCGzSxraQdo/9mDKDz3ddmC4WD5s8ztGpAiEA1DFNGKGFogD6gCCRXcQj8yyQ46Xz1kJ2N4+14foyydo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c3e00360_1538476177771_0.42663177372251493"},"_hasShrinkwrap":false},"0.13.0-alpha.2d904238":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2d904238","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2d904238","dist":{"shasum":"21dbff3bc864dac09b32f376a0eb7ae74bd33984","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2d904238.tgz","integrity":"sha512-1HQbnEHE7KV4bBI9O+TXVKcWA4VRmXBadRskG0KEBY7hwmgQZG2N+luRzYfDE02ib83M9N332rzXKVt/nzJulA==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs0luCRA9TVsSAnZWagAAYJ0P/i84VjIeDVezPl/i0O4w\nMEbdkWsvbg2I+UWBrPkh6sOR5142Dahlj9zlg/FvSnvXtFLC/zV0QyeBvEhF\n+5NeN4m59dgajHdu7asizkCCFhuu8q2x2staWWTwZiSzS0Z9MC1VLtRCZKLE\noz0sJFhl/AaeUZ/yJXron7dt5/KannTyMwCxlGa1tLVpm1RvSXdat4K/trq2\no4ypyIt5JTzo5cyZ9Xh8WWq5pOPBrEp0uOQB8/R1UQfSD2/IXeZbHPBQpn6v\n3dPxhaVGdhrq1M9V366+k2/dtFo88LCBbzOMUkGo+lww8tbbUL7FL2L4RttU\n5pk0ltv9IjvGHq/vA/ikizJCSp/EFVz8q5WbRmP9ikGwYD8YyPgxuEwaw1Z1\n904OUHM0Gk8YpKnGMiy+mvWp7ya3LgPnkALUCQ/1EpZ72Whs874poSerBtVd\nAQlcpbXtRd7jFmPcdxRaqZlyZLgLTyo4Aff2h7tKqYQiAl9yyMf2f9lGzS+V\n/XFUxrR2TW+zegHyi4gfTD2d9yVb+L8OZsjIH21BdPydBYy4b8Qzfv6lID5T\n4K2XjhV9NR87IVDZHnQPdJxm2HhAP89ckM602ADuQK6X094QsMmv0Zs11lhx\nd7QFECEJGoYe8pNcBr0xAF/lXMoak8l+uI6ZZyNI2EZzPQQd4sg9jD/GG8WC\nP7Fy\r\n=rjJ6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDib20s/yzGd57gVlsMmyiN/g1HUbWSoXiBTpfDZYt0oAiA9u+j+fs6ecqEz5+nv1CoPr2dM7CDjTCm9vA8PJROp+w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2d904238_1538476397778_0.8302101983338745"},"_hasShrinkwrap":false},"0.13.0-alpha.09f013b6":{"name":"graphql-codegen-core","version":"0.13.0-alpha.09f013b6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.09f013b6","dist":{"shasum":"4a0053433060df38da7ea7323e269c3c7e099ff5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.09f013b6.tgz","integrity":"sha512-XZBj3/nu+QrhaKXLWpxGU6dU3BpYJ8bfXtKppK/iVYdsgYeZG/knE4BbFjK8+ix6eb352Xi57S/YJAO5gOs/Xw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs00hCRA9TVsSAnZWagAAXx4P/iCp+Rw7Kdl4jSN1eOtY\n82V9i2ndKF8T1zWg4byET9sp8oKpy+sRuh+Ku7k2vjf3uXGGiZR6tQ3KDgK7\niWdGb129auqHiDycTaqWGj0gPCBTHgiRAwTatjb8uTR5xQG1Xn8qYVJ/RBS0\neXVTKvgB7ldc5AgTVjGk2WtkdcBOnYd0TdCjmWubVTZje826ttw5fwo7/1PJ\nBaqnqMuAVqJe2GQDY77669UexGB4S0Uu5TTsjwO3SO5elucHhxyKRQtZ1Tl8\neF9jSx/icUnM6/hXDQIHnxLie6eQxYPJiOn84qnjw20I4d4ANf0enkwi+8Vj\nZZOzPNdBktiaFGR+rstEY55WsPkhKvedeVTuy/HtriDHHY00bmnkYbS29jOR\n2MdVVmpznoJC684zECETIkDozt4/Zagawn4+8qEVwzPGH/ia4jM/SGJoQH1D\ndVVHUGr+YW3NpGrn+U+tCW4HdiYiyJPsEdnHNUOGzjnO724D3yI7ZGccCC49\nEfFCUSyLeGUXIVpYsHN81KiPLrEuf56gJdEPT5H6LjTH2gB094OrGpnT0AAS\nMek2ANRCi/eOTzrK123YYkz7/zROnPUM9wV28Bw/xp4sDOwuw82w1W98u8M0\nr2c0IWij3ULx1ZLuox1PTcz/GW1hPHe5JOIOpevHzd4/gQQKXYhPA4raKDO4\nvPuB\r\n=QmUT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBhhhp88e2kjItYwNro+nZY9RLatDNMysHXTYvO0BHaQIgGPPkEjYNZtKTk2H+IetoegQIaUCt9KV2WpN3bnCkQEU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.09f013b6_1538477344891_0.4741947953114909"},"_hasShrinkwrap":false},"0.13.0-alpha.c2c17483":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c2c17483","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c2c17483","dist":{"shasum":"190edbddf49c20f6afa0910a5b19095d14066d26","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c2c17483.tgz","integrity":"sha512-+7JzfdmYi1KM887ST8jszATV9ETbIe0HDjaC9SK/cj+Fuas7RWft4ZMnHVVodLgvTRuv6+84pfWz8J9su8/abw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs00xCRA9TVsSAnZWagAAJqAQAKIeEVc2Yrjrtd5mKDNt\nD5/kW9hQzOtBPXG0KZCQ2//Ju3oY11cX1EZ1y9rX5u7QKc4PYtmrzR0jb3JY\ni0gF3MQvFcvKU6V++X7MssnbSTBSLFWqgDl3hkyItQuA4R1fTxeSQvxMxV22\nCn5QMg+i+rG+XaiKEH9vb0g5CoMi9Ic2fnXPoGSXI1PzRGMQPk53UqfA0Yeb\n+sUJ8r6UIov/d+wnee7/kbE24v9fn+/dNnMLb0hhu06Ua1KKUNPJ2jq4+CMk\nO8dso8RNeaEfEyS5T16N8fiXZZ/wAbEwWIo9ZWrYsQd07TN68Hx/omC6BeJG\nRirnZeU8kQGbt6iOUyo29neXEch5T0X4NyXy+phm5QvZS9o/iFzOpPwLR6zB\nk9aMnF7Mdr/J9BDe5lmGfu6jwL+u0F3qouUGM53IyzZLZ3d3ETbGjVzl478I\nSgEL4YgUu2a27zvmZzccLigtdEDkHd6xR8hruNxfDlX68Q1VjFBIOQYC9r3Y\n/NuY+0FipTAt4SqSyJFD0YAg2o4fvUlk63SL2lrCopSaFbqRN5qkUKshKUXv\nqqWyXUO3P/lYBunx/u5t8WRhFeq3R0HlVinLb0FkfPZJEK8Lf7zch6x3/Kii\n8zJ5JkT5RNIODCJLbMwxwj3eAVyvXLWLbpokGLeu/LtKuZtiq4GmFnFOKqZY\npx+t\r\n=973K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDpvH6rgbQkkHMfX5PpYTEexyYuOipfssjGCKu8R9sagIhAJLVufeRNNxe6hY6QuppxaimuF5EwZKmt4S7/43xel+T"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c2c17483_1538477360472_0.07954086405878269"},"_hasShrinkwrap":false},"0.13.0-alpha.ab37e4cb":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ab37e4cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ab37e4cb","dist":{"shasum":"7e2801c510792fb18e18b735faa3880073872984","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ab37e4cb.tgz","integrity":"sha512-MHjLNqXMGSueRPWKFRWzLZXeuDwdVtKIHorXO7ekOo7JJLYpoBfirLCkEOuGRLck1pV5mMTwE+Is2YnDKAYRKQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs00/CRA9TVsSAnZWagAAGpkP/3jUq3RcV3udd/yYm0bY\nexI/QTMsw4PMbKq9uVVhqVcZz8j3pbb979n1RQkJNN/ipxAn/EBGMz0L8WzK\nO4JboIOSzB12whwbJrclQiPzDqpulbZfsEsw3Q1qnOO3Zl9YdI9Gd/WCYf2W\ny5MHq03G7uhbjPJq3+9bQwJjC02E6mlBqBJdswrcchBmk6OdunT2QXNg7EqS\nVnx0kuziC+aEiHsgapFfgW69I0vPmTwUByD7PsQK8Vn7LVEuc0IqZh3TcxEe\njCtx8nAJbeDBEgCUB/EJzONvzWFfHKgF26Lp2MyhOWS8SRPSFMsgF1hMUc5U\n5hSacAHlyGKtt7IHgPzhyuM5LhbVPcEru7IQhN7dunpoH/EYAoV+PAgpRtKM\nGIjh7O7q24QYXCyVXR5ZCZo/B10YZf/5MrWPqXcz3GJEUxmRvMENumPwS2nz\nF9Cu0uWyFbAzhXw6zy4RZmr0LQf1va5ScFYGo6Axv9aTLuhFSRF20q0zWl0o\nkuZfYOsrfOcDTkban/XBi3dabXPzfgKz4J5AckXpy/uhl+UrreesP5kXrt//\nDriF4o0KgKAfBX8DuYTWPZZrTdnHvKeB6FjkxnanrQuqKJuiaFZbR66+MFW7\n4f3ESxH1IeFgfoa22QPl9RPpzwDnjGtgKhNkDjHE33amF4W9OfY5yb43Xd8w\nbUan\r\n=MBdm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC138wjngvcnDZWMhXxC/IYv9+Vm+WgWdd+M1bo0k5n8AiAY+YNAJpce3ZrZ1CLcK1N7Fm/cEIpld0IXQO9zatuV7A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ab37e4cb_1538477375404_0.6647640761279021"},"_hasShrinkwrap":false},"0.13.0-alpha.4d884371":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4d884371","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4d884371","dist":{"shasum":"e0d1543534c2fb8a192f385bca8b0e9bfa008468","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4d884371.tgz","integrity":"sha512-KMVQrnQwmvxYJpUqXlH6rjJVtqbL65qDMSekrr+PNq7kv91EQ97OVte2GrG/hxd4g/62uUQQNpyyu3jcG7vNUw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs01RCRA9TVsSAnZWagAAJ7kP/08tePY7LGC6Tcf743Ik\nJRBmfrpgofdnaszLxDOn8hQHYNo3wEjHXtKULY+DIaRnr40mE1nbtbqhXvqb\nEnwsjFzDqQ5py98h44sdjFWfm8SoU92ocHBZv40iLmsuoyuR7h8wBz4vFxlD\n7GVWNNRPVTWGU7HFZxNl1QgJTkvyaF/n7FkNXVkvF5GbPo6BoWH7yha8W3ke\nUW0kaGLLUNsgzv1M/ziroLXXscKubnL7tAR1ivTJyXdgqStH6PalUl99gNom\nPCOw6L11Rf87KVplyWxPU8DFLZycF7z1T5SyyEaQpH8IR4huuCbWZSbB/kah\n7+GCzaU5/8w08OnnnEyNyI74l3cKg/3nUWgYIhsFu66aJfYNglB+7kCFSh+r\n2mCKId8FlemLdkUkCYGM6MmYJpLmoUHLnyV1fC7vqXf/1pLhHTySPZFRNfD8\niDxUUkuy6J5pHssbrQjo/6YPyVUGT45p6V1jBRyZunyF2sYrsR1qsd7MiJVP\nYwW+cr7nu8d5EcHVuvlz7cIRo4fWNtB7DQ8Xqqafk9GSsd4C4/6984E7/9EI\nIdeAqMetjfGRIg89ONnemHDIBnKRJn4UDG2udTEY3kOQTT5Lu+xsNYPBU83P\nlDpIm0QwwmJ0ItHUvLEMdW18r/6aeEOsOoGAcxZrtcB/ZRFZszhcEtJDiRJl\nIxYN\r\n=THEV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAa4L+HH1W7pRNNwQGRSxsC+VQhhK5104XZpWp19EHegIgSAqBAen1kKzJBNNjFlgNIFa3LmhCKKRb3yxuBARiKso="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4d884371_1538477392401_0.9858822291066531"},"_hasShrinkwrap":false},"0.13.0-alpha.8f33023c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.8f33023c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.8f33023c","dist":{"shasum":"55be0171f00ae12b81e128fdad380161156bd992","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.8f33023c.tgz","integrity":"sha512-pccaWHmkTiR8acC17SofgyuACKTP5jS+yx6VCatfGByxHu8LZvoWaRWyUTtIwy44GE1NUqc7Dt4UQ2hb0wiUQw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs04tCRA9TVsSAnZWagAAO+oQAJ+Dd2muWqF/cqueqq8A\nEZ5d1wjc1RHeQ+1yUDI12iLH9GR80zBdYq6fipFavU/g4EjgQk8/1rixijb1\nuimO3gWatVR6qtz7Y5kSaPLFZ/jmqMM+XG7LkrTIOVPRMyeM1w5xbeylLWfW\nYrYXZ0/89TAbCQ+aGgHzfvt+G9MU0M4v3aK9yUUfYj52sO/njFOUr2ukn7Is\nsxGz3sXEvXopV3+TzFfHYoZgRHB3FIAwcM7ufZwQJN+UGiAdKDwGFTsRX4dK\n/0vnm4+WQcm0adiRNNHIccaGax6F0oZUNnKQLdVE+oiZKrEHCa+53Yq3Ku7L\nbsQkA02IbWSZw5gf6jQR2sZ5F3AhyeanRWnc3hA20NQOoaQVV46Bp3bp9dm0\nLkK5IHlXsqD8bYjJTPvoKX5c3m4KLMcPXCtVLTmLh7XI3EqDnQWjWSVKV+kX\n1dVVbFCCBiVe/uI4tWvVTpomMxvkjFd7IbjKsUjCjKqwkTaf0NMHg+Dt2G7Y\nLe+BQxhQYJezlu4+Hy8AkaG0RUSU1reLGLrHZN1bzQMlw5VfQ7GFXPlhdXyT\nrrq3QZ05BAX5INKydjSlM1DBwn6dGfkrcy4w462Xx5d8EWyjwI256lVDMGs8\nTeeTQCqRrUf4cvQeFkn6EFfOeR4VkAjDUwBPZouiTYnTilFdY8uBNMD7y9Td\n3oiI\r\n=y1XN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/ccDZkTsBNLdt5aYhmXfGWa/zoX5ij4uclBU+aTib2AiEA+k2249DedZxZfHTX8fnRJV/fCQ6JoeQ/v4gk+35kz3A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.8f33023c_1538477612922_0.35552411046641086"},"_hasShrinkwrap":false},"0.13.0-alpha.eff53b75":{"name":"graphql-codegen-core","version":"0.13.0-alpha.eff53b75","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.eff53b75","dist":{"shasum":"ae68a9857fa92eeafc0713f889496d0225140955","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.eff53b75.tgz","integrity":"sha512-ApmFi9T3Ycr1h0/1r3xusujmGXugq52feNdoUuhAsYD2Kq2z1to1P9w+TD0dBa94NOT6a5mxxcUSpRPCf/8VDw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs05jCRA9TVsSAnZWagAAWEcP/3JxG6Id8XutGOXTPCux\nNPRzELUw8w1nOFVt8RPFeLNRfRns6KgyXXAPNkvmsYjQFatU3ARPJNY9ccf1\nLifxYgIcfiAxssAMesda6F+RBxE3yMaIDwVz59JqFpYiSZjAefMets6XdkP/\nRYcrhyDyH77WVpFFwkbi2WPwgVh7kIToFdo44MtOC3IG/p5wryVpGkVabSnT\nNiZBKpZ3X/dGE1sxK5aw1nrcHgQB9cm6zBm4eFV2J7ESTy5uIi/9jNuAArqr\nxbSdFN7yo2gfAW2/MBX9kKvbWtO/GjVcB7kpIFNvVwN4Tge3NlRn/GYM8fGC\nSWT0Uw7pUjhkjnf5wAyyPQIrkf0bcwZ5p1n7x3YcFdjih8Ko48B7uiPgCYVj\nYeVxuFyIrkgG1UFTgO7cRsvQoR8rPnozH3yG7m9iyWiupRI25FQzYFQ+Usro\nbam10fljkGY2QLk22j9hlgfGvs2D+gwzpzdu40uCUjkk/si/fUPfAC2l58cA\nGTi8jU5kmfp6880/Or0HxPde2+5dw95akgrfCWcl4rFGnfeqIhl2YtBqWXkM\nmpKUB93wjNWfwxEmfNW1CaBTORKX97nBikhuwHXpm2DAugkC23h1kIaTZhCk\nxfu1V+KkqeI5fudn99DfTeDlndidXDsHHGN2+7zxwJc806leIN78coh8LG9D\nuret\r\n=Y3WU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBcFInkzR+2xyZnc8zDkV0GrQnl8KNmCZEB48sgu8DDUAiEAgwhCQZRHA+N6mxqIHpXAKxjewPYdUb3r2MqrB48XXYk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.eff53b75_1538477667142_0.42614295402139546"},"_hasShrinkwrap":false},"0.13.0-alpha.32c0e5b9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.32c0e5b9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.32c0e5b9","dist":{"shasum":"8ec739740e1899b5ae20adc137f867304b030f23","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.32c0e5b9.tgz","integrity":"sha512-jvX3sE5PFZZiwy6hnaYmTUYFpaQvuGIJ2bbY8arL1Z8NUl6Y0rgb0KNPkv+FIb0bZplmTjRTZfI/v7lyVszvCw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs1AqCRA9TVsSAnZWagAAxWEQAIn8C//15vFGrQcZ5a7D\nO8lMGwjiz8iUMW2/t6EwFl1PqURwcn2GQhmaSqOIAQxNC/ZUt4R4DT+ujOhj\nRVrtXjK3yjT11IejaoBHv0geablZcudjoTh1xr60gOdAH6YlnALp0gr+Cpj4\nuYflM4GR6yN0SerZMlSLR9iuPThWAmU3HMOrLUSMEhEGG0RVYdS7eWZmqslJ\nzjVwx/dow8dH8fPPStBsk2YWiItJT8OpVcGQTA9sqwr5xhCFjaztDGum64XN\ncbWXC/1IqCmy3c00G1Pw7klG1DXkNhSuGHUbLUloA0ZNhu4MjxJ37WkFA8Hf\n8CbsUjiEFzN84M2ep9oEtorbXKdJE5Lh5od7V6Fo45k1tzpodGWCiX9re7W6\nA5WOQlnxJbDN+peGajwnuLZK+d8gHObr79xUjyA1vJL0YFu8GGrdeZ7/iuDm\nLzVUzKM8eInDpChbY3hJD8R6H/Oyv/DlHaRLfjS/FuYz+Pcjss9Z/+9CiMGP\n348XkXLHKJBpH0nQHaZHE49VECdoqKkSLVI31V57SbmK6nliMMTggkPMJDWw\njr1gadbLqYIVK8/y/PqKQwfNfyzm6FpKia5XYLh0M9CTjsaq1ey8DfnJlHHM\nVEXpOQ8cYo3H5LO+GXRFqqJnN/9sDwYNjBipuyQ68BYGst9YQ2KbhUrik4MN\njfvH\r\n=GmuI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8To7u33bg2zzkKT2ISaWUnj2qhCtVxXwQ6He0YcC5hAiAgbVDnpCTW0kyvIN3AJt1L5447ady1OrwljH432F7SQA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.32c0e5b9_1538478121372_0.6977847351423563"},"_hasShrinkwrap":false},"0.13.0-alpha.302ec857":{"name":"graphql-codegen-core","version":"0.13.0-alpha.302ec857","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.302ec857","dist":{"shasum":"e0c01d8f246f5d73092bb28b53b23ea40f82e65c","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.302ec857.tgz","integrity":"sha512-CxDrd4ew/dXjpgPozeKs83QLWFn2K7K2hH17dew2WOiGSEJ8R82swau5kQtMcxePJMJFPMVPkyJCjag1GyNNkA==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs1AvCRA9TVsSAnZWagAAIiQP/R+02r/T6VsJDvbpFieF\nqwRpCuF5w2Xbs4EF9vB0QgciLaSITPqvpThDut5XMZHPRWlP5Opu+xR7/DXb\nerZZklUIk1SWrwaqs2gscdbDW6bm8bNo48Q9gxaqdJB1bR9988m/i4djHCap\nB1Xnzy3zjbiLWlKiZ2tOsSHQnykTF6xob+3uHIJhhhw+2sfqqLJ9ZzKRFphT\nWMk0Uv3I42cvA4KIInYm4wnGNZSPekwbp9OTCq5/XTgrx1XuLbS7Q6ptwawF\nDJlzXIGyi+JtCTwa8MbWJtK+qziezG58JGAMuH3vPogwrO1EDlPwy40hJbkg\nzoOAR14IWedowpuGrzcL6TI1OTCp1Tr9mboY0+SccsgKKijGGAYa5vGPAael\nUWYMiSyQqAhA6RH47OFYXBja5bOuYWKjOuUMq1sPADYMX4FmX8ur3ndm4jCq\ndA5yd4Cj0Js8dAyZcD/nDCV9QcWyExSyyTHK3QACk+mMc5TAG7GeDpIK/f7t\npZ7A7RhtFpd2PZU83y2vmqtT447r3G5MomowDVvwK+vKR14hjmW4ikBxgXa5\nEX9j3Cy0pDKGQN/iocoDhvnFT6DIINxqnQkGwTgVP/wRVP4ft13OM8ocogdN\nlO51p5L5vt1+Be6KIAAPMzmjly//od/V9kPXJ0zOoj71JeKCdJhRwOtLOhHO\nwqE7\r\n=O1FB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDmPd4e5shharOb9XdYJx8UddID2B3xrgMxiGtA/LgBGAiA0q/T5wDN3QheBWCgJkaa02xdxZxotyLJ0W483xzjgLw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.302ec857_1538478127044_0.5508546825315932"},"_hasShrinkwrap":false},"0.13.0-alpha.89295568":{"name":"graphql-codegen-core","version":"0.13.0-alpha.89295568","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.89295568","dist":{"shasum":"f995ced5f8ca317c999856fc2ac32a41e9202359","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.89295568.tgz","integrity":"sha512-4MLcvEXYwUmBsyfV1Nlg8FhyD34MoVHQ5zXJcnOPueQF7N26mqoBZl2JlpsYjayTFvCnJvUDjw0S5fECb9Gaig==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs1A5CRA9TVsSAnZWagAA5l8P/ir62fasV6hVQBWMPe8Z\nuI6t/SwSL/xC57EBUmIUUFJDywf8fkIEl+JILKreCO6aZ5ou5LEgKTKzP3mf\nUWBIOKKtSX4gs0sfMpVTSdBeBGdAf+TRQeH6OA25xuuU9J1U32sHA8dXQMTW\n9RIkzYDi6RV/lNYUGp70ar7zHE+6w0+DHU91Seo7Fk3UG2ZcBBaWELDCml6r\n5cPPd+O1f/OPkjZdx5O6Br7GuDW8kfQgmNeRvcIVxyVByoSk/mQ45mNKoFbJ\nMdu9FOv1u/36Nzz2QOB+QAYdkrLJpa69xpLxI89uGC7l8uI8T5nawuNhw/P1\neT+aHb7kcO4bH3RZradRZu+93v8laTK9YCNhECbpwA4XcPTMnoV2PBorMO7t\nWwlC4+gCyBLoy0PFhAIVZ8hOeRtKxUUg0s4W9k0dAcoA3HR0GHXq/mVJHU1d\nGaVOU7D422qPCKzdJKp8A4XjWDBADVlZ6UEBue5GvMcG2BpxPV+rmrKJg9fk\nIp75p1eOU+StN/LgQXLFrfnOJMBzoscuHlePLjHo4wzdDJK+oLiHAMmhp71y\nZQNV5ZEngv98j8CsTVk2bl8GkVqsYKN7XTxRqTPXGQD8Cg2cYp/T90pmnGE8\nK5wlKfcXjK1xOB9WQtDdk79uTbLEAOjpCsGixw9RGzc82GvqJq1zvqLVQmYr\nOygp\r\n=z65a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB6TjaocdYhNnjiHdgaZpuoo0Iy9IzAfFDNxpw7vaH0xAiEAzbGRWItVvubpAYW+haJS2tP8x4CqSTNWG6fn2XnIBHA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.89295568_1538478136759_0.597123286549234"},"_hasShrinkwrap":false},"0.13.0-alpha.4c5693cf":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4c5693cf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4c5693cf","dist":{"shasum":"07adb7d517af97b8fa87e33717b1a5a54ebb53bf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4c5693cf.tgz","integrity":"sha512-mW1f/Y3xGMSKBS6ZqZVX9um4XbxsFe3sh03FEWXhjHvRUkSrNWEoK3fckRTwLnDxNIRsUzKZTe0ZbEYHF6kT2A==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs1QhCRA9TVsSAnZWagAAbYcQAJHizYxgTWDoDSQL9gmt\nuGfne5OSyulMvosQ+mW52J8Y1sWrzp+ZW1l9Tk+/OuRDh4cYmLVi7HatR9Ck\n+BmKnh0I5c3V1fcKMokBKn+IDQm+1cUzLW2e5vDE3pxm32kj1uzgu7A54GCz\nVkbILLaOKI+nq5fPHfArONJ3txqJ8UVGIM2i+ijawO8eilPg5uxxLnmrgDlh\nsSE9fGqFHJAe+ZZUecxLeXuy4oHxA9wqdiKxvCicX2B3bWSoLrU7O77Mu2ya\nvmdPqpzPghnw1v1Y3HQOQIA+s7XLuCYM/e1mVQN7knk+1EikMfRCZRHMRHLB\nwKMuVJhhlt4/v/ozAp9x06gfId6/nk/V+1X4NEtFLE0s3sZzeCewX+VheMYf\nkqSg3ptv01fWJ53OHvQ05RLUKXxfWC3oAIpvdGDFyMo4Qg27FnK9Px+q2f5M\nCHjVSRS9IwNs4S7IO3dDr85yKFyxqYZMHbUMVDY7vF3Z4XiuoIdkQFAYZE/Z\nSBLiZVI8FzLQrOhovL+ejWGv2LY8LczjSvXYAe5zjJTpIv9GluYUXSYELW9w\nQkzs9jvjqjTiRmNf1LZRVnHYFoRAk8kDSr06ft+o8ocPnP8XuSGyNuZSBd7W\n3ckGIJnMiqh/luJ+qYGKoG+NiX4c5AdQb/2Kbw+Nf0Q5LRYeHdq3MJwCkwnU\nG7w1\r\n=uVIW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICgDPz1G3aIXJZ3N/5F6BsRE5+mYjdmcZxeQK5DtL7sXAiBiuJT4WgK2g5kRH6kM8ItsIfuflESkc6RMbX5yS8HVvA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4c5693cf_1538479136325_0.9722765071635651"},"_hasShrinkwrap":false},"0.13.0-alpha.6c2dd4c7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.6c2dd4c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.6c2dd4c7","dist":{"shasum":"1efcab9b10530a2f5b1063cddb1f18362aee0047","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.6c2dd4c7.tgz","integrity":"sha512-0cP/PizQ+ZlI2xuJiLUhS5DKKwWwZusgiPBLTNFHxenzC84YqAmOkGJs7cDDnx0M8u+7Qw3T4tqs16cjnGIOdA==","fileCount":89,"unpackedSize":86180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs6JMCRA9TVsSAnZWagAAy3QQAIiySy63k03fMT7PbHL9\nMpMo21+bruS8lfA97lx3qEDxPOoe4Qr0em0rMEEc1GuO6Q56CID9PucL6rHM\nG3B9jQXraaacuaaqEg8OYiE5kAwlKZO13zyGeXS2HlTDsUOMLub5DyvZHTM7\nAvcjKVmBqU6TModZSceXDVfzViHtcyynziBzS2YKyJ1jLBbELBRcryDsH9tn\nKzn1VvdZn6awZpzZaqSUWjICMHZ+IpTvjc053MldmWBH2Nrn4Fk9lxZpTdX/\naOc0TQ8g2+MA8ovOhHqFRTMxUOYvQC9exXtKsmQMFw8POK8G6Mmg8LBoQrxL\ntrVbAbmerDIMctqkJ9uUFRvcckkkwV+VOpLdECpsvioxdU49v71D3zDT2brh\nZvcbLjynMp04634Hl8bcuu5Zjmqy83/QLsgDTtR7NB3mQgBM3EYT4a/LgVK4\nW4u83tyTJjQvt7gfw3LhbDzkakH7PZjYMZzu3VsG1+XH590KIV9kM73m9RDv\nBZcod8+5NGpfahqNHVqBCojxeQJYzt95sMbG9imGb586abiZW8iyoEpxMgqb\n5+UiDCqmZJg3hAff80Ap30f1kljcZ/9jZnBXQ9p0xNW5EzmZ91q2peQer4Pg\n9AOfYVzepPRGn7UluDtqW8jAdBi0s8WLSoche62Wc/Esh5QiN10QO1koh6/I\ncmw3\r\n=6SHj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNkxT2LJqGXdG27MntWom8SzTEbcfe2psfIO6sggaEaAiAIb8/hMC4J6aDKYedVuSZ9fnHKz4k9eD+X4LgF/12y2g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.6c2dd4c7_1538499148115_0.26290868027037995"},"_hasShrinkwrap":false},"0.13.0-alpha.cc713899":{"name":"graphql-codegen-core","version":"0.13.0-alpha.cc713899","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.cc713899","dist":{"shasum":"ae4ff850177248557d5ccb85c544ef03912887c8","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.cc713899.tgz","integrity":"sha512-r64jbT9mzM24f6EyoQA7T3VISRfqNZ9CZJbjA3N5jF0zUufTMxijAbl0iWNhTp1juCEUlDF4xZv6o4f2qt7vOg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs6rDCRA9TVsSAnZWagAAQU4P/0q01QLojGgXulvUGNPT\n8AHENEXHruxEFSDlY/kqeF08Yh0yzqBF0Pqjuo+Osae2ejXUwNHe6v8aRtXh\nXJEhR1pBqu49ianuE7YLjC8xJG9AFDmDkUwNgefjFymgUs0OrUuKefLFoBOv\niqemOg8N7qEjGpvqBMmLsx0MOoDP0RS0CwD/AZfu4KUjDCT5SltuZBk0PbXp\nshUdBSWz5SpjKzXjyW7liqNvMkx1Hvb+U3Yd+GKRFnIk/RsefjTNMyobWWja\nmaWAphlGtSphOcIp9jGhDodro5ctHomQNQnC6luVpuOMOZfkSg6oaTuMzRBf\nvPyJbt/CX3CSTjJYheBNgV9R/NOe2XzHhXmE1qwVNILsdVSnUuC9WxxKv1FF\niq9rE3+/jZnfRs5e3IaJ3tTJhZ5Siw76nPODjCFhlUM8Gppx24z+11edUjs0\nq5gF1pCAbl/Isp8p7L1PUafgZJ3xrsxy0oEv0O8sfZS9/OqG3o5nD/Ed2IJM\nGxhrRhEjRoY+4O2BZYlaVSEzZCPEH0b5Mvh555y34eoIXim99Q/0IIVYBZ1X\nDQVa59Njcdl0azL4zVbavhFdKRuei6QkGpMcBkqAg8rFIDyeQ8jhNuiKLMBf\nFsz0fz80hd/iGyukWpndpUpCd0HuB9l35RxbqW+i21kf8rktviUt7EbLErqa\n+Qwn\r\n=qX6b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDD4YMmAu7DvxbvcOK3LO7KC3nYCgW8a/oe3rzJH4lMgIhAIVrLRu8aFX6yWHkmH16B69pIE48g9BlUHCVPOKR8D1W"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.cc713899_1538501314723_0.5149651484166555"},"_hasShrinkwrap":false},"0.13.0-alpha.5276d1c2":{"name":"graphql-codegen-core","version":"0.13.0-alpha.5276d1c2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.5276d1c2","dist":{"shasum":"2b6624c182f2a5f91103eaa9f449f7535a24ed96","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.5276d1c2.tgz","integrity":"sha512-bq80gOwWADsvoAubZKi1Lj7I7W9nWU6EpfIFNKumw57TV3Ma/q7YucNOv8kC1OHcIDNfz1O6y7MQ68ZEFkyRAw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs6uUCRA9TVsSAnZWagAA8sAP/id+eSqPUMTvB84tCcXu\nFngcl63pJfzHzQOhwdaiWAhUI1WbJ0VN0spEXkKUicY+vywfNeMhbXNz6PnR\n6AHOw9Kuw6xuxsMse68caQrzDvs9e/7jkRWHIZ1KE65HAzhImVOL8xi9Osbr\nhtkoQzhC5dcrUXw/Ma4IosDR+JXDnn81cdOoAmnGTxgX7FzRGuy94HRyvm8F\nZ2MIIcs4MPn/ulKTy9HjYybw9m+MlE1FtilKOYUrzJEyseh2eAP5YZroAt6F\nHBNSBWyhfo2v/aOJGwtWeQ4YMkARqpG3REXZ9fB/cvN3h/No48gzgoHTfuSM\n/QHFRmcuYA60hPzgK6Ectyqm9+YHkU9x8K4UCCfQKOasRdLR4qJz2PwOVq+O\ndhfXJM2R6sYudDcbDddQA00xTYFLY076OVtG7XqLEYHgCz5AcVYm1c+S6Ryb\n31Hs9ekq9aPIkr0lYqzfM/4CUFcY8JqavZK04a/jvyW7ZGda2HIiVNG7k0yL\nU5igryoNjrYuz/C2YypVGCiuAknYDqs/Ipyu2SHjigwDRv9ONfcqzjKXucZV\naZv36FUteNZf5NMKaQ7zCwA4NseAdxdS3ApBeVAhzc4QjEM0gD8BpmEg6n1p\nlo5NMya/zUpH7Hyyo4RayY5mxa3yu1sjEMt7Snk8/byiOu5RxHykm0Cy1mQK\nR0oG\r\n=oX4r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICHtiMySNJQoR+o5WMPxbSfHzXMky9HOs/Qej09jR3kJAiEAukGIoETV2Q6QPL6UoAkRRgYY8xj4ywq3Vbqiui9kIFM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.5276d1c2_1538501524008_0.35283977994111093"},"_hasShrinkwrap":false},"0.13.0-alpha.9ef3d2d8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.9ef3d2d8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.9ef3d2d8","dist":{"shasum":"ba454d7f793c78f2e47f4973f4eb055c04d5f43b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.9ef3d2d8.tgz","integrity":"sha512-JkCk46wGg/xlK3B6BXDnmqQm/ItWtTdMSBlcvbSSFlE68anuS9YYKhJ9q7m7ccA2d0FHXYpglrgJ8sfXO4hE8Q==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs72OCRA9TVsSAnZWagAAM44P/jndYxGzmOgBlnW/jYNQ\nf2IRFDG/ASc4ri92nlY1j/30Z+NFvhqJ0BVie9hAF/FboFBscObDFiSuvwUz\n16KVg2fawzXzwHUr9AI/YraEOsUVYMD5dGEumPLZlvqRisB9HEx9OV2deq0G\nhjNvpxQRaYC0jwYo2OBxQVdp0FScvwDiHcazYnSwc2xlDc1cSgMXulJMfQSC\nM2NjVMIzK/2043FydruyMFhxQcXCrq4d3Yo0oPBnyn8PDSmzQQYG45S8Orz9\nb9sZN3jYANQjAq9jljRsbkHvoNqD9NU/RJi5hzvXqVaDLburQKruE4EDP06K\nT0bLnZAYtB+X3ybX9s4X8Kz79OGB0qFbtCVXv1GsPdsxj1Nqxn1XyuACKlgk\nx9TXjATu65b4dd1DoYGn/00jLky9Nsw1roSuAwLhUP20rOnaMcq3I2JALoBC\nEvkjvx9WGzNtPUMRVm2YIN7QZmMX88akHyhFtmPhFczAJb6Bui3iL+whXO8H\nzs6JFOljS2CZwbPQR1iQj1a60rS+Fl17dHhH47u3DwFXC8z4XC1JGk0uc9BN\noYZRiE7JEbAZtX/Abo+C7ltL4VeJurf/REaYoyyUhxub61i10lninwRTE8vs\nudsmngMLDPqsXyt0tSNbmybaQGC+zwfPL9BVFPc18rimTMq1UeVK+jfmGbMW\nftzW\r\n=mkWp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHyVvOVHfCH5K+wC+fMcNX9tQztMf7clshzQPutGBNNbAiEA9KMHhc4XEN+T7jMBowFKGHM+LJSeUxgCyx151i7qAs8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.9ef3d2d8_1538506125904_0.9360606537984693"},"_hasShrinkwrap":false},"0.13.0-alpha.67178b71":{"name":"graphql-codegen-core","version":"0.13.0-alpha.67178b71","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.67178b71","dist":{"shasum":"c510fdb641e1efc801326586a65a3907dc63b0a5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.67178b71.tgz","integrity":"sha512-XAbOyvRiYf3WFKEOYhjm0eveT6KrJMf1wIfSK6jeN/f8YGmWZYXDyy56YmfbzMHnyHTltb1JTLSVb/eLcGNuUQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs78ACRA9TVsSAnZWagAA+WYP/1EPtAPyILvvDxGcokSt\ncfFEl1dsm5H5lUYz7CbZMVP8rCWTGvTCFypyZgRT47Gx1f6cs2F6j03LrEtY\nFOCAO37nJOVBh4Ku73qVh45PYyvS+Lb50qVGWcaAhz1WO5AE+1PPDfbDUnUj\nhim2/aMjPFUvbvwDjs3SjjojbxXelVFEvKzLYGNjAZphv719nO2ykkFANop1\n2XF8LCpmavZ2kDvjoLuzhYGt689QSlhBXipuLMBKyzVVFveUnM1dG9lyYQeC\n53p4a1hbCOa/MCY/sZHJh9puua5uL94hUGL6A6f4Rul/tBolyv6HCtT68aVC\nrqmZ2mPIKjmy3QUceNR3H4Tq3/GGa4fUkuoK9pmijmwpQs7wvuZBl7q/7JhC\nu5dXlJaEPoIdpgqqlKQRDZygbDAbxeKoKiu8quAJw92nHnO95LCRilAoFtG0\n+cawpyf5j5PffSBubXL0O8RBNmPmsYuv6qA6rqqIMfX18ESwAwFL4JO6ojS1\ns6YXgNVnGFXI1PqRc491ur+DG1o4J/6CkCHcUVckC/Yx4DK1KtQLqSeCMwuI\nwXO9cAbzXDo967t01AH7jdkOpZQ22+DP19vurephYlLXV2u8c4sk9QeJXVVW\n/BrEDWNjfRAzw88a+ZZyf76MSaFcgMn43Nw6VK6kE6bgVDjn0O2hOWsijJ1v\n9hvg\r\n=jjoq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkQ0mVKFppVr7SaprrcLhOwsySjbKZoNejBpF0AqDzQQIhANhUWJzE2BFzb0I9b6xKhA0TXgKg7oifklThboSXXR4H"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.67178b71_1538506495553_0.43467428079674253"},"_hasShrinkwrap":false},"0.13.0-alpha.827d6cf4":{"name":"graphql-codegen-core","version":"0.13.0-alpha.827d6cf4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.827d6cf4","dist":{"shasum":"4ddfa82a2e20073f4563139469e3d30ccb6ce23c","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.827d6cf4.tgz","integrity":"sha512-9a2T7G+ZPmGZ3N4iUM3sXNs4B87wrWI0tZXukRdMyn9Jqgl4zyFiCKH8ng761zslpQQulLZeJdLwcVzlci3jCA==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtF2zCRA9TVsSAnZWagAAkAkP/2QXW3yg5ml4ggjtXvCJ\nnQqM6YCECx7V6REG4BiSnDpyDcAEbmxrJ9OSO5ozRwxLcpm1cWAuJDgyxDs5\n/vQDoYv1xeX19CSE6SqQkXKJI8JnUmdA6nq4IACrkEkfkO418Gs/PwL9SMyV\nW8FAEAf6oleAneHKRu7odoaX+yE96QqyDFaxHvf7j7aF0/WHf4BrUl7HkT1z\nzh9O/URbNRlvW7URRKcARLsjeVRrZREuyvuiayslXmbVONo0T6Y+XQheLDOG\n62uAJcVuCW9FT8hIwQS+EA6UXuMnOuQjOs071lW/HVJSV0ANcBnDOrUKXsP8\nfBv/jmlhJ9MJ76aOMPjBWPxKKCdAPbjPjtbfmGmrxJfRrkYdP4qW3XuW58fw\n78zMa6g3mYJgcf04vovnTiNKbwYMuT0YHeRPaO8lCFTY3Ge9ZsNNs04m0X3C\nvtJVIJBdulqvU2bdoTiJu1HeEPPh6s/y2Wwafz1stpTdFh26YNXeJrNeckZr\nzQ5ET8lEPujebu/losZt3Q+XtdFAlCwlcCvrSgstJCXN16r66hEhihfD4d+I\nMfDW0l4nzCRkYgi4iTJ/gRHODF20tHHcG5/i7nwu6pVc57/fo1v/7MK+7eUR\nLJIzILvSgudTkp0Opxu4x+ArkMaNBzQa3D11LqFxuxcBGPUfFs979wdDK0ja\nLZTS\r\n=ifz/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGtY4LT+lDIUmWolJN/x0L6+n5QH02PZFBrj5RXmlTHpAiEAokOYv+99U2t/bNJSSbHxnWWihhsL5w9LLRFNp+o/N/8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.827d6cf4_1538547121962_0.24514790745992787"},"_hasShrinkwrap":false},"0.13.0-alpha.6b090baf":{"name":"graphql-codegen-core","version":"0.13.0-alpha.6b090baf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.6b090baf","dist":{"shasum":"36a83d2c1b049fac36c75873ecce1387ad7af041","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.6b090baf.tgz","integrity":"sha512-3EaFDaIrLZ4ZMxfUjXbSKN5GdijmPmkwrIv49ugP51+fLLQAgoryUgZAtbZVniKN/eH3kBEDVL0O8nZEksBY3w==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtF5mCRA9TVsSAnZWagAAXOYQAJ+HNlk0///Vi0HP54ze\n1lMVCuPl+BYLoP38KjtbTv7ZhRfn3vz2Deo/LH3sqtw1SREY+lqarpSaxIpT\nMwgsm6nFXGdnPpT4XcXIgjBEUVQt9OxAGZ+M56SBVQonsv/zXd2uRVF4owQF\nRuBqPzowXctsNW42xWlKlwgN28SFsFXGsIyHqRXEPrRxDq7u02ccU9gJK5vZ\nVFiNpu2RmGjULidIdtGk0oasoGd7XIIw2y5SDd8ZWnH+GCRp+aAglRchIIRJ\nUcwSnfetQds5CxZqR2mKT9RzKk+f3VHdYP63DYMisopzW+q9fSAUTP2ZOyXV\nsDzDWVghyetRMWbK1uAQK8aN3ynvrMbmR8vJlfSZDSdC5VAiwsmiWkxhXtXT\nX7CljB4LrF+RrCG3miSdRul17HX6AkTm7XxZPT5VHOyC+TTP6SXCWu0/DC/8\ncpTDuQ+TPaPTNxzGlLOAOlaVkJ0O3Qo//m22KdnYvN0G7rLfsPLYWYCCgb21\nc+/tRmobEF6/nAIYymUMv2UofzuqAYHD1G16AWSCRsXrqX2eSyyhn/C9G8cj\npB2wIXEnWMDbJ/zQpWILHVOUZpB0tjUmT4ffI+bI88mSxGAsjIPVTPNRiXfR\nS8n6mU02E7eJ9orXJNujz2TVWUHGfnNa38YsmaX+fe9IkB2HW11dymu/RZPF\n59+X\r\n=TeqB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDztHs8z8Y88ma5/Ry1WZCAp3YZi8BOcaTye6PehiOBngIhAJDFkyXYHGM2J2TZAVT2LIPiXS2yldEDD3QfiwCteJU3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.6b090baf_1538547301807_0.23583767165557412"},"_hasShrinkwrap":false},"0.13.0-alpha.64db831c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.64db831c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.64db831c","dist":{"shasum":"ce5a36ce399d79034c7cfbba1585d04ffe9d0a5e","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.64db831c.tgz","integrity":"sha512-Ne8Yxtk6ZMSi7bWCv4H3uiN3C4QfmkNTZr/C+t7lE7wGZ+A570OwdIWlkS1r2BPzoA+r+XSVX7TvGEjIAX/zmg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtcejCRA9TVsSAnZWagAAHC8P/2yjkJI4G1S4AZ+PsrQ3\nsDMTXxZxSZn/BgS7AbG7Bxj+cIEepD1PDduoJ+Nw/Im/obmbCanfn6oNKI9I\n9mAPEklzcBhtXv7V/fWhYEfDBpdVm1LIkazpEX6y5dSJdCGDoYhAAfw44UeD\nK25Een3uCdwyIkM2VZjqrmhSugoFU6OmgcBajzU0+SlH6tG9FvN+0stecBkL\nG6IKQYbDSPDdzeG7x6IOfCti2Mvu+o5q/xzkAR+OYZpVygS1RJ9sa5Jy7OQm\nWQ2w8CytWsAuaE+EmzSMPqD7TUES9BAbFCEN6tsc/jIABOZs0bEJevTH3qlM\njKvO09aO1qEehTTZFl90Ef/+RW0ufDb9qwJGiZHkVV8J00WNNuHI/BDL+0W0\nIzkfDWGJgbCF4oosC4D2Jyw9M+sjGPHdfEwFR6HgSH8M1cagwTaLAeUAhfs/\n4Q89iLDT24R+NXG41sz/j2Pulcio3s8jmCSiB2eR2oBu4/0/Rn03k8mW8BgF\nbSNBKgS2nNvaoMcb+JKnVWEAZcTkr86xeTGbYvfotOpErMA+8AbyFCadQlLj\naPDd94tf8gWOeU3V53NBf/d+C20C29VXwC54wmPQfsvxnHa8kGZ89MxbRLJx\n45pmY26jLz2Sgu9kP+iuY94iXFdKgfhWcdlELOYhF1VbRZomO3bItx+36a3x\nPLAX\r\n=2uYN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCM6txwFkAi9Es8+yCKzPw56+zkujj2Y/Uxyb3GML8jgQIgU3hh6zYIm767n4PI6lZnLT+v4JD5yBr0Yh5brRxkIas="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.64db831c_1538639778713_0.5270443011621984"},"_hasShrinkwrap":false},"0.13.0-alpha.21eda4be":{"name":"graphql-codegen-core","version":"0.13.0-alpha.21eda4be","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.21eda4be","dist":{"shasum":"d8b8a4e7d657e7900d81ec778a9136509d03dd4f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.21eda4be.tgz","integrity":"sha512-93uV6OXyh0hZ1SxQba70GZzoC2oDvpKLBRVpNuazkuCuZOJuDiXhyg5JSPXfdKru5wrHVdC9+oHtcJgUiXo17w==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtcfDCRA9TVsSAnZWagAA6+MQAJS/JjSv9TimH+akXj71\ndvprq/D3jjijNcUuFlNaNE5ZYj4OSGxSL1n+XKjRqAnB7MfVTYOAsLHTBG5C\nI383mchUTAIqweJ/gRPEvNgV04pbVKey5dBAAOGhwZ6BNL7t6SD95VAeww+a\n5lQ2n8gXsBR5/+KlOZsucuTcw4556xT4U54JgA4selnrwE3RLFc/eq0CXp9X\nkxzWnBhapRUGHNqsfnEFrqvg3UDi+HQzzUWjOX9rhUz7i8yGQZDnjrW+LFIm\nAriqwS9E53fLVHqhD8/tKRqBsjx8Ww7iy49M9J4KP2Qh42rjKT7VktTG4yX0\nU6iwIRfgs0TOIRWKCS7M9iWiGX60Kb0OBzkQt7zWLqO7sSkXzWYsf4KHPaOc\nSwZd3Obk0Sv6NTIIqRUIz9PobMvACw2Wt/g1zMiPto51r/XTh2qNKuw04kvu\nvQstrMuBE5KNC2X558xb9lt56ci2jA6qw+KDeNJ33v8q1iHjM9yqcuTjDyNM\nfD4moajgztd8YmcqU7sbbF1z1lgd5sKZok0x8NBKJ289+wV39zqbMMKhhcDK\nPwIhlz2spB6Uq5s7Ca8uT0hhruGay8dnWZt++UZGLnGUyJYeAnT0Fz0QcU+E\nNW0ZS2e2uL6MKTYS6f5ag2chmgq1z7EAWdGAPvx9SRfjdQ68HiFVAg62dy5v\nGAOn\r\n=/Yxd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLkiFNh/Xw20RveGaXW73Sqkc4wA4pChw8PDUkbctG5AiAzv2s2JOJIjnppaPz2YJzPDPCJnPghFN3CD9VP2VFzmw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.21eda4be_1538639809901_0.9833388503842706"},"_hasShrinkwrap":false},"0.13.0-alpha.de54a1ab":{"name":"graphql-codegen-core","version":"0.13.0-alpha.de54a1ab","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.de54a1ab","dist":{"shasum":"cf1f422c3ead4ac08e8ea561faf57480d788dfd6","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.de54a1ab.tgz","integrity":"sha512-uGdbRbz71crJMIQcM/PyytIb0jzfZF6RyqPk1HHhDsECWPZ/hRLRJ5C8Pxoi9RBdZL59kMBQdKcJGZClO8ObzQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtcfNCRA9TVsSAnZWagAA7L4P/iDVAIqTG5f+bigN5VXJ\nUIxfbeIVubXQRxRtKcY7BxvdCsn0TfzTX4GHAXXDR9e1QISp0MCAuTMc0ndd\nko5Kpvx4h8MlxjIL6bKI6WUQJVbzvkNqkVbHZ+2Pr06r9tPbK7AsSe8HRpXd\nXb1jYNfNO1YiPJzkB2vIyAV0ID7ZRIZOVBk2wd1/Zxf/N98Shm/0Zu4Aik5G\nzsKyW6d6ME44Q8kS0ur0bZzF4q7XHbQ/W30jPXHBuxARgMTef8N+AVjFJnJL\nxCfq7iwuedjZdN5SBxOgj60B0vq2LqkzlbiaLbYml9EP12TO1sZLnMM1J04G\nevtlXYGLHpBlCRTmMtInmuIVINqbtyk/jqtTIvHfmb6T3B1x8VtmJ54xU/rO\nG04SDlssDSnSNujvtBIW8pRkX+I1zSlZ3AWat33ed6d8fpF1k4jQ7CoXM2Ys\n2YodEsjvYavGYGLGsv3P99Y678aqxcnqeimHSq6cUV6ePhiw414YUhIs8Mv/\n14CkVZz8KaUrrsPPZJI6+WPXrfCWtzcet5kegvva5C6Mz+X6s+9BMNw1xAoL\nUym9++TR7cY0hI5hkE54Mq81KafMuSJYSFzEplN4Dc885jotdvf7cnYd4i1o\nOorcNgguPxsqq/NPz+for326qynv6ejTHFIGRBVXM7+GzkqDzZgDvJAU16sT\nuhcT\r\n=I7rM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHXyiNWaftVscpicWmi54FlGiUYehYNqhb4+ZcJrjmXAIgbQYClaT3WT7LSNuWw6WFUDeGqSFCUhvxBRtyRdF26uY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.de54a1ab_1538639821048_0.058007915030344526"},"_hasShrinkwrap":false},"0.13.0-alpha.10ba15b1":{"name":"graphql-codegen-core","version":"0.13.0-alpha.10ba15b1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.10ba15b1","dist":{"shasum":"0d2e6e95d4e75ffeef2de213218f025b75e23acb","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.10ba15b1.tgz","integrity":"sha512-4UFFK9g9oxz1tqbglOjmP0Rw5L7EDggvEBg21e5YqZH9eR05UNV15nnWiAKhcVVw00UHTJAySKkAQzO46YSW3A==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtchfCRA9TVsSAnZWagAArpkP/1bgQbm6DVU9/BCGS6dQ\nJT6zbjV8cO6mBeMpsHoGdIQmHyxoFXq9Klfm36g/8ettrh5FrsNG5InBgd9D\naDAZfZtwT/0qKzrjFDBTZPMAn0QEE8dXO6icfgaBqmk4S4GsLLXWoPtYbzHv\nBDduivTagaIG7t4BsPEhPJcMxWSd5i0O1q2YLk85EbDK+areucpni26OUviV\nfVWrdsoqwd2ISLq17nl0r/8+AoNdGUZqjarPBLV+0GidEpiIfYV0ZxM/TeLj\ndGZLTJZBMAlgK0wjrKj1BedmV/c/hFVJ/yPjDghEQkbEbF7RwGlfLwf+wDgb\nSCo+RUg6LEm0+PpCbuirBW2YCTWo+u9w8MQuH9S66/rNJloxB/uv/h/ghC5M\nZnjPFlY0GuTiNl8W7HQ5WsOqQqR1pJqGuPu2EccMztBcnA+2IYuu+S2ch3/N\nre1AWllGDc69+aUc2AEix1ZT54xKEnvClp5mFNK1qcFKfhn+AcsNqO3IayUO\nXTDcaiqZg0/kMF6VsHCKX2LERIH6lY/BoB+OI6mbGK5bVh5SjCBdiStlngo7\nKJCEztDAYloMl9o5MkTNY1eY9qa4HdcYLe5T0kFUVpGdRzvBvX8Id+ZEun6G\nD2geWzlO08QLbd6hdC4BWtuyzWuJsc4JZQ6pvotTK+wuBbmHdP4uLgtOJzb9\nbKXC\r\n=3fFM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5+QCBIDpN0Sswt4XZONQwj02LCdYUJl0RJGb6CdbZDwIhAI36u8aZi95YNVstW4rap8fd+aq9gltpqouUIpz9xp6J"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.10ba15b1_1538639966854_0.03139754180174359"},"_hasShrinkwrap":false},"0.13.0-alpha.53d0f6e6":{"name":"graphql-codegen-core","version":"0.13.0-alpha.53d0f6e6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.53d0f6e6","dist":{"shasum":"403efafceddbb9f3be42a2d9d6504367859f1534","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.53d0f6e6.tgz","integrity":"sha512-Sna3tXHoQT4LDiQVkNfKShoBXCddIj53HGr0u0Y2BpCuGoukwP21Ixb3J0nZdL6P7442YBtl/tH9xpbQjVx7Dw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtch4CRA9TVsSAnZWagAAjfEQAIzRNopWcOmqvTVsiBtr\njB7hDDQUdwZxBpqhP36I8M8xGbnDveRSWsox/4XvsR1k0C6aD/MExfzIHx+F\n/a9Lmb7GcSnXy79LXgGxZeqxrAk05RnhIbzpkZOnTlYui67jSfIFkGS+BnES\n7wpRyhKFZUljFCPRb5e/zfai4w3tzZNCRrsb5tqG9ef73WOaS4//wtzwTujx\nnuyzItfoGvjl7vCJb8GmvQUr1tt6Y3agjc6uBEtm93RjBK5Mj8jI1Yuecnje\ndNm5g+MXvAXVd3eYxK8TAKajs28s1UHtCyEO7FS3KALiP1KvEj0DjjQdBSAT\nXI12kmxacdJc1d4l0hopq6yHwN4WnNrxV3bxS2uMZ2LtFaKT1u1ePOHdd6Le\n97zcu4U9ms3ow7IxroslLC+0owun7T93Zb9PukAFG4kqO6yw8YA83BUE0nHq\nJorrXW86B5cqQTlN6IVMoxkOI6k4i7e6nKCBJsZerl/7HiOgjQbDZqtS4Nrc\nb7h2ZtLIXyVkOCW24YdfzwxsUZADWlqYCvH4gLD9zJApYVevrhsdLLSzk1Gt\n/gCiwNu2vc7IBMQFrYyEIQy/1GzRpa3vbQqUYjaBceCy+dWkK2biuety7cYF\nETRLUPpnGrsFb0Z7I5HgeBkNapQcwndw8+zByBgLSFtdm8Ub7XhgqHiKMeNr\n+q0W\r\n=fzmm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/294nYFXIbD+JQlnNXXs7R+2VAsOZMVXdOmPG1AVA2QIgOtZK1hZLlOKSZg+iTXwl6u/kjFtDQ7kIEmJ5QchGKw8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.53d0f6e6_1538639991781_0.4615444802684383"},"_hasShrinkwrap":false},"0.13.0-alpha.dda39b74":{"name":"graphql-codegen-core","version":"0.13.0-alpha.dda39b74","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.dda39b74","dist":{"shasum":"d7f798178a53f532fc8c36a0ac04c8e6d5569ff1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.dda39b74.tgz","integrity":"sha512-ohevxSLEzQL/FNXQjYl/u+f8/Npm3Wu1MpVQuw8xCrNb+gdVZ62rS3i6yStyArURyTWbKOaQR7XSIpj94w/szQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtciSCRA9TVsSAnZWagAALr0P/RpM1xVfI3xtFFMoXQr7\ndB43ydtnvepOvCWVf1XTX5BvfRyBvJWM+nNZMZDKeHmDMTLOr5MSlNNawrqC\npYCmC1h3CQbrBMwPNDCItV149FYre4HVnhhgNI1oJHKiIUTBJ5oCmsH2ZqHM\n4fefwhiIbZbSNlGpsJOUZNOrFKMXNSBEiMJCmFiicb3ZmzhmNODHhreKsj4W\nCjj4m2UDIc2tR1ZoorXc9yoHblm83u3SFp69+pTVXi/nuQpFELbPglB/ocOF\n0o32FZoskrk/VO7bPplPKL6PZ54uQSgugmyNOrgDFnLB2dFd+nG1woxKhGKH\nWvkXBsJCzLQBb5sqU5q5TBL2ZH6dQEKX2IFWJDRrPOjoGFPpJ4joRymSqWly\nlGE1dxDSzH1MTFSnwVJ15CmwnR2kJR9Ef9HJomtr7UGRX5KL+i6FdBL/z8qW\nh1m/DVpt8dhGEi7amy0YAbVqr/AOC/sx/bDvsEhZXCcU3SlWgyw8mjuUGH/c\noYRh5g8zOZ8TF2pIpMUmcyIcBEqQAnRZEOiIufHwwRxhH/paMumpAw8FWJ4a\nOoXPmJNzkuvG7dRPUaKCFQJoadA+WBXdKj4LuNixIXFlsY1LwEkNvjIVwygy\n2EwbLTf8mPsuD3siqNRYP93vu08vLWGDukvIPR4xVKwd7n5GGnF2PDi/tapa\nd2Z/\r\n=61NW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtS3Y5CtcaFM+rDWJA1SuSU6D9h7RBoG2XvGJ10Ji3agIgRbo7t5rfgQmQMsjMOMi/2ymPWqR++79EDkkTCIoyTnw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.dda39b74_1538640017947_0.6097511439007899"},"_hasShrinkwrap":false},"0.13.0-alpha.812f139a":{"name":"graphql-codegen-core","version":"0.13.0-alpha.812f139a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.812f139a","dist":{"shasum":"0987616c6f1baac32d098ac15ca66c3b38e78693","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.812f139a.tgz","integrity":"sha512-I3Hw2t7UoZM0dc0a50t80mH0fP8hZwNdNO/ETjDaCIa68jHgMd7h7yfbr1Yvf5sUI7Y+tlLjdSWtscS4QAhQRg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtgboCRA9TVsSAnZWagAA7mwP/j4WVdclBw6IkvGFu/9/\nEnz5sjgODqz10/ICYbGCNpCEZNeG1nP55OODV2N7m8eF7TYjtdd2jxOmOvup\nO0KDkfyCwirOp9k7E3sxcN73hDOPOQubchh6PfvAqiB4ky/RFJ0/YwiSBTIO\ndGX5tiinC0d0xYxOKs9HEqUR2z4XNQpPFUKNeRB6t9fIOunPRVMdqlXy+e23\nzNH9c54rmEHuL167QIMOzXMywR7Mnw8Ixmh2p1B7MBAm/FK6eA45WE23yJsJ\nQeuqNs+L/fIK3cYzPd8mpVW/4Lz3YlXUf6A+ZSMVLtmw5F8BV1nVs0eYhHL3\nLi6IZbCN0+idpc6gfiq6vGeND/e1y4hY72NPqAM0ymOlHCihIVK5QETB6INj\n9jCzZJc9MdOLSLh+8Mi3PjkZSQMhdW9nxByexQY/poVHjosBfXOw/b3SVXVP\nTZYdUlm8moFEVnVL+gwFa+wuWxVONBS9sVM5/MFOcfqByFADWftQhY526LHZ\nvvXY9VnettRx53ArZy22Tmlt0hQxGKKVhCAtaK589/pkDISKdaqolRiySPN+\nDHCkqAvkmJO6V1FcR5L7O8dAkq271Nbm9tv2rTYAtJtkllykNXeebQYNNH0V\nkkLZx8t+ATmJMpR6mSE3Mf91iWD3wVRvc/+a1XZhVSkZiYj4wSgLUTd3MFGv\nzuJ2\r\n=hyGb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBGccFvvqjMeVTiX4zJTrUYMyinpdEBfIBS2yKT4NvYoAiABtNqiG8HqtrpWK0CZhII7VeuqIE752lmxNRUE+zJ2PA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.812f139a_1538655975822_0.27928014715194505"},"_hasShrinkwrap":false},"0.13.0-alpha.292c69e7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.292c69e7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.292c69e7","dist":{"shasum":"a3b37f99dee5b6324b73b0c8436555163163baab","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.292c69e7.tgz","integrity":"sha512-P2CQuRlJedXR90khXa9TGNi8KJezxF8s2Dvty+zLkdNDdcxE+CoGmKMh7zt4XBb1U/RN9D3B55SDe+bUmEJtdw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtgedCRA9TVsSAnZWagAAhGEP/RBU420DsunU9jpKhqIC\nR/sgMoQbVgylnD5Nb2G9ev2gKEXmEMvfwLYwTKr8A07gjqfNnvT4FmtvHIB2\n+mag1sjMlALRU8sqv0G6cbRhKCWHgm6ZpP5/A2zuvPq5IboBbXTDo/8orqel\n9NmlPgOiABE1Q3tIHTy/ergF3qURlHGetg3SrCPY2CeDMN3NlfHvu0uwX2Na\n/R6W1ottS0qAzfCiGGwYmjvs6wBVkMZeZQ8Xm6x7y7cZFdgEk8YnWN0ku5VX\n2xiv28PwadZOtXzxOkWTZ8JWqSAYqdtjzTrSVSOIHcmNxZXa+n6ztcrzuDnr\nWtPZ8SqDmeXnyIs19vVL+WV5NMGaWDluTwWaelA0S7jlUPHQkXdfaNYAmRNU\nAdB3tbvYMkt3hykRRVMB6PY1PrW/ecXGdxw9Tsf3Z9MVlItCMjGuqmH6nNhe\ntz5/fCerbORG67pjtPFAn2hbKFQW+51kjIsl1GZtwsZ1n8L4MbOnrCUfYoKX\nVSl0ud/LG+Aj8RbPyM2rX40+pbZtUzuGnDCyjm8Ie/f9eto8N7UEHncQtnHn\ngTY4XhFRfGxrKeqyO5Fh+o2Thfhwx6XUGOefarS3i7N1sefbb8qgt/J4OtJ3\nYdwbhDgjNolW1djZYyqJ3eJEdqmVZrQnw9cYlhRhgk9IDGn9lpLazWnJgcZM\nwZfP\r\n=+G9Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwYS5XvgGEoFIrgWp+hmkozW9afbnqPcRlR5E5skwa3AIgWlgUbP9w535Th7nT6AZ9tWNnwZ7MOHJNgWNKa7+EKnQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.292c69e7_1538656156670_0.9988034481681287"},"_hasShrinkwrap":false},"0.13.0-alpha.fbd5cfd0":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fbd5cfd0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fbd5cfd0","dist":{"shasum":"8c16ad7b325687f902b27774f84c1f792d9fb4b4","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fbd5cfd0.tgz","integrity":"sha512-rdrxemX2J0gX8W0epApBqjeruzXjKw0ZATMSLQhu+tte4Qd3SW++tJhVh/K7yEwOEHVTPr5qL8bJoCtKpnTJWg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtx0DCRA9TVsSAnZWagAAQFoQAKPPk9VQ2Yy++uEDrx1s\ngEXJz3A2FD+SVTqvn7E9MHbpvWKy5b8RLn1ZwRA0rh4ccW83b2nuv5fJSfdm\n47Iyuk2wi9E9pPGZMBelLwhWRcqb0BJlolvkuXazp7C3RlNj0yCYYMqHMOJD\n/38q4/tdhT2jy19CoTy5QkJIEYAvKmD3NVu+2rcsdtP/jB7VZUKQ3XQjtFkf\n2Y842DrMcx3gPlOiKA4Yb7/fePWAp1NFr/l/pN6G6+VWNWya3CqJJbe3HiLC\niw0xE4m+ZWPOgeTw2jKkoraSeViBUqX4CSdQviI2nnGTYhKbaR44hKmJkPZH\ne0NFa5VMeUjJQtovvrRf4u5/NVki5jBSErH6+UIrdui2E/kK6QuViGPs8kPe\nVqUVSnxuhFvHyTJhCrUyuPUGyUzEE3Mld34rqZOxgi186rG1OYiNanGAwG9h\nyQWQJv7l/P8a2RFiISRgdFTETDVLoMsorw4+TpCxEJC+TMCPmMk1GlgUHh03\n75EI+VcZykBoiSkooe8mFMUB27mGlvLJe9qH/gL/8FX/TQ2o3DMWVD6ALtAH\nJUbLTllLi1ZgmMH0qGaU7ZGV+JCdFYPyAOju0as47CoInc+WnMT+PUiCa20I\nvNhT2e7uah/AH2cZzBqZ3c1geseOlWRuXfHGrdRXSmp5GaMVaRzOoSpIVZL1\n32LX\r\n=1oII\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHyhC/pvA+ojAi9G+8OAyM2ltwmo6Z/vX+JgrmjGxF+mAiBcobB3JXRtHN3uMgv8udPpU4QkNQB6sbjDpKAtbVgmcQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fbd5cfd0_1538727170256_0.6199146443388"},"_hasShrinkwrap":false},"0.13.0-alpha.70bfed7e":{"name":"graphql-codegen-core","version":"0.13.0-alpha.70bfed7e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.70bfed7e","dist":{"shasum":"23de9e9c2ce3cc60914b9330149eb83dd284e478","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.70bfed7e.tgz","integrity":"sha512-hgadwz0RA4T/ROFYk7oqRTHvlZzh8j232Ksp3UPJaYCc8htA942wqyOWhmL2ImamFirHmV6cbcD9Eta7AFMSrw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtznxCRA9TVsSAnZWagAAFEcQAIfgxB/xFfL9G9v6wUux\nqouQuSxDs5RKUnJo9n+alk8Q6WNUOI258srb9xC7vAuAwihVqldHZQeezoOS\nqqvAQzSSX/VzjWtg4SvqMCYk4O/3HmwcLADPu/Xmn14Y1AaoJhq3rBVnkqjI\nWFPcYqLiJqq/UZ/LPfUPLUB1xMir3e6Kk5vB/1o2zR3wBih5UxCXd1J9wSUm\nsv9GGN5hxQKzMSByaye9wyvZz8Y30eVK2BmBrgshlFci4ecNE8YiNHop9H6V\nqwNALCF6EZjNafMMrlH+4BZMlGKAYgCoNax2v3YqCD9B2dvwOvsQibhK8Ds+\nbtJj58u94AFEc6Am6OTfcj8PsXethit7e8BpoeN9zsQdvPi9H1TXkscXbXq8\naqXnIPlFj/RAnCljLMrfDUKuEBhvyvNW+h9de26iG5eSnIMqr7cGAjTIDNtU\nzfhR4K4Mbj7p5406AyoWOxwMvMIwzLY22lGRE3tSsOjvi8X/+iRi4nBkZ7MG\nae49pCH1WMzfh/PZLDZQ1foz3EoNpcJCsUfa9YHgN4qMOOPNP8e3q1hcLgYO\nGtZ/BKoPXNfTt4mjbS34Ne+MY83GXAljgJrfkaGBciJN+e4+PMMc5QNdqQoT\nzgMRYoefYOgV7sNXL9GzVquV9RiIf0lmneGFJuMen1hO1/9L8pVAs2JkwbTJ\nr4n+\r\n=t8e/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNKCm9GBylaD9hwR2gL/pYmMmo/5fuGW6PLU2Xw/ZmMAiAz28fxqYaoJY+fR+XcrXpKAKvfXXzUQTYYOr1l8+qVjA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.70bfed7e_1538734576822_0.6998265022944423"},"_hasShrinkwrap":false},"0.13.0-alpha.f84c63c8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f84c63c8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f84c63c8","dist":{"shasum":"8c6c8c972c5a2e69f79255ea1d8a8c75baea17ff","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f84c63c8.tgz","integrity":"sha512-62Jw9g97tuI1NssjamQNZmwiHe/oR1UxFrNkRirC9b7I0NKJtsi5kTSpyez260DFzV5IAcRLK9UhSnfUARnkqg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu5nLCRA9TVsSAnZWagAAz9cP/2beXh//97UV3G8TnQVe\nwd4l/515+pXcvDJ+qD9MNllQvBo5RUu/5gp62986P+PTdubM4NPMRiRloWjX\nFtRfdiVGaZ70TZf9G4XjcZZbYx3ZMPdEBKqRdFHLCkFhaqrMXoewkqEoHOpk\nvRTFcn9KZ5a9rFU5PZ8fs6VQ6Yzod+UQHyLaeZDJXDasCQQoNIdspGCEVKb3\nTxfw1gWjuQqeF0uId1sPQcjGeFAQjx351xt1z+Wy1kETzSL9qL1NleRzQvwM\nZ88zW8lCd2L/RP80XokY4iQrZc5HBL8yH+yPHRxpEtOCGxgplsOiviif7Z9v\npKPrMQNEog+G/Fy4Lr+r8YwB1e89KmTzvrkkIeHDKzWHgMjYPGBdBmaWLO/i\n0oSZEE7hCREuC46IdNRyLCKcZRfZ7xHkTMhfw9a18ps14d1G6ziRbfVdhT8u\nSeWvxiEg3x1TtunBqD6HipKtYi4Sr7RiIGJUYsy4QILx2dn0UA9cJBrl7gV1\nMN7ABYka/+eSFIHjQrcIG0phBm1qXS27tTIjbTRGZKHtInCRM1k53N8H9lu5\nVt4n5yRWC/aYzPs45uKFeB26nxmhVm9rMNVrgHzMaWJmia6HO6261YHiAvfX\ncVKy7XAAhPNiPeKk/QIUWNnKG7IekiANgpazKJWWXQVmOray/wSgijvyzDIy\n/8Kl\r\n=4nS5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlqHGs7Ky4H0yEbLsC8H3st2wMo12UbORYD/zZ5TJ3CAiAkCkDnEtbSlqEZjwzg2MS40GLcj1Hn4vCslaiN+hnXoA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f84c63c8_1539021258302_0.4392960613353727"},"_hasShrinkwrap":false},"0.13.0-alpha.34876635":{"name":"graphql-codegen-core","version":"0.13.0-alpha.34876635","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.34876635","dist":{"shasum":"23e2eca65dcd8c9975e4eea9b4c76fa7ece48cbf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.34876635.tgz","integrity":"sha512-/AIAMxVkEFNy+gnMaAgs+2vaxyftoi17eKokGDa30zp7Qp5k4WSu1Wjzh4mJ/FfNpDD1aGFncqvCE4Xu53xtDA==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu5noCRA9TVsSAnZWagAAedsP/iuZG4rTCH9pXrYRUUeE\nHrXYrkKS8BvZ5E2LfjQbLRY3TwRdWSzDRlTSjtV14yjqPlqwZ2dm0fy1VCPr\nzJjycL/53r6Q+YvIIezsqyvzWEoIhxwiwu1js1ZlzvMgl9bTm3z2YLseGXp8\nRmSPmH+TrgFUl1D5KSGW7B9mm7VppZQ3eZhjIyyCLQ4to39IaqlW428t7rhw\n0aOasWia5PD/uc4AWGoVhQ82I6aWkgOJyEsvVI800WC/jm0JU5sekiAjqyIC\n27jgSZWnGdAS3O5r27oFt4ELFg1VZqOFt5m3Ke8lX5OvgJO8dUlM9QuX/yXL\npbc+DGuTiIqdZa0wYvQE9KsA4TIfrpOtm8/d/+e6kQNmkEByd+8fkajGV108\nRuXprugcWf+fF+gsg7cj39Xp2jiWQCxFbIo/lGsclLWuAMtoifKXD1qNprVG\nvoyEy6xBzuCiE4BF6NielS8WfNXC6ufdOYX1Ckvbh5oRkqnrkh6J7/HtSQPI\nsqYAA9J4aXKFTGTUvO8Dkjwl/HF2V9eGFtv1SVIzH0/gcEVdMe/hBQZZVciU\ndi/8e5iMuWFWyEVcgtNWNwXhzcXZZ5yevtBUHZk9TyBb1KCHaU0VTr/ORY6j\nkVZQITBy6ZKS/Vqtz2gddDMDeAC8EQh20fAeWyQr9HniTbiPdSqFM/WbDnrG\nGnp/\r\n=K/UX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC2JAarRdZHGNmcv5GM9U88zYtlCG32iapcKre8fXwScAiEAqZ2a0wmxUIgPVQg8YmDt4fcvltD9hyRSxJH82pMfxtI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.34876635_1539021287912_0.3019081925082798"},"_hasShrinkwrap":false},"0.13.0-alpha.ce92f1a7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ce92f1a7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ce92f1a7","dist":{"shasum":"8bc700103ae88c677bab1819945e0f71f7a69664","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ce92f1a7.tgz","integrity":"sha512-BOwoKZ31Hb/dYwCEa7zFv9s3wb3Gfle15SSscyP2xGNZyJ7RCDs9oHYbr37aczepVI871W2S/u5fTGSeDEz4Gg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu9JaCRA9TVsSAnZWagAAYZgP/1DCQeFA/bg7+eN8FTb0\n31amEPAe/EU+kijxESDKgscf1ji31hHbgbQUAr8rhIz6AKF1uw3OJxVCgsgN\nHMwfWDujXmto5l0WUKYIqP4WXybYB1Z08b0nyu4XZ3lEKMMddsWTqmYCD4KX\nWL+kVg/ipGq/IdHuRk/xhAGt5zjC88QdJ8SYZmWMAzRjzj7VGr9taptrzZCs\nbVt6K7ETmRury5mczyexYz4Vxja6j9LgYv9Are1gtuzd4Mdqeiu8U+WZtFfb\nd+J1LHvKgeZJwKrNY4cff3D2MpHAOy/rbjlNG0GFaygfpWGB8fsbxrS3/+P8\nd3hiqa2fIl3Gjcde0nMtdWPZHoFctJ1cEakYdauS4G1iTjqt6Ct7EO5FTMYf\nhl4bcbrxX+QXTzPNHYy9MjXeatFUuXqkQx0VxQBGbeXbTcFObMI5AOHibQ6A\n1DAG/g6iMz3CQ+IBHNgLoGkJra1cvxDQMk/c3n9s3YuZtR1/+fAyNU84FgN0\nyRMZrNtwBahDMFPimynpVURjA6kFldn0PhHnS/bi0IkGR+8Spu3eVcG38oX7\n2usG/fsdk5uZ764mghQ4pctHWv9k/hvVid6hL7cq8ulHRbfzF5bP6LXAFMjA\nhUFTiBVqgvghEOZrwmohugC4zP8TlhgllOiIBtPj3vlHYhsU7/DUNYarlGSw\nT/tN\r\n=g+2p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDOL8cgxQkIlY97TFFf7sMi3QvNQ6sKzWepa43PL6bZ8AiAiD4vRMjXq2Cih0iUIrJOAY7hFv1GeC9z1Ur4xIK7rBQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ce92f1a7_1539035737153_0.8981253046416278"},"_hasShrinkwrap":false},"0.13.0-alpha.52e11cc9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.52e11cc9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.52e11cc9","dist":{"shasum":"879d2c86f70d3c2981991fa9bfda23a76bf0a5bd","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.52e11cc9.tgz","integrity":"sha512-kLMUJlx1zMMDxk6U15NbUZ1gPPtxFLyRbhPbA5ncnqGhQqVc5ayfuNdF2hUMNGVXcxspjs/bu7fGYlfKKHaY9Q==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu9nYCRA9TVsSAnZWagAAPgUQAI/IjcJIORzTX/Kjt0iv\n2vNs4qV9bQCR1UVTp+Jz8lr0iLduV0DXf28bOjF9uxL0jicHxOAlQ5Vr1m3R\np+x1Ar8qcP3rW5Dgt0/od00/P8/B2FDwgI5Bm1gnf1nmR8ZFMv/lu1vQBwwq\nrvnKiZzOzwLY7DgqvNBpmKtXMoPT9jb4yFJOS38gHMpiMQvRb19BpYfQGwwC\nU2L7vRjK+X+txp0HFBwmynFHAthgEhYZBfT08FrsOxMbuLqlsQnY/9QO6bVV\ny0Bz1oMacpQj53Usk4T7BPf0zEwEUUlFBs/9xGquMuI9DV9PYgi8Og188mQY\nPDcZp7K/ZNRjuOajACNGV4YMcgpC8RT3J3UF6cJw0u2rJRa9MErhe9g4TlpW\nSmbbTwpNEoOAtapgGFgwNF0Jp2eDbDIBAlpcIZ7B2SM+kMO5/BcObFlKS3at\nkTcEMEAvw3+J6sewedFGMvbItL0vflZv1leQnmkGbEzuuUPTdTQ37IVMA32B\nGFjOf+q6MUL3YMxtOAvmln2Spkqv+55KnBlxfFaxuiEcDgqVlEx6nop5qVVc\nuTBmrFLYjn1hx51Q8u0oRLzfdbKIlj/ylRx7SiHtn/AcS8LSPf6v8trxfFKS\nH1dj5+IMDh3eXSvgA0cPsK5QsYp+dghOW+QFADhyeIXf0JtIen4J4laaXDbe\nHNtC\r\n=aNoV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzUj2RrxOSp0VeEHaomLea3s71aVG1qJm/X6xzB5KFVAIgGCiQcVZa5BuzcRmVfmn+FwwdUJObxyy99KvX4s/JW4c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.52e11cc9_1539037655697_0.38047679480929886"},"_hasShrinkwrap":false},"0.13.0-alpha.2d5bc6ed":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2d5bc6ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2d5bc6ed","dist":{"shasum":"b49c61b660801addf0f75eebadd18777c70f9615","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2d5bc6ed.tgz","integrity":"sha512-cxfLbCQK9YXzxgIxDIHUdr3zUdcCu4qc7oZ7J9WgkpC6F5XFkbVY25xaOQT8+PNM+2bnBIBeTXuPEZ1+KCKz2Q==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvPKsCRA9TVsSAnZWagAApscP/1aLVEUYXXbVbydoZX2A\nBad7XadatpRpttWSxzQm7M7st9LQOohZT49UgObxrjGdZuOc/6JYnmDEwZSy\nzDraHLCkZTWaCT1EcWGDzbzsZBNeIRS4LStPRvkULolIUWwJJCOlPBeYhBWc\nXCmLLvE4SjGw4vKqqG8om6mDogZSLVEbbOCnC1C4mfJCUAF5cRZagTaw3HMI\n6aE8DPaA5IrWopPMpoHIRVtoXxGAQ+kjEBzjXt4l/TqMCRt74ooWr+lR2F42\n8tVIy/UPDrCCjDvZf1FGbZT6OhgCFB8Lp9BoS7LCYbLM471wVeWL5bMMFi1o\nxrtCYQ+1DkDv5aXS9UlbF+SlkcdkAD2pe8kMWclgy56kIbvSzZCfV5i70kkn\nmcb78AGSp+ZC67hGZGhF2pbdxfMiCRhuhFwN2GUOE8M2tAp7+oBYOwvjxyYu\nL6QFxoSO/+pSdIiDKZb8iopdWU5PopxpY67wdM/jqV7CDVMHkkJ3SzpUzk6N\nGAHxCbMz5kTZn4B0RTrrBqIrXEg9CtnVz3d9dMldMsLjCThNTKhw4AE5VyP/\n/q1JhOl03FkLx1mCeSS+lKo/SbQsHpKySXgl+W0oPFk+jZ9UzrjqVbn9RIBF\nefIod9XRh0BsqyabfSEMToerPpfJhYbS1qlA1V6J8S17c5mdPR6YYVLQpJGV\nomxD\r\n=OTEj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzLA1cqUk6OQJi5EC5g1z/CxXJRtxAh1YORNoIUpwJnQIhAKg59IAG8bxN56jHMgixFoE+18ikdHHnugcRkr0Pnozb"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2d5bc6ed_1539109547499_0.2661666576655912"},"_hasShrinkwrap":false},"0.13.0-alpha.3e15e493":{"name":"graphql-codegen-core","version":"0.13.0-alpha.3e15e493","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.3e15e493","dist":{"shasum":"ca8a4866e941f2e10ce1b543c8566a805e8831b9","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.3e15e493.tgz","integrity":"sha512-T7mxk2+TZ7s7snGW4vkdx0rAGHX14w/iqcykxH97t9hvYUcIO71dalBc+pj0Y3mEQpppz+1g2Cg0sKovhnH3dg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvPK3CRA9TVsSAnZWagAA/x8P/RFG94/h1OVPy0/KP6x2\njH3iyTh2mpqnYG67ioSSmJlqUmkLrCza551sd9PxyPHde4Ai4xTPq4qH5BPZ\nqEN5QHQmrDAA+9yGuViZAiSISzR8XE/YzyrXZZiiGLXpszEKYsY+YSryeYna\n0NPK8QnFaPxGKTcJV3KQGWdNX/kEERZnjvGbRcf9kI2FKvI8h93Z5TKX4/2V\nxVfnC/UuzKFIoDrXnNDNF0T2qxLAyI0xTIRJaUmg2ybmHyfrmjrdEGS+AuvS\nktrXLGRq4K4bgGIQPMpr82yi3yvCTqwdQqEpAuH0D9eZZ083HTLw0H50UDiI\nTANLrzu10wzN0Clh52p5qzsSnFsa/ETFNhNNx3pMcxGTuCMW8mUKi2XasDln\nk4ixWe7Xcvtq7mj4IZp/WwqkYspP8I2n7rIurJIC5piv5yJbRNy9c1BgG5GQ\nY06Fkg12yA5DtNtofciG8WivNrjpG2kYkWzZICIx9RhVGK9cE3F8XogrPSDh\noSQlXyJuuok9mj/0XPFHemWGKF5x9W7ubXfJxuZbXzgl1PkB/RUp5X28zA2a\nYesrs4JafO9vlH5+fNnOZFaGomydjdzMnNdpR9Z1I0oQqNI4B7K42mjCrjLv\nRrHeEt3fJPsQjFA7OsCkjm9xjkqAYHGRKTL6R63z8+k52omiLcm+Kcyi2ZNk\nRh1w\r\n=jtLJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8kvX0MaDJD6reSrY7HYLPKcZp/dI5pxNhlHdBmbbhvQIgbwQssGR+Qw9hi94mO9ECaFDMBIdwsjP1Pkj1QS0qCSw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.3e15e493_1539109559120_0.1924650670542294"},"_hasShrinkwrap":false},"0.13.0-alpha.3c428293":{"name":"graphql-codegen-core","version":"0.13.0-alpha.3c428293","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.3c428293","dist":{"shasum":"8edc3ee7164f422e9f87611647ddab0c14ac9496","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.3c428293.tgz","integrity":"sha512-Nyf7/8wbDeq6xq35tntKQjnkUIFE8hdx7PmVDP9V2fLrfDObNhj4KIyzbr6cPBnkalIm5Xm9J7f0GRgUHH+Y9g==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvP3ECRA9TVsSAnZWagAAC10P/A/sSjKGxe9DBN7eNZuv\n47mHovW6YVwCXWlBZWTMhsQz2aJWc/ZSONCCWQ05Qpo0hh4UO+3uIhDyFwfF\npJuvArCY8i07wNGWdtVSnxER5YEXwMocqEykVkAHrK9PX6c2vKzvB7ag1HCr\nf+tFR1mvWzEVc2ijhrRKSeny42hQkeVsZiMJn7oYXPb2iQ6m65q98ctmiSyz\nxcWptXR0aVsDS6I4LsExeYfMEL/0x30nToOzrmqUXAJ3gEEtjiI/jiXmqN4W\nGwBOin/LXlcx1i9SQLoz/+bsVNKF06N5c0YgcqA/rI+FqA5l4e/oHsv+0tKA\nDRiidcMpJEfAPpuTe/Hko0/taNuJz2ETpDtzYPAmiPxA4bynShqPR8H8oawy\nej56yQlmYSYkW5rwgvqM8j08yi01e3oiEmUlSnompmr4+ySi2ciggRDMR/RI\nRJi7Yc3FYy1n0HiqDvWF0aRx8b6XGGz9oQ3kvAO9fjXtJOZ5ELTiN+B2ww53\nCNatd/spn5LKKfMXVneuGjJz2hdlNeCid7A4q/7IvJXZBoPxA6BTel+++8N2\n6qYw99GrDgGzMjQ8IKnpynVzOInXr4SpnRzXS2YPGXDHbZXamIUvXA3VezFE\nxt9Qob99yl2Xd4AqeErYbt3Cwo1f+sG1/rQZVyPk+Wzf6pQiO2kwWgRAIOZZ\n6Z3z\r\n=Y3DT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEl9ISOyVJXc64SWMbR64RNooEzEM4MERyf3SAZhPxRwIhAIMyf3INZmD/t1svYpjd0DEr7GNvEfBU64fqLm+r8CKL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.3c428293_1539112388184_0.07975398746291051"},"_hasShrinkwrap":false},"0.13.0-alpha.b2838580":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b2838580","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b2838580","dist":{"shasum":"dcca4c323cc1d57899e1dacbe122c397113a23b1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b2838580.tgz","integrity":"sha512-8QLDDVtGOnXCeQweJZNQQP6CJhL9rlRoURvYjZ7i/JSHRgB9YS6U2o+3eOgbDd4vdNNaT7knwMY/PZGqVHTJNw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvS0hCRA9TVsSAnZWagAADa0P/0s66oVDkkdY07JMNpx5\n3RDGYh8072XLEqzpmrCXL3wQSKlrC5ylkN2bMTbBFMikI5LaJbZbKyOKsb7K\nXAXfnLGTCsPD1/2/KKC7ojd4FhqdTUEYbIxhOGkxFJPoc5eTEV9ANT3G3z58\n7cn3+44wzsIgjaZKSBqNuE5VQeSmCXezsyRNK6YlIUXPn7CkPbK0/SVyNF4w\n/Y4H2Ewj+bz//aFjCRTrV7VJrA048XldZQ5Y4Pl84ASfWaFpeSUQK/ueUSpf\nosRNFILCkpQ2Z6q8Z+WbPTtVoLn2IYSQCVdCNkroDlWkBcQwTYaE/7OHOOSl\nyQB+ckm/bNaD0M7lgxlvXPcaaAi/Tqf38LhFE4FRgqbqfjJkcea6ldRgz1a4\nWTQ7gLQL4LzRgJEQqRUoSZ9ut6/X8liustsKtimmJSuh0WNsqY6m/NYBrbhZ\n9l8p/yeCsWnQDVU3kXpAc3tpiKmPFGWtUTAyvdQeoL59gWoSidEJLDeQeQ1k\n7mfWfHPrVpoh3ribITVAuRPg7KRuy4RPGTkzeaW0ofwACeBxMvc2iIy58Kt4\nkyOJEVmCUvTcnunsqHxZ5paFjHXJLbp8yXxkBA/CWe/KgUd7UiGC2FzvurDE\n+zgICC1ufHCVEJBvtNIr2DbbcEKTLuolFDJolWmO4NuvFMMLszriWYm1vMm0\nGbJv\r\n=z+q+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqggbgoaBPHOl+ZVi2gLZlnq7pC7qdZgq8/WNSEm89nQIgTtoNoWFSRCkb7XsJxirECMSerzlCv1noK0P1xmA/Zdc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b2838580_1539124513143_0.3255599899876347"},"_hasShrinkwrap":false},"0.13.0-alpha.e695e4da":{"name":"graphql-codegen-core","version":"0.13.0-alpha.e695e4da","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.e695e4da","dist":{"shasum":"9db5013ba044dd92cb76b23dfa5533deef342287","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.e695e4da.tgz","integrity":"sha512-YEROh1llE0lhfpWRpSCLMmr7gsCRPRmjMH5qlwp62e6PvkL6Au2LdzVq950bmIFCMkxNqKAhKym5w6NMak4dFg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvjtKCRA9TVsSAnZWagAAMJ0QAJDz8O2fqyaZ8eYhf69k\nqKRrn/MYd3mtTBhVYWXgpyIxYIklB8DB3VBLvj6irScEigfTeZLb10ldFYOJ\nYxrnk6nXSaXJnXMWviwUAashkA6CwdLXrDAhw/gHEU6MX9qFssWUn1qIFXMx\nnsFNn8rW0MXjyQEXLKeh0MpLMhlZDckbdKjZSE8A9TjPmCn0Dej/J9fJdbBY\nHioMz7n8uRuNj9kgplhoWX3GlzHnvgRmrs1VASUC3ju8IZrlVm1EaPoirQ/t\nhvvfAQsCU61+1eLBtDEtZ6fbz9zOXROHVDsDZ+MIpazrZ3/aSrr9e8XrCe9G\n1NKSSvG1ckF/uAoXgXY3qzS3P8q4Sq2q4OOyp6VxOnBE+hmqd2V19731Ctdv\nYLBuIAnQhxLKHmFn5pYwCCx2cZbOdghNO7lgB7JpU6JBTJcfRRJLkgkscqp5\n7VdoEgy9qQ2pMldJsZ1GGGIeXcb4jOMHCRsJQjVcBHJ/L0BKaeocMtgfN2pN\ntPNUOa3X2/+5TCoVUNWbcN3A3ipQveRlz3RsgeXJXQdm0li0pzWqJTjidEaU\nR+FTUS9Ag7AopGvoJO4yJ59JbCeeJSwFiUqmjiOq8twMoe8TsTaFsoqgpfpj\nlopgTEh8bRqXpFCpqJBrhFddr/Dq9wnVaCHdo3Z6b5QsTWHIQNEdvM5VGaog\nJ4NO\r\n=7VDD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDn3pVsVjJaW3ORkTwYDOvce7wbMo1CxizEvYJNLNfqWAiAgz053WUyEGDU3eDijz7wh1qKcN89lxsBk5jzeEQxayQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.e695e4da_1539193673358_0.5973916858420936"},"_hasShrinkwrap":false},"0.13.0-alpha.c15ef569":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c15ef569","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c15ef569","dist":{"shasum":"673e3baface16a951be8189b74b371de3b5680d2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c15ef569.tgz","integrity":"sha512-+0E9wxDIAh2ww2I9S4l1q4EB7flHc3DOXOtynazqjbGa2S6FRYYZdXFtarBASF6zoz10iE3nm0vA/pPTMG2dvQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvrOfCRA9TVsSAnZWagAARigP/3J70RSnBvhPAIeCuEh2\nGNJZO33rX7kGbjvN649hdQUUopHj1WAi/FGZ0dhly5HJzZxDETrh2Lq/L+NK\nKx4/jzpJkKl49kydIoaiYHLnzWJD40iss09ZuKCJNaYYZr+flPgsJ5TN1Suc\nzJe4MCdpK+u1XQ6BUAhSk++7uVbzlAtSl6ZEXxLANt0b87vbGASmUusIgpw2\nYw7/ZKExYlCjwyMrtK7OiJWENAK/rQ6z6htVUPL4lzZXy5yynzuw9OAASZeh\nYlQBa4edoQrZYFrV9i5i8W0nNpCVyAz8Slj1F/01ifhkqs6m/lfUqxgs3ziW\nb3muiShZl3BxeQ80vf/ILT0CtDomQ49gI947rcm4bhxXRP35pFMgCH01rzyu\nHXBiLN5UZjQhX6WuvL7oroPQVz7kYnXG9zpu4Us+p4/H6nLY4OlgIeWHUhR/\nzOcc0FTMOdSfeYbNvrl3YanuN/xspzQHpfX/OxsAVp3EP3gbg9Q31aC0M242\no2hLlgQUk//ih46fFgdJF4uxKU/yuXNT8Zxi5556+vGz0gfuDNpRX7m6Q7cQ\nH38lGKFVcislGwoTmWvDokn5JeZPepnQCKOZExoaJV1QkC0xfRToZeYQbpP9\n/MvpMPuJaxOYcYJNOOBRdnqu/jZ06g0Ax5eGf+4frIz+3bb2ScwpnuCA3iOP\nXY6r\r\n=ukka\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFPfihPXW3y3xnTvCK9MhEy6NAHmoa3aLh5OpAWKxDjsAiAvvKNms+9IlGUJtpaA10/wnuKQIPQRmF2zeHZG17H+BA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c15ef569_1539224478546_0.9591289422567943"},"_hasShrinkwrap":false},"0.13.0-alpha.9d055057":{"name":"graphql-codegen-core","version":"0.13.0-alpha.9d055057","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.9d055057","dist":{"shasum":"e7091145d3d30d3e7877cb56b93e901428ae7392","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.9d055057.tgz","integrity":"sha512-ZQBOechO4OIXCl8qllilphTmdvUzkof5HvDsokPXkUYRnZPA7poG4HBQgfEf+s+zYe5N7N8o0k+VC7p0N35yGQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwbzCRA9TVsSAnZWagAAad4P/01sR6A28+bd9w/ULC7S\nw8UqHVt3dsLYtcT3qwBF06j8k4CLMm/9AHw4CWDGCjMojLxExxk8ZVu+UhGi\nZ27QBpK7orhwrZtB9AM+ukp812+PoSKj8gYyrbwHk1m+KvWyM4pZoDR3s3pW\nq1IkEzhwbjK1VmaxWjigoyVRXwOX61G/C94VGf0yBmhd23Sm7tk6H3k5MXQ5\nnTocBIQnPw592soyFZZx6TwUQA8EmTq9m03w+8Mq4qzJspGRXxDvu6y0Sqpw\nsnsK0F3KdnxFf/r5GHqTQ20Xgnu+TB3S4LQu462S/xhug2QNz5pGDbY/N32I\npBKzFqW89kN3AsCoNUydDRNfWCftVJzXAiGxxJVU+9ngzQtcGQ8PlJ54SB3J\nDqYK9zolZeM7Fst6vGvi963+IzHoYGit5i5e+sEh+Y6kuDE85Lw2y3zZFbZC\nF70UNToYJQhQhNVbZuybhYtaKE/OYJOj3DTLjb+2NfCkKuy2di1foVcBJua+\n9QDy7WkjgGAxwf8ecWnP1FAs+fytCFmCn3F9AQmDKHkJ/IgLYuc9CkWfdJSW\nWKM8puSrXVShZ5Yfabr8T3xXoAvY1ICuchZedENQsaOUjtAzwiXgVSilLa3g\nfTE20PjXFgUkNjKYtaYdmEdi7kE7quJliRi/dvulMT7Tydq3PI3+qaRcpUPa\nJktI\r\n=oy33\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASJgNCfwO7fgwFDnsbMzc34V6thqTd3989xCUg6iSK+AiBNZtrGPJg8+vEdzhbkOHhK2pKNzUNMdQkjXB+JZhAN1A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.9d055057_1539245810573_0.04551272876947432"},"_hasShrinkwrap":false},"0.13.0-alpha.6e088183":{"name":"graphql-codegen-core","version":"0.13.0-alpha.6e088183","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.6e088183","dist":{"shasum":"b43165d8c118293ca2f25a2cda13d928bb8abb36","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.6e088183.tgz","integrity":"sha512-ZVTLMbPXVdGMOMMl82iP6N+rW7lE0x0C77+mn+1lSQHiGXNbevz2Y9EpWtJyn59nIf5Hq5z4T2KfQCFkC1G18Q==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwcLCRA9TVsSAnZWagAAnJ0P/ApaLNERhLQUx/fS5XSe\nY3RgZDp8KXckI+RwIgvIQDwgCJaMJQykJzoJb0m5RM/hOUgMKOF9WEspE4bz\nzZf0LGVse7vqMzpxg+Yv6W0QbosBsFulZa5Hz3rEQtA0e9qyePWlgsKrlTca\nPlJZkpifQWzdX+czLZAqvw0IGZMcawglo8dGd1zyRl2qvoqDMsIghsueGE3N\ngwRKMwbuZvvPVP2aC8VeF2ciD2DGGAVhu7su5howllAnjVc4CO3O6J/JNjt9\nI9Z1KE2iz/E5zaEYvc61Dso7BgOVY9su8VVGJdeXmTgUowAAZzNSRuCv2KqK\nsX41XPRMrKTU/Wxa9Oz1EXnqBMeNu+lnp/zWpbrdizj6feu4VA3qIb3ZpjHw\n5YcdcTA7WZGAFTM/Yo1ei2xTOlPfO+zd/7e/0NXIZElUXInEbXiquWahKjLJ\nnBDGbjZqnmD/di7hMzFrAxDcSPlV8uyj1ovfJx+ObjRkxlI50vdbf/dXgABC\nKMHkt82Mk+w99WQKH9k/rh6jTKIjIxOZLN8JFV5gqJfWw3Buyko1BcuQ+XoY\nNtpEYVBWnqIqEwGIEEdvfzDNa2iRpBNegWBVUVoFiRY5vFDO3eHpx3Yjt2fi\n2do/Fg9fDmKHUAIIsgWQvzqUCpw7pdr4tjFrL03zc/jAfdY/jLqhDHaRTZ1g\ng79Z\r\n=1eyo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZaxPMsvt9E2ylcKk89GjSoeiwqbg1OJzEL3GJDVTnaQIhALQGz6QybrMS3Xch7kWg8B12AhxUiPS/53gMOsFrUJcu"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.6e088183_1539245834842_0.9013236809676664"},"_hasShrinkwrap":false},"0.13.0-alpha.b10d1a81":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b10d1a81","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b10d1a81","dist":{"shasum":"3614ec99185ed0e26bb3d6461540b121adbb2fd3","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b10d1a81.tgz","integrity":"sha512-1byVcPXyKMc+MSC96YfbRc3hxGGtw94E/O6FqkuLVt4dU5lvZHJLmaIAjShLaz5kICjqUby15qgMklGIlkytaw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwcVCRA9TVsSAnZWagAAbW4P/RNTykYaBxpKZyrhzw9G\n2yWtSnCr75qs/x7aVIsvX8o0LSv0PkwuLxyEg27FIQUVMl2b4WQwgRM9uktx\nFLp8j0d6R/xoxI4pVSQxJqjxwgFEXBt/lVSuFD+A898Kb3pn637j1jplNPkT\nwgR+gZQ5zmUz+G5shHf1HmUnK9UTaJU5MjAgGSsGADZfoZ1/BkH729A6GH0K\nZBq30WLZPXALddw6zhfwUdo1ZAiOdkuUpvVloyhdLeqahRrqrWhM1Rr2MnTT\nkXNJKom1aHPKxTfsa7xPBV613e7nSEiezYuV6Atvc+Jr2LC2NSp4i5uIxOco\nNa9yQ+9angUXMHG00P5TfhxbStCfa8OhJbbMhLXSJsIhFJ1z17tK8uuD8kXw\n3L8vgd99rHjAx+EJiz0OCuEVWjvbih154X+leO2EUbLK2ZqVu3cGiyE/i4CX\nkgMadtA2crd4UBKF2Ifi+WBGNCajWzbZeY3QQeGXZPRNdtnThTG48AdwoFCk\nWj3Ck8A49veve1jdLbIslm6SYZQxK4UgYxG6zbKQT0GUVJhZjZ8eoB3EPYCK\nZTEfPK5otBB9xMO3gdQIW5tmY9BEuP3FpgWPDHvL9pRCdcZNBv9KI7uW8lxY\nbs0e/KF/ayOF+lONqAIyG3pDoW2lxPvGNzWjrxL7S/dc7D0jWN5CjtpTUT4a\nlXMK\r\n=9Srq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC/yScVd9ZaD19cvHq6QPsAF0no5o3trURqU+F5AqNObAiEAhXKObgkfOVbAsVkkoYzJI11xVTVKruOz/TAxTNpZpcY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b10d1a81_1539245844964_0.09498570951786722"},"_hasShrinkwrap":false},"0.13.0-alpha.fcfe0f11":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fcfe0f11","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fcfe0f11","dist":{"shasum":"8cc0dfc7b4ba8608a726ed6108f20f202d7d9157","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fcfe0f11.tgz","integrity":"sha512-ny4msmQWyn6tZl4P6besuxOOCysyrUo50yuU7/wawepD5jSGrlHeVEZhNaH+IdW+SqDvSf+/1haRRLQoae5v/A==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwcyCRA9TVsSAnZWagAAboQQAJDLYAcHLD78PmPBw8bE\nO9FnGBSoDktanb8E8ehAraQl3ivMBut4VASjn3PvO9FItbm1tHWNTuEpJwmU\nyzmvpr/OLYz22nhQjT2/F56qIN+ZAXTKKGmbLBxBTsAurRF+aQMEXz/kg8vm\n3wJqNPBFnP62dCZ/YVsI6GvjbGcfr6WNmDD6cn0piDLQUVmCaB0nD0Oc/I5p\nfZw7wSY9I18bHguqbfet0i5OAE4hkQrynAaLcFAo90M9oqS0CPiRUwHxLClP\nTAmczqV55K2KfojdeJudooMXucq6xdZSzNZgoyW1ZhL2fywzT+4/fDeOUzOq\n4uqGJtr9Qd9PpGyCb0BVqtPdSmDUFkQ7kBSqBgnCjvPdPSR3iDnlv2xbIyss\nKjul7M/v6xPSNWlxgtkjKOUXAcvW2wMk/e8StRECor4JlTXosmBSLF2yrlRG\nRHSE0cF8m+MSrC5xcxh9p3HZ3W8TXeEO+KT0tMhZd2aWUHdyYelj2SKWDh3b\ne9hWkuX5LHtRThvrXXDAzhrPyzmDSWVKctbT/OCeWH6XRAeVagMFqRNMka/U\nDubWmEwERaK+iM/RoVKBBq1wwN7omGrQwEdwp0xo9hhMl47cHyD24KayKopZ\ntZDc7fvI4NmxMSWw21B37CN+Dx9Lvvf3kuTUeeAMwmIuC3pphhwC+MvxSMjj\nqyJE\r\n=AlcC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRGzcOFz6UtciEvLfLl0mTTeMlRxz1JuIUKsxyzqUFcAIgEcNDALuFQOde4CTKD/+wI1WKb0v1KhGsOLZxx9sY8PM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fcfe0f11_1539245874056_0.4439159020241945"},"_hasShrinkwrap":false},"0.13.0-alpha.c8fe1522":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c8fe1522","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c8fe1522","dist":{"shasum":"dec9d790881bd070ff5c0f39f15094d210bcbfaf","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c8fe1522.tgz","integrity":"sha512-tBNLMwrycFOGNW7Qk9RJRUe4aJdfSYEgzJpAhhp7QFRsvYilo+gFJdhsCu4x6oc3RvXe8KOWreoiZSluPv2x1g==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwdYCRA9TVsSAnZWagAAVEIQAI2akizfeT5nWvbPBUPe\n0nPbllEhfUgv+IaNb+tcgsHnMGaQbOIVu0/mrxMvxPa0Xp5PcShxjhKCN4PP\nW2BJv8HKbpjj2Ltq9szyqBvTx5d1QkjvlJptTzS/kUEmbYeGdfixUTsTqjfB\n10/kKCc466IBp7dmkBFL4ZuNrJ52NzXBEVLotiGvF0G/F9l+Yon8XvaVIP2a\nYKmuOWYZiOfYoBQGdqXkI3Q0wcSHyq2iBKGXqJyXffVYnHLcQO+IlF+Asu+R\nDfsKeqsGqGg86cP5bJxR3cuj7eVM0Y2/LAvfD5u07ZjuBRe/4zcr5+iohRoj\nTJKCmKUvzi9rKTSrq/QIYv7pf7WmUGJmlG+aZKXXo5TtbDXzJne8RWxknWz6\nkv9U5AADMdg9jCqUARzj9aj+HsPugAUv3N8CB6idi6xwqVD5VqXKs7bSXzSv\nW77H1qvXHB2/6rBeNYB4ngakV6OOwUzrD8Ie0pq/k/LACsdQMj2RqTjXUHtQ\nNAg7halxJrPpJ67NjEbdOXNgpXiGWr42DHODi1PAoDlVxX5ckIKLMvE6lUB6\nyGbKWY2QnUcaFrsGJA5Gxo5ImIyqLdYAzyJtTIipnvcUMt8USAqObQLdIYgS\nZKiXEC6OuN3eOwZkvQVxZI3Gr7pGyyT/iyV/s7uiOrecsZZ7zoIuQE8Mo2oc\nDgBy\r\n=GJVR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDS+u+iqcRBKq7eZhjZiQ4cLVunz6Zi0IqaT7bls05L5gIgUx7Dv3y3+hd2Nav7g8bg4qGH++U+je8dmHeoAn5xrUQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c8fe1522_1539245911674_0.993885643058465"},"_hasShrinkwrap":false},"0.13.0-alpha.22f8282a":{"name":"graphql-codegen-core","version":"0.13.0-alpha.22f8282a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.22f8282a","dist":{"shasum":"7a472beaadfa1c7bc7d9b303b6af95fecee199c1","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.22f8282a.tgz","integrity":"sha512-QJ49r1CbuIJMlv7xGZF5/OGjBu+YrBQSrGikSaMhAcZoxB8rvVUBEOzOg9UrATp1jrbIwGpwBO8bwj5rZbTojA==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwdzCRA9TVsSAnZWagAAqiAP/A8khE5MPgm2/DNbRqc5\ntGhSmjmq05UFepf9rmJMfXaqA++WvbLIBiBtIRnNdQRLq5BXrd/BWui7pNI+\n/Fio3Cixuya7Y0+/PabGzmBD70JK0jll57WD4WDllRK4LJbwbkSU1HhcqqoU\n1qJiPO9gfAGD+hSka9UjDc2n6mTSg3uxqv936N66UwgxqdxWsLxNItL7hyr9\nuLZQRn9hSIwqncI7ES08JKni6nqo/dA42nkVCVeflHisemOfslj/B+3vv/4l\n4ca9OJm6O+aHtaGwlvbEpZBUODWb5iYYduJI7kgamlN9xKPIuP5s07n3iPA4\nqTfAc8GJOtK9KCaHF6MGDfpZRccnV3qdl3IAb9jhJkrnN8/dJ1iuIz76i3dx\n9yyCp/cO50lcQDQOOTnQc4nkLz5G9nbm4OHSZwjMrRp1+4dAcliSzYhDGnLM\ncz7/JuQURQt7oPjEIyX7OACHLKk8bMU0O9iNLMNmW1WdQSWqRVx5pzm8Gk4x\nhz3YDwwRxrlBQbSwH+mfQFie+sJF/G9KIfung0ohnzK8R0uqEZwYi2yvzFqZ\nVcUqVg5DiyS97FwNuoMk8/NWRurKSMEyIsi9GP0dcYiIGctmeSw+/3wOWn0j\nGeYi0cEIQU7aLeJLGqL0S9hyPe/UHkn31IW7xgeBippQR658gSN79kgil01X\nSOP8\r\n=mdOm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICjhJj8zqpMqXCVHjjJTHBatWc0e9xXF+OoNuCoIWHlhAiBdiwOGiroIKXgPTiMfl9ygm+v8fGckqLl9H+9HKJGImg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.22f8282a_1539245939312_0.6041724345891042"},"_hasShrinkwrap":false},"0.13.0-alpha.540619c1":{"name":"graphql-codegen-core","version":"0.13.0-alpha.540619c1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.540619c1","dist":{"shasum":"f0fa278cd203b6a13f95789c57f029b66f7944fa","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.540619c1.tgz","integrity":"sha512-pZpHD/Ox4oT2Iqs1aDtWM/YO38Z5qiASUARXnOQMWSPV3Kh64ol5xbEnbGDBbr24XcZfwVlopW8aEdOvg83i1Q==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvweSCRA9TVsSAnZWagAA8vcP/1cqIFcP7+4ILUZH2aav\n3JvgwdzgUQanNLtgTt+pHMK0gI5hJISwr2c2sLfm102aOGxkAgNxZeYPxoBn\nFfv6wMBxretZ9X7z6zhVwMFZTTrTbpfScpZMg3x66gjDQzwRIzgrNRgOBVUF\nUvCKPKkzBAGzeX2Qi36Mp5bRtq39VsTrkC/eNi3vTYfT0NKrLR7w6cgc8UUM\n6YEEbwOBs5aXbTtYZ4uM5oDJRezU04RDSOOosoU9Vn3NSwUXPwylXT7t7n7S\nQwkuawCg61QOPwHYjSYMCNmf7CSA8L20UvNaF5IMlwcjKZTunUMcUsWOQBNM\nUd5XFiuYrSOTjWEK8JGZBXUjJ3dQCgURGhGeKXSlYTSseACG/E1PrOtZqk3N\ntCe2BHBX8RlKvHjxG0Lt/9ZVXJg/4E/YmVukjISdK5Wdk4dOLdIb1vV3mWyz\nF4SHp1+qJ3Fe+Z0EukLqWngD8+44xJByFiNAvN0mLWRFtwN+qTdgEP9l6Xly\nEybttdrWUeCTT8QdzWjBRhSnLYD8oY6GgJBCY3AUZ0pxtXBHmhJrWjEETaOq\nBhiiB4+dDKzcIqXs0vQUTg9zsmdptdB/L6c2hTQ9APravZp/OFuJW8LYF6Tu\nKSuBz+cgi2I9Dk9TSP5fNGPwsZ19UthNVGQaiwajUA4mbBroMDsKg4o/WOVZ\nDVCz\r\n=Ua72\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZdeSUIkbGN91DnMbEXV/GCzxlmKuWCdplLPJ7P291bAiBAmUe3fRkglwLqy4I1EsYzuANpLn2328bzxcWKi75YTw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.540619c1_1539245969390_0.6242075984136699"},"_hasShrinkwrap":false},"0.13.0-alpha.5f5dbe1e":{"name":"graphql-codegen-core","version":"0.13.0-alpha.5f5dbe1e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.5f5dbe1e","dist":{"shasum":"06f6e71abe1eba53a1c54aa0ea55622aef4dd62b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.5f5dbe1e.tgz","integrity":"sha512-L3CNWyHeqb6EVi1l0ax3ovqiGeTUzefxMbP1sMzUd3EutPioJUGmeTSUH8evxrCkXzn56ggDYm+01JEcuNEcmQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwedCRA9TVsSAnZWagAA2FIQAJ036RCh2veFyqxOF07n\nmGE3OC6pRes759dqkmWhoV78/zbW8jrwzmO8p0xCh1dJwdCUxoiZaD5eIfXQ\nzcXB2FEcWaKlE3FSJllXawDEgyULspO4Yb0UyNRIon5/ufXv65HGaQvPvzaA\n/VxeFIEC01P194f/kW5lfStwMVfLMHkVKT4GLIYTWl+mE5kHzI2+5f5dMwc1\np2HEYeLzikQ1bOhsQbz7p5XYi8qeY75YajCxfPHyWVfrBEOdr+IDOKKAU/CK\nEmsDmKIlDjDXfFXEqWVPlUj7WC2bSBW/v2jiaqIdxyU66sSJQsaDj/ibTJ3w\ndPBoc2jAVEJefIfW9np2xCudbtH6HwVVTSJpvRDtXz7Ht4hdqb3UaNnphkHX\nmKpxqbVXPJwI4mGqfxCIJguJJd+/8vM1e2WoD0PhGbyJlM1wERpWWZx3uIBi\nBKxM7pxeL/aT0J4+w4oIFs9sYDjvdrQpbsvVEhyLTYlBPGLXpCUUkByUYlqN\nYcuhZS5OCt1FTeS3cgQgX90cPDZ44kG3yx6eS1A/t0ybjY0CiQAHGFAEpnnz\noS8G1qaUaPEt7KT77a6ZShXUPvekla1+OaQXPguNf8FyPAjPJmcDxaU+futh\ndouKkSsBDVVEz3xdeTrCfvOSjn/FuEo27TE0hCXaJKHodNGA6Ni40ji/mj2c\nzzBx\r\n=Bd/p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwPufOeM2Qvul81yXNWtrowaVP6Ua6/WtiuiMK1+Z9OgIhAO59r30RGYo7kbXJcoXWv3+4nCI6N+9CtADFDqPl9ha5"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.5f5dbe1e_1539245981071_0.8020269106394295"},"_hasShrinkwrap":false},"0.13.0-alpha.053c787f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.053c787f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.053c787f","dist":{"shasum":"78ed94fc8c23e7e9f2a93e585e1247b9bf6812c0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.053c787f.tgz","integrity":"sha512-QxHZA8iyg7AincMF585Ul6m1fRUHf4d+WzO3NKUaECecx4WwzIPWbRKl89E9S3rNNOmz/9fnafQygBMExVouTQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwe7CRA9TVsSAnZWagAA9cQP/0KltHVRg/KdyluyTTsq\n4Qcgz8ZP4ko4voTF9Q+anqOmBKe4qO1Kp7oIbQ42FPjHKGQ9CnRusbCCSpmq\nUjFA6gmrgHKdNiUl433DcNS7iwCjw6but2u2crv8YgEDl6oiVnpWotEegO/P\nCXoCdH4mpCMDV1mnot/lcpcDXaB2Yg/m0HM3uJKy7bzpF4aYNDlzojGTDpkU\nwFrvbeEatLhG8Vpjbm5azgLbNzOCNh0czUkrx4s2pYc9aCJguHwuHlrbtue9\n5/LLH03kRbpolfXB/juamEL82z6JSszKGlWx8e5wKQOT8GGy6SW+Fbt4LT97\nF0//ZilX+I3GPXTwGoXvgFHAuuZhI7l7Iuvnif4uKIlV41UxGdwmkz0Xm7py\n1W1pNLugVzWdBkwHY99kb/d9oCugAOu50VLsglkjuUKHUz/9s+yKMJ5t1I8u\n/M37q9Cyb9rE7fO+HdyJpmbPfM1Mz1z+408wTPv+wmqTsBaitdZA3quAUj18\nr8biIwTtTk66FyEbp4s9PlT7umUmL9INua1LKUkzSed03vTiIR62qvzV5cgB\n649Ll0cbJ4O+t3EFiearcruUoOkMkBvFf0vq9X4gdTo+kw7M9UEGUaJgr3Zu\nGqBk5Rvpdg89+wSCj5ZgaH5BBWInOwLTllNzpzs2GRQ/jQbz7MoEwdHG21RE\nMREA\r\n=mI17\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdCk/ZQL55sKtkNFDg+f0EWh1/7n5nqZyltCq4xZ6JPAiEAn5ID1E8XKICQ0/2eGSfMipXk6+wlNKjxCHt76j31wT4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.053c787f_1539246011085_0.4878654812994734"},"_hasShrinkwrap":false},"0.13.0-alpha.eedbcd5b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.eedbcd5b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.eedbcd5b","dist":{"shasum":"700ef68e69e4fcebc25dc530ff45ec9aeae9d838","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.eedbcd5b.tgz","integrity":"sha512-NLAhd1Fe1Knfdls9lYzoke1GSHsCNbW4k64ADSkTMPUz3oFmoBSU9g+yE+aCp5BKzxgxwajDaNvn3MIkzWwPIg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwfnCRA9TVsSAnZWagAAyHQP/1xMrnAcjUROaUe58sJ4\nq4Fj0hGvBw0lQ3JwP8rztIzWwXpBaBglzlHTJSBGvrLzETbQN+0zP+YsAnSC\n9trBaEdFsrWWYvN6iSCh4TurhwsCJdUNVPKPjs0CkG7ufloaPH8rEnLTj9JO\niDeJXLpm+bmPJXiBgv0UtBR44nN/u5vQFJZLW3bRLOYC4T++urlun4q7RrBG\nOq9/cTRYPAZdCBLWY3dowd0yxmZ7Jf6+JyO86v+PToetkFSCMIbDd/nd1Ev/\nd7kLac6NgX8pJGj7/E1S/2M1kxMqI1iFXc4oinQNrGR/lhbrXY4j6VM5yIlt\nBywb8DlZkuyu1E4nf+QgpZoCI7V66F6f+QRfO/wkdXHaSBmVcPTQzue9B1hq\nfRPYjiQ0rJ2nohF7enPqMfyjvAZjNFk9oD4w2gS2YviaI1Dhpj1QiJ5XU4bv\n7C5JRLWFpKXD36b7Lg/vrSJKdL3F0Qp5RRY2OAk2POMmuU5q5WKTl1c3Z6dG\nO5vHQrPmBB346tBK5ksUpV3rme5/z2aTnSzGJyyBltnAdDakgzPA6aKPHe1y\nVSEKv/HxKWl51JABlvSdq0vIlo3qIQPCUqTp0z0lRoSoCTMEKDnHkm2Ta/eB\nPn3tEun0rsSshhWne5lds9/1gKuGRRCD7jRWJ6Dhqmw6cr782laFdjMEaKz0\ndBbg\r\n=4cqU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/jGDYM8wr78NlMzY9EngBU2OaWmAGEcLaeJNJhP7V8AiEAuivFxJ4FS/+Ot4crMN02SQU4L8dQJQ5EYjMz/tw31Jk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.eedbcd5b_1539246055351_0.04405386381626464"},"_hasShrinkwrap":false},"0.13.0-alpha.7f8c1695":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7f8c1695","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7f8c1695","dist":{"shasum":"4e22172f5f331744025b810cc7f684b3044847a0","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7f8c1695.tgz","integrity":"sha512-4SBa2EsPbBAFk+mH2n2KXg3ClzT5v+bPGG5G5e74twpru1JtPa+pzD0foNebLbYclde5XlXtq65xLJREzPdVqg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwf9CRA9TVsSAnZWagAAYsQP/02NtiyTCegV9s9tBubn\ngK02delllGC+KdgnShP+VED+g3bzvSMb/pvS1lJUbDO9eWRL2ilkXlR+pac1\njF3CsFX5yPZ5KodTSULFywOT7AM0RxwCksJAvN+E9V3Q07JQddOoUMezfIE0\nu62JbnMufK9I6tpg7JiWwBZywAxhBa/uTrJfjTNluw3k2Oeuhfe5iVFDL2NN\n+4kry1fcejaA/i/GPYZWuRyQlos3jDvV76mzxuBFC0afy9RIpjI1ZsTvlNbh\ngZErbYmTJJDWLuyPLEbsbXFqpOtIn9eTZmP06vuitRlqBUbj/1QseZVbJd2I\n7mR0Ee1hLehS3TEsRs+pA6R60IDGP5GaEKoKO1nvI3T1Z13O6xWmEQQDqTGy\nopl6u5VjLmZK9dwuYb7F2D9iEC8GQ2QOh9YnV1CdX0MRjLDnaoKWG9fsmuTy\nyCPOXyr+/YmdzE3phsa2LCLTC+ewZFhppde9nrPuMu61NbDiWXgiuZF5kNtV\nfOtzqC7yC7B0VPWqCxM+wkvT2EGDu2biH8EgzKt5gRGqi+G1NduSwEb3wMbn\nn/dsWBLiPwQ82BIVTpVGzyPM94hBo0yX0wo9xOA8sHarnyQKoK4+Ce/gdCj6\nJ9orJ7+yGJhdKsltzy/jnk39bN7gldo52uj9HJiKAVZIM/5Za707JWZ/Y6Hr\nfYj9\r\n=c82G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBf8MYGB+USiyWOihZadDbDsEhMWGG6od7zFr6zquMvbAiB55CGKculItqlQPu9k4dX0nWtBzXK6KmW/GAHLL2D/sw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7f8c1695_1539246076948_0.5337711114430621"},"_hasShrinkwrap":false},"0.13.0-alpha.0c715bc1":{"name":"graphql-codegen-core","version":"0.13.0-alpha.0c715bc1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.0c715bc1","dist":{"shasum":"d5d25105af51193ae12f73a9cbca42ecc67707d5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.0c715bc1.tgz","integrity":"sha512-WzDdYyDuIKKUFZDPTKUGr3YjewX3lizNG+37rmF9Wa2D+AC1bOewwioEQ3H0fn9FGJ8vuwkXwwmHwq2etsB/6A==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwggCRA9TVsSAnZWagAAN0MP/i8KdHjSrLQD9I7+pbMu\nfGrYkc1kdYD43BOyClRepuv9t0P8xOFExzbJmck5wlxD5PyMWMbEwoUvTBMy\nVYjFkS4NgIdg/fEb00LlnfPDZR9FAqijEsYEjqTIqxPrSVWPowN3AygdWFbS\nZpwFSoueIWQuE+dqU+Gqy7osN3BSDscwZlAXIlh8657JgzGm6Dc9a7M7LyF8\ncCjkQBLc26r2v+eG9D16X1bkYtNd+HYyTzBYW1wmMNuBZ7tYnAx7oJMe+5em\ncvzQvwAlQbXxOZ2wUM4kSy/74xL8xtIRiMGygBsoRFvfp86UKfiYkkuXi7M+\nuRd7Fr4m7HS8BeFBaMfH0t5QL8BY2grFRoJmTK4m7W8EEoy9+ABF4RW/rCpa\nZ2K7hrajFsnJaRXQX07iaTj+o1GhUQWnIE2p3gX16ErUQZ/s+RJRX7jQPa5M\n6FKybS7mSN6Aes/gVJIzk8GT+LoYT/38IY5lqZq6yySV+5K9pCdmSBmTtVgB\n+BRrefiBMYwZ4EiUKmAShtGl3/SSZWEL+St4pcrx5eZirwbXdIQCgIZxPgei\nmNUeGVggWO5J3hLpHpEu0Y2KEFq0gEGuGhry+nfL9sreChmucdfbHXfltqzO\n1KwPHakqUcvSHDRv5dliYezU5afx7v7ZpB3Q6S6XZ0gJttbmvIvSvcaSxKh7\ndn/K\r\n=OyV/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKeXOdObsTzUU7N7BgbDVb+7Z8aN0eooASPBRKZwQ9igIgftiw18QXt10CiJ3l583xIaBWeF2ToxACeWxJ/RH9zuk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.0c715bc1_1539246112297_0.12437236056277334"},"_hasShrinkwrap":false},"0.13.0-alpha.cac7575f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.cac7575f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.cac7575f","dist":{"shasum":"80ffbfce0a277c597e0dc38d1e2b02f780cbdd12","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.cac7575f.tgz","integrity":"sha512-PPtGC7BgCYAPMTtU87UCj74EiTop6k4MovAUrNsGBlag6PFciZFz16R6wha691qh01Vho/ad7zTGHohF9YPFng==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwh2CRA9TVsSAnZWagAArr8QAJ+uLpw03Ey2Ok7dB//6\nLrGLoAgtBHfgXyLUPesBJa+x0El/u4QwazVPe1r/1aqxPJDo6Myg6isqyQYF\noxgsbKbwPc+9tWGkdljEtkXimwvDfwgOR2qF00f3mtUdP+0iy2CxRD7riWzI\notaHnK6weGUY5d2fgU3TXQ/yYvyvZR3JWbBzveRx6Z3gwpAP321gw9BDL9aO\nka2+qqkxgxke7mUpFyvXRnMe5+NuHlN5Ml07MOqZe40AlhX/Z2bjSNJatdVl\nJRxz/AQhtrZpHNFL2RolfO+Zmz4p0PKLACFuJsbrgcRkI1MWBwIcthhdO4Ov\ngBVxbfW5kW5dn4+LX4viTnfDsE1YYOjbn9jgBxF8WU7BmJ0Dsc81/7u6OWvD\nx0l9HYDztIEvGfjdt9uuRMNnbHWKaxFIeIbKEBzf69mCGRxjg6upJhfVQ8Tw\nskMIac1SkAVagk80SrpqELryE3Po1ocDsDb2yF4AarDXS8HO3kY6W+7ztGcw\nfVZ0R8rrWzWsfd+zRnL0XwxQun1I7CLD+6YOW+z+BUc/KgzBtr2Lk5XIFHQ8\n6v8vBfVm2BL7Xy6oY0nL3must5+ZiqlPPS4MkaXYZ1w2Fuy72wdJnbTuhLbO\nP1OEzpU8gecKhgheOeaMdre3qEc0nXWDi3prK+242AT6/95+kz3STds2dpGa\nvwiV\r\n=PRyp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbhe5w3dR10N2DoiJS8NqWHOBMR2EdIhOdCVuf7jqaeAiBnWjHGOVZPkBazkY5sGvHsTpjtE33c866rYKVeFAIDug=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.cac7575f_1539246197218_0.32038761525770787"},"_hasShrinkwrap":false},"0.13.0-alpha.a11500bc":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a11500bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a11500bc","dist":{"shasum":"9dc1c7a744cc74a5225c6c2039ca39c9b17667ab","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a11500bc.tgz","integrity":"sha512-ZibJ/FQe4ItEAeJO+AdNfD/6Ze2gsa+Fc2fdLE1EXuOHELL7KAo9QYjtq9iVd07ndvRFDaU7kQU0d7mRAyZiog==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwh9CRA9TVsSAnZWagAAJNIP/iLhX0gj+r7k6ArR35sA\nax2vrXFFK/TTfJk8rMOxXtQ9KPCHf8gtJpgWauFE4HCHX262bS2W23A+AyIG\nORjtu+gT+8fpkeaiQmtD0vEuQJl+EAZ0x+c/pKjKmubxOPmIs1ANYKQzatix\neAMYxhVIOpgF6939wrXwVmxvqntyb3AKn1WOyhw3UtkAXG/DOCGJATxgkVsP\nOBgoLslNoOola5WIQ6yvQL16e/WkdrC+NwFVgKFiBf5LyRivyR/hJUeW9+PB\nlZRBBiJiLnuHvzYdx3Cjz37X09UDUDdxWqkIioLYI778JqektPExrJbZ/qfg\nmdu1SA/8wV/1mEygcXIsihsUvin834lhqo1OuvXu715plX7Qke389OkdsEGP\nwB2BVMipfUKPmYu9aWSR4nb2Q0Kd2yJNvplY9wSqG6WyU00IFnSUdoP/gWsg\n3sybYHgMSu0JPNbT8NZesEfz/WQDDA7i6kEm3bHZ1RqT/IDTAshKBuqHi61h\npUyYQlTRe/MMj/cxggJi0SjZiFG5xe5u+Yfbt/ogGMa/8TPzXllGhjLKPT8Z\nbLfZQipoLDBQCfk9gEazVwHyGus5M67d149+wGpxZH83MBZhT9oFXNZGwV6v\nvvz/4Z9hlYvYL8jxdrFevbPTHtqUjCn3yLmY67/h2hVvESWcieVbhAjHIyfx\ntkyy\r\n=grqP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAs1eH0oNESK2fCGGeKnuTakz94vEeF/gb3pvS38pvHaAiA5TvoMvsZeSnVNIafA7FaPpvxvkwOKpO/CHXxz1lHPJg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a11500bc_1539246204761_0.47355844780480916"},"_hasShrinkwrap":false},"0.13.0-alpha.143cc7cd":{"name":"graphql-codegen-core","version":"0.13.0-alpha.143cc7cd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.143cc7cd","dist":{"shasum":"f0dd3c7b275de0c692dec22daeeabcccd9957ebe","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.143cc7cd.tgz","integrity":"sha512-2b+yCl8mQRUs74HZdee77vkT6rDfeITy6ArbNL5EEv0+xOfJECHyNdXd1sUMz8SB9tnZx2SQ+o+h1NH34m/sIQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwjxCRA9TVsSAnZWagAAZKEP/36VxeT+/lPJLmk5zEZt\n+n2/3Z1pHyKk9GXZOqhrkVV++LUw3ebhzRvaxqepI7JXks0D1NMldvnCZOZh\nRwKwmQBefUZn9Yfy8ln/lSmp4tT5dipDapOMYw3h63WjCtPs+tf+hEjtSK7J\nl/g/uzzoN6blzHSirVkNBNIawWC/0f3G6HRzZ4O9zn1JRG2wb824P0Ilktxm\nnYBkXFk3z8rylirwTuA0NMFZg7dNGDLhN1Jl9Dc5u4hbDg3bZfgnMHDNTiFZ\ndX7QLZzo/nxONx+82MDb6GMPoJ2h71CLjBo8UtuKeJW/+zQCfYb+ToDErjGt\npzc6f5zY1uvZIcxEhap7IphsNVtJJmLVnThBKOJ16Jn6fFMYJ5HDdj/Iof7o\nzlOt7hNpCMcyL4kJebg6rApQ5OGeHUJfYN7V14MuHRu23yfjFSNYqvlKhBHG\nJLUg2KFc28pVu8oAP6Cb27wXtdwxOHE1Fvp3ocrCSL1O1U+p9CfHv2klScoY\nJzsIxdcKd+rqPNNiRxczsqNH4TztEfaIwaPfbEoFhDe5/VyHzMs57MKUBczi\nsyQnTLNL6C3O7DWyB4vHfQmfLtKakerHQlaE7kX6BP0T6M1s7AvJ60HichIc\nbeI5/uLbsQxJP/XHh+pzhsV3+TKglRcgshNMDp75sBfA/O5WrROvWY9s4ybb\nAuzU\r\n=QvBw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCloLO9JR3e20eDK4bzTlcLAFTrpe5RxGfysZ9A74VcEAIhANs4dZmZeCsd1QC7LTvTWzwaVbpgSl0hk+orJYdeZSv2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.143cc7cd_1539246321168_0.47247679861899106"},"_hasShrinkwrap":false},"0.13.0-alpha.7d3cc003":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7d3cc003","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7d3cc003","dist":{"shasum":"e6524344e64519fddb78c1b26073a9c56600ee12","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7d3cc003.tgz","integrity":"sha512-DBydaXmeEh/iZWevZnj/AE2u2i31Ap9OPjy3u5UucOB2LTaf5Y/CQFZuDHeTcMLXvja6vUbBA3jZ0at5w4Ah6w==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwlxCRA9TVsSAnZWagAAppQP/izKUGF1JE4FRDnqdmhd\nUE/gOfh+MdOFdyPbn3Vko6kMAYbS3cshCfKKpSrDsCtOcTObMALXtPIEu0ng\nsQ1ICmgHDJsZVzY3G5PPfoZg6evWrH65/rjY7Lxil3uHwGhoOUS4YWQLk0Ek\njVOmvsHdFjePI+PO9JACIIpCo0pLTBv2FGeeq5BNHcwtd+efTrjf6toFs27u\nbyR1/PgmxE2UOdC6Hv9lxWxY77JBVNC0c4xs7K1xnFmdBK2YlUZ4kpYevTue\nopi6EAf/UJUUV32ulZI51nOxnrPctJlWH4v6q0ht1FK+K+z6iBr5hp4TEJJk\nTi5V8Dkj10o5RY1ixmV3CJXnT35li5GBK7775Cm5zzGCi3kUhftN98uqABrw\n32cab9okdA69EPooKsKu2yMyGqGE0mC1dubjhEw2LW8X6H3Zbb+ei8+iT78v\noZXEZJIV7wei1H4S/9jXHidlOh5ZRfS8xyNGx4e6roOSiohNWpogVFZanczZ\nOInn4R0dmFIHxTVCaBPvSBnHfVmc8xRMHbLKk44gwPuyHK2R+ZNwJYbFTRkh\n4TNmLITGFo//lPc/oym/maXu9F5/zJ+AWYYz8+LTQRKpi29Ko2Svl5vA07TS\n8Ee/lBU8d5znF2a5nJzNUkU23mXNTGGkx5fbN3wDoO+Z08yBtPDqUq4yOLCk\nz34v\r\n=S5u2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFARxCaaumM8xs1ty285nOoQpmalaIqGL1LOnczprnjQIgWyZGlnK0oUncDLH/U3OYl1mKBZtmC/zIu0zNogs87eM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7d3cc003_1539246449020_0.49597667119854094"},"_hasShrinkwrap":false},"0.13.0-alpha.f3ce681b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f3ce681b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f3ce681b","dist":{"shasum":"3b6f59dd46638a4bdb396e9f3c681796234a4261","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f3ce681b.tgz","integrity":"sha512-mX1cEeOoSVl2iaGnmgVf2V84IHjqTkq4Tzn30N84panqD6uXEPmtrF48w6hCDDfk9Jl8jiLq7QstuLwqgSnQqA==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvwmZCRA9TVsSAnZWagAAzZAP/RrhcDxoKiu23zzjj1vc\n1sAALgtdCJBoOYvrk5SSdMQilgF7S/sGGtxjz6tcdcGw7pk+ps9zM/qWTxA/\nj/oF8W49jjnvJ4w0T4bTA3gm5stBq1qVahPyYvLVhOO6kvZZ5jch3us3Xmkx\niPrvngVlbNNFXYECy+jIHO29BMEs6mOj3draAGqMqy7IjbpLdq6iQ/QKmoI1\nwgcKblOTaLZ6ZWfxDuDwMqaXjLGBoMXiIW9gn2rL6vxORThLnJzjpWVQd2Hr\nQoYxzMCukhZip5mU9XGoYNaaiujkhNBEei+v2xXmwBD4iD4PXgDZfsZXdUBC\nzDa5gR6NRi27fnhUUlzi+fv0hjtl6DoEaUu68t1LBbedqnENQdlz2vxZ3xD5\nVndSf70OVFZysyv8z8bVbwiCMAFFM2byhtKU4G8uyrN8WWGyoFAYriNExvtd\nD+NhoMX5qZAGpFqhdoG88zyZ6vT272kslXIIsJWtRUbipg0w2jz0KLoontXq\nk/9IV8TvGV2ncvgynAzyiApkRF8jHoqbZRIX1njbUI8SaK29quLxKRA4byDw\nCVfmvwbCZc5YvkmJ+Jfz6xMtu3D9rN+lI26cL+bMKmlDqM5iF/bduJ2bEULd\ngZyG/XqdepdgWwyw08Tb528NDWh7EpLoh+twy5cAbRFULAgxc4HszBgGmbfn\nSulY\r\n=ItqT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5jBHjND5UgyhPjJhNzyzttpkXN8sbCYQk7iVw+c/OoAiBYpT0VHZK79BqK1mZ8hW0+/ppF9EppiFNNiBeVX2OvjA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f3ce681b_1539246488455_0.5877386598764023"},"_hasShrinkwrap":false},"0.13.0-alpha.41e3af52":{"name":"graphql-codegen-core","version":"0.13.0-alpha.41e3af52","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.41e3af52","dist":{"shasum":"852d9dd0b6a0e3ed199aae25fb25d95a152164f2","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.41e3af52.tgz","integrity":"sha512-QP5VurEsr+H5WHUY0QkVPzDB8LN8v8xDzWJpOesbwypGJUoe6ATJ9iYv15u2qv70jW+jxIuhzIVU1f3v+lHebQ==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbv9yfCRA9TVsSAnZWagAAmvUP/iO9kbHmrX7XPIN+pde8\nwNnUNOMGHD5wD5T6P537UbRWU5+B7rBgLuEBKjxW44ztrzURFPUv1nONfsgr\nwEf2aUfL8h/uILGCQH4ea+dWxuoCwFmmGydfly86LpNF+g5RYYpPZxkp2otI\niwrtd7CVXZx+4Ccnk94RaZtHsn/MlFH/fEVValIJP9TfzcGU0R1B1v2nXvW8\nOqtSvVZgeWJYaPzM1TqifszeSH6xCE0NjIaG3t2Aw0EpCVe1FEs5uAH54SKx\noMoXE0Ag+jKffnPsk4ey9ejhdOSETxUT9vWLCyR+f8G7B2D+3dcXJTOUxmTF\nbn1tTUd+lLUh2BvYfd+Hk9tEHz8PUDDzWK8V+AyepMp1rf6gQXcAK9cFnuvo\nDaAH9mdz6LNB/ELcqfVNVB1DBr2S9LFXmNf7bufAFJEl1762rWPiEh/D+wZw\nSlq2v3ppXLl6as6T46fXO1CCaOsCMNtySYoslt98UsjY44qA/d8pdVUdaWsw\nRS6x6eJQAe5UZKXMGyw1YeE5I5EOzDyzDspXLcRx7aGHgiw4bpfBK8UJjtVG\nrjprB4s3o5vvY30kyVJqdKOkJEW3wyYtnqsNb2kqnz1oqUAx3ciaSbFaLYI+\nk1lcV0nhgN6fFeJnC657Syo0Us2/9HOy2ZEIklkRat/ShDa/M6iM3wW6l+j0\nRBO+\r\n=BlB6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjwzhU2qwJd08i+nnXe1hjyM9638gOpb9OB1zR/WtJ8gIgfl5ieHcXMfHAIG7CNzjB/TPGt7nqzif363ZhI9NcC58="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.41e3af52_1539300510356_0.7310029110915057"},"_hasShrinkwrap":false},"0.13.0-alpha.c522fa56":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c522fa56","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c522fa56","dist":{"shasum":"2a4056c35697fe19a375799af7aa7c3ee77cecc1","integrity":"sha512-jLGb3kot5+5F+8xKXeQDIkR+M5kGVm3Zc4EkN8zo2d15INdZa1ri5bh0lnRevqXFPx4yiSozW3XwuevNFWN8Jg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c522fa56.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwHBiCRA9TVsSAnZWagAA1WUP/jEA0LqqqTPsAxQ/bRKn\ntxPPzTeR6bNPRArSJsoXnZxk3q7RYkLEbRAsA1Lv8xC4pDyIN3gX4AM7spER\nBD2FaWzPyfyetGFVxlTUnhGKasD6QA4hLipzHZSPkE0gwlTSDZbyd1LNLvG0\nSt0omB/iVvfSbYRFDybiHyzxVw4toSA4ckayeE3XiNcwuyHZ7zsnUu1I4Na0\nPPdAeD2Pi//mSl6Z1DcQjr2g/6APB3m9P/N6Qbvv0dOj/DUNCvthePF80cGp\n36ImuZMtmR6tX9SvNy2c3wMPKx3Q0U/2peLiA5rdJMiBTecw0THAk4IP+xKB\nX6neSBu8VcwsN0BC51tD9wqtGoxKki4G13rM05gmjqS9gNUmNvmxKUL3r1Jf\n8ji05ch4wYKaXcRD+KbEbcEyu2z8cltZujlrxlr6TUkURcio2ZFlobYSQq5o\nvuV33eYSRFyLnJiR5RXcVl4YLozCbtfwihZdh2kpfyJxPs0NMr6Yzr/WFUD+\noSAWw4mMm/n0nqPpnaIla6memwyF9YXYCv+MGmmoZiLADFgztxvKk5d9b2yP\niqm/nlFUHb/oZSsBZuq/7a9xPIe5Td2nqmKRcg1l5ZEGYpikJ48w8U0qAWP3\nh+pFSwjD4EXWFhn5hVELVpDlDOm3D6XPl8n9d+gLzRRDnEcqHNDKhpS+RSRX\nVUaj\r\n=mFtt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID023fZurkWo2n/FXXDumrnuYXsTxJLm4Qb9nbE4J6IxAiEAmiee0FnrC68fpRF2TVh4Lr3upoApW0grhM4D1uUGt3g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c522fa56_1539338337546_0.6889254878612203"},"_hasShrinkwrap":false},"0.13.0-alpha.c7a25a9f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c7a25a9f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c7a25a9f","dist":{"shasum":"1ddff6be1edfc69cdc391cb0fb27aead857beb9f","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c7a25a9f.tgz","integrity":"sha512-uS8P1sq7zKLn2wGY7spP2+ZPxsrZf8dib/dKLfoxM1pGBrG2Nnx7A7p5TZqwz5BdVPWNal8ErjxKyd06jitJiw==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwNAuCRA9TVsSAnZWagAATn4P/3wUtG1rotdAMpsUrpyi\n6LOcxytBHz3PBW3WadOTy1lTgZc2xE6gp1DkQq1Sq6Q3DPqgJZiXw1kttSmL\nlL/VPKSCJXfsgdqwg6imz2k2hAplg1HGLY7/g4plBl+D/dc3CrxUcxPal2jc\nTKerdU027P6hp2pWBbZtfFw8luv6FP8TjEpYiH5a5gAIO/5+gDF7SYZPT+YQ\nlNOSwK/Ufws2uKbY8LxJnp79RXWGmRBZlsq+xcTMRPqA0yFQ3/kzpcfdU/LL\ni6JSDjezb1IOF0jzaZOaN32kP0DIkC405CJKJ/LWRmMGjIDW57mGBoDybshM\nRAnaz6ur9SgcwU/xoPuHAPuQQaLJfHCGJIKXd/487F2Hyk/lX4Rb1qVtjw2Y\nD7Unk55BUAhdIRel7UCwmEIoJWV1xUSXS1LpM9F84dKnwJKq8NukXKdL4bLm\n/2jObpSl4g9ucyNZgVnMWCfZN+iLM2dRySHb1FXqmHEDmePFqE4JGN7EhoDy\nb479yOPZ+Cw677eFliWmllmMgGtS4PP6H931JsGshlZqHjKSZ2uAYCSsl85D\nsMMUoT8VcAmWFc3ZfLh+HWMcCDXdK0X0jJkoHjamuZwwZvdQMcqoQV3J7JD3\n3rDWf4H9ssoCLPXfZ5ZBaiR2B9dcyJbMSnCg72FFYbXaPH7upy0o//slxwI5\nayan\r\n=Vv1Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkFKgt9qbp0qLq+42jWjEtFCHx3s6n/pzJIkAcI+BMowIhAIFYV9PN2PzdqhJ6wepVz1JSLT5noWD3DmYzDoTEprR7"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c7a25a9f_1539362861641_0.8434902024546629"},"_hasShrinkwrap":false},"0.13.0-alpha.02719f3f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.02719f3f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.0","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.02719f3f","dist":{"shasum":"92a5263b1bc36b7a058bba8c87f5d9396d4f2637","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.02719f3f.tgz","integrity":"sha512-EsiHe25KqnqUkQaFGZ3v0TA9xnYnVxDj+ivqesF4otXrz0rYULCcGlwCSx3XzyysL9lkLj3sQkKQa49rM8OJ1Q==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwaTLCRA9TVsSAnZWagAA8TgQAJRd4Mu3BZsD5B3zb709\nmm5UO5fdSnUx3QznKmMHmWFi3Rx7O6LOCqy+K6OKHfeMGbKiojEGj+XAfcwc\n0jaR3vAPayYso1la+OK54OlFwyeEa+xUIXBEw9OlFVlP4i0BssQFysWhAM+o\nrStqefSbKGPhrhAl0pHfSNCL/SvSrYELxNvdDvWKjYeAmG3UvlzDoq3C8JyT\nh4Mt4P/QThhrGLKDRdFHyaSpVFVJiGy1iRIMelsiiki+Z5nRTnQ8DJO/Z3JX\niE2rEXLomaJTlFOicVnUFioaLD3HKXeuFbnfqLMHG/VQQ+ngDmT8g3JXcWQT\nh9wBtriBdXIzD30rZoSJC8gAweqlx4C655WWYYloIyy/QZ+JHFd6hnz1pfN7\n6sYwbek9XEwjFNZ75StgYzJwNSb9AybRN8NjfyRp38fWooEGkf4Bq0WfZe+l\n2Yg71m89u3hz4jsQ8XMgL2VyNL7aWjjdRslCX0B4YirPjCFm+YEdIo1ssLZZ\nR3Hz628jPa4LEnUoh//YlzNxqnbQK5gBLMExJUkT6e4yppxUF/z4IfqgLRcJ\nrHuCAqPbhKlomA/AfYoIzcGTCvr5zU27hHCZNdyyQsY62ZHwar2UpczkEjmH\nEhyLgqoIc8dm0XzJudqNgKKtJEmab2Rhij1eoRL7EPqc/L5rl4N3w+gZhhLY\n6xP4\r\n=7oDU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEKDVkgX5CiE/dBDf+3zOh3sOWlJBED4vYi6KaUulo5QIhANqjFT2ydbUnOf+a107crB0cFnMbW4j0yfrpub4Tr3uH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.02719f3f_1539417291050_0.7900916491707697"},"_hasShrinkwrap":false},"0.13.0-alpha.90c73331":{"name":"graphql-codegen-core","version":"0.13.0-alpha.90c73331","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.90c73331","dist":{"shasum":"1f61011ab4d3d32ceb7efffaeb5df40e10cb6cfd","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.90c73331.tgz","integrity":"sha512-JlNUOgdpVayG2rfWJKRLx9TfvW8R+Q/m0KC5K4X214YzY6TWREBG/PIgfOuzrE0UMUMmMW1rZE+Y5vZ35U0szg==","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwaTfCRA9TVsSAnZWagAAg3gP/3RqwN8crb8bHffLdfDL\nBPtaFRfY3zH/P7YAgMs5Sej2JRDdzxohE0tdszC0LaxyuWl18E4qud5Nkv3O\nFOy0HkqH6LnQAz/oGpauWHK5IOd1GPzwSui5HL+cuoJAGWUstXPg1EOFXNQD\nAr/KSzTP06mHfyaHBpR1L2XiQkxteP9G3js1m+YEXfhPUoW+ZQUErnR3Bsy0\n2UrhgJ800cdxfVWAH5FtoHBMpyslh2g4+9o16SrmiM06tPyUkI+KVykxXTUh\nJrrBuPhdu6D2LPPffKYjl259MN//O2OsK1zNZB/ouEjU9YzNrLuF+23QGMmM\n3NzuEIdWbhUlE1wgiMf8YWEQOx2ar4Po9d/zAIkkerCbwCogdXKKJQ1Plobi\nhFpn6TgS0ctlXf1Z0z+dXYo55QyO478gJGn3a1zcNp7qscbTCHuuOZ2NGGnk\n9Z/nExRzOGYftPRVRMS+HfYqZ3s5IEYj/2LTdzLfB/6tTjFqAM/1/kWZ1Qbi\ne4A2nnLy8+jZdWB/zBzbaBDGaQbU5+CxAGDKgnJ/cC+hnLnOaEpRzccmEcMP\nmobmuyu8lVbFNH/LF64MbMhKoSDfILUkX0XGAmqOlPGgWeQ9aVZN7UHy9vFV\nz8p6yNf47JEV6mrjhet1ZamCagn8HOblbhmzRX/TvHYyt5x9k93lSkfO6rxa\nCIEN\r\n=4bJb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEtNjxf9DU98spfkQ9skAYmgB/Ju0FCrJkCmeqeY4PMWAiAjpeq4o307/e6kp6XawTz3U9LH5vwr9wSnR6uLQFVQng=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.90c73331_1539417310866_0.9457657080964805"},"_hasShrinkwrap":false},"0.13.0-alpha.1d0a3ebc":{"name":"graphql-codegen-core","version":"0.13.0-alpha.1d0a3ebc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.1d0a3ebc","dist":{"shasum":"1b266c3663067e70455de0949a09eddfd654f81a","integrity":"sha512-y3IM5I+9ZPU5418zHXw3zxVz0SUbfXEjGthPvWB8XT0f+Mj84mDYw5be/Zq5S1Xij2WrTfHhJR8Uc/+Q20s59g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.1d0a3ebc.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwaTnCRA9TVsSAnZWagAAGNwP/1w9Tk+OdP+Qxa/N2MxQ\nlYozxCV8MexgM7H5h1JKG7QIUrqfcHBANiDo5X2MdCq3cJqXMSLf6Z1Ag4fg\n83k6mKaE6XMQnCq3Odc2yg95BFIkMDpIyqcXdQcRlFsxX0Rzyy2HWmM0hFRb\n9JrhtDMA+pQHWMYPJJUvEZoXeYeJ2HO7xBX/hM0PHq3Dy5PejVjohyDNsErn\nfHd43iRdSXrzue7oqIylQ2bGffbMAIBhX1DNh4Y5jtdqi0YTvLeanP8s/jMR\nWSIrQ29I7ynS7mf6NE9BLIKYKn+qLY70whMgAUAhiTeH5IRldrPSXgZUBnQj\n/+Uri+3JquLmFh/O/eTDXOGDkW/9dNailowTeOI0LOMqfAOWrwugDJTr0wgO\nweh2c0kkXDt+WPkSmFhknaDWJm+XvVN5TMccyKzeCDJr5lhKc9Tk8+brIDA/\n0cp6Fid3bwhnh6ILPp8JWcAdYge+EOzzmxJ2oa5108ChLWuUH5B6AbpoHi5+\nnizlKmGFHXcOK/IdliaSX0xwj50cT3GtPzSr/3eanzDX1nFj/8iLTdCREksO\nEjbtotzR9w+jhfjmDKd9VhaMi8EVPV8pZssJ9yE9za3CXbPn5xyFTwD/db4b\nuBapcwYjfCtuJXqRQaEJt8UaS6umwvSt7exdiMusKzASKd1BYRvvTxJk6pBJ\nTkpt\r\n=vaua\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpgs8haYN+zUFKxGTNQYQDPrGsnm+7GOJSZ5rTuRwwdQIhAInqbxdBekK9T/NqNjJhUWYw3cndNQBTA83wQMxpEsZO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.1d0a3ebc_1539417318915_0.6367926968561879"},"_hasShrinkwrap":false},"0.13.0-alpha.d8bd2057":{"name":"graphql-codegen-core","version":"0.13.0-alpha.d8bd2057","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.d8bd2057","dist":{"shasum":"c6f768c31dc0a181be2de2e0352833cfb098fa12","integrity":"sha512-jIi7t8AbJkSUWcK1QE1rcrkkpHuaMOwUxqEYI/guCWlfgXqWd9wQwuS0J5fnDxIBCKH/mkf85F5rtmxxqXjyGw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.d8bd2057.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxSAdCRA9TVsSAnZWagAASiwQAJNQWe1vn63ZuQ4JPy0D\n870Dtb5ExAmTumo83rdecToPp4nD61wAZhO0tw69qz/EuUvRG8rw0dhlaa0L\nyu1nNuqMON7nG7Jfxd0usb2zfpR7BSYGXiRGXB2eqbGUEIPGJsbhPtimLt9o\nxfLs2M+1wN0Ol69Ttnu/rYg4NMuF5vvKIZeSK4LdzO7dw93JNXiMUguSDe9X\neRKzxwj5jlLfcpw7q/ROcgYEkKJiIpigdAVVZU9E3gLNxtXuiZcnkr+7pbdU\nJSgRibGU/O0WpcTbkYRdP1Y8AoaHBMw0AtVwK5RVpg6QnYqtu38adj2QNN9+\nxCvL/CAf74OIqBNYEqEktsIJ7JwiYwIOrFdliPncu2fcNQ9O9KqXqOb72SLP\nJOqhBt5ZJlZze881JxM0bBHpsbBO9cybeIxwhvAYV+doLWMYVibfmx1J7k96\nRczwzBp0iYRWqYrkZAhQEWdF2n0m7imaUFoAKD2gYCBZXiGR72Teo2ChqTJO\n6DAFrA5cbn3VvAgGJdVhwqq3NLtwyHWFAWJBEo3xGuGiRadslxoeZj8KzJYx\nQwcS/519Msvo14Bm4YKg9GEUZgP6IId+w33dXH8mbwPQ9nAd+w9DsbhcVnRy\nwuZhvWeMc0LxGvx6dhP4JfOCxtAsLQK20y/PA4FtZyFWm9AEE7WQ2jUR3e9z\nxnUS\r\n=urQM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGeeQusLae4zWqX6I4l+QISbRBjnVzTfrfnjs0cMUHrFAiEArTq6sw+F9VKfK1ZZLjuThgIgcHnUwR21SSBVJRW35cE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.d8bd2057_1539645469071_0.700077020404501"},"_hasShrinkwrap":false},"0.13.0-alpha.df4e458a":{"name":"graphql-codegen-core","version":"0.13.0-alpha.df4e458a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.df4e458a","dist":{"shasum":"c241027c83cbf2c1f5604424fbb486dbee021d07","integrity":"sha512-SBpA5VV3geUKynmyJdwqLayXmuLoT4jGM8tPVUe9m/CRzrreMwS/hcAhP90w4vTHN1yrIq1x/kqakkAB6YrWnA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.df4e458a.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxTyyCRA9TVsSAnZWagAAK/YQAJAQVnj6i/mYxlXKQDEO\nbGY5nKfAc12/PjvkQ58BFPwSG4I6N08aMzEy097vYSYxkt2eMMN2SuDfjbQ0\nec0Y46AidnyGsL3c+CVQT5at7IiT/U+YCP68Ldv5Mht8gWq6T7iVA7qMTKqb\nGujMawdt3eRV8GS9rgM4pKSMkP+LhqQIu0Pf2/wi5YwfVwnguoZRPbFtFkat\nLjJUuKE30RaNYphvuLoo4lhFlP1+G6CIK0z1YHscK/H62YE/dcVZsu7cgfCV\n3io2HdDCvzB5kGvjJlLdLvw+R3yNpj3uhgUm0XTOBDT4G8N+MV0jg1N3lFp8\nLSEW+hnFjo2PMeUGJeHqj6XdKXjxc9BR3Y2/j5LV96HvL+M6GqH92Mfk/UE3\nSREiGgt9BOu7HJ0NXuBWPeeYGOkB2TsTfSpLb6Kz+Vu+vC6JQF5gQ6v+QDj9\nU+MUGbCSRavtf3ACRD0AIiP1vsy/WGrbWnfvbVtOc5sWqLcLejn0RhL7lR+7\nA3Bkq0OYGZ/cvvXeqKG5btHi1KDqo5ITytbiVzdNfn8H4qO6CXjPEztr8pNp\nAjJVlKSfoMk95npALNL3nziTmB9unn8gb8KLGxHdD9sSPIWUQ8+LTlSBTBaU\nh1juser+bpvtZcIPFYMeo3f63+x/LAKaJrhWP7woAR8PwV6M/pYSv0rOmFL/\npv7z\r\n=+o9X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7n2QD7fH0HJpcdjNj7meInmbdWiHe8FjHxcK6Zwe+zAIgQnXJB/IaB1xIpherii4VoKgE6mYJZJ403ex3VSv0/mY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.df4e458a_1539652785922_0.5369055767940349"},"_hasShrinkwrap":false},"0.13.0-alpha.7f716f02":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7f716f02","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7f716f02","dist":{"shasum":"d79c5f6b45df9e2d4d892fb17d5592374ccf514c","integrity":"sha512-Y8tCO1JmAothu5H9315Lff10Lqp+hNJpPmFX5AQFcEoNncuUZOx8sEGXTiXjQ6Dwr3fwWys1FKMp9zRdU86StA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7f716f02.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxZirCRA9TVsSAnZWagAAcFgQAJOLWiaHJ6ZfDwnQ2Z0Z\nueWVVaGnHRUsgtJV0m6pAymRzCf6mkT4nFt5oCx13InKLrowyXOwJEd3lveX\n05vFwB15dcyLg3wh7y1Sq4Du6VLxYwmis/lIfsUaa/mfD/TvdoFoQIVnx3ms\n8Rv4xUPgAmgZND/S5R8ZwSDwsTQsXykfQUkpE+o1zCoA/3I3wMdZ/gItKl3H\nu0V5zjPZfk94KRGXbRHKL91ZimhKZ2RS+mIGkeeX0vzPTQWaBNLicvq911IZ\nS+5MbXcija8uQjA5PDfk2AG4TotSwu6trK5qQ/ZhWCxKqMcyXbZUlq8KfVZh\nnZrJejEVLsnR/RHy/kpjkbbKFIF6XMxIUHLTfN8vZIHOh4oL9ixx6yKYNXox\n5sNcJlgYtBCI+m+KaKGrFgQ0Ssi+3WTPImAKcxhwsURiO5bBfXXM9uEgZJtW\n1xcRcITyAzOnFupQ/YsakzH7UdI5J4xSWZwI/exmZaEwK1PhdSBjkvvVqQzB\nQsL0PkWxfiG6HtPS8Cb3FpYtYKVxACN/IYkSRKASHF+51KcfFMlvtN2MyeCe\n2qPUNDBukW/oZp1koSXw/PGCeIAgnamz65qLfvt3/nswKQoVMKWBQjBuPgZr\nDM5waQjlGZmYNNehqUf1FZNi5Ec3ifXWIIxzVtv4KraDaQtTK28t6uOonong\nI5gg\r\n=huZ9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBmsf0eDxHMVfw7BOpkEen6yzhGXBu9N0fBJgq981NKGAiB7jdt4OjHqfYZ9Y2ndreTl3eqivvY0TMmvBb5neQMJuA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7f716f02_1539676331042_0.7829948118636492"},"_hasShrinkwrap":false},"0.13.0-alpha.c5ee0f70":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c5ee0f70","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c5ee0f70","dist":{"shasum":"55b185bb93ba118fdb37c95479ae73bdabbd1b63","integrity":"sha512-696J8H2uYB16ZzOKpfrnSqkQ1CqxJ2d2eHevWvWN4UD87IbyAsDb2fuV/K0CQW+LF83GGgJ6jtZoI7s7OhPwKQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c5ee0f70.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxZlkCRA9TVsSAnZWagAAecIP/iAjaFtDG1bi6k/Rjdf1\nRXGg+gTd494zPItOZOVMZjHOtefRU3XorOBRaTU0vPdy2xcnUrMZUcMDNMD2\ntor/D9BTgEq9FCFj9qWwZJ2ylDY11jPgzMK1NTlmSMTA8qPSAQuGTYHGZN0A\nROf1y3vxfLn7BVMfzVhjKJ3jsGrk2CpgX+zix+4ioxy4rTnwo4udQ/q9pNYk\nHWxWbREaebdhO7jYerGMUkTzl4A4PtmFq6jn5wxDV6JP/MrF/IBq5IlJwSGw\nNBT1c/mtLw7c//I1CRFk3KMaPdQzqtWb0tijDz34OWhvmY9kZYjPCGS0LEPo\nM2i5gDJwiAAL7Q2u68eJSaIuufXzx+/XVRuQRn70cyUVyTa5Ai8vmHF2Ttc1\nVeGCmeh9RwmYllWc9lfHIZyy1DzcbqokwEhSL4GWPEfbudtdpbMStQMLJCJr\njc3eNrLT86k7cun5nE78B1jEdOo8yCNCRiOf3esYHwnIzT7v0qayVG888unD\nKgiyFfrpdPdDlxz8q6SclnByzsHrFYuP5nQVOTBRZyCSxwgzKISazIiKB8Lm\nXpMzy9cVrCzyU2pk0dGEDVKAPPcDTQouF9SCVaNcmjStzK9dkj2NyV0mY43d\ndfRVwRBdGDZsbAh7wFVLGLyIxHhF3gMz76fSFGtDDyL7n4XxV+8fhoFFqgSm\nUaMd\r\n=BjAq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5Y3siHYUVwAko/2Ng3qjD3QijWOuPLsLP3aPD7xlIqQIgVcK6An7/coFkeULNihS2/DAl+/M7SIY9NqXc/begNA8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c5ee0f70_1539676516077_0.3507887999381136"},"_hasShrinkwrap":false},"0.13.0-alpha.4582497f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4582497f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.1","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4582497f","dist":{"shasum":"422694e7308879a17534f5522e41cf44761ca561","integrity":"sha512-z4i+PDvgkkzVhoo0QbA/0m0tFXry0cxQHQ1dgdYmSeFLyWD1HLJWc2XgPW+y68A92zA6c/0WOKdAKVbv/2HvvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4582497f.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbx4CHCRA9TVsSAnZWagAAWMYP/3ipYeYAVwbS+ZH3Hzk8\n2u8LwwYynJurKXUyHS9HjQfxQLcWPBDzt6vvGhZ86qyJqzjFo8IPeoN8qYpq\naydNPFFDPiSC0w/mUPx/EMQBOn4LjmKXxA11ePlvLo15phAAS3vqcIaIKlrw\nbBvYeM778n73DNhGGEz8Iny+IPCdDVYXXchWWODqJtzO3ON9glUiNKTK2e3t\n4g+QXVYT13hVc4skACsxQMXjoz3cv570NnhBHRjD0PO0Bpi8uoexn0/yhHLP\nZFBUz5/p1e5NRa4eA+z+VqKz2x5M9OG/p62avRbVviQoZthwIaVe/7QTWbpK\n4/7Otj/CbKSgS4vvlNlAcXvA4KBjZvIXdHex+DwifyJkSQk1slWz7+CnAYqw\nYz8a9J1WWf1X6hOd+N11QPhJN5RY7bYKzCMpBVOyoAtHSj5V9uykVg1rzpKs\n2WGBsx4Gb0F2ppoy1ea91OmfEkpwp56LS6WnrS1HP51rIFcMfi+43uzMi+53\nHvNTNfB20UJ+M2AaS4FkT6zOEKgP4k2GCqhTnC2eNAp4dsnY9gZXx+oCrHDq\neGpuRSWjB2ixmyKBVfsm8CU+aVUoHstaCCAOkdcbRttI4I1Jed+GbRo6vvsZ\n84jFGMI9utFs/vakWixk4cso1/WGMSASQarVdMMjm+1HCBVnL2+ZqZ1uGuKU\nEZRh\r\n=QJNo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICpPP2bmL4SiQ36tTscHptaUfYXUO79NAjwOTWbBfO75AiBd1DdLnPlVV4H1q9IHG60C6D98U7QeZCu6dOJ5JNEl7A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4582497f_1539801222233_0.8914528125170791"},"_hasShrinkwrap":false},"0.13.0-alpha.1dde25b5":{"name":"graphql-codegen-core","version":"0.13.0-alpha.1dde25b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.1dde25b5","dist":{"shasum":"dd53d88e1975790c71498e473decfc88e0c7fcd5","integrity":"sha512-f/sO5vpqF/t5GmXhXSBvOWzQOALwtlMRfv/Q89T/TwEGPlZPL/vXtipyfKm+Px/o2cE0sjkbP3F2ypC5o7Xm8w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.1dde25b5.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyFbsCRA9TVsSAnZWagAAkDcP/jJgp+kvTezJAJus49P6\nwHvLG39XIv2+vyKvQW1OfXh+upVp/d5u+jgGb37i+sJ31xTPoshPxPy1IRH3\nwXk8Oce8YO74li5NCTOAUy/fxjdlvikzcAR2VuptfQeCI3i6Dm5CzRfDtSKq\nuekc8sSso6TcjZb9HKqb61EhuFhJRnKfF8GAXBBD8MDkwPPKBt1Q76B1HUCI\nXFtvMQVcsC7nlmK9MLmc2weD3ih2Knd+/CEBkmXx2oi+fZBzL8edtWHo3ZHI\nijSQuh+qJqU3O6ORkzKvFiIh9SmJ4USKdLpVC6fH2O3eTbuuPkY8KHFJ1HRx\nWx/9iVv3Vd0/JgwLV6ZumpIZjHBqsBAHC6Ou3otVi3f5UFL1ke0XyX+vMAwf\nxioumpppA1lJtQnzHx00mIsXkJ7RCbki/0luR7VqyMJ+khVxenKZeMJdfw3r\n/CIxq1RrNt9z0SSj1scX1u8OoI5h3ND+u82Fds8pWYYCfcEObM78Gt6Lwq43\nXyrhn32qqF4bSk3ZCRnUDKUc1iYS9AsDEjtGwy8LGnNTHQHArL01C2I6Flk9\nfMQMU7fTb/5fbfEMbLkqzdzdEMhYs3tok4wM7WxsoAGG4uEICFzjPY+y3Jys\nyq5eA2y5FPD+39pK6/nKLLKzQFDqtPmD2zLXSR7tFrshhlN36W/m4hGfcL7K\nXeNM\r\n=sao3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOvs/77hUuBUxgrVdvvxHEk3F8RlFnxwZHNIrKNJ8KXAiA3pq/+rnEouf5IBGlF6/6kLZppmfUHUCimXRrguPfdLQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.1dde25b5_1539856107440_0.5337918710126333"},"_hasShrinkwrap":false},"0.13.0-alpha.8e20bfdb":{"name":"graphql-codegen-core","version":"0.13.0-alpha.8e20bfdb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.8e20bfdb","dist":{"shasum":"a15e7898f61d9f4821a55a815cc72e30ce0a7fa5","integrity":"sha512-JuEUYpgO38ZnyVlI9BY0SwPKoNzQlgGqnFa/hB2Yb/7Me6S8eYYL/w4EuS34DScWpHwuh4BcRk/Z9WTVBiB8hw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.8e20bfdb.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyG8aCRA9TVsSAnZWagAANLIQAIS0xaaYSlISQ16QNQid\nji6hemojtVt74IoLIt5eH8/qSRjO/OiynqyYX4/7mcGOnjkFT17evGWhNMPX\nt5c9F/wH8oGJ4dxLejBk970YOEfFRxGENO3R0H3pZSCl5uCZEJfgvyABKK22\nRl6Jszn0Q+v6F16HGEOTf8H7ld/oMipduaumKeWExbEDMpU3H8gynLolz7Ln\nC91ibDNciv0CLdz5TWGQ/aNX2NdNTPKB8dhGpTNJ45JhTiANx88Yqdg8rt5R\nGPrTNyHj3a1S5waM9+q3Vy8qspiSM/ZvE+0PcCG16Z1qEJpAh+1jmGNv1i70\ns8elAoIOKkDFEKp4GHo2Wnj4feoTDyOcsJZsgdBKlz2XziOy6LzMOxXdOnJM\nZwgYsKhDb0l8aQuSu/uyy2w740ZRRcN3zgW6OuhXLlGKGUp5HWYWC+KUR9BY\nM5rs1F4ihbT3NETOksCsdcIYcn59OCToqBLio1hHsCMg6fRtJwYocWja49fl\nCWrKUJ3F5ZTKa9ROZXa/QxBH6auGkdM10/OZKO9p7XwRqjYVRpQ+tKCwNRg7\nreW4N+tfjQYaL+vpZIAzxsExS63DiqPkFzeD5o3W8ThzpTorM1sgWfIRzre/\nRYOJZrKSrcwIEHQoAmvnlzcp0g12IHotKnPYGxguZAfLQ6R06OV0k/Z0e6tL\nvajq\r\n=1Rjc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxtQ0x9524cpn7bm96AVWTJKYJELckPcESbyjWvCFCfQIhAO37M01UEQzjzHNptjZGhUmHVFvvuXM9r6EBWfesMQ5c"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.8e20bfdb_1539862297257_0.5876408058518399"},"_hasShrinkwrap":false},"0.13.0-alpha.b843184f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b843184f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b843184f","dist":{"shasum":"46c6ac40a51f949daff5dfee57f17e355426c0ab","integrity":"sha512-u8sDjDAp8LasTCyIrMD938lhpLBIEL09RkpMJgvXxDXSCiQZDu1769S9MzHj0qXfSK4lwnAZ7znshl9PxxsCjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b843184f.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyG8qCRA9TVsSAnZWagAAmi8P/3YUgIS/rCwffGgfMNQS\nf1ZEOYSi6c72YyNAwCWQhs4iV3wUslVSEg1DkujsC5IZPev8lji5i8DChITM\nZg7PHvLPzN9qsx48iKWKgY0dL1ZjfWDD/R+3KinGzYJfwApbRaRATKRuPARX\nEL1PXD4EkBACmteSzZcOhkHwLYnRSNv5f2oGuAt0K2mZurY1abYaeTQtNvzI\nsYbknnQE3zKbcPtGuBvOcrK07+iOsb4SENk6Zelan88nhHg8LDD2b2rbfqrl\n6oJJAX0MBWMYU570crVgsYtm2BDjXgP66X+Ive+ni2ZGwyUt+brrP5mrV4F9\nMubuwQsMok6GoO6uwP5s7v17AaKFeB3baq72Hz9IOhkvJnJZq0TSvhJEX1oY\nopGyK6vPi+YkCWtX++xb8rlq8ZBB8ZHUXwgltQ8lYOzBvdki7V7MtVlhgqBb\nccK3E08gn3HtXycD4YOj40xygRx1tumnj6/CzKgP7lXs1ByLdvvot79AEm8o\nsjayBNmp94i5GHT9W0W2mfC/8uFGWnjagXOH8foWnKx7Dn0UMzUZ1ECsySRA\nlu5PhwVf8eJkrixO6Z6/v7KHX9Fnf/XzuLBI6Ah7PZM4PXpYgcilysTNzY19\nyCNNy/u4a0nyLiCZYO2PM/GL6XWpypQeAYYK5mqN+l0nOIh6VmZ2hRsjWapG\nKdjF\r\n=tq1y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTLDfH8qiYbab4vSF0Xq7l6JW/wO5X/mr0ZzWPuonq6wIhAPUixxE+41v2Jb6U1HT/ZvNI7Mk/QeK4RBreZ7lMqsyr"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b843184f_1539862313654_0.8205488483787853"},"_hasShrinkwrap":false},"0.13.0-alpha.adf58fc6":{"name":"graphql-codegen-core","version":"0.13.0-alpha.adf58fc6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.adf58fc6","dist":{"shasum":"0eec3d8a82426591a0f246f0e79db8b73be44aaa","integrity":"sha512-bRd2giYHBqxTCWWqqXBdzc4vFI8ZA1uIZ5mDQYax7AoTUNnQAGscrIyU7atPC8u9iVCUiwZSMds2LMlija9NnA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.adf58fc6.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyNUzCRA9TVsSAnZWagAADf8P/0UTOOwKJN3f5xOmf+/0\n2/iO8H8YT4D/toKdt2rhdN2nhEAiTkVcmFLFVruyqRS2dm4EMDcin4GRJjHu\nMP57jg4g3D2HLUlZvJXXUtxv2jN2cYjmUGy3U3XvDiFM7n+eARIHX7if9Qqa\niozfhbaN9+UDAH+TTO1rkSKF2xCnctVf0OnTLqdRlbo0slljWmxngENQ/cvH\nU1y4l6SeT7lhZI/eQT6zI2iE5rj9RAVGxfwyJETkV+ykeSc5AWEwKVld8ju8\ncxm9bUSVEDZmrTv1OltFEdbzGnKfxLum/x3R5ONPpRjVhc7PuyLIs4I7kUrf\nqmbqgyuKYSQ+pYux634xX19ssUwQXeajg54DdZdPR++NwYaplCHvs5gdGrqU\nyM97lBB8HyYkHhL5affri2Ux15zNTv4ZlCVQHBbw0PEr0u7x78p7R11gR+4D\nFy05lOFY+uettcCoO/yV/Sw3F1ZI8pxwzVwjkrTKEy83IwOjBrq0WLwhAjqJ\nlP72hnGD0ceFYkJU9kRowRV5+Qo50A5vkNe7z6uvXqpxjrDMJ0ynijVtp2k5\n1llRCrLU9xq3Utlxndy/1PnXkH2LMDLeblak/M7o7VAIlenMRlaqLJkHX8N5\nTECMQaC/L2tcYejGNsTzPmKR1Xn5dPtvfRgq+Wyo+IMRQq2V0RjlC/fdWYc4\n2dze\r\n=WWyE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDto8N5TRslROO3QKkPFAI4QzAza7E3c6VmNwHjU+32iwIgZKWhMFS7rMCXJwWCKaq9yMeUZW/rq/b80nsGP/Qy86k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.adf58fc6_1539888435404_0.22948212122391776"},"_hasShrinkwrap":false},"0.13.0-alpha.1b8ec9bf":{"name":"graphql-codegen-core","version":"0.13.0-alpha.1b8ec9bf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.1b8ec9bf","dist":{"shasum":"a6631cde8f209ceb2667cadd28a71a823578161f","integrity":"sha512-/Zf3FwHYwhyHqLLwpGeGmllPUH4w8KWYh+Zbmuvt7htxgprFxkEV41soRhUwg7m5nqE3masj/FELKyiK2Q0FbQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.1b8ec9bf.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzE3nCRA9TVsSAnZWagAAjx8P/34hNRnJM0GyGuqUIcwB\nKo95pZWxL0bCPGdA+sMwrZVcNrf3xGxYYKQPh8axoHKh52E6QkJdU+56tgRW\nVNb/MoBF5y0S8z/pKZaM5nDF7etzjFoFouDUotk33nGzAai9ZWRpB3JlR3VM\n3cvH9PXGWop0L1bblnmzdj6gsM0fd+rL2Mx2QFST4V0xUCrHB+dPAeCC50l6\nzZVPNA1S/r611fNk1NFIvs2vifr0fxTm/Yf1M9ffALn4YPdK+E9f6VIElcKG\nyuUYEIEH1A8HLCoNt7P5d3uyOFDU4j1tVGCNz8Z1BD3FIR9mxh+jdtaykFjd\nwXUTcE3+aezTLJrO1Jvr7omaw8XKkUlXC1EPr3sl7qEEO6BbGs2Topi96NHZ\ntu/4fggLX8ZFQGklE0bcRG4sykn4B6AqVYdAM7uKd0ejYCJNpoqOv+PBIDyh\nLUEdDoy0LDaomoHVJWYo8igG/yb++tQ3Ym1PmptazKiQ+Bb+trcwPwJUJCDV\n2K8oMBJ1VOfEn6VDUq35k6CJm+U9Tw16xRFol9GoswxPoRZbN5fU4qFeOjNb\nNQxXO53A+Nv3AMiwN/dynnatrj75eb+nKLeRMH7KkjTMlCBZHCV2DWCysZib\n9ohbtJRXM8mvCHYKjw+0jGbXPVvwmvRg8dmURNoSqO6mEcp4F8RXUxVAipNl\nwC1Z\r\n=whxO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVyarxBwKSIB9lRiXUORg+NlYZJRM+3s+CfbPCIv9UqAIhAIoVTiQtRizcNRcAlM7GpB1xKZemtkdI4SMYf0d0Yb9/"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.1b8ec9bf_1540115942547_0.09493110259006787"},"_hasShrinkwrap":false},"0.13.0-alpha.c5c9f329":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c5c9f329","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c5c9f329","dist":{"shasum":"827146f8677712573ecfad72779a6621679c6673","integrity":"sha512-T+FYjRqZtIiLlgf9OrhEUyhi/cY4/kcQ4vFh+P+mMudPdQTObfygNV+oQOeh0zEE9b2w7Fm/8ntNPinOl7thrg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c5c9f329.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzISMCRA9TVsSAnZWagAA3HAP/A3ZBD7T8fsBkxhuf29X\nBVvYqg4kaDjQManYKrrx3nlfgDBP6PLMPLIq86fh12tgrh+PFsabODCT2I6H\ndkmJm0kJ0PN1DjJm90DRwu9g6CgOqSPP1po9AAWWIVj7uC4E0BRXyKC1pZ1d\nLCnuXdXxJs0zK+IQ+F8lGL+PGClOV5P86SdTeDDgWjO2799S78MemzlqVQgl\nBKh6Is5s0lnAkkp5QUPVFKJVNzsZnTKQnKNZVA5/r9pAt7U9sxt3gNGGabyE\nyMCntmtdF8CTgb6s1bzeeou7KV2OOgFQMshKEgaVgdPxlY+b9EbQk6/YECzv\nEXonS/ygZqMkHNUI5rGKZtodnBd3OJzD5le8LmLC8RxchMpQ5detpIyldmhi\nCr7BQzTv4iO4rcOtt+kxB09kdlv4LeeDyVU3a/S2FVe4N7oK3RaNqBSrPELz\nNjDDGllvk3R/0NmbvN8t1uQEdUYUdHQVnDNBXQjJ34+CRGD+pMPC74MJuAVb\nXozvafcKAyNDdjRViRyp7JoJAPcp6SP3TCwFt7BwQuP+dpui6r8cHh0YemZU\nhbMUGA0+DaoQNHpuLH0buJvJ70um2xtbxc0iG4id09Fj3icjgfK1PS4kNfTq\nUk7EZWyI2EBUnMOFwBBFTOZ0/Bx8h7fiJZGc5ox1Bl3vqAizV2HK9dZX8l3t\n5jwA\r\n=jugq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDD92T0eZOqFaCUyuf+UltAkMj34mPE4xdd2UmgKwesiAiA5bUWsGWSSjvyY3datqlnMbLpGgdQdttr6wTHibZGwiw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c5c9f329_1540129931803_0.5663411654496746"},"_hasShrinkwrap":false},"0.13.0-alpha.c80566f8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c80566f8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c80566f8","dist":{"shasum":"48ac2e5c92fe070cad306145640bc0630a22108e","integrity":"sha512-PH7iXo2sLFh66r3TrSBIarx7+JAiOiv2UaGFR/AnGvfqF4UntZvsaW5cKWX4FzHZNApOz64k6MTB57jXPMyyEA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c80566f8.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzISwCRA9TVsSAnZWagAAJeIP/jZSmae8zM/PnfzlHoSw\nOEOb4BKVM8Fdot7f4MLvDOCcyvk4oTDSUDLUf2PYKXt7hGBWysIQeY6q/u+n\nifQzRbDmKPFJVUB0KwpwTDnUn7uvWeq/P6Lyr/AAKlFRoJH1GSYx4CCiazNb\nLNG21iSr90480ejrR/PzUnqHUyuvbhDg4R2Fo+9qAcToBKsH7ZJAvVFxGC2i\nhgFYwovE39lUP+JxmYSZx2lFYu2m54WKNgA8CPZgBOIJkqbe1qW8dpDmWKbN\n2JPhotR0cRGP4BX90SdM/AzyWWO5QQLikF58yYb67/UhsoR21ffinEuzx830\nvxZLnagmgpk2tpA2N9soMkx6DFiX7maFZHHIp7DVIdCOvv0XRR47V2SkKkap\nDsuSI6sb4CJfRe/FItCJq2D7JioBiylmhhptR9ytGKRfBqOO1ca40a86svAq\nDKQEbdtyHo0a3fW/5El8xIMDX7M2pGmJgoTtG4yCpa+4nePSIvgOrU5GHLOg\niE/d2nWbKzW2GoIp+H2CaMNYdGrB2F9bMopxjYIXAqZMzKWJYhP2twWFauPK\nj5cAgKSfNkwx/VPS8aDk9oUTOT8ptQVAdFCfh26qwOmDhW3miw1MHQSpJIts\nDhx0c/M9HiH1bdQ/LTSne6H1xbT8897ntajC8Iheo2/3hpHHJVrxZPssPcFP\n2SKM\r\n=JeDF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqF7ZLg2x1DM8h1fwsPFbmdAPtQpSBmpZf7SVakpuLMwIhAMPVW7jAp4U3mGDmfm3KXXsaen5cI+mVMj76YdWtHJS7"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c80566f8_1540129967683_0.790252838457417"},"_hasShrinkwrap":false},"0.13.0-alpha.779c2664":{"name":"graphql-codegen-core","version":"0.13.0-alpha.779c2664","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.779c2664","dist":{"shasum":"6907e58698314b173e66fed6d95bff54e7b9cd61","integrity":"sha512-W8Ywc7yGaFyYC1iMIFBYuNKiN9CEx82Kx/5jfQKkNT3+jjsKa0o7pCI5UxjMFxv2p9corrj//8aESTk2NKIH8A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.779c2664.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzZVlCRA9TVsSAnZWagAAEqIP/RzjGurKtZEUH2AoBvF3\nqmP1HfurJdRpUCyxtbM2lwHdLk4h3kf0oblTVZx2zMtZX4VaPuvMSMesqqOn\nFXtzbevyH0YRaEKKNNhL7bMGpMrHRMDiScBbRmbnkf4p6Y81CCBAYaDhHGky\nKTx6KIw4GcKKKiN1hFpLPpp/9LHFcGORLAYYyc8T1XVPFA/58TbfdDEcXIEh\nK2t5Z4m9+KjuXDwjRTk2Ak3BMm8ExHx0J8EQLvkw1hI0oQTnDSRbpLCY6MRo\nj9yJnKpa2FTDlaUorOcTWiD+ETP+1P+YWMidat4EJcf3pZyq4KQB9FEo9vX0\nUzCmsxQoImoejqeJxSExyCXk1TvohoiTdYrNb94F3m9rAIpnoIYzEIVr/LzR\n6MH1Kr7Ghhlw14XA7MwJcH+e0w4w4LwGyANo3kiMkG5Lo5dqEL1wzmPjl9ji\n93vy0vO/mEovYx47toShXu6p3XZ/MHiQCr0/Jcr0dCiXq9PMuMHRNR079IUI\n3SNyyHRRQHH0HvojrnaupH1keOVqS+i6J8HwQEBU9CcpHVYx13MLF4eTo6q1\nrGMisl1MIsPgElw3GKCZ4z3Aol+VFuDHlCDLUVB3LDo8ogGHIzV7QF3ofiqH\nlmNERPs1acBauVAKdlxBZmXCy3Tt5KowwQg1plWd95BxOjNxcVFqfczlxX5O\n7lJ0\r\n=LBSZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZ06dou8ANIIxElUNffzf73fHvUtlcKENF2+KLw7adVQIgdwdxRI5IcaJtZUEYLoFfzYZTQy8u+bK1SzPkD/NRuDo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.779c2664_1540199780673_0.2979915478928643"},"_hasShrinkwrap":false},"0.13.0-alpha.40dca563":{"name":"graphql-codegen-core","version":"0.13.0-alpha.40dca563","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.40dca563","dist":{"shasum":"1c4da817c782ce47b17572111f04cf166239a744","integrity":"sha512-IVlhzXO3CGbHg5jhRQQudThQllQzxwYt5QfN8VV3MmnRdQNlVe7KRFjUsJO7MlSanrsEsmoJtr7l6CVPsIok0A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.40dca563.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzZv/CRA9TVsSAnZWagAAotAP+wa3gCh+oZ1emuxl2eh+\nUT3ySEKnf+1TbKo2R7Pu/rB35mBK5aD2T70vnAIlVFLT692EOJZ4SUUxmWWV\n+yzXto9uWcjK7zd22yAIrXDAZELIPWZMoJ3GlFTLWDWivylhNr3wrzn0MJrM\nxdiqkyZIksTW/aRS5G1YDOsnvmVEmYVk0FC7u5hQpY3aRJREmoMNwR5Zxtp4\nAYcsuK0pQOCO1ICGOAgFfAYYL5TGP6eL0T8rjWqJoAMTxsV7/aj4UTs/VwDs\nWEGeBeGJvX4HY+HvNWk3cuAKWUBxhTjxnkCU2QTSNhOf11prFW8j/3cHCap3\nZUnElWfDH74QCk5hJxkGKDGaENbQCzrEDa4jMh2vXSTLG11SvaJaCjX6a1DC\nNahVtDBpFlwf+VgcCwaHsvmAD25zbIRaGwZeCa8gtEARq1UuNS+a0uxVVUrn\nti1EWWjhwSL3NXPrkJi4g+AhxB2RfmZl2Od3hYfEnzzg9CXVYLzHpMz5SeSF\nWg59cnk53jnJHMHqrom1Mp8EeHxJzq2R86SJjvyRiUgq0zarJVO8/XkbZIxy\nLDO27w6lOOrCMUKU/1X52fdY/avycHZcQMvw4HxuRFAQAeAWUAzxuEHyeFjX\n0LJb8ZN4S4rt/7IJB6SlB5jraMrmS/M8Ms1aLcmf7drCxxR9A6yM+Uint8XE\nHsgV\r\n=MuFT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaS2rK85HWWliqDmJwaiplMawhesIr1ENC/CMs8q9x7QIhAOv82x9j9eEC4ScwSquXeaSqwN0Hn8BKsXfvTIJnKnl1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.40dca563_1540201470571_0.3617194686054004"},"_hasShrinkwrap":false},"0.13.0-alpha.32c1e109":{"name":"graphql-codegen-core","version":"0.13.0-alpha.32c1e109","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.32c1e109","dist":{"shasum":"ca5c45bf3bfac186717342a43a5d7dd1fff34500","integrity":"sha512-v7sEN9VP3aTEnpcLD+FGJAUV+wrk1zyvDzzmT3VgEz4bAyT+bQcYaZxfbYc3RYTyvvJWwEEcs5TbqtIi7cdW1A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.32c1e109.tgz","fileCount":89,"unpackedSize":85778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzaZHCRA9TVsSAnZWagAAxy8P/jKxFQpyAyTVJ3hAsBvU\nhix1yvjWIwiXYQ/68NIIgKPR/v5KFLavMZj2vak/UkA5MxKd/0+YtN7SOO3D\nIjujNrKhdOolPaRArAvSBFTYlqy7T7wX1g0/QdU766XiAAEfjeSf2XyE3XOE\n+QeI7xNcCCVojo/OXdMH4MdGoBN26oRhQLQ1dJ3Ir9fAJPGVgldfUTgUME18\n0ToKhGPbDiPC0imFGV5r46zU0nseTSbneA+naSNHy29VaNcE8nyHNrPcu7o+\nceq/7NdHEPht9bqHLEsVDrpL8f3iMW7UvyVWUAUiRUdrKWbAua5gqLIIBJz7\n9qbl5c6KqMSCuafgliV+xD0rHmlylnFZ5xxwGu9Uq1ylSnrB10ueQXDlFx4+\ntgr2wtwGPDfQCR2WUthpkbBh9blsaDqqij0rVMXqhHmXzJvNsmDcrdQmHexg\nUXVAGfnKFdDfnjcuyvpdVqppx4fYGgaLdrgPDrGjKfcQM6BI53S7LFOPHH6K\nK/JUQkMTso5GbPwsMXtA/nPXGK4/cPfHA3ZXsvp/ndtw644q7BkPkWe7XfDJ\n1F3ZAHwcD3fWCTJcLrFuEWjkT8sf8S+MExxalOTJYiKF2NG2TCokUlALCDLQ\n3uLTbEw+EXAacVKHcUG/icsBn4u0RwzHXdf/W/PqCzTLS/Npi0EiqW+HcuKh\nktSi\r\n=2C7I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdzASlBLBPJJ9ueDhT4JIbNqPd2onPRmrz41vfy/4fAAIhAOHWg7ytmd+05lGYPZqE+NUuzkphfjYnpW/tEkzP5s/9"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.32c1e109_1540204103058_0.0583063019601866"},"_hasShrinkwrap":false},"0.13.0-alpha.5900f558":{"name":"graphql-codegen-core","version":"0.13.0-alpha.5900f558","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.5900f558","dist":{"shasum":"4d57a92d86bd005863cd579c97f7708ad2a8ae98","integrity":"sha512-7m6c013SX5QZ1kgPIsglOR8ktXkwAR3kxdTjDw6p9sCiTI2Z7CDe8SmLkZb4qeyY4IOfz1MwdbzLZrPbpwirLQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.5900f558.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzae2CRA9TVsSAnZWagAAb9wP/3cMBsCjTRDTZFDv83oe\nVDxl0ruCIaqQ+NubBY//AAsA9g4Qvjt+YvFeETspjvSS95KcujrQpBSSxoUK\n0icZ78HfmG9epzMfLuyB6DsvSHvBgXRYErD3sX0EEdDZ9aMXJAMZExLXhZKV\nV0dk2pjwYuZHwJOGYWGT9znEfRIN/RSQfCeldJkqoUsg5MigvLVg/AEmX5ir\nqpueR9AC3JgiOzu7+PSlfJR0p86VYpbTaN8k1R5uxXE5AneHSz+HCUPqqcTJ\nVIIW3H3gcKijCrAbpumW2WmA5fp4d+xtrHR41g0Sgx4gyuPM2w0ChnAZVc+r\nMDgNzcZqvnC1BqPZktV5LyOT0qsQNmxF8/lx/0d/LrylEBwV4tJcVSS7mkiG\nkL4qV8dgINB/IAC89WmlhrgIwAi7hvjCvDU42nefT3ARuUshvxjPAys45xP1\nyyeS1O1YGGsKAOwJn2rprpCbl7ZOz04rlumIUHvu9mghchIz2L/4sPE8Nsdk\nlwk2UwHYgetHRIc57lRqxP+n4V27S+Uia77QaDnT+DoUk9X/0mY20SonwYxe\nXMPA/e4XgCVnrLa8EaQy+CXpweTd/0PI/8Wft8wrP8ySAtlIcEksNY8PKEpP\nY63SG1mzoy/1bKlhiGUgKECQlOf2zZJtXtwX7kZcWyCkTs7VecqfGqlKUYP5\n38tV\r\n=AZqQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDnM2xM8vtEDiRX92qo7IPSj5uNaOL7L0KiRaiiEdQajAiALJYPzGF/KQX7dW5Oav4dHa5Wltc/g6wcwGZMIk+WOdw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.5900f558_1540204469698_0.8367806114751302"},"_hasShrinkwrap":false},"0.13.0-alpha.215bbdd7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.215bbdd7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.215bbdd7","dist":{"shasum":"e74d6d7096f73a46be44459f9577697629489f51","integrity":"sha512-ZxPIT4wh1MlZVCz+L4b0EocFKyltUyKr2RW0OwknqJwfB+LnFcnlC70yr6kFzmol19g14Mpip4y4FbYMqdyJAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.215bbdd7.tgz","fileCount":89,"unpackedSize":85778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzhVICRA9TVsSAnZWagAAwYgP/0Q3DGvPARtZklgOkseM\nqvIS/Ddiea+x+BL5Rsy8c96FoTsGJIbpX7w80HTkgZvqrjJD3HHe6PcAiIGz\n8JFShA2JADvHvabDog4LYNuLDukvwUC6BOQ6+w72LPG4hkQL5xXlLTgynCJV\n0Ve/swyr4jjBdwPWMYyWekt1eaN8cYqCQSYMWbcmVoglpSCT1OyLXmr1ieIA\nmfvKgJJgxNH8AzgQf3EsfPb9hPLbW8IqIyQZd1kKvh0G8DHRT9xUHBZRzo0n\ng2Odit47zHeEMFcZfWcGL3y2RAz3jo6Or37h1oaFSdteDg+dJGjAkNn1mrmv\nb+VlR9Plahgfo4g0t6xxeBlDtlbGXk23grWPh+S+0ZkGzKd6iLWlynrNNkGK\nN1hUSDAfT6SpeLhT4jkCNPLqyloIiZoT6+CIwSujWFPERIg0+FmBfP6bo3e7\nPAE+ND0INv9nueyopNkmPP0Iytswas5t5dIayFdHvUgpR28Z3x4s53lL6ehM\n8u721bcef/5JYT2uRCLNKp2b44hycqIkvjX+/PnnHHzdybXH3VdMvMhxPq6O\nUh8a5hCj9OnLQrBCQGH3MXUrtNNRse+LPPgVT0WOv15WIrkC0aVUcCCWg5RK\nhSDevHgkDG7cwcop8HEQWHPci/CwBidZecBZCOG8nmYvNNWuFJ5jp6PKtiem\n+6ZS\r\n=rMOE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2DT6im+RQFuOsGD0KZnqY4u+8ZKTLX/BEl0la2NZxVgIhAP1kYo/cfQ8q5dg1KE9JYDiykvPdzKa7H4OIaTqjSHsj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.215bbdd7_1540232519440_0.09492090280342969"},"_hasShrinkwrap":false},"0.13.0-alpha.86ea85d2":{"name":"graphql-codegen-core","version":"0.13.0-alpha.86ea85d2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.86ea85d2","dist":{"shasum":"496b586ae8115b111b46e91b386e6fa9372a538c","integrity":"sha512-3/a4+KWn5PiLN7nUvAfMkKMpr5OH0/hgBVpzGHEO3Yt8yxy2j9AQ1ghOZZAjdU9moC+Ns4V+InPwz3qKgits4Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.86ea85d2.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzhlDCRA9TVsSAnZWagAABN0P/1G09lkMMW9ztEsmOcUO\nzWwkYhWtglU7kYj1Mi47ZfOQ+XQVkCQdIIwJ1jAYq2ltk50INP/Auym6BviJ\nfBvXM0tos+GyF5zU0zS4snbUHPP9sWYmOSxvyS6N9YMoV+LFxR0/LguTZn5n\nLQN/9HPDYk3DD7OVQsbGxBoSOhHyKq9SH9UmNTF/bkWPxpYr2jRgIhEntSC0\nAX3/4R6rkkw9K6lq88fBeWczE3tISNqnPgPcH0KFkpTSLsjoJK4J1XpGg1KF\njG9zZK/aEfFkxxiz9NQCOISgjYhuMmWTnsTCuiEBNGfobLCvp4ULJAc72PZR\nuMhoZ9X0tWltQLVpsURh9WN4g/eymiKkFy8lzWJA7R1gvoeMoHnwbO1EJL7G\ne1779mHTV8/j6s5du/jKKsrlOShBmtKcT23Mnps5uXnWKVn27kUjnp3cl1SP\n7vJdEsSf14EYvYWyn432kcd7+DNv+8bIdjh3m9mrt9ugTBUaNUT2/7MVDwg/\nlpqiokIG4kSCviqnQMd5ytmdGC0n1bnjcnioxwIID6FkezfHHFqzAhiRC8l6\nnnU7VTDWLNxFrn++h4fIPR9iKTtdJwf0jxRWsRi6JYO1NMwaL5SRin8g87wX\nyAhbJG5pJY6hTh65iC2ThkcNs40l6ShavMqanqIT40WhAQxolAPAwxUENOF/\n17t/\r\n=3AAZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbDVacKbKGId3C+ebaUWAu+qTcUiFogeYVQN4ydw8DTQIgCniX13qfJq24jZaaw+ykaxLhPgvefUzQ1cKZl7vy5Js="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.86ea85d2_1540233539186_0.11762962044451242"},"_hasShrinkwrap":false},"0.13.0-alpha.7928031b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7928031b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7928031b","dist":{"shasum":"76ab7b8dbdbff25f4a8ed33c9638ff882f1aae56","integrity":"sha512-iY0c86cx3vj3cxxhDaWE85v1pjKeOf2KQfs67KnGyNFMsxEQkDL//K+iSe3JyRF4zsqpa9ZkQe8VWpDGHUO61w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7928031b.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzhtYCRA9TVsSAnZWagAAa94QAJjKbrUiJMgTKGTDpyR1\neeMB16d7FGhDiLSdUi6erZhRRBPY9E69AA9W0S5+81Ml4r1oj2QJ7aqvhlM9\nXWbf+mujn797GSg6OjhXxlk5K0ZqXtcy8jRHYlvbhaLTG2JmfAMKJu+cCatY\n+sTZKqO+P45upSla1m/R4X6AohoCXAco9K62Fl8ozGHYsU0ZmRnd4LI8jyjX\nei7K1MeLaoWLV5MGBeFWVVjJFIGHdGfquaddrkcB/M/M4geWxtb6jH6/IOCc\nan1YrKPSn1XBgswl49/OcMCT65fROl7J5qOhbZMvIrwO+GuK5au8V0uWZNJY\n0KTF+N94/KPVL3hA25Fr+VRtU0yH2iXaOhIwIEfhWmIHfG0rJqeCrczZGJ8T\nzg/ia0Xn1HE6/Ur+BSEdpwGzYS5yrphMv3phI8Rz1wqDNJhlSsWmT1L5q19g\n1RKC2ihPPrkbkXxcWTJG7wC5B73J7cL6l77oYqd3Vwg2ZuYrRurJPkPdmPe9\nM9yBogSULfoDB7CCheBiMP9b/KY2YeRhLF1livVa8VyAfNk/CP61unLssWdC\np+TJcrALMQgahywOXyszLJ+1AnCfr8dEnenp6tyVxelkkbddAHaWIIjoa8Va\nnK+mJMXnSk5O2xVvwYEhaiHo4WYV4skMcsDwX3ci5qz6n8cH2seWnwqLbrmz\nwdJw\r\n=QIMj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzQWEZDNA8a3E240EroivppCB1VFew0oNkSBfm2M13KAiEAs4mAvrRhzZU5e3FUTnoEdIqb89q0bmcucOn2rmi16lc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7928031b_1540234071747_0.5676356449450677"},"_hasShrinkwrap":false},"0.13.0-alpha.12d55318":{"name":"graphql-codegen-core","version":"0.13.0-alpha.12d55318","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.12d55318","dist":{"shasum":"d7dae4b640c9a1f314d3eb1a1dc847547399bdd8","integrity":"sha512-R7VQcXXIrdhDUXSVl+G/0SQbbLT8lmJqB3nwmKeRYzHfD/OCZ3SQ+IfzJxwPSmTMetjtFH/7MhwlZUut9r4hIg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.12d55318.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzi65CRA9TVsSAnZWagAA7T0P/i6hb2g1Pul5+H6i91/W\n/yE3KbWhN+LzFJqlH3//+kuBuxRam4sSYKVLt6NUzvVNTYrV7pvri7Pr3PSM\nZyFyMy7ULBrQevwxiRTvbYWgtBH+PGJaMzzrI7+1X/CEbnWNPpf5KzZnqvFC\nJo9Vo02O/Xb9q6RCkKA9JxRB4J7fCT7/obOQJpA55xjv6BiH8InvMb9h5vlS\nCDf9ZWIgvPKqVxKLdW14EY8X9QJWGIZUunqU0DhrrTfpiqqKbGftPFiCi9yf\nSZZRHVM3PLOoON5H75zl3BZIj5e7seMoSEwP867xXRn4WeEwl2VZ6sQJyohs\n5kpL6uZfdv/CP4viPCzpc0NvUC1gfzs4ZuNwNwgFLevY0TBTTlsNiYSjmJH6\nmBRatYmvfmLcMz47mDbju+eGRtQEV6+fK5E7lqFIT1/tICYAyWvzyaAJQ7wR\nUiWwc7QFy/LzExucKhqBAfAtzYEVE0KYvXPhro13QpILSNE3W7xE7kNf8sXr\npl5vxgOkm9wDZyapVldxh/pPwpYlaY4On7tc3N4NaAG0VWhvRuVscLybPENT\nU6MPD0S3S8wnLqcyhXJftsFP0wXWRZB8arH2tYeJDdcKB07lwsvXdZw2BZZJ\ndsJfOQAnft/3FTSitzwnVoHBylMhSoa+5EdJYerzK4rKGrFgCH9/nDXNBnTY\n6Q+z\r\n=xiJo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEAopUFkgz2deNsPxe60hPCFPkzwycW1oo2yXmEsL+C6AiEA8K/GMcj+QEn0bGA3FvlM8TuHAlHTrgC/KW60R9+3yKY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.12d55318_1540239032274_0.7830239480804051"},"_hasShrinkwrap":false},"0.13.0-alpha.880a7d8b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.880a7d8b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.880a7d8b","dist":{"shasum":"d852ed19f9d6c4c4b38f931c8422ba76e0e0eb8c","integrity":"sha512-MYKS6fWEI14dLTfgfq6RC61yHV7mDrdjiP3V/nho3aUtyXxvYr4NVf0W5NHllKbVP7OHPXk0XuBNu6edBpZBug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.880a7d8b.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzi/cCRA9TVsSAnZWagAA5hwP/38bEkBbOqSNAGMR65+O\nL07Cp0qR5Us687jX7IzOGxzhW5fIh0UyBkTI4zq/yfLQzE4oivaW4B0aZr1K\nXF1iN3UJHeING0Gl7AiOMRXCL7tNslum/kTSy66Lf4WdTXne8ufM0u2NpPT0\ni029pmsjsPaymnILOn6hw1bi3ZHBQg7RCOK4AsBKpzZnnkT5byjS92V9hlzl\nVEDWd06Qa0N2YayNQBCOpceAFYuAZm1vsRVWZJh8nAFgmylI/hk+/TQ0pnvn\nC8DvkCFtojqKoSfODuf5IWAm7FDIh8xsTv/2QYr6FMWsaj3ni6EoODYUUE6G\n0c7YK5UPEUS+veSd1lZEefXU92rK3nLy6WW7qgpFV6BnNRdTAmfxTCXrY6kj\n4fBaRJdFHFyWCZQHZocZCVTiZTFSl3dICH9yZBhe1/ubdwt3gBip/b1/R49v\n8PcU+qe6ijjfwR/VTmMLIzhxegB+5svput3Zg+cQ1oL7nyjVIz4ifbICMoBP\np6LcVJb9gk2qr5v/rVFy9A9lMTTPUNNeC78E9agdUk2vxJXa+wxq9vRLgVhQ\nFQIW14afOeOn2E/Eal8wqc00SxI5Aug5hVrzQTdDsJ6ZfAofh+51LqQDTw3N\nayCo4zg9INr+Zzf0bP0bILdlnJIpxTlNRPFRuYAwRgxd4RRtylG41WHakRRo\nl6kl\r\n=HETP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrrxbVNHNvoxadC6ZG3UBuCFHYih6PVG5ZmT09PtZV4QIhAIDpdDWj1AOW9/BvhQQDfGrrs2fYkXBng7dHnLmOnTH4"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.880a7d8b_1540239323866_0.348261748485035"},"_hasShrinkwrap":false},"0.13.0-alpha.ecb12fd4":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ecb12fd4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ecb12fd4","dist":{"shasum":"9f3de185a0b5db11e5cc23b72c58fce33999590b","integrity":"sha512-BiZCNSYBHj3U+UUuob8cSGDDtM6S85VXIJ3v160ObNLjWPcoNzZd/zFZcebBQ54e8nRngYwUfgGpHjqqIp+49A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ecb12fd4.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzjlACRA9TVsSAnZWagAA8K0P/2Vy3nWwjELRXST1FxZd\ncSbuIZoumfmgOgxBwMX3lNhPQUllbhwn9Zr+d2dCbbGxKzEl4MPBJwfOYed2\nTxMXlbfdBO0VeXJRlE+fgKSnxdQA+h18uZzhz5Ah5dhTuYckeCfE7b6vSeEG\nOdoCZbBKTMwI/DUx9WckLeZRpjNVgmIpBIKgfuIMxhzCHr1Rk8RRB1owYTsr\ntCBT+by995PXiMXHcGNwCWrSSGeKa8zmE4sX+w5BT++CHrT1wvUOb9jzKFQ6\n/RTjXBIZC3nWPzizc6r3QS6TRthU5Y6aqGhcYR8CiGZtdsJ3bbbTaodP20JP\nbV0VsgJISDpKrLFWj4TCs3LBcH/KVEOmE4hGCLV9wTTPjl6mofAzsOorARci\nbuqEU1oDU82WMKQbd3eKvEBz8R8iQflLHGVjDuF82hG8WPUa9361I+Fewu4Y\n2c+N5XIFAvwa06qoBzvdWpLe6/EvUhogiV21Uj8jqLMfURZSeiN/iKBdv/Gw\nfGH1r7GpFEE3f6z/QMJY+AF4cdmBhF/PlX2Y1lOTMslhN9d3HSEzI3eRXxZ2\nV/vv1iG4MYJjeo1W+2DmjiiWXPJdAiW1oFmWnQOxseyVcgroeQCwR3oEvsT8\nNdrAOt1uzYZetpNVIYUQlsFbhK/nH9vDoodV+mAEY7wmm938Zpwr6o/2qTcj\nqefm\r\n=XMjX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICF5x3Ep3uIceVfTi5Plm499snOXj16rT2lnvwCNfV8zAiBulNHcROqCkH2jKESqWzHOIsfwFXf3PNlCb6fLNzZDuQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ecb12fd4_1540241727234_0.11962452279496616"},"_hasShrinkwrap":false},"0.13.0-alpha.a478937c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a478937c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a478937c","dist":{"shasum":"37297786aefd062ea8428e7946b8a6bab492b638","integrity":"sha512-EdN6xDHBnZMfx5ZMha3gO1WpKN9uShiDmnEhQrVmxsyQJnNAN1U0s7AbXrXZS3N32MTaVucWo4Cd5+zR/u4R4w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a478937c.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzkYhCRA9TVsSAnZWagAAge4P/jwh08Z0EM2Kmr97i7IR\nkY4s+VLqFehlBAXocR7vqD40JhIBDbaPT5Byf4SSVhNva4RLZGeYL7S/i6gZ\ncGZwfRfiUugoyzvjFBDVCQSnsvhJxn7itktI/lKkih/96yku+i9ZfDswXrYU\n0FXOkuoVdikwPRoqj9Up7RLEsb7d0icG5uUSdk7D4WlpHmBb1VXKYXiwA1oh\nXIu2GH2Q1U6oR2TdUdH9j6S7cTht4XSuvRoOS6RPj9SPFdyLhjxr0C7OEnrJ\n6QjCEeYHQ8Nopvo5HvXn7x2lci1xt0Dl81IT0CCxVHi38O0osuSN7Jwgle7m\nIXzzqjOW+M5M6X5yMQMANuh+qgmAQlXbthmctGLJ/TnugcugxC+4mMlIRuUB\n+KaTMasdtprALK1ZQLYpLYFIHkp2w2+TWO1cDum3m71mh/BR7P80fH/vED8v\nvKvXZ/+naUIS/zUYCm4VMroa2HvvS3foMibGO2t3xkuUcyyZWyHmXT8dTc/0\nVLnHTVmNWYX2uRH17K9pB8PxPk/ELkDKwldTMBQmzG0w9y108Io4M3z6kOFQ\nVWeks97B81B1hev6Xih8zcjm5iWcfVIAQuEHEU73MlQVKQ3oxgV2JQaZ90H5\nlJEFf8MnAKHJnndJYFWliDA2MAb4a6iVZ2CRSfZKyJUad7GttoEYIAHN8uQd\nWPJl\r\n=tD4I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjzu7OLzIG8ksSjnnzKd/1uwWE+c8Nk1niP1dirfoFMAiEAo8WgKGyHQQCWV2IpsAsZw+eZMEqaPeUuYFgjlnnk9Pg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a478937c_1540245024937_0.09198342530376014"},"_hasShrinkwrap":false},"0.13.0-alpha.13238437":{"name":"graphql-codegen-core","version":"0.13.0-alpha.13238437","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.13238437","dist":{"shasum":"7233e89cdc08b0f7e8d0cbc31c09006cf7d516dd","integrity":"sha512-KbLBdPq0sGBQDZ4NbAETcqc1VtwHzneDWJ8NU15VVpcdaK2j0hkuir4OKX7rG3tJDAN4c3qDVLkzxXpg9WmGTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.13238437.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzkZQCRA9TVsSAnZWagAAmaoP/37exxVes7PAWRgXqZev\nBjzRvGN9PcdGDFMTR66xegetnuwh9Ct4F4w9IsUDaryXVCY1AvGgRYiyg49T\n5YwWyuD4fbebLKrI9mJKRKL4V2fq44v3DFJlpP/Au8sirr6/45Ff/Dr9Uo8H\ngA0DZtIgsO48VC6hFWsnMnQi9JCOugOg9oTLLRt9bt39YdiraxaCrHusiRhX\nIiNr5MsDdVIlKvcpNNy9Mw9s/D3WgdnjBm6KXh0aeeYyRM/RrwdVDOPvgbOD\n+ijMP665OHF4afkIjdaDKv7X8AlIZOFex8d8bz0Ls6263M4fFLm+qTGu1pmY\nRlzhz8ZcjGzwS1BnjPzsfYSFb1YIkwKoqlEv34viJ0whJzJgLJmOwELle2Vp\nZG4NYOkKAsBMvVRjkjYzCylzOeMKCSKYT/PnEWxblUDHjcWH7yN1f9IzYUdS\nTtmdQbVPy/3iYpfqm5hdlE3lNxvxnwNYIc/Na/hEoGa+1/uq29gooPieZt3V\nbPvQet3p3U5MqwlOeeHu68dPHCmlvqCHLUh0Vynv3dKdId3S5l6zNAqM9J9s\nyib5Si6hfnV4SAbY6AT4uBAh4hSVb05ufxFuDjVQeE1oT9GTdAHbAWKolxG7\nc6TbncDE1oUnNsBOcLDgi2v6p06aZH4coppgjIF+hF+M23NclSI7UT+2N9p1\nI8LG\r\n=5iP0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSTvmGyM3mXPAYBVQme+Vze88JYdp8ioY5GYuHss1qJgIgH3VFHAK2tAoykVP8prvRXgcW0yJRsA1NDV+tUSDnhnk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.13238437_1540245071614_0.43150684760861036"},"_hasShrinkwrap":false},"0.13.0-alpha.fe224229":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fe224229","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fe224229","dist":{"shasum":"e2d0b7ca15d3fc01dee50725a00e342241aeb23c","integrity":"sha512-XYX3jx9nTHi0Z6k7BFdVmsK8PZgP9HY9tYUyFdhvocdDnGjqN8SV1QvC6Gbwq/5ypda7cSNxC9PEdUTdHfYWcA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fe224229.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzkZzCRA9TVsSAnZWagAAoRYQAKOpBYzUHLflYxILzQzc\n/vLzlD0SuhFuqVmK3u/QU4Spi8zOJyI06Ea95Faqdk5ATD9Pz01ieojzcVIX\noE1WISApey4KCAS95Y1J7wGi7vrqI/x505lCJxe+y+bvbvhFHUVsHjafsjYK\nXsx2KRmcfwk3zFIFHgHQufTF/zbUmfDPNOSStgWyyCV78K6gx7uXaGkGlrAb\nxcqhE9vEDya1UFEbN3QFb0yko6fWIMN3MfbMIQXE6x/0xKJqpY+y4Jas37Ai\nc7ExzNOiSM8rG+ZTQFuN+zuVSssxVCLV4OVEkJIcwXrrYNRdpflmenAwFqqb\nMw5MMihWodYY2N+6idh30zuTaIaPlVWHWRP5TIad/1lz8XRCTW9KFLRT8jMh\nEtOaO/rcqpLTP48xFOU6gtlE3XjXYX31Pt5APmEiNtnVQ/d+vhgzd6MswdtK\nk+g/IY2V9g40V/HsyStBQK42iL2QXgo/p4qnk9VF8uH2jLADdSHwvIx6Q9U+\nehGnSSwDGC1nwGfRPVkAxcoIy/9OB98Rq8SSv1iq5RELfNGlZF+ctD7ZXCoz\nRXDnByJ0dE1icC/VKjy8loLQVz5eSC8zKvAigFtj17/5D2GIEl5UUdO3Tyre\nycniKLw11HO6rF8Gh5cJoBq7oEVLxC73XFEal1wPBVjDexYXJXGPhkOjmMJN\ncOWj\r\n=kwE2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt4qmKxBUIqNUoMAV17FKpsRJ6jHBV4wJ8FeeSwP2figIgRuKkYinUEMfg0VSP6HxZ9IG+9Usjqb3ZEfQdHEbpT0E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fe224229_1540245106717_0.5017527575270522"},"_hasShrinkwrap":false},"0.13.0-alpha.15be85ed":{"name":"graphql-codegen-core","version":"0.13.0-alpha.15be85ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.15be85ed","dist":{"shasum":"946300c006e6345c6b54d6a28b7228d06ce23fea","integrity":"sha512-/rR2ZfO90W9LY8BDvjAfzEKLU/6xvOX9WW5bFxie9x13Xp5XUE7QhU1JgcSzvg2B7CUZT6LZrdliKWaMfo8wAQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.15be85ed.tgz","fileCount":89,"unpackedSize":85747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzyP9CRA9TVsSAnZWagAAYi4P/iGiwSg48ex67I5X/jlR\nfSJ3lFoNb+cydn49UCR3NVEXmFQ3NjRMvPYFiZ5FPS5M3NpcpGmVbbrGDBxI\nyM+m5EXIQqKBo7X4PTQyMgQ6i1yKKlGRO9Qnz22tgENLJNwE4ntrP43CiCKb\nugogK2FvuN5MxS7Ja+gtMhKqJhcie2cBpOfQjiXedGJbmPKf2xy+x1ATlQ2/\nfi6i3GhO5FvBJ1Jk68O1KFQNZv3t47dB4VP8wo4RdRofHFF9Q5ys4d+pDxPm\npDvemk0Y1HAz0a+VyGsviX2DD5GZrBf584tq01HgtY5miCdt9ekyrm1aTZ1Y\nRxgBQHSh0ywWX9LT5rcwJmqsM59QrB3wqcb7tcpdysQ9aOy9lJGcsA0+WxFY\nPldhCbpmdz9sC8xJt5r2FD8veom5nCbj7Q54NytYUw168bDKJpFgU1muPkWG\nLnjOTjWdaOfSDtm2omRS+0xMlFFBvBVwnR0PPF+Zm+GNOxEHERNz/8TDDDge\n7GtjKz41glbkhikYWcVKbP6WvtabSHFXdjACB65L8mSE+PlMfiMCabf7SgxB\nhrbpqzc1v5QLuFEeaGFI92Fx4wF88VlfdC3cXc+z9np/q6G2iPzVbtHPrjbb\nkZAQp3KVcRGt/4BgNA5mq+gy0/QI0FRRM3yCU1VgW1ykH9cJ7YmIMQqqpcYb\nAKoL\r\n=HMil\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBGZY9hohJsTR1G8Fg8sW2XsiaDnIt2iaZaTdwnj/rWgIhAKwourNMG4taiX0zRgGJjZNdxugidYA2gWgyozQxjuTX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.15be85ed_1540301820552_0.5002523262501402"},"_hasShrinkwrap":false},"0.13.0-alpha.dc6c7f04":{"name":"graphql-codegen-core","version":"0.13.0-alpha.dc6c7f04","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.dc6c7f04","dist":{"shasum":"a0526c349aae7ca820de43a0f571506ce62e1420","integrity":"sha512-YQvHW6nRM0bRoLOA9twflRJfr2EiYI2xl+3rqmvYmeCrTyUk/LmFrD8X3t2DDu1QaM66A3JUrsemG/1uiSO4vw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.dc6c7f04.tgz","fileCount":89,"unpackedSize":88021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbz1XLCRA9TVsSAnZWagAAdXoQAJq4CloE7rg7KytPPZXj\n+0V/miOfzUzR3yosTGlYUxt+FGaiqbRj2g1cZ7sNF2qGTsmpDiFrcZc/R6n+\ndJuY5MVB7RY9SxoyB6UWw087RDa/eTHbLIFTz56eH5mE4tIKsRspbhNxUS3S\nsTYBrAl96odxjesFCDZIm8rrvADK9hwefhQsxAOmSug0AonNrk5py+KQPD5K\n7GH78PODWtd/E9NzeSDVlA6CUscWimuTHNcLyeSmE6t6aiaXQO31txq4PvPQ\nANJ/JpyGNT2Hp3ynNFkIp6rkTsFwb3prevW+8dxbPfRAatgy68vb5CvajoMJ\nRm4BjgqZJCFIOsb9gO9AHsH47d3IxYiVKu+tIXwfawy9ya8QxtaS2POMqq5R\naMDIAvR9xOi6zvs7e9uIu5dZuEv0xwo0gaPKDhyfNrjYnD7Px1eiA1a++2xy\nemnTrtxVyeIKAC9UV+ZbvUPQZ2GuaiJKSiaYtZJ2Gru2Xhfw5diQ8G+tbzzi\nvFX6CXHol6FXgi/LvvKeL858TwotqjgPCQyTg2RuMjLlpa3jLIxdG2p/yK5b\nPRrpO9uMXH6ajTbbjw9hhroVLcH9Trk++3V6Zpu/SQnGZdbDtHqZpW2tNmFe\nBHXBpm0Pnqmj7B0tFNfwr0xe1oefMS6o8baI5TT2Jox/K6pcI+XH9w3+d4M/\nRGQf\r\n=tC8k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFiTSpNK9OW3KVjiho/9Elx0zLchddHVHyETVNBc7DQPAiEAuvFdeniwxh4aKfwiE6k8KmqatpMVxmX6+1/0Kpddi1A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.dc6c7f04_1540314570622_0.5733079058407196"},"_hasShrinkwrap":false},"0.13.0-alpha.2edce5cb":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2edce5cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2edce5cb","dist":{"shasum":"e7eefb2f4ec29c99edeb46197ea6f1d4a6bda584","integrity":"sha512-/giKskE/AZhoXOZFxQSvBPGwZJ8loSRPn7zggd17x5caSUoFF2ckxP5GTAho3TBwe5mqRO8FzKpYDGK9kb4gAQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2edce5cb.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbz2/yCRA9TVsSAnZWagAAgtIP+QE1MqZcKy3k2BRGPk61\nbct+xoT8Fb+5AN2CQdzJsGyfa1HVXvUBC3HkdRXmBR141Xh30p6yfjxpbiFo\nG11SE+42JIa5vsYFO+cXg50z4jbk9vyriXnuzBD2/h49dFqs4bCDwHGZWOlX\n9HxmYKsOWTYNDvR2eTCwf4cNVOFdPbAhZWvaRLR9Wc4aeRV2krcGete4FX8V\n66qvUsBhYrEtG0EV7HCyLIwoxM6LvXGVPBLnsFzdOi9as27CQoKm8WBGTV56\nduh3d7A6qgZAygBRL0xAthHzNML5Ftof2FBZyFrR5pEhDRN/POQoLuNYd7ev\n6wfm1JfDtK8C92AyVpnbPyyLNSnQKIo01+QZiAYuqHvk2FNi2YObYioXO96c\nB2bdW5HnkB193mUqbXRRHeYhV/kGtcRvg3mgJdPNCSVati22u80YZ6q/ID2Y\nAjjejlOa5yFyZmQPDekLxQw5Zs1C37W0+ioDJr0rCyxeUzWPro8apzOA3rjQ\nvZ2TG6ojF9/5+oa/P+UAW6bAPIFS4ksoikurO+pxRn5QMmrIkb+Dq0r8ugKr\nM1oMudIisYYAi4SXhTEsPhxYcqgUwg5XuA7vcEPsAaINJAjxil2CTJHZF4D/\nfOxteEHwC04Vp3V6V4nuk2DsgDmfRxgzS3Zs7CEAQT/rRBl3k6RGwmfsjbQu\nkhRj\r\n=G/dx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpKNTeUrs81UMuyr9qUBW2ciG/ahzyRhD95MODnFn5awIgRwWWSwcTpuRYbfD89fU3xIj1neVajlpalE+5r9zveQc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2edce5cb_1540321266234_0.6922607925076649"},"_hasShrinkwrap":false},"0.13.0-alpha.658244db":{"name":"graphql-codegen-core","version":"0.13.0-alpha.658244db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.658244db","dist":{"shasum":"93dd593b0f8b6aefde6304661af39049634fe25f","integrity":"sha512-OaRDgbEJJW4fbyCbUV08MAPtu5ACN0swWkSBj2Btx2L11Zmm9309mtyPkqrErRg1aw/2henee7YxPsLHAHGuBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.658244db.tgz","fileCount":89,"unpackedSize":88227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0DG7CRA9TVsSAnZWagAAtJYP/1NuLap/AIdDZHg7VyD4\nO0iWo/Cyqyex0GoXB/c8SRrmgATg0rxUeejKkojYVuaaFYrF7+05N5hPJC2y\n7Rp0lOxg4EmYUTz/hzgI/QMuJm7V2SAgFLsEpa/0gy5hGSqNHG0yuhbkvqLa\nkgFaRh13/HUOBzfCXcoIUlEu6WmiYepn7lFBoqPMdmBSnHZ3oZOaLXIg/iRl\nosoQFmurekumsAcIwveE7UAaN7aVNRELNWab2hVfoHra5qeX59MHNcOX59sA\ncMgyRy/hPnnNbDWQ0ziaeAhfBMIXED2A6kPPX0FIYKhF4QpTkSjkCbv5c+5l\n1gmjCvPCVca6QjGHbJWu935YJLJrxMJ+6WC9wAkEBJ7yeSNEHoHTN/CFJeez\ndGnp7itRbNMP5Xau3Ey+N986BDyLy4yxTlJNUOAKx37P3qr/vvXWyoMCGkRQ\nAurBBIwNBqgAvYo1TwphE7aD+v2fu4yq2RFJf7ljWcIwhHS2fjIsQHAs/JI7\nG406EZwB4cXwdXuXk/LPLsuBcpXBkgc/uJihrXk+22Rckbjjg++ETYZx1J/W\nsWati7NdNY5alkF2qhxv5SR6OPvuJCg3U81z/tW/n0CyVv9Ue7i2rVv7P+O4\nxkCLSmxDJlyUKvAPMdmtjhRW9Hoxcx6Zw1n6x1RlYXlPc3wxtDr86i8hI6MV\n9YaK\r\n=LwZH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpQMKOx5Z2ClS6tPdvH9KH/pgQtC+ucQQ85fu7H7yx1AIhALQ5lkZULo+agGQXL764tc+uMMRG9QcFD9LCbtbGA79/"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.658244db_1540370874681_0.9143651244387772"},"_hasShrinkwrap":false},"0.13.0-alpha.26308f26":{"name":"graphql-codegen-core","version":"0.13.0-alpha.26308f26","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.26308f26","dist":{"shasum":"53392eba9d0a55620dd3b571ae7d4b92e6eb2077","integrity":"sha512-XvgJ+qTIgqPLBBqfPyoTGeM9dN8pFCLJoaXeOclJnvttottNmpBh1/WrOFAnywO+IvxYZ+Ba7e4jaVPh+NUaeA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.26308f26.tgz","fileCount":89,"unpackedSize":88227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0DIACRA9TVsSAnZWagAAwQUP/jYGkz9KF+BEh8RbSsfF\nhwaUvFckL1s8jxhPHgTBYIjh0csbbBmCfVyvK/iDm9pdxis5T0GSRuFIie8Q\nLt9sZ2RQfVff2UnYZ3LbJlfRVRIPvJmjNBzjeCqMgmuUM1k0/FnmeogpMiTN\nRlDVAbmAOPWVHKDCF/P2w960kuxvUfuhsA9ILi9Jkw0OmeHR0B6GCOlU2sSi\ncs1xtCnbJ+uVJG6pqflhncxhbuMN3A51BiGPD7C5zYB3jB7HOS4RO3Q/uiUM\nsNQwIJim7PT2szaNqoMHmu2yaOTHz5NJQ1E0otCOJlE/kebBF86mkoKgIKkt\nm48uH7jfy9rG309jgieD4oOuggN3rFGNDqPiCKG6XVZoFzL3mOam+nJF1jh4\nXorjgua5hlJcUjEwlMAiSZonHfJkk5d1BRq4M79gNbqxF9VvFyA8VnHGl6+J\nx6C0kZrTM8OmQwZGkb8/NIYKIulF9WmUXPbfnKViw9l31Wt6xOurMARegVnf\ncVEvc2oyz7BPBHe4zkjjdsX1mXdX83D1JZLT1oFpx/J5qg29IvNAoiU+Qy9c\nSDe6ytggHlqHDEinRnUBXvEaPUb/SY1BrU3Whifm+OF3tVsiaKsfqtIZeiKQ\nAiIgtNukwMOpn5gin/FhPz9HxjLBEqoMdWH4vJGs00I4XRF9Nct5Yatph3iI\nwmgj\r\n=TEbU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVSeL530GLLJlUGb7ueSzWI64Kmxa4FSIyuJwyDCDglQIgfQgNBMTp1URlr8jgjpIaHwZ4+wo74kyZ8l9ZFw0a7n8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.26308f26_1540370935429_0.7720556368801315"},"_hasShrinkwrap":false},"0.13.0-alpha.4920d0fc":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4920d0fc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4920d0fc","dist":{"shasum":"53021353fd113c994259315cb0593203d82f02da","integrity":"sha512-rjvkTEYXXk3KsMntWB0hVlUO2a6MU1TNoKiB7PPCD1pMdiY35+x5UVuQi8KMlqJLM+XgIVMA+41XY4nsCEMubw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4920d0fc.tgz","fileCount":89,"unpackedSize":88227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0DLHCRA9TVsSAnZWagAAKEMP/iihiNYMwHJKBwpsp7Yd\nxLJHDxYsm62dyutf6Xo9gi6d1fu+rybhkVjoY7DadPJnSqfiMJNWgENoXFn7\nLQVEr1OudhXwFHGfFkSA/ls2DrUPnOeJn9gWzVorrDBvq6fNFXpJett0+CPX\njyS2rNz7lNPV9yNaQ++JkY0VxgCgP8Z/xq3du3+elBBrgtNLym4HpXDoXZVX\nxZmLX6xp7pVGVFBhkv+J6IvRuAnV7JEYv92uaW2mWXMTq4E/FYRidtvk2sIg\ndLJ0MEpMEJtivDqb4f0ukOdArhW54W/vxMXfiNhOzveRrhS+RBvcQDbSNUYT\nf07whE5tickbJXNAAI5ROp3XqbKlvk2BvFs6ZqaC4RWGUSPuDjmdqgeVz/+3\ntdK+ZbkSzbbMYKsG9ngXyM0YX0VNpXpkQwnYEeZYLYpoU3oBStUPjrvIuwzd\nz87k8gxlDt+VzmD+SElV+sSbQ5JIzsjX+Tmm7kyXzoY4ayREw/m6avGYNBIr\ncfiq/wM6bAC4nW8e2wNH76BZsi/AWwqqxjghbMiBeykgZ+VDB01B69YgOmeq\nlABWkJQdEq1wWFMrw9jfrpZuJij4JvStjP+U0qOC17B76+t3kc9iRgzNr7vE\nWTfPL/t44VbInPySrTBwHPOOi2/sD5zt4ZQYuIVP7nkFQ0SZiIiK+98WqyQx\nKxEt\r\n=NDIU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjsB59pfFZRNsuERlu3DleQS3VBV+lUqAUJ5ZwcPWSOgIhAPeexi2BBTR8Za3ZMMxUGD3s6ux0f1XCo7OVH30Arlw7"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4920d0fc_1540371134390_0.8688890958474695"},"_hasShrinkwrap":false},"0.13.0-alpha.7077c93b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7077c93b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7077c93b","dist":{"shasum":"bab640a9b2006a8a18b3aae4350ca5071b45cb33","integrity":"sha512-FuA2xMCtNdEQQ+H0A4ZqiO302XQZcp3ey7/uRH/k8F7nB6pSCaQEw5EogqrrMq+KgQEellYimQc2LHGdecAW2A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7077c93b.tgz","fileCount":89,"unpackedSize":88227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0Di2CRA9TVsSAnZWagAAYKgQAIh6Gj553v4IJoq/CMWP\nLQK4BYaYDgSYtosSGzt1DtWevZlKetGM61GlyyFqZDFugAqyNmlv47SbObiB\nCvx9M1DL/6TOyZhBXYlz4bIhQqEiiHzM43/Hx5mRXi4prNqXVnz35/H/FJN9\nC0W1UdepT5Cp5JEi0UemhoMVVTZMi+kfkI0drvbcjeGwypL5jsV7S3tqt4Bv\nzSuKQhBqZ3gzOg7bZq3ZFMcWNNL/qrc3zBQr15AtN9oF2v8YMIj+eN+mW8zW\n538CQErdccNvbmtMZ43P2gpB7P0y+PZhE6boObIUvK5By7UZ1QOQ102psiCk\nSeCLIP5Q6dRQUAGz5n5sYhicaFAYw8IN04ybSJp4BQv49WCk2iOFLDmpUIQB\nGf2rWdKBA7SLeoXvYCSd+dlqidlesPV5JQq5IlAQv5HJQ2gaZNvppANm4Yor\nnqpPBsoiphtblER/xXBEOCdfs876EnFfjF8V41b+E7NDdwPv8by/Z9sSKUGO\n4z74CpPM2oEUnXu/IatZHYU1lzvEAXtepIEtIGFbTpv1SJYkHctqbv3eFuSc\nVmlQcOIFkQCrFMMBq1zg0QpgWML+ieEnKzqDeUcGWLiaKrxjo/OTQ5xwCF1m\nZWsgpqbfwIC7qDzBz3mWV9EYOeSKqmDF0odeX8DEclocqf3PlE1AKzrFYVCQ\nbq7U\r\n=hT+q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG3Cz2dThAs3sqBjx0tn5VqgB7rt67NtnuJgwR1xAM2MAiEA7zBhQzGr+KP4U3PT8zcKZU0NEt8aKOay+TyjSe5b/GE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7077c93b_1540372661574_0.12396777338984988"},"_hasShrinkwrap":false},"0.13.0-alpha.c9f9ab19":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c9f9ab19","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c9f9ab19","dist":{"shasum":"d2a1f6802c2f56c75d435e05052b78a264ff71db","integrity":"sha512-gbn0k1Gcb0PEZdSYPioOesknYJHZbIAELNk3Ed1qwQ5nYWyQndh2fVtCXlU1a1oYthCuECtQ+ND6cuCqjBXyIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c9f9ab19.tgz","fileCount":89,"unpackedSize":88227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0DkyCRA9TVsSAnZWagAA4VIQAKLF7KknZnlrP+CI6Akx\nfwS2+J/4a+sQqKt/K3+VjRjHoK5pufZalOff7uZVAZ9IYyikxs2uuHd+SEKN\nLVIXIM5lACh2e7YK45uqwCyRC934ktzbNXTGujhiiNHlamGjknERnZcM8nJQ\n+T0G2cwpnLUSnX1nH+rj0mVBS6y0oylnqzOhufPXRCO6T/KPnVz66rJxcu6r\nkZViCOed7cJSU8vjShdlTZwNW6Rc9RLe+wEqy13r/8n0guARRIup/jHtdNqd\n0AYoqpK7Aavpb+hmVxbZxmiDQUEbyLBtDquwOUWQkmKng7D2tO1hqZ/akyL5\ndMXRdmheRXqvxim5kApCjJ00O17UPA9qPFL7BoLwCphud+oriMMig8qNedCu\n8dOFikDW/2+tyYqktglmT+DDgJojaMJSOfVw1qIM3Hi4QvQfApVPHR0figQP\neaGM/WoqjthfZeEVSaZHyml0R1sM7unOIbo53GE1TjBd5p6Qzn/j+IsLTgvU\n9rcG85ziOrg955uC1ANEuTTkQ7vvu4U3w2BPjqyXhvVYvHRWq4CaYuJWWXVW\nKSNfhpwH53fMUiSSUE5Z92sxbulry4ZrZcwgmXHxLJuhIf1SdJEXlYvocIgU\nuhn2Ch9hh9BOx+mtlqxRkiTNGHLQ3klYgbkJ4mcXs0x51ZMkZFEiZTdku7zR\n2bnV\r\n=T1NF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB//n38g6+9ORZeh9McNn2pTe6raKJNOu3MTAdMbnBpMAiEAwdEKT9IEtEmVqvIJF7y1mRX/36FwtPFRf17/k18tYAc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c9f9ab19_1540372786117_0.791831431982706"},"_hasShrinkwrap":false},"0.13.0-alpha.6f5ee178":{"name":"graphql-codegen-core","version":"0.13.0-alpha.6f5ee178","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.6f5ee178","dist":{"shasum":"45f60b7672c5a2ee87511e46b4160d1434d1e967","integrity":"sha512-mVhrh+5pTmWiLM7DLrnBCzwlHDQB287JmXUHHovNbnfR7vgwU8nUVXarKAoDtzgaNugU+oGjBHv42m9uqBEQdw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.6f5ee178.tgz","fileCount":89,"unpackedSize":88227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0DuACRA9TVsSAnZWagAACxEP/3XdUX+l/RAOjOjI1fXX\n2AGuD5bvhKVgha7qDkARnPouEjHNnC5CLjUPy7MCKDr99lxx2giKk8LOc/zt\nIIM8+nbKaIv14IiiJJ/fjSISbkkKR/oJ2LWaq7ITY81A4pCKHRX9DCvMCBWK\nUoaM2Rl5BcNzsq6uMSMTZTRrJA7HtssNBol1VJUnnJhFq30ghMxzyJ9NYagd\ntt06yCdBPVB1IucitLTO1w924ooz67r0R1MTofM4bnS14Li5vC537NdjzA2m\nmvFTQJun2CizMxjFP/gBQM1U41fatRLLX52U83yNMw+FFoCSDq65Iy8Yylms\nIfo5ws/ujBsnYx7PkNXelnOvo+3++GVWCU/0lNCvlDZUn8EHLZ4LpRjohQ/b\npXpICFbMV5e4h+MlxQke+72X9cQP6AgKL9W2IFSgALq/y5L7a4ev0jIoaTTq\ndSmA30cRyH5tkw+p398xSxa/cIx/5Pi4+vnhZsL8rWWhAuWM2gaeZBguD5ih\nq4zGVcIwezGz9dqlixHNxy9o/5lkweYS5r43dUt49lG2Us7NJGvY030kU90T\nmrYMLB8aTMmwUu2xmrsYmxQRtJAdss0XS1vyqJTCfo4w+z0VoPv1+8qaAD5R\ndbkLvEdKXOcrviJaAwgaCN+Czlg2E0+WfS8X3Nn+QpQUPMDsYEjblm4zvP7o\ncwkm\r\n=fiK1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIErcF2Y2YnyMNx6F/ayBYA7SLyN5whunTtOdv8ua626IAiB2LyNCTnQS3pUCopUUp3rkuDg5t4QGGiQkCafsaUsSQw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.6f5ee178_1540373375444_0.2137566626232137"},"_hasShrinkwrap":false},"0.13.0-alpha.4b7fa3c0":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4b7fa3c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4b7fa3c0","dist":{"shasum":"d10f5833ea6f8705160cc1916ffb2d6efd0ecb2c","integrity":"sha512-kcc/ucIOHvSraQshAK2CjNGX9UI4tiolBnM4ZqCwC/+nJAvBoQkpYx6kUBGUT+V3/dTzE16s7WZq+c2I0/rCzw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4b7fa3c0.tgz","fileCount":89,"unpackedSize":85778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0FKpCRA9TVsSAnZWagAAhzcQAIRH0gKnvpnj6SdfLKgP\n+9zjVZnD24sSE985jiHmPY0yQRvK/FTVoDbNtmrksT7laW7EHMaC/csbJB+v\n3Z+1EdZ2x48V44O8yepdgtM9ruu76ABmPw31J3l3p2uuFKFuAfo4f8xyNosO\nk46ihgKo27PqZ0wlBAI2+dk2UYsCssAVxYFD0hcs1zXPJfWAFxeBu3p/fqKO\nAAUne3+4bZPnGtmDJ0OkGOflPFXnYo7fILl7axKsdsaXHy/l7aFVtBtnco5g\nmF+NUGBZ/zZzCl5b5eDzCK7v29u1uP4yT0LY9Lyk0dmQJj9faCXeLbZTdRnG\nheMKr5yNWJ7uD9ZHQr7dCRpsFSILmJDOrocZgKgGj5TJZkuMGlXTKHQHRFdB\nFDBhZ/mYSd2F8CKGl2Igu31EwkysSCtVci/G7w294MaBio9yVV/svn0394lH\nfCwElOeXzVkWlmnVvwHEJ9lomn7xubljm2KgW6WI3MYRG6oo8ht4PXKAWg67\nRMoPxRrSonRqDkSjvB/apUcd1vizY5nJRClTidZSo++8wtbRgiqS8H6iozku\nUmPD4KAPhs4h7tEspaoeWlzQfxU9HZyNLaPX/60lcvpW9NMhdSoAWT8uARIk\neHBmolis06J8KMoSPGhzsYobjp9pNZehP1T+zlx1umBNzqfIivZvCEB2wY+o\nHywe\r\n=W4cW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAt9zBL7XFt4fCyCaiHYzBxQVsTbowFhgpUXe7/wH/XYAiASwle9tMegXwQECglSE65asToPwRCL8FzxdSMjTAiyiQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4b7fa3c0_1540379305256_0.3897951741663179"},"_hasShrinkwrap":false},"0.13.0-alpha.25f355ca":{"name":"graphql-codegen-core","version":"0.13.0-alpha.25f355ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.25f355ca","dist":{"shasum":"9216268bd10463199b6823ed96628ae2aeb1ad39","integrity":"sha512-NZyI10Q4jwqX7T9zeQI9+81NElEL7o/fawMsFqHvvY5dV9xURUwr7PlHtyiJjlJeiS00WzNm5T6GHjCKwib03A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.25f355ca.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0FMxCRA9TVsSAnZWagAAdN8P/jALPfB2dopy0ftYKk25\ny4vxouVujZj1VmJNzC/bmo+TIdk1bPYkGIaxphsW2lFaWaTNQnl29bgvq/sl\nxZXEGIQ3MfYa954jXlZbhh3XhLFlxJeznnaM3B2cpBcRRAZKR8n4nL2c1DBo\nUDPYhy0dnUJ0Rbfm5Vz/3rhF1SAwyCg9vWOME7tDV/B/FDdPFAPCnJflfrJ4\nhr1HSBxjTDe2ROASYPvhKP+VWvV168Nl3rcynhcsBNLfRW+vmA5aKzNCJdES\nXIOx0FIy20mQSEiIb8FNUhcApkFjQr7qtombT+ikwiqsGHn59DP2d82SBSHN\nkuTluZ3YF77Hpzz5KD6yQZ+myv3M2IOcOKg4cSrfpCLz7+PLktgcGkhyLjhU\nZGR1LpRmOUVE5m4yfQN4XUK02OAPJzU4Roha8PE/AHIqyLZAIkeiT0GvqvM9\n4KjPe1+aG8pzw8sytOK6y3MPutcS+F+MvCA/6OUoRrXRRlVjKWzv5eJSDANR\nnaN1gb8GIrRs5vYLn8ggrpvHkl1e2elkqFTVQH4M4OVzyc+g+NJD0bWC6OYw\nEXrpvAgbWf/siOCVfLP/hiOt4EFcKnwpHTshsq3BVR1Q3NmXPcJncE+DKpIc\nCBtK7WAE5SoRla87aNv5Xwo1mpABK/pjgCXLJ7AxCdhjB7swGpXO2ZG47//h\nprLR\r\n=Xiwv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCB+my0T4cTt2qHPDDulanEYwwF83882HSOOz3v+1pzswIhALVXq1Us3MGTIgp0x+yLvd0ElCqfZNOURSx9RnGkZGTx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.25f355ca_1540379440978_0.27650806403845807"},"_hasShrinkwrap":false},"0.13.0-alpha.34d7ada0":{"name":"graphql-codegen-core","version":"0.13.0-alpha.34d7ada0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.34d7ada0","dist":{"shasum":"ab223ce58a58a802f9ac46e45ace434222ca3fab","integrity":"sha512-oeG/Jxb92FXzSpU9cwFxWdPaXRiiBE6iUwhF/ncq0dQ5pPLhKz3g/shg6UGhz0HgCWFRk/h0+E/71tVUDmjzEw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.34d7ada0.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0JZGCRA9TVsSAnZWagAAPK8QAJB4meBQJpvBDFSps4K8\n+7cNdAG5JQZKHMuaRrKOd+MmynXZJblLxJB1CrRVSglUUVFGKeD21V+CrPL7\nUy1Ddo70vSW/BBxs+d16iGUwXacMi0gxEVwbJUDiRzsgQ2R9H2zLFF5LFJ1r\nPIVEDfOgVf8zOzISr6MtGjsRcIfgPo6KMJf8kHKApQ+YrYstUp0zgIa8GgQa\nojE1oYYcot19fEEpTqPujKlQy5TyeHVoHgzgj0caixsPZVAteGVVlSgZefeg\n1g0dUi2Xp5YLIOL9jISyrWy+fBYClgY68YlQNTtQN9m1GLl28YyJH9pxkUEk\nKZJhr+DyuAPEx16vB0dPEIkU6Obd/k6cqPP1UI/tEsePP1Vvji6fDmqHfXHm\ng00J8aDKfkXmImOqM+A+S3j7ThmSKC8PugVUfGpym6VlqPK8Q2sPPq4QLU65\nqjrg6U/Yf1yjJXNnOP+s6hc3Oox0JeyNbZmWnXSdlcBBrBx1Bg7EwBlSn8+G\nS+AU8Gr2lKwJ00ywzfrX8PhURXalpMBlQzs6+amBh77joNLfUxoXPs8XK3wW\n7ginS4JaGB2N85V+j/Rt+VXWMJlXYEBdAhD4+6Uh5M1EfcuwISwaYdkI7FJS\nO0vyYSs7r67PgQGCUJNufNwE4VD+rLCCqEW/zoNMMIDklguufI+gsiege/ir\n1Rfe\r\n=VYNx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhF9heam/rMlD/wDU5HfxOo7y++poNZlB+e6S9oXcVZAiEAm+Uw/fJVglrNX1qjYatNiKPC1BER0IanKpzUzUg79Ig="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.34d7ada0_1540396613265_0.4458709485539418"},"_hasShrinkwrap":false},"0.13.0-alpha.fa3dd811":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fa3dd811","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fa3dd811","dist":{"shasum":"06946f50dd09bcadf44a496763b8c51a44c6a575","integrity":"sha512-GY2aab59Zq/qOJ6yX/VCYB7/oWtTWWBElnEMVpDDraNIO+aSEr4nrP/rqe9o09VYH9XHfTpg+W/v6VWfEvBa8g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fa3dd811.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0JbHCRA9TVsSAnZWagAA27QP/0Ptjxf/YDX/sSMpLKrs\n5BOJByNpoUdbi1yxbl+hYra+0D/QsIZbyEmK0qwTdiTCsuuy8NGIcIQ1YB3P\nqQps3zGNRjo0JRB1x/6zB5D1EfUntHNWyby3HdpxNSsdUH9Grw6qbqDARVqx\ndHB9R/N93x6X0JPmhl/ZpqbrsaLsKg1Lm0cGJbxuVO5NcSM1sA5uRv/Tx0uB\n00Zkf9UWNC4GLEa7PMHm20AXdmUgPgCXmQHaaaN8Ss+8741GPoOHem3U9+qd\nPUbuW5K/wTsMXX7txgOvICgLpmiW+UIwbK23h5kiLssfXh+lC+XBXdLYzmca\n/Nl/j1LoBs4/SAeKI+fhlvMx8pUvM6dN+s2Do8cpuvVKD3z5j6nUyYxUjbnc\n23y7qpnAxaW3ax2LID/0q4AlSwGmsD/6I17ZhvbnVR7gkZDPdqf8ysALL04o\nFdydIIkOv6cSTFXh2875bT0Mcg5C+bFIdY6RPBbk33h55pVOkPkpT6T2forD\nHqnPmdXMPhwoe7zN7RJjL9pT6EFMcPSrh7Ya9dhiK0P5p0BOptF2XlKAU/HG\nucKCYEFBPKAu1CWtBT5GaHmJmW0E6PGtOclcenBhqwz6VwqbAVD3v5MlzlNt\nyC+eipcQG2gLS5h9p+Dyar3dyWORze4ZIgVWGJ1gez3PxJmpa1Y7afreU30J\nA97k\r\n=+4Dh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqJN1qiN8FLecPiDQIzK+gOiz6cH5VYuzXDnQODxlzBQIhAMNLIwamdooLHSmW5VXNUfkwUBu39uH+W2xRHdXetO10"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fa3dd811_1540396743156_0.9949482370633753"},"_hasShrinkwrap":false},"0.13.0-alpha.4d092902":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4d092902","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4d092902","dist":{"shasum":"6ffefd206898739bf568bd14777d409725b8ca02","integrity":"sha512-BG9gVhBgaGqxWakTeHzW1IS6qjYki2KISwNqpBs53JxXcn8in0a71OR6a+mVq2/yb9gH7Na80fIzn72gcaBr5w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4d092902.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0KITCRA9TVsSAnZWagAAqp4P+QFoSpxv/iB1MV2F1XSf\nghdsfkuRcPPDPq16UcrOz152uhX+0v6g/O2wnaFZZoDP2Gl6YvJVs5RRqhPo\nYKCvGzKnWznqYn+rxd7drD/g8DwEDVqFnF+9UzFHL5avI4FjVQSrpNRAdzop\nl1RAPKMW/VwVQPsLJp3v2154SJeVLg+y5rV626EY6PXy72Med6oC63uBDwSd\nCqn5zci2U9pzAEKrMu04+BjO0Fk+5yekSzexltp2FDj4PC6SEdvFwdlMPIk+\nzrACmbsDnkEZBPu4x1l9E5Jwte35fVnLrzuW1g7BXSsxYV1a91XFW5IxyTr+\nRtDzF8w6Vrd9RSLcl97RqYrJazzelYJ97C6jnykAJG/k5SEvu2C2PZEXVECa\n0To/FJcCMiSjOd6+B7zB9dhEzL8NJ4d55UoPPAy+4ur5QiYzzgutzbRoSyCy\n7uH2mQQNqfXiHA7ZhUm8di+y3uOchW6BIrCcrAfvJbUd441x1m8c6da8dLaO\nuHfM1RtatRvHK6xpCRKLIjZrliDTcjIF+30KDnVMuJIa7Cc2eUt/vuc+NnCa\nQIjOGdnrO9bL3Xl/5bhufJtXSSdfsET2HHvGEEbugr1Pahg+Nlv071YEtdWj\nY7sEyfLcVdVLcTpRbW8kHSf1LGw1i5geZe1fCF0IRFGnYt1a6Bo/tkquD0ZH\nZLex\r\n=PyaB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDT0DxTUPUSxE2dISkkz2QaJxis3SHtNt390AaBqiHsUwIhAIXiuc/QYc2snlsT9vmqLD6cQz/pdeS06hDdiFaDE7se"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4d092902_1540399634126_0.4298287316411258"},"_hasShrinkwrap":false},"0.13.0-alpha.30c6f3e8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.30c6f3e8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.30c6f3e8","dist":{"shasum":"861423152382cf0f2440636779dd3c019e9da8db","integrity":"sha512-/pRCX23SU/Q/yi8UnwvTPLp7JVMjfnherHSsqOfu9CN6jj+YdubocF6TGWFd8G8myrkOGiE+JwWJ4IZe5bCmIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.30c6f3e8.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0NJUCRA9TVsSAnZWagAALvgP/2p0/5Xi96cRadFjX6KT\nX6O8+oYzYthy0HSWHn/WMSFlw4lvDKK+dOWiWIyvbo4fuO2So2LV8SN8XEv5\nZ0cQd22O6IDTKf6QK2OvnwP0WdQLp1MtCdQijsRCO/dgFEaKLeP+3JbMelHj\njOyRTwzkoTW2j0TBwXXEXEsYLvqHGUvSbHSBWsCJSwR13lHnQ3woVOLlvxuB\nuLMoyIkqjUyqmBFKQ+TDiRF/Cw9yIRyUvQETGVH+orzY0Z+yMmJJQmRC9Krl\nw4njFGDMcESJgd8tGX6JvnZeIS3HM+BK260VWIJOu1XMUrXIQaRMdE4lT3iG\npblDU/Yw5LPI9ftDnQPidrNhr85UXNgCM96SA28zHmZCEOk3ITMfWdocYY95\nzt4enjq+sZK/haHxAQwY1Cf0JPgon47QFssD6syP8wUZOGCMq+LTNndE9Aip\nchqnoikrDyqU+0Ovo79b1hAQ0/PgLmaY5e7BVHDL8fxsgCZNlmNNpmGh9826\nmQHTdWf+EDhhAe91F4Kyz5gip5noiL/oRajvsKRuDhipNLrsdFjEkyE4CQ2Q\nsZF90On9BE4twWpXKZI/sDjUkdaXdH4qvR4WHvWdNq7sYoPJAURacQiT4Csm\nfnrTJanFeOO2S6glk2kRY+JhtJu2W/MePtAllBfdo9jugslHgmZXTzdG5z1z\nI54T\r\n=33nN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCubGlJhCu0rGB9hxf58YBj2yw1Ct4nnyApJmnLhlk1FwIgJVS+Qg3kWkkfpuqcZyOMmtdDoo+vkbvjQ58hT/1kBQ4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.30c6f3e8_1540411988190_0.3101444920853542"},"_hasShrinkwrap":false},"0.13.0-alpha.c37d6ad9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c37d6ad9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c37d6ad9","dist":{"shasum":"469d80c8c697452f75a959b82b6ea0c4b530b67c","integrity":"sha512-k5nS3U1nAoQ6YU3pHedB/iwIVOdoLc0QEyx0sX0o/DcNjCvg5JEBgzFhj3nxhV1v6AqTFetp9cWgoV11HeUdhg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c37d6ad9.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0Yn7CRA9TVsSAnZWagAAStUQAITl5DsTyoJgI9qnIYVG\nNzEZUD3TJuJmtl+HvHeLl43UserDJ3ajUllE5Klq01ZmATzwrAuNVSyJl6Vc\nec8MgcButOlxbfwHHCDSc37QybTNvZ2mVIomt9hgnTxyS4hQ9iniOV5WAs/Y\nkVFOQlRozF8xRogqHFPPHNuJfEon6C3wTSQVm98ci2ulg1ONZPvbpsHGjglv\nHU7WoWFROsDmfGLi/xOo0IkuNMmLo4fIFOrFNfBjd8DPaS8YjZOo4n8ipBVf\nJBKh8Z9PkaG5pLKONW2tILXc59edIN5/Ne9gximbKhmrP3qocXqWgcuEqR35\n5gEAkk0D/dnL08XlL7ouDJct85a9ef8h1APj9EU6mhUV+cGnBWZmnSyjvmqW\nSH/+WOS1dA4QfqMmJz1RiyyefCdmW9FV53k84Jv7e9q1nVQ0u/qj/9knbeYJ\n0nlKzWMEtxltsb81VLcAkjSgnswFMhr7jYCk5MGJqt5FyU6jL7nKHypEWh5K\ndRHbILXZ1NJE2gXaYiimLopDvNDL8hrD1RQncBLrVPjD4dl3Y1IXz0jue/7H\nQIZsf3RhQMSS28JyOs+O4Tx6T27Ch2RzIMTYcAK5oEJC9GLlVps9qOFeeXTj\nb3wQFA42/O5P0Ts3+oxRfVcXARL9ZOm70n6eq2SCY3GCyuqu+9Zb3pw0t0rI\n5rjC\r\n=Tsql\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA+0TCW+ly+knyJn4pOd3yXQrNdbzrYVAnbRbwNIpmSpAiEAxd6owDyIyzMUCSoC8zXlo8RsyfC9n0plepy0sq8nBtw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c37d6ad9_1540459002186_0.4690427186341697"},"_hasShrinkwrap":false},"0.13.0-alpha.2c860cbd":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2c860cbd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2c860cbd","dist":{"shasum":"abd6eed5603cf2d5dec0ee15f09035f56320b78f","integrity":"sha512-Rr3FReFkvB4eYU01Udk5pTRMpT8CfR4NAvULcH/znny/xnBUFcv1nYs2Wi7cqz3Pc6MBeGgzmjIqfYCwwmaZnw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2c860cbd.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0YuGCRA9TVsSAnZWagAAg4UP/jsx8VkNdGF0xrFy9G6V\nTihrx66OiAW9LtbHnMR9YivCriYwaL3AtB45fis57E87gbECaTbnkaikbBLg\ntlF+2VcBZ5e5m5faP00Vm2rhASjSwl23LHyv5UvEoy6kHaIyenqNMR5AcREV\nvhn2Yw6oXi4syi8H83njccWC9yTx+R9qhsnMEirKZ3R0YsLXG+7OLDmEQo56\n4kSX0d+CxUB/VUHfozUr6QYktJ7zpSJdueO33c2dEbyqfOVAuTph3NDbqDLn\n2CKeRQtKYE+yQxXakpc0372xh6sgPB1Mt+fYqa4pJ7YcN+toQL68bSGsxEzG\nUAE0al1SyqmiuDFZZD1BrfoZlor7fTuIoqgJDfFmsO7hoSShjGQ6cG4eKM/U\nkD09sY7Agwc1AwSOIsUnw04yQAWX3xrKwCdHgYQBkHDu5k7rcLD4luqezqnm\n4hMdOOcDrBDNgCYzg9CnHnXtUYYOqcgjTGI/sy583i81zL2uN0g5xh4EtZLe\n0s0r3V0OYuVQ+dVUn3Xd6Fz6bwYafmYVKSOd1/qqiIH0aVgZt9NtN8ZOt78p\np/MV8CR61ZFBDtfrbCB8bk0kg4Y9YznQWw1F49vfiRZOFlUjAMWeSVL9tmLt\nvaj20SvbTHdL1VLK/E5RFQxEyDUVkvKFDOIj5SbqzGfNmefBIQ9pxr4dbBIz\nXYkS\r\n=vZZZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICjToNtT3WI8dy66AeM+A5o5tWm+VikPdLpbMVWS6gZyAiEA7+yvF7BdKcT2AkNbMw0UUY+m8m2wyeszQP8jbVUMEa4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2c860cbd_1540459398202_0.30836936565169903"},"_hasShrinkwrap":false},"0.13.0-alpha.58aa4191":{"name":"graphql-codegen-core","version":"0.13.0-alpha.58aa4191","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.58aa4191","dist":{"shasum":"b4963cf088761f6abee2c14b8fc4f124a7964f37","integrity":"sha512-FDAqIPbndm442BsZuN4wAQURyGUIm6KeSSON4Y6J2XPfjHGIvvxuqs2r29T3Q0FvtQmu8gWAwGBmJdNjQSTQ+w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.58aa4191.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0Y9uCRA9TVsSAnZWagAAjNgP/1kFw/pHBBYskxSEEgae\nU3h2FUbDhqczdjKIpVwzFmfdWQVikV6J9sElqtzY/H2nWBjSfLNORb9pWySN\nGmW/QzhGoWfdgQAGdNGouaVG4cDUaXPG7z84JAncPPskSp9gj6x91X70hJcd\nxt/zRCp0s+19+b8y2DdfXAS5Nn3MddKvDhmMycHOlbOmqJ5228E509gjlu6x\nwG+khX53C4nTvYm5KXgAPbfq1qAgJmswf7rk2X92FjfgTZ4JdlRpuOGtf7RE\nm5asOrgn1lrGdmi/HLJd6xsYKqFqYa79WovClh/7PE/VPUznHTOflHCL+YB8\nWRO5rfq8Nrk6tMl/cxcp+a2PyUiNGSCvujORWzpJo2ioEK0kzODKni44L8MR\ntgNaVIhwB38sABD2D/saSm7+jIiZSgX2LpfUABF2ZyjBmcD16YvpnoF9o4UY\nciZHLQocAORFuEqigNBoG10hr4YqATAb7VvG4pjlFzRi5b50AltfEgsR2SL0\nJ10jR7w1zfyncgSFkBcxJIfrDc5n+b/lnYHPN6tQgDkVGyltg7UJlR6Qaw+s\neQx1b8sskE18aio37q6HOXz+9zzcSKXI5yvaTA97E43qSM8FEcbDri112GTw\ngk+wQdMBKkeTbhHQqcSs9/vy8e4mdW1s6bqZNNCyR3MyxwU1GPq9DhlUpN+E\nPiPa\r\n=OlhQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGV5EqRS7Sh20yYznabkrDlJVhRbTGRjPosCbyo32GVfAiBUcWZcCvbKAC3jP6sVoqtE02WzsFrRmqz9F1vxygsDiA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.58aa4191_1540460397365_0.6615275913756391"},"_hasShrinkwrap":false},"0.13.0-alpha.f9e01717":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f9e01717","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f9e01717","dist":{"shasum":"d0a9c40d0bb670aebf08557a59cc271d705fc1b8","integrity":"sha512-c3G7xJCf1OquIA2nzmLqWZOEbqAFdWTaUFviESZ9lsb2e8NAUojcDPpdEyDydMWpgl/Z7hsbf0w3ukl/TMfbdA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f9e01717.tgz","fileCount":89,"unpackedSize":88258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0Ze1CRA9TVsSAnZWagAAw4oP/i1UmqVZgwne+m51pTY1\nL84v+3l8HMPKqi/PFAB1EytcN622nO2+1oy4VRZLkvGkl1hEAnKsl3B18EmU\nIcVhdIzp6qGhpoF8BL+4ZMf+S+57tXIDfdXwfskEyaSAC5wkzlXLYlXQDqsQ\nX4KLz2zovWNTuChwipS6ceE+ctmH1GeMJKsnSlUMuXpKrewLdOiWLnIcOTGI\na8iYJgS+GB4qw6ZIza5E5vqCoceVE1blmV5HtYR5k/J6luM5by5fywaO1Fn5\nfa5/xWaQCJ0M90HW+B0f1QQTwxFFuuP/UJvxLVCz7ywUKzrgS8vPGcZM/AQa\nYvz2UMUjHJKtw/ynNQFE27KiAsiwtv/xlsY25OaXWhJTJJFnIJZTxA1MbAge\nKZVWArjl+tUj4TRuN3SdymQLNwlcHRFFNnxuFxYeJoaneHFvbF1k/ngiTXKL\n9qNexei8UsPzbLp8Ab1K8nSSfmT7cVddJ0Q9YuQ867vCOxSmYhOw/xrnSPZy\nroWkWB4ZseOn/5tB3dvuZ4QqMoRRahXPGmbOyCc5ZxubzABB0HjRc/z3Q8x9\nkTxKSYNV6DsiUpnf38nMjtMNq6qzK1p9GhbzFErnYAj2i7gmTMgBIm62VAXh\nJiddgAd7xLVmw2esqwJT53Su6V6qZlPZf9MIexDBQm4AHRa0Nm9BZlLhzv6c\nQBNk\r\n=Yudf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyAFUSBZPW5NMRWR3SOthv7PaSnaeD1nhraFdt+JhPMAiEApXVs9l4q0+na+gwEZx3rpI2GT4B2KcPstT5XK4mfX9Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f9e01717_1540462517041_0.6727713810680895"},"_hasShrinkwrap":false},"0.13.0-alpha.21241530":{"name":"graphql-codegen-core","version":"0.13.0-alpha.21241530","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.21241530","dist":{"shasum":"a06ae6766a3dd39b1a02ba59dcae68902a8a15e5","integrity":"sha512-faZ0qvT+DDNswco5sx65N6KkdT3LyeNubyWbSMk6/fzjb9voVXuWGBD0rLp4DY1jdXcnpIWT8PLOv0/Rm0nDRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.21241530.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0ZgTCRA9TVsSAnZWagAAO3QP/0InfSWdo/6ikWqidLSn\nXCvsOebAiY8QgJbTpae44uDXvjWiNPbsyUZLk57hiKfu+sek9SjH2H8rgTxT\n4XrfQIUpYH9k2nEduqdBQTQws3d9LVH//gzfKCs17xy1tUu3c94hUhIeJKQC\nTfppyChm/yi9n9FSXo8Do4bxZS6PtwegmboRx4GwP0f1NEz6fDu8Y7pD8fkf\nJR6fM+RA5HDilt59QeJ3OWslpmgAOuNLJ22exOWIobGcl3OajVIsP+wMpoAf\n2xolFxO2FOOPBWKLsSwjNMBx4nl9qs6eqRp4qKXaaOnHh6uYAzo+9qGEsaaL\nyicsGVltRqawvINSyS6/wADPx61PpQDDv05U71UN/NuakImnRP3PBpMArShm\nZ/eT+XggNwva98RXAWF+olObrtEGFPS2qD0aNQ3smjwCr6gipdNhbfCkqAhg\nFSy7FuuciSUYFaRjatdq4b8kb85c4efgvMR1wfxUEJ23rbV9qfJ1YcQrFi/h\noQLKAqsdB1q1DrlaAmXZZhQRD4sPLl7qX2iYuu364HNSjxixN0+CD4Y16+Jo\nV5K9iXxhVziBJ19QRxp0JQmx+efWHjRf9I+jyFnmeNxp2T7bqEqhTqzX8Tn+\nDP/uRlQRHg1wJ+uiZ3AIt2wy1IjBfRmAYC5RB72UwdwNdxu+Dt2kgxY6BGGB\nDMCI\r\n=XSHg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDf0G7NXSJI9e1xyoZWyh4XbG7QZidcp3sebIM7lCmnIwIhAOBKdctUo+JJtabzb2t3pCW3f+cQOZ2nSxaEPjnBet82"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.21241530_1540462611011_0.5567911202605957"},"_hasShrinkwrap":false},"0.13.0-alpha.2ce671cc":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2ce671cc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2ce671cc","dist":{"shasum":"7cf404fed1e0fe9ce3e6109fa8aa78997ccefe58","integrity":"sha512-FD858yAJclIdW2/e4LYay26JCVJKsvt4Qby5mYk4l42suTwZ61ON6EmhRbWpYY75grsTlF0JLgKfTOi8lxOzzA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2ce671cc.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0ZgoCRA9TVsSAnZWagAAiZYP/3bLTLWPhcmqbGB2rROF\n102HxyV4y2uixcFakxRmiBdn/H7VSCeR8V3rt1uXoXzhGVoOAq35z7/RBBji\nKnhfSyxk1TCwpYVXOrf3tmhlFAY3IFd+943v/lpo93EP8HGnqIysu4KGAdXE\nmYHsj1RBmwdhr0B5SCR5KmU5ThZmG8g2qrHKhzslb3l6+p7FO9AaUFJWj3HN\nlusqjCCbDe016cilHt030/dGQeUMd6rF7TO/CibcfWUQ8ryIJ6fnRumJh8OM\nc7jrzqyORZJzsyMg/M9oLTJpDqfvpooQkEtcenaMCmBoDv7EPU8libMYtX7p\ndfHAOPrdKaowrwuAKklLldMUxYgo1Ixk/MgexxlIU9cKxQRWY78lTJs7ApZm\nUxNjjOSyNirasIFAY0X/HLnds199pU3JIiPZoFNR/MsawjwlmgOai6u90b03\n80x7p+I3VQzPWQ8p9mKJuCrfWH2ezOWQpRsSUdne01aIKmlsY65QVERVNCAp\nhePx2FL8aw9l3D396FBBLR83nZ0G37qcafhF+xUojcKvXwoVpHh/3RuO+NFg\nVxK4F6S+1p2BRfw4w1HnbEvelmiSUdMLrXjxtmFM/koH+DTP8o1cCaI5UlLV\nX4OBJUfz+mx967HSjYVhmulQ6T+6ssx5/v5s6+g9b7tW6D61wJEPoQRqBdh4\nDes6\r\n=67um\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzNqO7haO8Sj9cmqyIsr5ukzsuxgdi3iQulEHuaTKZXAiEA06TqOKdOItqXtrCuN3bB8Ub8m2ke29ng1h2WRxNAl8E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2ce671cc_1540462632252_0.4141855451303167"},"_hasShrinkwrap":false},"0.13.0-alpha.50e1e305":{"name":"graphql-codegen-core","version":"0.13.0-alpha.50e1e305","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.50e1e305","dist":{"shasum":"584f729f3290cad8066fb5446de0dc151563001f","integrity":"sha512-hyG4HI0ST1R1gmI0dGhW5qeDRKty0js0aymGa84KWhb3cqCgPTJp6Z7JJR4Dxhm7dFMRbMl/K+XenmTV83nzHA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.50e1e305.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0ZskCRA9TVsSAnZWagAAZMcP/RaAK5MGzDNQbaehmHbc\nvM/2EZqKpukozLg41sZWe3dblY1Vd7dty8EUSucaRSXJBnj6YzCYPg2Kf/7b\noQVjuQUNYEhS5LwFwlfB1XAGt9X5V3IfLgBO5CnwHLFkJVmRpHwA85y+xIZn\nFwkCFbP9u4WYGVu0puhDjzES7tJGhWeZebnxHjOoJ7r225jaJUstkxGCSLJY\nY6EZgCwRSKwM5fLZ1iU11f8S7t+spoWn3q6E82vi0tmdLhI22l/H1NuXuzhg\n626wHv3S9dxwZFgD7RmUWBJBMVaAssEt2UQPsyBDpu5/CEs3Xzo2sJ4nqRvL\nUbSJmTAUxHuGTzhe1DWgxGHzJTxckRIGGhJu9B28kd7vc6Wbq+r7mBJcMDJF\nEQij0EhIAnFQWJkCaXCdbkE377p9z6UB8+atWOe06CUPZa0vO2w59BNZuJBE\nCVjxVKnW3Lun4yaYo1c585slhmvXtxiXuTHI02ueE2SXPvXlHezf2lfrqJMO\nySM2kyVgr5jc0PNIDV8S3/jgsot+JqGs7FtBvVDvSXh5VtLOUaAkn/FNqtuA\ns2QhFCGrnGhiW8/R6JaYKYptljjswL4y/nG/lp17AultByBle6h2wUF5W+7K\nw5a9ESBoMfIB6FeSke4jNxvQ6CHdeP1D93DseVY8FPA12HWY/n2akWji1ssE\nVAhL\r\n=7KrH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFGf6R7pT8vO/pswaC7U1sg8T+CxvGu+yxlDilUa/7BBAiEAvm9CkGt3AlBVRRNEXicqUQyKYWoL5i9WhrdyqWu6XkU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.50e1e305_1540463395627_0.4782852433797036"},"_hasShrinkwrap":false},"0.13.0-alpha.8e0abd35":{"name":"graphql-codegen-core","version":"0.13.0-alpha.8e0abd35","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.8e0abd35","dist":{"shasum":"e6b491ec139147095b7bef043e0fccb08ce7f611","integrity":"sha512-s5racNR29u+d1VKWh85rUctgZk3plMTnaQIFRyhFGHW871BD5KJMlVstVrd7Fk4Odn0iqUUf4/CwAKsxiOwIkQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.8e0abd35.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0ZwcCRA9TVsSAnZWagAAv/QP/0YLDnyqpkc7IAV8QnhU\nJ4k/otFuKohi7YsxtXXNCCpk4ftPYiQkKzLhC5aJqj8f5OkIde1jzwTiMY1B\na+LzBDMUrJLZJG+gzBfWOj5Yr1BsJ51SSedYUn4O2BhTEEQ1lfz+nR75k+56\nsjwrczRr/3oGbGTn/2IJGpIXLVJZOPyWbfBPQLRcdW84vaPe8VVqZGoFu6Ga\nFHZH90qwBHZ9BgMANurS1m0Ba1Y3EW98j7cyCItBpGGSOl+dmWRgcrqyp0cN\n88mMYrpIeM9mTFrz+38fUVeOeuVmZo8ih6oqzF3maiHlTVT6mwPcRo2e8mBi\nmuVGVTlmgweX6yNUnEJUe6ziuv3TvYQ3seSldXqzXelx2QVHwQkkUV9ksvpH\njIDzKD3d7duPlRaU6wt/08Qjcc4wao6qGubIwNBNJvNQqcGIXdGtlPgU/nAy\n2uyEHWeHv7JRs7KaKoWh+QrG7PTGAsk4C0ei9K5ruqyX7Lb3XcugID/3O74u\n1BK4R2Za70rVaE1t7LHk3Wwwt1vwIsoa2wtsTeSAuSDmNSKx4H7HFoiAUtZp\nKaRdNyKDNWGNozx1hUxGIYokDcsuDBck56+GQuZtmS8Y1pI50gFFxLXHm3kK\n7aCPTOHDTTBon+Xrj8nheOPw1/Q4CkFUZY6jB6U2AuOvmf3VMcTtit0zAL/O\nIWMG\r\n=jOHG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHkMlFpBvfxlakNuO8bIADSzhfVlzpDdh81HaccXNUjAiEAlO2RDg7pNZXvNK2Q7r/KzpCoZwsoWg92/3H5mxuyyig="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.8e0abd35_1540463643760_0.35843347950970816"},"_hasShrinkwrap":false},"0.13.0-alpha.1ac82e62":{"name":"graphql-codegen-core","version":"0.13.0-alpha.1ac82e62","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.1ac82e62","dist":{"shasum":"c4ddd5882f74c1098f27cd48693255c0c60b1478","integrity":"sha512-8Sd/8xaP16OCy4gtvpkFu0kX4ZEsWvQTXT00DAAPqugG4qaPHUA/u8XRFQh0cFt8QVkjbk5IapXWfDHcfL45Zw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.1ac82e62.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0a0fCRA9TVsSAnZWagAApZ8P/3TRPIgHnmv9DArgLt90\nnnbH5IFndyTYBgupvoK3kffuQa8j6umVuncekRL5choP0o/FJI16WVGgUiGc\nX2XXR1AXjWVB4sq2B4zLpJSsWnW/0JddgdCUMBMPvp+Frc+4rJ3P9mpcW829\nZgWu+kBUbhGVXNj5SZgM5RmSzztG7r4j9jqVGXdoY7Chi5hT2t0YkYnGh6TU\nCM30n48NJONhFF4VFzolpzMhLmvHgblTRDR8Cmfd9rMOnXbO/h5MZE9H+CF3\nYlN3kMGQ5tmvqkK36nt5j7RIkDvFNF2IqPPA8ghFr/f4bJQxZ8xA/G0t1FzU\n/WW2ZfuQ2qYAxRqcKArryvJk7YzA9/2jwfGbPMDBZvI1znOpdMbVGtHluoSS\nLepk0lEeGv0G5JK14lXl57vDNkb4tbW/lNbitKrMRlj//HDikUYgLSm0mX8f\ntSmroIcbln6gPLiAl63i44ZYqaBpMqWZk5kfAU8NUFeqHSCmugfaVHkQXaS4\nsFJWRJ3h+ZkZ8Gs/rp12sBOWqRzxBFxTVOIrH+ES94PEyODx0lgeLSPBINkH\nnMHrcegSPnGTUQDG32HlUMmePShCokmXGff7bqaJcr01P/KX6b4hX/TI2q1Y\nw12Rds5PuRbH2p5/U8gi1acx29SV8mStOh90Olktczftv41yoywnGQAEhJgN\nRze7\r\n=oBcb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDKs9rdJtEWqmhzf15p2wbUdM/kgduNJwn2Mf2Dvb0OzAiAxFkj9dfieF5WmAEoHWHmA/4rGnb9lAgCqO/xEIMY7ww=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.1ac82e62_1540467998634_0.9171128666072559"},"_hasShrinkwrap":false},"0.13.0-alpha.8be2b1e6":{"name":"graphql-codegen-core","version":"0.13.0-alpha.8be2b1e6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.8be2b1e6","dist":{"shasum":"b93b86e9fcabb9f752aea1cde70521b7a80f866a","integrity":"sha512-MIfigFuu7tae8/DRbWUm9UIh1sKvghCljDml7sMwuHXOm6IBtneKguH2AJVqZzcikNywIPVmfaSOctScj4ZMDw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.8be2b1e6.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0bIoCRA9TVsSAnZWagAArAYP/j/gB/MdiwrYZTPY4SxJ\nP8rjyq3Uhty3ChkzOdNgxUc4DWYOnHXDmxIwAc1tz+Y2KdrFpJuN1DV5zxG3\n+PMHfHJCbmf/rntd3PreZcbThXlsP6akSuJ240MI0kQrYhKWrwCS11W1fWbd\nXPM129epPkM48BpisqvDJ+kJQUY6GK6Neinp1Skd8fl5JYs5cnyXaj31+MsW\nigwRLc61t1shrb8OGFimpFZVkwH2XLPhOZu9ZNbKlyNjQFBaA0nR4Z5oSwX1\naVHbVYXnT+kGJ8b53zlibdkxXlSc4akBM2++0J1gKZFLmUIV2zBKrtzIyENm\nINCFnPsF4MPhIqidkA9wzlIu2SmzwfXA9s9X2mdjVMeoc1qDmBj2r1B1WlxZ\nHMeCZ3PwwSniXVBpSwDm0FetmwFlFhUvTq9aXaZPzyPDvr1kNZOmw/CKlq45\nWzKR9nQsFmRl860LmkyHivhNg9I5KREmccpz3f42gL3jSyonDcHthj6LSNMu\nLlaRmR7sIywiCMVrH30RK5jEhXmflhOHBDfpzHF3kcN7SF4UW9zshUX+5Jz6\n4JO+YB0UliOzu9eFQLwvQdMUJ6JzuD3//Xzwglc5+qVXxxEWhiu+lg9O7Jb/\nZ4o9aFELJqznrODy/qcWBZAe6MOoAOQZ4XbdynvsDmaGoyZd9f2MWR/5YzhC\n4voQ\r\n=wlbW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFRDyZ7fnu1wQSKlYLImTsI6vVVcPLC4S9WNvvQDIu4dAiEAsupoZjgNUyICpCAnpiPAdyqrjZLkYGmlPm47w2oR4mY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.8be2b1e6_1540469287866_0.7680595419257894"},"_hasShrinkwrap":false},"0.13.0-alpha.3468ac24":{"name":"graphql-codegen-core","version":"0.13.0-alpha.3468ac24","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.3468ac24","dist":{"shasum":"6b09756dd3f152c69cffbce67e7976dff739a996","integrity":"sha512-OCsb0RHH+asTtwkAp1VN7cAkXk3HtNGYIBMJnjGypeVbVLGxV++QEAbzUA2kXGXpK/0Z/EvcQNyWE0aAIa7O2Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.3468ac24.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0bPNCRA9TVsSAnZWagAAbj8P/2Xp3p0iCAPnmbOBznk/\nvo5WdTlqDOc80uQ5M4R0U4ajBBzJT96vHKNnYtC4o6eVGIk1X16np9aKy0Bd\nssPZIHNTWCHFlY42Hshgx5JTLxnxbOxzaZoFfyS2Bm8JhjFtYsl+IPk77lyC\n7cbF6uXZP881GWcDCmnilaS6KaGgh5Dj6DFX/kx5WyKFg1B4GlLxzZDXCo0l\nYFv+q7O/tE6bQJjZYPGOJbVtUClcNwJBdNbkxhxKxg1FEBlwJIOjsbtvnTaS\nousBfrl2TKqz8B0wgxXCPFdwZCGNcJeYlBgjvHIBPcCo/IM1mfLq0OlEetso\nbAP2qSL7zulvwvCr219aQXmS1PI+1qEpegO/j1j8aAot41bGiVYDXzCltaBV\nmJzZIzSxnvzlOs1Ta4o05/zXHjXUofEFSUN7+f1GdLqd3/SyLYVJ25m0Xpfu\n79oIuNaN38Xp7zkDZJVGe2Sh9ygaMFQEPc7vSaPaRrYXNR1nkJW/wHKADJrU\n14ST2xPS7qvkjvTHNwTXiqdijemgCe0Cn5Y51z4iCPkZ+qitS4IjES6J8KGz\nuJi0lQQ8pXb+Vk7sj2dbG4tmao8DOrunIyTBTGRcJ1qkqjcgnw9osKEz5pvX\nXJ1GNMxWubb53u9sEalCTA9IiMVvwUpSc1UrL6W5AkhTdXwOMKfzQdrwZjpb\nISwn\r\n=CIUg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDx2w/pbMgW6PxjGKs24Fdd2vO85mOxEq9zw6Yhev6DBwIgSPxik+Q0LwkulO0u/ckW4G5XC2VYTyBhcyw7zvNlNXA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.3468ac24_1540469709286_0.9265918491752545"},"_hasShrinkwrap":false},"0.13.0-alpha.04fc7cc7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.04fc7cc7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.04fc7cc7","dist":{"shasum":"8817ae2e8f73c48f5f3c5ca2fdc179e134f42f1d","integrity":"sha512-YMoQiEie+/hrrtGW6TVCQgoPXmYOVdgAUSoACLb99qgCv0WddnKnNMCaZ9NVNJ93Y7DHeg7HHf/+su7/TeXyAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.04fc7cc7.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0cWyCRA9TVsSAnZWagAAdkAP/23nz81twRzxrNOT/4xw\nrmm9PPHx8KLoz1wLOxATJcgdWkmkfAja7VFZcJn2koC5E72KfqxKHDK2SL/D\neRpohOsNWGykTkvDgwnBUcumdywAw3c0YZxpEjpscNO6hel4knVPXVBjyu66\nUB8OIAUri6zsjtgTvnSzj7nu1FZOMiF7G3h49x6bZxV3mmCMr9fWKVlRBPXM\nj6RW9orzMpjDV25DkUiHHMiL1gq7EuY1/g3vcpaJG0oZCD+ZaQs1ZBCRgiAu\nIQOgOZIXvyLleSA52c5N2QwWiWvZ4lFZwLfbPPX0lV3MX8/mtG+++eKuXJfm\nO3RkldigMbWzIYOBDfddpwOgRLyI6Sfr6oIXdCLo23UmvvPkdLhQI0jyTaZS\nrZOkn6++8m84adGztx+garwrtd+A38cPs17gcrr1Uxai+7COLl+XGsENOvJH\nQlLvRKjUsdaC8jpA4hRngnRd+01WWSaPrKftu5CvJUqrPNt6OIYVaMxZwmPN\nf8hP/PLmLDfXmfe2OquMpuV1N/0i80/vMMDOHMzmEN34b/iMuuyHtp9fJ2i6\n17qYCFvNOvZR9XLpm6ZYj5h73I16Qn7pQRa5mzvEeB0/qes0x13TkhFX1ZY6\nXuxc8ji7pn8S4L1bsGxZGLILLMiBUqqnkgG0N/OtYaQPsltJUtOGS+7egxX3\ngWNF\r\n=AA6H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEMBkGZWJs3Cs5DbWJVGl7zci+nakZuzPmPYmVIrZ4lyAiEAjug4geOL7dr2VYfWVWrWGua0dRWzDNZqNVDAxnF0lQg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.04fc7cc7_1540474289839_0.3538748617034255"},"_hasShrinkwrap":false},"0.13.0-alpha.4f9e6f08":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4f9e6f08","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4f9e6f08","dist":{"shasum":"2976a143edbe367de4e6bd17188c76ebbfc5319c","integrity":"sha512-hk9EdZSG2UmDyHFPqp4Tbdlt9FWStLKtlh92WyycF2CFtIxVS50P8T4IojbJ3YoikkKjv+9lWfc4i1mDzgl+wA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4f9e6f08.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0cpnCRA9TVsSAnZWagAALQwP/3Y9OUOF6/SnZQSJNn4K\nBTd7Pp0I/Az7Uca9JiFKwpO4EzSOpiL6EyfVAL0IkgPBq6k2FV4ybyfeg+2I\nNCLnqhCSPZqwruV0GomgM8G+aKIDcPGTlxqjHWz0OIdc7aYhAfm3I8dtHLmG\nNyHuKHstPwYEnjU03AsvqP99t9ybcTE9VFNMFNPqrfKJkyDwel0DvgJLahgg\nDVnZeKqPfq77cghhK8VGZ6YKg/pQxwkebjtjnJsNzmrWIVLGfL0BY7x8kB8K\nTxTxJIr48oq7Qh23tyI4nt+kQ7Xb1fb07xylXrBCQK5gpGomgIfGGnLCW1iJ\nB0H/PDnVoqgbhd0cb6S1NoKtyMIoeqyqjXIDBMpYB51AqS6emdBw2KofUcyA\nVqfQy5eKIpUiO9I/OB0DxO+JqOnjIBr8iOjay+wysCtdhxQXi+ou1T2c3d7o\nGT8FMQWpqFXw2Rr6/bKy3PJ25Az29xbExiVuoWkfLQNuX96UjoCq4egBv/dn\nm5dgwMODdOcZ2CBvo/beeDE2L5D7kPcP2dO7rfK3avDYwxLLlULzfD5OCvxt\nohLi1qRxtwC5EIAQ8kxZfQdsHt4jNjwG1lgpkRLfV+HDsw8lbIJ0dCIi1Zcx\nlWne2fzuhVeO5yaxkIYH/lYX1PsAX+C3YHd4qjj8Hnsk+4QsTFcwdxfCKBJl\nPesm\r\n=Mg41\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGTct/IcxKLROCQz7LmE+oCJo1iTugSVuVHOi15tBAc1AiEAiorNYx3D6B4iHZB57SayBJvPulTEg0vYUfu8nIJsXTA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4f9e6f08_1540475495163_0.4600270637560653"},"_hasShrinkwrap":false},"0.13.0-alpha.18bdad2e":{"name":"graphql-codegen-core","version":"0.13.0-alpha.18bdad2e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.18bdad2e","dist":{"shasum":"d242d16331ce3ed03a9f0abeba4e7e44329d693b","integrity":"sha512-OzCk+rJouVt6LX7zA2scJqBFiZHRAREEU9/85ukcSy0bovKE8h6Etq/G0MzW9zOImstca4OLu+I4Ea9NNl4RJw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.18bdad2e.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0crmCRA9TVsSAnZWagAA5LcP/joT9hBgcN7/OWTKRPD+\nk/S1jW5+EVK/omFXw2rCGj8VleoVLR3MJGY/ooR6L9i92P+tzfaWPvmsWsZO\nWmheZ7BSXEH65iiDWJ/G7U5j6Vaa81six6BdMyghpJj9WL8pDdhrZ82L89Rr\nHuDzmyaUOk26vrtgn3B0wA2V8gH93vH2Ny0uJkwcsw798KuUCZm9H5U6Ifwm\npIZM4178s7bufitOPnV7mlpgrKHuCcOiWcbBCOu3MoYdkkQpL+/tz+CSPwdI\nsPYyBM5E5Vc9vnJJtnfID13+3ofQkpbKEK4mUCh6S9ZffhEjO139ccGl7WER\naxnd2pHhHWRsf2fMpRKEGpdkymwYuy5otsjvAVOSHxFkmPX+QmoIAh5AvCxG\nJOWAhnP/Ymg4P8AHecdghA9S5ydZC/9lItTcAJAZQ09Grfyi6ZDsV3vVz4Uw\nHpd+emIoftYooyP5m7lcOgOOs3o0MZ3NHlTO0zW0C8opKLtyusXHp5oJ4zdg\nhN3sFHsINTOpTjYStL3QWzmRnTyw9hDsw5bnEWik5iFIu68bzNFiNrZONN6Q\nEateni2zODeT+Oamu0Pzb8O6TvCMhhnGBidSuT/BPrTKjhCSiws2YzEb1zwJ\nM4MQcmDzLyfABMwviwpRcqQiK/PFtdvlVHcKUYrX214+X1BGUhiEEqTm94Ny\no9VC\r\n=N+GR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0mCmkFWQEBlPWw66EaI3tG6Tjw+tSbzNfKij+OAZGUgIgdae8WB4zRF7lnN7j5ATHIhNce8sWpuVvR3qwNf94IEs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.18bdad2e_1540475621846_0.2342209055796618"},"_hasShrinkwrap":false},"0.13.0-alpha.eacbee5c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.eacbee5c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.eacbee5c","dist":{"shasum":"0ce2c52d656709cd537b8a46b45cf3c4c9f0d6d3","integrity":"sha512-X9QyMBlxnoelFssGzHe906sKTt7vT0oDhg+Omk4yTWA9HsSgcjiww/h8citwlu0Q+gdOSkyh+Z4x0mHHBwrQNw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.eacbee5c.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0eaBCRA9TVsSAnZWagAAOmQP/ioPsvQzJT2UQqW2NPev\nzx3RJbOFluvaBiTb+5WrJnljVujrtf9/FaGAjSYVSIbQTodDrwqhvK5tVINj\n3r+kiKuVcS6LCMXiKmDN4qM22vUzQ1G07nTK4fC3uv71J3gjpbwontTgF/MH\nEkQMNRirfkrpwRL5DDfkJl2aIiXRCr6SnlhDoK4Adyaikk9A0Mf6drxOmsR6\nqZfCSna7dRXg/5hTrFkfvsq4Y7OMWb1Rz7XA34+KZeaUywvrrNs9y5oSl+Xx\nHcHr4T//M+J83LW3cSDWLXJPttUVcg7kq6D1leVAF1EkuQZwBppmDm0DScnI\nAPzVW8Wci2HrgxJqcPrUc9ubuWFnJaXNB35nqNw+8OvU5jdgFp1GJFghmj80\niFsSkyhFlX5nqs8cLbqhogIgeEWQyjxS86V5dj0c8hYlVlVIs2e4TjeJW2Mq\n69VXiGG95Ko8feT/DVDFHTpWw9CjMeNZB+zAHPGsSszcPCqD8TDWOqKNJ9GY\nVd9o1tuUE1UTG6c/Mr22PP/jLtMS013gb7hUNWy7Yg1CbX1cNxMlFuNo5BMG\n/MlroMxI8v3sgZljF2SJ8VYX1tWA+xUFVXgmBRpXEv6ZNkcnF8t4c2IJWQV4\na4A6YqVr4f7xWJ1Rd64o5UxVVn/PRA3fXF4TUHIr9bfpKde0tXzer0TE+Cm0\npow5\r\n=XI1h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCc2RMAw8I4xxSIxrUc7J6X+ijxWHZcYGvPX8Btuug8bgIgIwHei4V5/FC9KRWLPdxI1fsJy0ILhVJ5GEu3LZTwda8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.eacbee5c_1540482689119_0.4829321544947027"},"_hasShrinkwrap":false},"0.13.0-alpha.f8c8892a":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f8c8892a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f8c8892a","dist":{"shasum":"6cd5d8868723d0927306135b9619eaf503c43f37","integrity":"sha512-4ZRxwqDxwRWZrp+juyhdzwyCt4GpBeLF//TZHUuCb8z671AjGO5S8ucdk3IVuMRGrLDtgxusVvC6taX9mC3jdg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f8c8892a.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0eriCRA9TVsSAnZWagAALJMQAJf6MWqLXa3U8w8KNFia\nz3H/5+Ak2VwtYTbSpRVF/b2MCUnaEbjEfjjfooVchU2wLa8VaYQNZCswkWK/\n5LAnTdCVBx3QAhX6AcPabvR46kFgiEHyaz7axMx6OE4vvNoz7/I2un63UhfV\ngMP/P+f6JZ79pi2/GVlCvn5oLcgOkhVZ2Il+oBNcgwJ3qgmJjyCfxK8KHKlt\nD0mQy8hhgg6D3A1wYAQDTmy5Um5aui6tcY2oeGZ9W4GKdTQYS9jZAP2HqKHa\nPDgVkKfZZEDtop34ykZXD/uz6CsnYFGq+yk1od+WoaytGhCsyi+qY6nCsqAg\n/7RlEmW72gUyvsk2mBwxshFgcbTZKQAmvras0yX3TOxOP3hRSMnUNl8lxNDL\nNU9bQdF6VSkNJIBJL7vbq11lc2xbzee3ZDcOfJ3la1LtVZvs+YHKCgBEapDb\n/us1gEa/XmND38yb6630SB1VBn5wBEaLsN4jWTC5dR5mEyCbq2250t/y5j9C\nIg28twnXJC6gem4ggnloRdEqgSupcedFmHhy8DvVjVTpmjQuMJiwcDUeZVhd\n51VFO8F9jTofMU21qdQbRVJs+AMk/JqwMTFa1kpVMxv/xpvgW0lmay3X67SJ\ngKhgtFsx6oQb0NDxBMIsMtDqmdQuRrdtUG/M2bB6/SgKT933HHZTJttrxmpO\nb4aE\r\n=I6pA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYT3i5dKjmENug0iG93abxvTYx2U2WU2WirWoVhbKAWwIhAObqRARMcdu5moBiC46dRMkQ23zuZt1W6DXlnvK3+w42"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f8c8892a_1540483809729_0.6992531816868504"},"_hasShrinkwrap":false},"0.13.0-alpha.f0398853":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f0398853","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f0398853","dist":{"shasum":"b5e6d0c130a7e88117057fb04e478c3c9043021a","integrity":"sha512-PgC+7vUrfO0uKAnXoeC1c8MQ9oUzDVDb25pUAnI6gzR8XCoBY3CjxxcnqkbDYUbewSfhKqgF2Us3EZ3uwa2d/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f0398853.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0ti4CRA9TVsSAnZWagAA6xAP+wbbK47TsAQVeTItOOn8\ncj8wuAMowEhyKc8lYy6PHbSjLd/TeEIBJXMA0hMlisuFpNqzEB6vj7lM/rkY\nBC3gRfEhR72CqHHvaPIgS43nrx0bDHB7zC/CV/OOG0ULjJlGhH+H/UUD76Mz\nV2pAqf5b7vuwCdTheSUj+6e9WZ4qax8Slvy7cVnACKx3yXnGSMGozbN9GIOD\nR+pgOrZVuG/wSjL+c8jpnDglsIneRhs2w19gnwvsVn9Z06+uR1daSlB5U8dW\nM1EppcWuG1tzXjdjcfeb013TEw5Ttbz2iuSgKe/I/d1q9cs0fJWAVz7d6szk\ngTasQg2RgIN7iWRamUKNZGtG5a1oPYlrFCq9UUPHsekzQ1JkY26d4XRUmYIV\nrLb9vZU02nwo/H55h71wrkUGwAYIy7Csv34UbuIZ0tcpKwljIqcWFpuNkEBU\n2uoua6yGw9qp3tXoQyN/bxD7QkQIIjqI8NPz2NavuZ6muHCnTRrGCRZM3vzW\nS7mazqNOVyWMidixzpq3ZDp6DN8WF+J17q/f2Dtc/YK4OEo7mN8bjK193/Tu\n8fXociAJyYTKKFhgHe4Jsv0QhXnyJj3tojYwLdiVXiwePV9OqJz06v4uF1li\nQRYJ+1svC9r78zWo7Op86cWIazJahdy1X4xJ1avn5mRiLoKoQA1RyTKwfo4n\npwny\r\n=0Ogm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD45P3lse0ME2uiQjJNb+gIQ4D82l6syK3j9OS2WK5iJgIhAPXstfhlBQ7HBrSi52S5ginhA9jg1ccY7dvnUPDCl6w+"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f0398853_1540544695985_0.4138968184753964"},"_hasShrinkwrap":false},"0.13.0-alpha.f3384d84":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f3384d84","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f3384d84","dist":{"shasum":"88f5693648b9e14b08adcbdd55ddae342514bd15","integrity":"sha512-35LWJ2mvxcl6U0Hy6TctcpugD45BTYFv/hBgXhTVig06lM9wjG0h8LJhq0mUJC1JXAPi5mTicKxXoDPuHJXjxQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f3384d84.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0tjSCRA9TVsSAnZWagAA+LUP/iFJ5ADuoyRunWcLyCxx\nlgtcQcl5Xy9GAQFuDXdLJK+GfZvCOwIRoIKLZpEORfuVcdx+Tu8cWtXNrrvG\ntCIG6v0PDijfUyA4DlKyF26MZI6IuDmdtUJJ7k5lyCMPd4jipFjSZIvzdFr9\nKT/Y93rwqBgyp2Nc+TnuoeyrUH6/uKfCY26OuModvyrT9G66EMroWG6pOYcB\n7s+TvD+nDjBQQhEsEUAbAstKyh0qEm/ohmzSvX0ImO5z6OKwo+AG3AR4tr0d\nZhZRTLDM1IqyJojXDwlvh9LEb61cd+Q/sDaeUM8I9IAaKMchyZiIwqAMATaf\n9I9/jiUBZ0G2yldEeUeBoLcXLE6lWdBEKUdJT4WL7eAkU8GPYtOvCrXsywqC\nEbm5vR1pXkpFGeyj9OjzME8ZaZklq4edYeWVvu/lP2jiAYb0ypmRSENxgKhR\np3kRt30ImzsWe09yTgKJu0i4zgqPmWJVFywBXHH8cN4Rb2YmU/WplqBrrYCZ\nRsQiNHkxWTVZMCMvqB2WxC9aJw0FPO/p8DiHqijHfFB/oPUtbYl/mbF+TIHi\nhTo0aEBD/kSVLZuQSQWN/aWLpwu3gwMrMdLAyaFXjetnSnqBtkYOstk5n6M1\nY0Q9P9Ao7u9rqY/XzoqUZ25WdefqEsMAAu4PwRy25yo7utZ4kKglOcQIJb5p\n/4Nn\r\n=S3YO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFJ5r60sKDA8VnS4ZlkiDot431d0W9AfXcLXgrC6XObKAiEAikaU44xExjoREtu/SbyCjtMHgYf/OlmyjKaWTdXDPEs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f3384d84_1540544721768_0.05611980198224753"},"_hasShrinkwrap":false},"0.13.0-alpha.7a22cb2a":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7a22cb2a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7a22cb2a","dist":{"shasum":"511c15b38562b9b93b20377750a1291eaf600c85","integrity":"sha512-ltrVWEacxIaWrLpoGpsLPLkh6vJ4eVrGIOCJ6JwYrN1+22Uxrqr0Tim7wA5X5p+wLRxU8OmB3ExL8J9TIDoy2Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7a22cb2a.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0tmvCRA9TVsSAnZWagAAtvkP/jzSLfkNiFBREUtCSw1f\nVZfOnN4/Mww520Es1XS1PHZBYNI6MY2WNpwlDpcB0MzGPX+945YkduMOS/Kw\nDym6c5zQ+zASnYR96BLaDbOZ0xjAxgMacQjd3tVsTVuubItEJdTA0KmmOEre\nnQf/WL1lkec/66jGF/7J1w5Du7iSRz7nuRoF2w+SgBo88PXv/Sipjo2i7z6/\nUlL8wdYGMDQpP7fUCWJ8SnhZI3LCiQdIznBW8oFVbHmXu6NuHkZUdXoEg2vp\nVXuZPs7dsxmUWWuztBT0XXqVLLicsBMKbrRXiLpic5ttcoh0JeVvZPwzy3eR\nefujgqY5I4UeziXGCPBMTM/wGQ6x7A/YK59VvBY75JpsajKlqEMOcftdhPOq\nHravVS7AUIvxibiB95eo9qDZ9tGrKT/Wm+CIMmQri3ThrMjxhiS9M/tlTYHZ\nwt4THC+zta11VKBJoqkctAmgZfIUf1ODiymt6Lrow96b3tlZyQtfPm8ub8US\nYLHYUU9MsQmI2DbOvk5zPbUh65mTsdakSs422XED03IVeFDmGs0d4B/Pa9AE\nIZJOcr4Kx+jP4yRMQilkhfJ+YLQPJomPLC2i55YJiumTbI/IBNVtrWUVYQmU\n5d3t4oWD2e8GDvWf9/6owRTN70qHJ+NoZQ0SZ6ViVygi9RkpmpGLQpDvtVdK\nqjGC\r\n=t2j2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLWPw7lbcwIIQhCdHV/1LpdzvZWNLuMjdaW7Yp7LJL+AiAz5yDSlyyBnaAqjWTqr+bwTS64OrZiSjLmMPbnDRxQyQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7a22cb2a_1540544942885_0.1869347912417152"},"_hasShrinkwrap":false},"0.13.0-alpha.e3b86daa":{"name":"graphql-codegen-core","version":"0.13.0-alpha.e3b86daa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.e3b86daa","dist":{"shasum":"e6c66c1cc16715a4d00abfa85e660ed2311eebb8","integrity":"sha512-+yj9I19VgfXGtmlQmpn+F4PSbRr71DRfIjy5HxyKHm2cLLG7NkGeh6H3d2ffBBRl4Y6m6zFNX9OAFjxrxrg+LA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.e3b86daa.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0wbWCRA9TVsSAnZWagAATB0P/1dHBJM+x0x5eEFHbJfD\nCebawC7khjtMP0zBuNRh0Z/cmIUCV9ILqxcqnPtAYWXq/idIRc/c1xodi4OR\nRbRlFiB7g6UP3XP8QkA9gqAcsIUwvFNSCAuLH4EKJdkT7q8iJSHJvN1+a+yI\n8Y270B7YAY2yC6ICp1mT1K849ERBKQXVyCDQywUj4LAfRshJRvDqoXQ6qgOk\nVxVQIfekyWKvQnUhwaB3TG9SnYr+231NVvZUwwPJ09OwMgKHbpRy5B24UKXg\nH4iPNY5Xmr8/vaSiO+qAXAcogL4446Fk31JVEaG7Ao+o7elJg/4S4Qd/QGYm\n2gNI16iyv9Pybt/L6TvbVP7TuCpPf/3ti6sQkvklqOatCelnroQJQ9iPMJYg\nCT4x8Vq93d+FenM9KfqCwq8qs+OdKaqlQ3K76IPNo6oM5U2I/O239QV4hWa5\nl5tAqysWZAsR7vvChZ+LmJm5csEeCilxF8rDwkvfPqZ7V8f37iafMKSg447Z\nxyyuqDuAIGK02q5V6FbCZcRkrPUqnWG1lfyH0gZVR5hfur+E1A1DIuhgj6vH\nNAdhLTh9MdY2PMs8kBhUDCzabmt566XLv+VVr/GAJ7QXaNsoZ0be3pFTHWvk\nrrz8uZgQGmE58WgnvjTi4sJvMlJQwNRiBFwuMosEjqaJPUI3XNcKJ8GG1sW1\nhjMl\r\n=KxkK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB57273NQiUmZq2p8MIV7qVEnaEMA7FFpXFMTxLttXOuAiEArmXkQxWIB9eamP5f9eG3IyTSl0HDVtqr1BTSdKoDtds="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.e3b86daa_1540556501542_0.2933526579789083"},"_hasShrinkwrap":false},"0.13.0-alpha.34c9c8c7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.34c9c8c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.34c9c8c7","dist":{"shasum":"1654e735baf216029f48dcf1e52c10b37770ae9b","integrity":"sha512-/N+2G82IS7mczU6w83f7DD9sQh45fnYG4Kz3x9cUM5H+D2H599PEHkS1+AOJKTj4T883kL7Z1PCLcqeDMkggqw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.34c9c8c7.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0w4aCRA9TVsSAnZWagAALBMQAIIHCY6/n0i3Zpo864MT\n/Nh4B5WUpCl273VqhN0fPXcx1YEW6czLE/OFIKwcXseZBA47z5gmnIPpq+nP\ngEHynw3tVdbDgt0qrsqCX/YFDMjI5bYokmkD3nnhdNnz4mf9jhiN08z5F49H\nNmNhhc5N+ubwuMoeL4J7d1rmXMj91qYCtFqERhERbW98FsUBfBmc8NnzzG2V\nIuDy631tQaeM05LE/jjBCloaDa8srhsQUT4pCoc174taYDKUdMGuDgSIysmn\nk/GY1UAtH8wCnd0Xoqqgm9uXSLdl8PD3/8dYohaDFChB1joaJGYATjdtpSH8\nJh0/GBmmJkPwa8yduXC/5x8w7dwZo+So4V9xho7C1NFP8riFNO/Dk5jA6yv9\nz3L38auV/hRokVcJObfo9pZSfM22driZKzdHwIfSMGt+GRBZshEG1pCWI9Gd\nSAWyt7v8q53sdQ3vF9RDlcdN+bVJwpeYfnEMBQJT1nVMVjfCYkiymJuhgAL/\nPOaRZ8Pfssr3/QFu211DN0mFEcJiAP6r3fICpwFC3U/WipSNG80ECaijkHps\nIs8jt4nwCr6/8pPMhyeX2r1pqr+YwKPN9EaROcXAIj/fN9DTQ+9VPanvrTj2\n5djfdJC6pDGRx7femWCCnZA8kxqlYMXys01969hizQUBpQ4BShazV6qj2tbl\nHiQC\r\n=DEhK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVBdvG8MTZlB82lvNFwM8rfXBQTDYbCabaGI5q3PLYBwIhAMJaCR/iMt/FG8mPH0zxlDe/8ivLlTxkxrsrznnAdpBs"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.34c9c8c7_1540558361316_0.472812494138789"},"_hasShrinkwrap":false},"0.13.0-alpha.b99853ae":{"name":"graphql-codegen-core","version":"0.13.0-alpha.b99853ae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.b99853ae","dist":{"shasum":"9da1f51ac7239c636f6d5f8628ba72b124e67570","integrity":"sha512-ocro9VF4vXDCxwcho7dWoYyvtObEIP4yMdwoVZy2QXRmJRi8RBNQhdqQrkCqVBt+WO4HaML0af94LEnVL+S0vQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.b99853ae.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0xR6CRA9TVsSAnZWagAAUdQP/0DYMe7gsdsveaHAjEoa\nRpU1JDciaCp0ot6dczRzk3n81DdbQxfGn9asz5H5WRJ/4/RNjw813y6nfeXn\n9pHborUR2Tyowpqugg5V3plT4L/uj2Db+7z68Fe59jXwzmyvUc7KK2x6jSSX\nWeLZENSUKfVMU4idFopNOlZk08D1nVtFeIY++H1foR0Vc/GgJLsEJK35mMaI\nlcRf5drQUuoB+WWoY2zdX3Y5L64V/c/B0ulQkdgpPOkP2o5DAcNcCfoR85D8\nxUUWH/n5jtsQzdp2Ruawr/8tPbd/6g6mz7irD416WcDe/IDx2PUeqacMWrRJ\nbEvmXdMPyPkDtgDmd2/SaWAmQAZVIy0kLI0mdzTOnaHL/rF94Q3kKnPUJl9k\n5QOprKfzpV1titADnos3kWH5Q2xPQxAKWD85pgZyaVIt50antbHFBP8IZ8EZ\nStgCB1m4hzvKDFDYdkXntDiK1hKKNkcnEje5SikhD8dKuW6cChTwXMXvAZSi\nwLc1Yz1tE5h1PHaTmzDeY053GCaaeg6qPevoofmdTELB6zgXoZbXcI5niASR\nItIvxnHRyzaXThJfLQyJVmbekC0y2Wl/mbXdjDEPFvr3Txy9gA9Toh4Wq73G\nKbgQIUJwiArkeh3gSK2NS8RLpT4fjUA1cSqnPFL+iu795nGGerju0syvEoIx\n62sb\r\n=NGYs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFbPbxKPME+MovIgqa8v5nXxR5yPcvVnafhQu+u/4t4UAiEAksXwRKvVvGasORHog2hoArHvCQnoCRn7PCcgBMMmPvE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.b99853ae_1540559993955_0.4037195229629471"},"_hasShrinkwrap":false},"0.13.0-alpha.a6dc2cdf":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a6dc2cdf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a6dc2cdf","dist":{"shasum":"6a7cfea5d0288e068120925d78731542940ce7a5","integrity":"sha512-G8TXFFP2W+hbyFjvopoZ/kGkmv7+JlkA7TqR4NYSqwfvIsFSIVUkcMPocBrHlKn26akDoBT5GXwz7ZUmicSRrA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a6dc2cdf.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0xisCRA9TVsSAnZWagAAytMQAJ4uhr2x8gqALWe1t2FB\nIqFm/sB3m9WRn8jN7UN4Y6GRobPVjmvRiiED2F41xkuKMAHQtr2Y5m/sX/IQ\nTcF5ZmWyUIKnnvYjPyHOpHl0VphgeODJdAZOVzQ6Qc843NXFa0JmrweLMzqJ\nYF24pegtOwtmsMiZ0KV7JILYwioWc+b8cAmkeCBylYtnjcqdbijmsTiqwU5e\n+KYNzvF75bO4YNiDciq2brStwdBXPJl2ek+8WgOoizqsyZ5dBnx+09Te//R+\n2eKLsIFA5fSEKK74JcwuBGelEx7tk8gfX9yRpqxea2VfeGr+7ZPBZ6ClbPJs\nYBi9cCn1Gq2ftm6auN2+gRMG8ghP/e5gNES2oPRYMOdubCHjHKgwPw6GLLwu\n/y35YbBqSf6oXCNQP606Y1sIl3YdbdlARxXVsSaN7qqNvlZDry1Bur3gvb/J\nC2QELuQltJYqUXeyyIvVzt/JHijgOZa8mt8Ldhkuxobj9TpTH2kQjXB+O0Vj\n0fI8B110buvyazVtOozJPVFQ1LnUDFptza5V4b6MJq3fOQYzUgnbQhPVG2ck\nhgXD/t3gFDbdKFz5zuLFatQFB2YatxgUxdlSmBHjx2ROYBCKtD8eJioIAD6O\nz/agCJI+Du9ht5mxIP7JjgyJrd4Rft2kIdU2miFtKHsNPpoLjJacYcx3A47W\nmT2K\r\n=pmEu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFQIpQCYw23bT3CVyR/myKzxyXklfToPAvU/ppwr+9DAIhAMGuEBi+qI/jIhwXrFR2T8fQcwsFGXmwVjP+yob3pxET"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a6dc2cdf_1540561068018_0.9488258564255172"},"_hasShrinkwrap":false},"0.13.0-alpha.fe7f3e8e":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fe7f3e8e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fe7f3e8e","dist":{"shasum":"800e7f6d72c969dcb07bc533bb983ace4c1a98b2","integrity":"sha512-sPgv/FoqcoQrWjaU++Px9+B/VZ1p2ZeKtP3vgV/whgPqf4LYmNMQZySH55Ww2gvf7O8mf3ydMAR5NrGWLst7Bg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fe7f3e8e.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0yKsCRA9TVsSAnZWagAAujIQAID9r4KoD8SfVBiePk4Q\ntedvwlMkg1NGsp3n3eWMh4nA/vLNZGgQ5q/uxeB6LQxZyz3Qa2RJpcYTJQR5\nXiingdTzWTka8M6w2t6uuHJEhuVvp87qwBtyX6XMULKtTBFe5d83QBS+ju14\noskTpNc/anTd4g50wmIjitxGhG0sBI1PimuSYnFrwn6LrjQhSlWrbJhmfC6r\nBXFaswU7y1H6dttVTzCsjclO4wtBU3A8YpoKgm6ig+MT+78Gc/4NxbLboi8Y\nuQK5dt4fa0iFEZ1eOOTe1tPDlS7AkzfQUuPMC9Uedtm2w93pmBJw0l3FlNN5\nHzv+KhAIcV6MAQt370Dp68uk2/2TQOXNO+7OeZurneDuW/6dfcqsmcSnS2HQ\nGdFncVd1Ky0g1sD1e1AVfjc9Osg3zYP7/GWJOhmwTmyDsPFeKREjzF/sYHao\nRv4qaC49oVldRH/34O9vWjaa+F17Ygq22trElDHlwfQCaZT9QBGyL26iBxEW\nzSZEYNcx/PBFNfqQqCBlO+eMjM8Pzk5ffK6Pu/nOmO97MkDVei+/rcadMgMt\n4twXTLRHSTjaWPWJR3GVJT6E26gzTwuog900q2slu6P0UrVzjomYeuHR+wOu\nLxFW0F2QxHVLTIQisRw34bDDD361SywzFEmeJqByRJRC8OJbdCYLi1EPJhBR\nV82k\r\n=EcL2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZYvM0QhpvhQJHH4p6DebGdlwmCPjNbsQf8bWlBXPXzQIgaOraPzv7Omg9GsGDMb/qL4BAdtQY9NxekAnULnjrYOw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fe7f3e8e_1540563627460_0.315428137784149"},"_hasShrinkwrap":false},"0.13.0-alpha.064aaaac":{"name":"graphql-codegen-core","version":"0.13.0-alpha.064aaaac","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.064aaaac","dist":{"shasum":"6ff11f9eb75369e88c31229d5f05bbefc17b38a2","integrity":"sha512-3povNgpJhFoVO3iPWf86Ot1dbwUzKfPwDK3Y8IS/uESTV4Cq+n0dTJmQ+kkOJbkkX1iJT46A8l8om5snSfQ6Zg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.064aaaac.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0znRCRA9TVsSAnZWagAA5tEP/0Kn85ObxyFUm9JtqqQ0\ni+7JTxcfm9c/s/4MteG16N5zYT6PMG2E2OLSOJ/CmgBSBxrhuokSoNWolCxN\nZ422mDepiCFUG7gb8cy7oEc5NyhqCpn4zrMR7zo4bYh64Bb9/olSfBlozPnI\nLQRGEVc32sv1/8N7d/BI/WR0Bx8mICwX6xuVKpkNayjJd/KBTrICuE+qNHFD\nkFYauI4cpS11wPzhqaCDiMTyzOc7GGVDgqzSghbQY+7WYHsQgVtq4m0BnWdK\nPsyCVslPe2x36UPQsN+r1gEShknoaKAO5Yd2SDCnUU6fr1nxeoNzyIF3o0nw\nUTGEotGUblNU+1xxgEMeKK443ToB0o/yClMRi8PfeKRKPIsaMEr5fynyRHPM\nU1y0PxRMdNcWI9jccKRTdvAEgQHnUrwonyfpybnX6EzyjWS3gwKAezUX13Ih\n2vEy/0kJVRQxmDN2KGZVZhT88J6FJ8kJtQLiDqu3ejyRxaLgkiMhqZM1kmKM\n74V8Gb0GIZdSp5cpXG/w8mYoE1Zty+Q5B3vmyxjy9i3D+qIzrbX1+hk1pNBT\n/7Cwcz6vqcxTP1WQb8OhQD5DGxPD5qd4UFzBK+Srxw6fwVCXwvCgfwEjkpDD\nOhLbxWcwXc9lBV9DNpaMzKq1OdF6aZK1vSN+VmCv9iP7EKHpjLTgqmE+U7dz\nZ1d3\r\n=fneZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdT8FD+/UHVeLap7hYIndIuuDh2B+V+hq/xC+d15MajQIgYB3mrbY3xkro//qZIOPww1h9vc4MPRsmQT2kL20yQ+o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.064aaaac_1540569552572_0.41909871951880295"},"_hasShrinkwrap":false},"0.13.0-alpha.17b3de0c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.17b3de0c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.17b3de0c","dist":{"shasum":"2f93112d377f26c831de192a6283ac42f83b6d69","integrity":"sha512-kbHF1xqe1PSK6dq2Seyi/wwEsEZGhKrwXCXfOOMdMxdm0kfdCbgjt+xw38nwlYGF6o+d+YC+7umpixsnM9xdCQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.17b3de0c.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb04VvCRA9TVsSAnZWagAAYhgP/Aq8rNFru4MWmf5B7Buc\nBKdJe7UmGPVI51QmWLe3YYaERSS6A+JELaXYFh8xsLIaAJnzKkpFZq9k2PoW\nKh1u6aL2Hst9YM8oeQZAd/8HNTL3+HzCYohB+GWaja1ogyMDPN/1ad7LO/lM\nYYV08DNTElXEM1V2bqZXaz3Z4XC7v2Y1LXqm+ktcu8S9yoy/UXVztbh2Hpbp\ny+ifz84SnAW+/ocy6d5SRCSfTCdvr1WkuuRSJAsAjE+rQDsjhDIoabB4BUxE\nh9WUz/X0B4ZWYO2rcJBi5WLlYLpiNnzkSA+LlAzkZ0YXOKRpqVdVKgMSVHAY\ntoyAFKVoJIDBYmq9VFOSM54B+8iL28yuNdJitBsS0goAizxV6h46JeB0+pev\n4IdEJQQMRl/Z5reOAQMvZM7/oerdsq7130bfJiIRS8TSPEXZfMCSfKune1zF\nVt3u0IMHj2nprDQbOY/MZ/xUDmv/Sr3A0FuvfAohfkekJ3+tG3SBYbzzDntF\nu3tOy95xrslarg+flLWQHAdkQxN2F2qnsXrCHhz9DFdII1o1gt1XOgnOG6Lk\ntwpEwqNcOSUTwZEo4bAgbdY5NOhwLi1U4vf0GS9xZJlOnvs3OhisseOC1xpA\n83EyIB2kbeK1sOwyDfVFql+VY6VjWQW90zbpTxw11pwrLKH0PPtbwaWYi+mz\n0m0S\r\n=NVP7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBUGASIblGIUtFrdEZ2Ef/+yxXMH5Nd89XkZK5zkVG/AIgZGLmlEa0NohGGt4v9kikpe+dQSmN9fGFx/KbAeeQsxc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.17b3de0c_1540588910172_0.9661017157358414"},"_hasShrinkwrap":false},"0.13.0-alpha.180a136b":{"name":"graphql-codegen-core","version":"0.13.0-alpha.180a136b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.180a136b","dist":{"shasum":"3a182f60cac5a9e203d454571e7a02553c4c2ca1","integrity":"sha512-5RqIAh83ahWuSE9aXy8rZcqVAxMog7JDcgMk0lPevEBdlcqhYwh+LfZnxWZHlkTVui8kaDPxve+uiOtvJyqwlQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.180a136b.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb08WHCRA9TVsSAnZWagAAAKwP/0tRmNmMky/5+DIMFKV9\nAgIGEqKiT0Vb9BgXqxgtZ/6Iua4ohJF1yj6eGKj++i3MkgtGMN7XannyZ9gy\nbOehJuUyhRDadbjDOKvx/FO3blXwNuGFjOLa+6tchdTzpLEuOs6CwAzHd40M\nlQ2Ojrs34cr2Ay1Z+0dnav8tyvOSkaTY79F/k/qsb5nnTyJnza+CvMj6YLdu\n+hnRZmxia6D/KeTy8zwcGmhrtnRrsJHPND4yUlKTbD4gvAyzt46TPfPt6pgI\nUDAAvV6qp5ateuxJot58ZZ+UofMpNXjB9I0mp8Toc06ifNJrEyNIcR0ZAU44\nzc9vUYlJSnE2yuI+UUpnqLTqNK3jmXGSEZturRGIiq6cPaYghpCJY0k+BraE\n3vRVND3unR3Sac1RPkbiA9lH649v9ZNVtzxs9scP4phaK+5xPl4QZo4RDeiL\nlb4YNVQTsOzRR7zkOUcuHpHH+gR2fyx1FS1qrymlqKCuwzlRqQ2EZtzkzQ1J\n2NkR7if7HZvebFw0u8vevPdNc7GY9dIneRuxCd85KqHQkzv2U6BnnLyJdMjt\nNRBebBvlZsg1omjqClQLaoet6990ENEkOOWezyx74XsQLB42s1+7Zo/UeiV/\n6SQm80u9vPVKsS4QQ5WHJFzteRltRINpjo6NAajtQ/4iaUnnGTxqM3KYMKPq\n2f4s\r\n=b0M8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmdh3fBwwZJ+bm0/VehljskuCA6gaMQVJdq2vovStEeAiBZf+ZWcm6rQT5hFs9WeQ1NazQS1RUcNdYviS2OczxVOQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.180a136b_1540605318859_0.9999453161897123"},"_hasShrinkwrap":false},"0.13.0-alpha.ff7cf3bf":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ff7cf3bf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ff7cf3bf","dist":{"shasum":"e2c85c5ad986bcb30c754c7c2146ac5801b8e037","integrity":"sha512-jgFIaZd2LHVz5py4vZqvEsw0WKqd/L496h0aT12GU45dWEGaI5UKjnSOS6kDks9yyoKmEP/7Az3fyvH8geWb1g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ff7cf3bf.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1Bg0CRA9TVsSAnZWagAAcYoP/RYCsDGis8UxFZ/BfEOG\n5yVN26Ehz7ONJofK8iiprvBpJn5+wpBja4V2qwCQALGdo+4xS1w/5osJDCka\nsh3PAVVF4L76DNQdzPTswNoldftdxEFGdOIHgPQAP3ffi7rEgndWfGrFbCQY\n88Nz+2dZniCPvPisPgu5PH9j8LqMDHgMFjU8G778btMlnH/0KW0t8Ko8tM7s\n4QwTO0APmcO3soyrGip+l9d+Prr/3N/TPPPqBJMLT8Yg0R7uB2MfCAeBRAnn\nbocL38Uak3LK4sjqH2UYDQupxX6ZfserwMEcR+uNhzyg51R2/nqWaoOGD01w\nH8X/sQDWMtLI6VnpGhH/ZM/v0gMZCAN+5ZFL22r6KPbmKxRfwO4Xs465QkLe\nvgpB4Oa6fM9wbPg2OBGoHizLvSlpQ9EXe3uEX91UTSuwYHhVZ8Qh/FyyvsL8\nyoKFNGNnMk3jiLiFl9j7dSTpBVRNVVw09jVrT1eR8YbRZzGW3IwZuSlXafJw\nanzU4lkHPuaisOUKqAY89yUWHIAT+oMsWEaOmrPgjAXbSr/hxz0pUeii0mPD\nt8MpCiWOIsQYZm8Hjv8g837E3LLAvZ2j5VpHOh/rJnGVk3fEaoZg3pYElIj0\nDuDNqWPMVQuNlJnIWhSc4G2yvtqf4Q5qUVvvyBulkVYdZfWsLij1YUgJhXEs\nsiYc\r\n=GTW/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICIams5RGI5Iqg2WIifdC/YAPSOQJ1wXA7f3XImbbHQ/AiA8BVU2pyxHI1/jnbZggkSRVQAtb5Z/8ZbkLHNtBm5T9Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ff7cf3bf_1540626483608_0.17061426489177367"},"_hasShrinkwrap":false},"0.13.0-alpha.5df8f2b8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.5df8f2b8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.5df8f2b8","dist":{"shasum":"ccbca99c17686472889c73877fb19c7411709038","integrity":"sha512-8mNmzA21ucvKmwZ85xUkmiJi/kZp+Bce8iWJzkPwMVefPUB8uV4QkJwXujHUMceND/MRO0x9qvvefSk/dKVmsg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.5df8f2b8.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1C9uCRA9TVsSAnZWagAA7hMP/j66iIbBfMa9U4FQ+Jkm\nM6ltcEHdr5c11x9NrHUmzDE4S9oGbaIk3jyit8M+eCM2cRFq6m1IEEpsiXRe\nxcUWY8V17sD7xHOhPbm4eKNwF0BlQEsHJbXnXaG3kil5BJ56Ye107YVQldVq\nWnDxOh2idWJfHmPWCBRVkyD8LScbrN0Fk7nupHk0m1sKapAnqroRUeQiZI0f\nmM5Zn7km1egL2sQdTzRtgwb3LVsKge915kcuSAgqqyT/N7K9kopA/fw3u/rZ\nMtCIPCImi+tHQVZizq38nMUfN2oqyyWeX93up/ZfqEKpJ7XiWFbQrdDKI0UP\nq6LwZaf2gaetT3ctnbAyiWS6R1/7Pm9beXS9UiG9/Y9GEVY4tFM2Ncec/r9v\nuIwNmUC488EniqvSF0/pPbhg+PBZ8jDecCDGTMQqpDOEP/Z8GIDddbwUrIDD\n8VeokykkM0q7rj5F/AzkPpyMX4Q0goLyfVsKBOMhiS03G2gEeUyO9zVTT7Ds\n1U4dePUbMgREenTS0GN32E/kbF+cbxj8dSk/tMgHIfQgvO11ORHXcVxbc1BB\nQWkdDpFH+oyj9s05ORkXrrRC0mdQYnHiT8HCcmR+XeP4SCxKYFxvBY/67/dB\nTrbagagXfkvUdCAAwrONn1fZAe8PmqkQcl2KFKSxpnGxxGqt+DYi70dTNqoN\nXwOZ\r\n=vX4K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHuXsn7PmkhHgnSeRZyPr/4lEhpQ6P/jtF9/fB4F2e1nAiEAkz6bU3zcr2cGl57RcB2wwCHDDHQ667hMHGGRMd2VKXg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.5df8f2b8_1540632429334_0.864134781586422"},"_hasShrinkwrap":false},"0.13.0-alpha.7812c9f0":{"name":"graphql-codegen-core","version":"0.13.0-alpha.7812c9f0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.7812c9f0","dist":{"shasum":"b4cf1e3bb27c4156de535385cc1ed574e35a85ac","integrity":"sha512-z8jTx4ysYi41A0kGemXLwjdNHBB6ZBWk0G1lddcfuKpqt+BU1DK1DTyff1vqCo1KDUPATRv3wURXEcPaSHO36A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.7812c9f0.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1C9yCRA9TVsSAnZWagAAKrcP/2FEq4vNUeWKg7xGR8Tu\nAi7WY3NzAaKUDif/U7ji13Orx4erwlIaO+eJXimwWHwHqwG97tb+tket86n/\ncx892RK5ZZumUKRQ9k3tGgV3F848r7oFND4UPTQxAG9glXOl4g7+kfU8u1mR\nS+svgzK5jdxFxJ/w1TL8uJ4LbwMqx27bwNsDu/ar1Z32DcttJ4JjlX4VVfL+\n05x9gyktuQTaXQTUDIveam/EDZMnTI+Nqn2iPlb3UejWMZYjpt0lfTnK5yFj\nTl7kVgy5fKbDbsxTdauEgh/4pARj/PtTxOF2qph8MF1uPFCRFXsqDOCd2e9y\nzfv1rKICkzLrBiYK8gho8+MHLe68YPleZm4yXk7MaWYCwmRLQHaDu+0Gz4Qs\ntNfgwyxsVFUP9eVtQxF2KkHSY9famTgUz2qzc2q9q8fnYQFLBPERMXDSOpwx\nlDzO24kGh8amu8L38UgMfEbXx4cpZrhUCBViwKxdbQaJfpqk5S8U/A/BWWNz\nR/wwA5KkjzZuKNIeTKS5IdIQUungaW1Y7XUw0qHui1dmXTsH4/Opm/0eHZUz\nc/mzsSljD3Jy+MqPLOO0TfMRZPdJ2MiTNjcCX8pTsHmTbOoydXGXoLByaatI\nxjI084H47VMMlyxAiowLAW5Wowqs+sIM0LEokzwi9/d7QKEMhCbW0aEc7e4r\nmS4Z\r\n=L/xx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYROVkbPdoyj10YWh7tX8J8EinrrB+jcoD/f3CxXMxxwIgO9wqPcm7aCY6hErHQNNmDMt1rUWz1umxYaiyXbsoJHU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.7812c9f0_1540632433989_0.926472402602269"},"_hasShrinkwrap":false},"0.13.0-alpha.1c25bcc3":{"name":"graphql-codegen-core","version":"0.13.0-alpha.1c25bcc3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.1c25bcc3","dist":{"shasum":"c054799c04f7baa7efa99609a9c464e85141b8ec","integrity":"sha512-A8x0/0LDeYk/9nvNrgQyaHCOrKsmOxptz4xCocjSVrhCft0HoBB0UXPs7nJQu64QexloXlv3YscyGpl3BypgGQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.1c25bcc3.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1DZ3CRA9TVsSAnZWagAAt+AP/0dThYRUbrAvm1ijop+d\nhu6GZFt6XaRsjKK6ww0hyXocFxnMl6qA4QwIBUeziywiD+CRMTDcuBVD7t6G\njkz6H7QQbg1GYIgFh5YRa+ZewyDL1fcYKu+0z3FzqqtKzJHs2ckL26iewAc8\n5syl+DpbC7jOEjJg8jjPt8lN4VvglBEteij7T43ajfYGcC+okFFZzlnVdLrJ\nHC+NCyHlGpDABq/FHDErsvQw/zSHrS31ryY9YYk0RDMmkZNFWySyGoD529Sv\nqMg3Q0lHcq8lZpv1REnlWGvdo0v8o8WVK2dtInYs4aBrVEmIHhwWavgmGshi\nJBY0h/oY8ZvXojaoi3dZjuf9v2iE2IbQDbpeFgzpJRLXADs+PqIy/N7W3Mky\nZJl7or14ujmchSlT4P6IWNlbe7Wr0A710/Umhr10T1kagj4dZG4dYJdQT39v\nuqodI/FkeNNAujCjfPEm1oBHwrftVnDCaI7A1I9dMwRMZIMH5ukyZIdQ2B14\nSkDdsKyvyFForCAH1D/aQ2ozriAJGTZQe4LtV/7L2HgfHKUINxQpAfCEUmSF\nTa+rbcZx0ddBoJt+U4vj76hG6I3gSx4fmL9ITSlKO9efmuCzRxefnwGc3oFi\n61WsTp/d8WmXPcp05EqPlfeZK6Le1gEeahZeSj2DT8H4JbdG77ekEI3oNd6B\n/IkT\r\n=DTiG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdCe62t4K7vUIVlC0YLshueUxvLIbwWPziKy15Hw93ZAiEA+pr5Mr6iM+0B2RRz8jETsOZnpToLOBBLXXq4fUEswP0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.1c25bcc3_1540634231153_0.6347413785147931"},"_hasShrinkwrap":false},"0.13.0-alpha.f7a1fe33":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f7a1fe33","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f7a1fe33","dist":{"shasum":"6d7cfd1910edafebcc5592fa6ef51e1851a69c6f","integrity":"sha512-injYFS8nLS4ylf3HVDJJhHHkBPIantLib/ycVfKXwVvY3ZPosvbUtXZ4UZ12yxV4fD+CcVL1u4t6gDrra95V9Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f7a1fe33.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1DbhCRA9TVsSAnZWagAAhjUQAIj1Qdlt+gkxp+H8/Z2k\ny6GGMX6eoT4keKgv7OGu60Sxk5Kjz82G3GwJgMfRkiG0IqYNUbAJg8Veq35E\n7QqYuE77kpJVL0oy+2NzWDaWpF+y23wwxwAET86DNWOq3yVNphNbgHxk8PVF\nVrA8rTEk4ssqGgy1w5cTPiZ5O1cno7IEazT0yHqBfcX/MDbnF4TgJu/+wal0\n1XIZQHhd9Md85r4ug8IT07z/7SKlZIYGZ45Mfl8VXx6fy0j+kOKUT6t6IDSR\nYHIzKKH35vZaaTcvoRZ5bkSfKlY7PG9+6CrX/qSGlXi7z0y+LRgBwkMCaAU7\n82ka7UlZ4hOV8hcHLHtn42ezZ1j2fsEiLYj+CQMo2tZUXum16FiOu9fOY/qj\nC5CHXMr8kPv6DpGAQucuELDAeJA6w9VM2+6K0dyFWS1hLaSgGsVQFMmm0CDk\ns6mb1g72NyG+5Am+rzjgSn+ok/AZrVF7frvvWfF696NlSy5BUJBaWypQKJGX\no3BrhEFh6kgxobpneHA5mNORGe/qo095m+Li7gzUbGC5hyDKgpfO0R9BY+uB\n3+cVDE/aG8upPLYI9WHKtBFQ6wNGVtCd5UYnzzqmS8KU47urgr94Ucdj0lXw\nfdW9DaXRlmUckfAEqK3Abt18235mma+OlkhU718lFJEQihDo60A978h+sjGX\n1xO0\r\n=bScl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBe97VtcfRx46VZE62QGFAl94oWwnxB/HqbIVB7XfsjpAiAc+bjlkj24ySJIR816tgMO8RtHgOK7XXnyK+zY55FIRg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f7a1fe33_1540634336969_0.2468911404193923"},"_hasShrinkwrap":false},"0.13.0-alpha.2b4b25ac":{"name":"graphql-codegen-core","version":"0.13.0-alpha.2b4b25ac","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.2b4b25ac","dist":{"shasum":"cf4e189b9cce71754e2021ba0e121928e461477b","integrity":"sha512-fngPLy8MD//ieXR/7NlLq/ojc5Kp2slPrvYB5pLwLKraWEZzk5Xh0WCc2H1Ho5YNjCkgSrFHLoXYnzrCc/k+dA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.2b4b25ac.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1KDXCRA9TVsSAnZWagAAtI8P/iXBGouvXPQNJusmLIZC\n89zC3HKBnHCOBXdlAZMw+5IAgweKUBCmsK63rSmjLagINYiiTQgXuUHX6uit\n4HZiWUY1zDpUCf7tkMSOw/pm4/HfNDPPyH5hXbKB/VvrMITtsStB3Z2oa57C\nVFHnz7K/vTxmM1SG6vJPmP5YgmNRaZoyn6T6z9MyumpGIjTW1Ck13SCvpObV\nm1W+5Uk2+Ni41jl6ne7niGkQBmLXkU08I4McMdzs4mBtuOAhiDf69AQlAJPH\naLKHiJp/Xl6SHtOXYO3jYHCuEFIrpJyOeccQlunXbS1HWAiF3IrBh++3HFKz\n8hK1rHErXVaTB+JiquwUFSU3mjfmJ1ZLjscjh/zUNuOxiDWDF0ku2ecTSR4T\niag1GI7L26B9AvPxURx6m7E96CtQGmEopwmTwKufh2fF8AQRg6HuNXxG01h1\nD1kSVbwkdfkU9P3SVXQPf7asou/l6Y2BNyhXf0SWZUZkeoLNXU4jW1gaQ35d\nh2EwFbja0QOxyNjOkOQoOz2WuGHyJKBjrNpj3+B4CdxEIUhtGfjw8Yf8anj0\n8+63j0LVT/fbVLL0hwukEr/8lm0P6G4pCm7zsj3cggR9K4z0XibHW5fYafoU\nFFysY3FwoM4Ma6DDrsA1E/FsVeoNcMgEEB2GSjfY2ihlYth8NBpxKz8ykYGn\nRxV2\r\n=7En3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDds+Nm+67MhmEW3v/v5XMZG4WcP1chqHhpGuVR8KMLJgIhAKsw1IEBRlEQufX0Ju8qKr+NHhd0h+f9fjipUVdGyvLm"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.2b4b25ac_1540661462896_0.13707960666854335"},"_hasShrinkwrap":false},"0.13.0-alpha.dae974ff":{"name":"graphql-codegen-core","version":"0.13.0-alpha.dae974ff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.dae974ff","dist":{"shasum":"78965c900ec223d3bb59756c1dabba52da08e294","integrity":"sha512-CDgBBgkHl2Akn/tiM8SbYRWOvG/IDPx6J1EZ/ugEJ8W9OMGpyEvZ84mZCBlTZDGun51vRQCg3mrG/QisENuRag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.dae974ff.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1KGTCRA9TVsSAnZWagAAqdwP/3t7mLimHFr0VyOkNHr8\nKTQ4NvCkK+xbreIThdmsgamirqltd+l/6o+GIjw01Qahg3V1vV11JUbgOyWX\nSUHIuXl9T3GNzXvsCT1XRmuXbkpGFx1HnY13R5YC+Mu4Uqo+waRiKZxxMJrS\nuSfewhxS/V+mVeBXGX8LRgj0Ts9M/nYZvR5v38ocJrBxk2dTHcIE3+3YrJmm\nDpnwqb3H9B9L7y/t8LWBoTO/FcsjfxaLZIviiG/Q70vY35JP8KWSsW30xBvc\nggwuCOsQysPZF1VRR0+J9U1wW+EcL43UawdnY3Ty3HTFnD3h7OFh4iFpDraH\nrVkKycV2/nGiJEJ7oEdUPL+KSJ+eKB/REyFzpaDS88/oTjZMJjFpwiPCkST9\nzUWBjlEgldQhDs+mV/srzpk/Iog4DeBG3hhSBlAw6+jVT5eXvwfik9BlCeOD\nJaDO66l20VpLFoHCyzSw4N52nxjNNmmvbqkUVFF2+CAYMVvyaDDY8WO7KgC+\nGor894z/mAp1oPbo4bAres4Mb6/wVzZtDYfLkVJdxiUaSATI4+ywwWQ3m1sx\nZRMMjtQLniiJBlBfS9xSVC1u+sd43JfU5OxDQbm/M2CzWafOb+e8wYzNOGng\n5BMjOc1+Ba9Uq2pj5eGhq2iTHGYLNpxq8zBtxKcbJxm1ppTZ18cTezNEUlLl\nL8Vu\r\n=fUyQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfJFCGcoOSxJG9bJ7UpLMXBTUDz98G5vVhGCLYjKoy9AIhAJ2dlUi7l+2pIEyuP7ourXkmV35n1Qm5yuBEe2qdv1u9"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.dae974ff_1540661651117_0.3667634626634082"},"_hasShrinkwrap":false},"0.13.0-alpha.db7db7b5":{"name":"graphql-codegen-core","version":"0.13.0-alpha.db7db7b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.db7db7b5","dist":{"shasum":"3b238715f9523f6c18ddb837708fe0a9ec71765d","integrity":"sha512-pV255nTbwVKIVmJiRdGT74L/Ye1lNPluaKoTNC7NnEJvHvpDiPUmwx/Z7gTNGbqklBDwePwlZdC0kJ0Qd5itVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.db7db7b5.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1KxyCRA9TVsSAnZWagAAyZsP/3j4KSJFjEpvqv3o/y9Q\nvj7GOyz9c6egdBKRp85IGLnIiJ4e5jVY7U7jD7Ym3JLNCSEbNVmqbvH/0nhP\nDfRXMWKqMtJmh0esWIWWHy/MEC3qwv/vl931Wq/Yer0l3/0i6fPi03J1gAvS\npbT78r23rvJ/QD3sFojTJY0se0mN6GPuz/C4xdFn+abWmcqtwbdVee5J2w0L\nIAMN2a+nuB4JCrwxkpORRxkf4kp6Jq61WyLMYqkgC/1RQhGCuhg63pnaAw3o\nBKpWLiTODQi2xpnSgrW1sOtFBaQxbJTUUXUVv0jZeKDmItCS8FywYA3Qfx3Y\npMKmvk0Ab8qzCmIh2IH/vEi9578j4C9RVU6Yny7I5Jbwo4iZtX7VfV51TF6A\nCNIiFQUiA5a6DyqhNuwOtm8StoyXcYRYp1vaC4DeR6sNjCD1uO7eQZM2TQu1\nASNKbSgPZA2oIzbhfEOuhQRBtQbh0MgB/X/ZCKxdu1km3VHLelWwQ5kXVXok\nSM8wA71RWSpAVSiTpdPEteCLrEE7DtUXgg1LuhUOfVv3ugkJ8vP1set9Gi4r\n3pebUxraY7hhaUqjVBn2qcpEqOtvgQZzfHsUtpb7nuKcgkoBEkRFEfmpVFMy\nY+iBBIc+sGW/WxDLo5JR0l/wDI7f2L1qs7BCXmC7y+MSG5bonze6y5L/iWNa\nxeXa\r\n=fofq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8hl2yk5qs/9uJz3yOQ+RinHKeOxknc1wV5gawDbqAWgIgVxtUshZut/A7Pz9wIQJeqXPHBI/10qEyW7g+QUBXceY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.db7db7b5_1540664434338_0.18905823753572437"},"_hasShrinkwrap":false},"0.13.0-alpha.1036df2c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.1036df2c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.1036df2c","dist":{"shasum":"81eb495ee718925753f2b16bed301b6fc28d8bb2","integrity":"sha512-d3eZZALteN7zmOjJoDMimKNhSpOtIu5OJC7YBLFzuvtStqoWmOpbS9Ec1XhNsW4ap1PhGsFtWUN13UYoIcuzkw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.1036df2c.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1K2/CRA9TVsSAnZWagAAfHgP+wary7pbW7LEF+uiepOG\nUrUDclADjm7wRymryUGlvwADoHckDDqC0/LdpVYeVabuD0X3t4jMWcEoYxL8\nzoFKMQuYEoiyouwwsTDg0wnIIMYpm0p3cUCjFbsSPcUSN1vaKJ9WhBOH7WS2\nE64cEMcfPGJ29W07dGRaTa8fob1UyXXgKJ02Vg75iDp0A8uUECVBeGipWrJk\nwAV/OB7IctGTPqrsmjNwg500d654DszxddyOtrfB5DGZ4joTs8c12HEIsnuZ\nHNvTAj3Li4L1BVkmTGoIIUqzjaZAQyEyNJsYy6HRoujqESP+3GK8af68HR/V\nnr6Vuu9171iM4noHEMe+Liatt2fHI96mUMEoMdMOGDn5CZWtRlVuwPmypxkg\n4R5erUUFUKWkRA0+Ii/FXPq73EWRAyIrI6suxnesPcbH6oElshhIVzgpdt9u\ngk2KVBFu8iOWlrKpfK3fulWJZsXUogBA3ZEqmEWt4fnMXWAOI4KSUIDlQEqE\nnIWndTh3goj4myi+sF2emaRmvRVzxNTl2NnwMvb5NLaRQVu+4C+9T/ozaLnF\nbrSQyyHG6vNONaRfIqCwBIyPZHINH9QdOgIelfkHnppS4a6V3wgMtrOe+E9B\nvWY2OEpRRtqXY4zO5Gip+Dw+XoJqnwHaNSaKK/55Vl3xbmWGjBgi8HkBfLUI\ngtVi\r\n=g133\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB9PeaIzLaKNuyES27u/csfkRyrZGxExDrJ9qBvjLkb1AiEA4JH9l9zJ2ATiuj/65nFwi69dj80wJT59pkU1CNAhwC8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.1036df2c_1540664766312_0.13120587874974476"},"_hasShrinkwrap":false},"0.13.0-alpha.a5a7962f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a5a7962f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a5a7962f","dist":{"shasum":"b7bccc8b70458cc903d03cf1639632843814e9c6","integrity":"sha512-mFHkZPRoLajVvEjH1Dbtc7oWW0vi+MWwLgTH0nLa2xjOVJOGDl63t8zsyjzxLRvmWX4PF9I5ehX5UpPxnP1pZg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a5a7962f.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1LWqCRA9TVsSAnZWagAAb7wP/3ao/yPPk0FJ9+6MbMEY\nfknCAYI8xl3gH860kTgAoZBi3I0pFm0VeGw3OtFL6FYp17MzptL2lAz4dEKG\n1C0Nn/2pD819E7cAYGbu103FqVUtN+h42qNbjL1IrrON3T4W23HiOdRFzZxT\nXT0A9gt2Min2gsPRfp6Nk0/pkb1yYHgI6UuSdEDlcO6XtEo32gUxWGr5C5Gk\nH8pp6M02JjVeurMyaYKRSqvxxqsclXoi2srM461z1A2N+pFjPk6rkolKC9LV\nC21Zkv0JrOAtvvQw7RCv9kpLCJDDQCLCKwkVDwH0Ht2MJsfkJEsC4ON/e5uA\n+SmRiYGOyTBiiHjG6XUPNRX/lm1JZ7wVo0k2CTfaPGkBsGozQEOHVK/oa1hc\nswerR4yz0vJHH92aNvx95DdQJOK40Hp3aUc8lRyqOU5VO4QPUt3fFq/7m8IC\ntKyS2plVmlncqqNBLUVdEnKFkIZPlQObHxJOcL/rWAmR/vZ383Odt+Tm+/pX\nVZJ75Da3J6Qj3U8drWWJv2fHOOA/d+2JhGcHYwTVPuttkbw1O7bGAWS2mzPF\n42LvyAh3vRgrTA5wGzU4ZsAJC9/2QKWABzs1y9NWceA45e3yjDhliXaCotGF\nRzEITjSUL83Tl7++aoR3Vs20KjxQ7eQXGGK5siIiA48Ku5T6QjNHAt8bX3Of\n/HHs\r\n=9rRY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHJJlCZTyV7nfJJ+wvTUcUCPqkKS4EAA49XwKiiiOcYBAiEAzRcXoHjz1sx3xFdTRfUh2+qgUXWBnOSCOUBP0t6XcpA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a5a7962f_1540666794304_0.6839259697230009"},"_hasShrinkwrap":false},"0.13.0-alpha.8dba4aeb":{"name":"graphql-codegen-core","version":"0.13.0-alpha.8dba4aeb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.8dba4aeb","dist":{"shasum":"b922db57dbdc7542912bd92a39f46411a2c5c5a5","integrity":"sha512-hKDi0pXG2d30Xh3nCoWlDa4AGAVse+EAkjyPMc3sSDAektl5t3HX438lt5NOFRHfCsWhpS49qKpr6n3VCXuF7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.8dba4aeb.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1Lg7CRA9TVsSAnZWagAAOPwP/Rp/NYRHDj2hLuijpRRQ\nkYTGpdwF0HZjcyCnnim66JJM6jvyBjni/51pD2sNxY3OFDUGYPCUZNXagaXj\n7nINkn4+S39Uoxhm2H59f0riPnoZkMMmUbYhg7jhi7q21qVSxl53PvJ5VGtD\nTiqDyosizHpdRgv1xa1UWQNauUWt/um71oOB5+cP0toVqxeS4lCTPvghCvIX\nznN8T39dSJVMP/dnqvLRlBfqEKe5lfxOTL0581lyuKvpaEzATE/pM45GWIJ0\nCDjr897LgC6bbONMzxGJXpnaHLCbdTv78Fe5hZp9IVQHHqF2dqUnl+49SwuA\nEwrVGd/AWBFdtaL+ziq48iw7zX+EYRue1Irzh0UeUGVugShrKufpJq9s2+Q0\nGlEzE0YHCWQp2nqkIpFFvV28VG7ZDyLxlBdbE2h+pe5zHiUje9RBWy9AGUef\n815g1pQQD6hcsVjrEDHyufd4qo8htTDcVBZD6NqJY78JbSg5F51/jrUmW+VZ\nGCWVgZJiuG1RKCuvezTH/GQsFQiH0QnxZFv7+58uQFybK+LXUho/MfNN0x6m\n5PKDyTH2WYoPD2Rq18ddHLbccNCXwZSNSlSLn6C/Amjr2JTSPXlCFeUSWOlP\nHihzIsOsKqNaCDbo9Tgm7wNbendAft669Rx/G0a2BTdg8dj9qpTboqG5pAeN\n0lhY\r\n=q84l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDI42bKPRS2MSyG0MoGX4KiO84vWeXaOjBl8LdxvnJMuQIhANKRcIBY4myNF+fT/fql2oWFUigjl2d1ypFIzhwwf7iC"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.8dba4aeb_1540667450663_0.9697447711447538"},"_hasShrinkwrap":false},"0.13.0-alpha.75065061":{"name":"graphql-codegen-core","version":"0.13.0-alpha.75065061","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.75065061","dist":{"shasum":"ffaf626b7b5c8628c15fc7b0fba25fd016286e16","integrity":"sha512-7GfRaRXadIj1BAtW+cj3eqMeuGuDX3O+6EyYmESnbKiE/eHmnMzm4GZJ7OulEZiTZUoprp+GtCTpY/qoIrDKYg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.75065061.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1LjZCRA9TVsSAnZWagAAAfgQAJP8NpqLk9wma8FU8uiq\nbJmOrkfqhNMn92NycolUimQynHZ9O+X+IxB8uezRpyApU3Zx86/n027iG3xD\nDVw8ktsmw88h6PR99njQZ99KST1pquqIC22goj5rUlukX6urFlwQRBCLhBDG\nR5oJ/CQcpWI8l99i+htaidUlv7j7udbJce4+t+jzPOSgo9g3j0gMed7BymLd\n+g/Xczak7TBQZT1Rp5IK0DNiywLJoh/CL4toTFIoAP9pLYMaTa5TZiJc8YDR\n42cnRga431gpRIvfsM8/r5sTGjWl+zt1AI6EQm9YPh0Fh+XqKpCtrOdCUC/9\nUC/hrRktCjBJxMn8Bg1fc+uBfxWHJqcw1uUydGtIRddxnZNZE6iMIrnm2iCd\nXCtcc7NeR61MDVBY98sp9FYwPtvkBXxBjkb15CccP9id8BtKVyOBkPB4aOkl\nZ0e57oJRnWEOTrKjhYhSOOX2vv4c1vYMdXTG/0UMgmtSTCaEoN9t66fX9hP/\nhtPeWa6ohMYvJJlqp5kpS64C59yP3BArWfhB0flbmB5R+3Q4koz/JPDd7cik\nHaYxiqgwvlFkHBeXZQaG/g9zs06fIWtmJUY7TOY6PrhEDwzTne/Q8IQR1ooC\n78gaxHQR1RnLMUNrZPDhmuC31mtSv+7iwb393TcaNYO2OHq/igtO1njVxa96\nVuLv\r\n=FqZF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVxpd9DrxyHL8uSOhFsTv6DmAljBjPBEZ+tRtrOIjRMwIgcmDPhhROtjOLW6TNlFRVEs1si6WsM+34zGdK7CwUCqE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.75065061_1540667609193_0.8104897510054565"},"_hasShrinkwrap":false},"0.13.0-alpha.053963c9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.053963c9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.053963c9","dist":{"shasum":"64d89e5f6198efc80ac7b3d189c38d5cc0962ede","integrity":"sha512-PCvSJ3ZPY/SJn5PWgozQJ+vkDdP1tjN2MEPy5tOACXa8+QEffEj+SGtCgCt2tE2kP9bfjhNrPdhQlEz0IDuHBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.053963c9.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1N9OCRA9TVsSAnZWagAA3V8P/3hpTguT2qRwdPZTOo0i\nUkBCRO3S6PEl/cy2dUPan7JDaH/77/3U95T4X+9py0Hn6MYNfpcG4hm1omHt\nPnggJe49+Hvv5XEGNr/G2JMmcss3+uTVj/RqMcHcY/aYOyKznUvFSmMW03IO\nrMq0LGo9oPvwWI5FoeYzdvqeK4oU1VvGzJRvQlTF/CiR7PGPjtAV9D/DYGyd\n9F1WBCTZpZT/t8i6uupvGkiplotM4/aNyZuta6cSe7cYVQWdx7zR+NoIfoBj\nYkjc3mfV9qY9WQ4SV1S0ahFRIlg0LBjj5afMlbHf3B3vgXODavKtrEkoziow\nG+xvXNKIhM3okR9tfaEHaXqMJqCBPE/T59QODar/QkTBvSh9t3Bm6wJusMhX\nuCFHOSxKyGuY8IADGf9ivCctY9m0Rffg0Wozg16KyhN6m9W6xJBRmmtZmvvc\nFvw0vCtjeLf2eVZ0QSQNfjxvJXQu8I5GJV3HNJHkorF8inYYwtsj6NlWe52Y\nkkZwQCkZ766t19eeU5Cpy/ZC6NwoTM5/K9Z6QZPP5Dgh1/YKkY/hOBNDCF98\no1shCDx9xjVTzH/5GC92TVVi9nFhtGV76OpByw/7ZbIDVosTV9l43h+ZbddJ\nXeeQbGwCS1VddU8SPQo3CqHLYshu9ZwxrMTfOMrh7ifTunu4M166MbITt0PQ\n3Dj4\r\n=n5Hy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBUjOgUH7r4MN2NBh0YZx5zqO1Ed4oF6QcZCyVk4UcOUAiEA7DZJqFu9uBhQX3pbp2B6G6zZQX6M5Z2I+sC8ruDA6sM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.053963c9_1540677453338_0.6966089137706175"},"_hasShrinkwrap":false},"0.13.0-alpha.a8fa20a9":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a8fa20a9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a8fa20a9","dist":{"shasum":"b35be659aaf87a99f42e96d90f382043bc6b1e9f","integrity":"sha512-VDSQH5/VtWUAxRWv6CBRk6fUKwEl5nkZlEx/sdzBbSJMEbDqRnIysHLqoD6EfgWKlQckPlblZ9SUvYLfz5OLhQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a8fa20a9.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1bH0CRA9TVsSAnZWagAAD+QP/0rv5sBfzXkkgkEYkr4+\nevyNXjTv733qSzxtAx4Yl0mFtRG6zn0Tu8fN3kZX2hciqVsHEFkIFbysS3sD\nVE0Vnm5xzwWwVvCBGOAxCTL2vkdZgJ9yOhG+BJDd3vWbqmbaVkJljG8PdeKd\nTs628QSGxl8xqj6LmuIxyfrstex2JM6/7wp+XI8yV0mhK7tLfUvd/gGUPqqD\n+Xiuw0KjdrZ/U6DwPE4GLI67rdAGvrfmzhZR+8uftyInTZFEUbuzBp9JXzet\naoIeBNl4CG9bhVk0w3eNikkf8DvOM+gm20zwhjrVekEMJ3moL0/NI6P7/shZ\ng2rV4hp9Chu/b2JYlvqF4K7/NNPbBGfjhgBGe+ZD0EmlUC6ca7HF1LlF7i50\nsAdJ5aUers2oIOX6Eb2WOddFf2BsNaEacOh3OQl4am8cI1j+XJWpnPo96KQl\nnxYbHfXGj8lSX1qhrDYy06w7XTUZQhachpET5ebrtJGmRMHEMP0KjNpA0hHO\nEGdk8t0Eh67NJpYCfzDYomaUfLGrqL2qjhCbUvq1zPxlmRNIlfU5/C/b+YPL\n3eX+RG4jQELJ7q5Zzo91fud8XtwHUN0iIPCi3nSnepVju0dUL/e6JpEPhuxN\nS3pUWNeh5GmyeQtCwbVO3mV7L88FP6m7EbUCyjYn4DodD2ls1/M9fUR98Iy4\nWKGJ\r\n=8Rs7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDumHa8MyaWmUgX2g4uv++2xxD3qPqIL4uk2kybZ581aQIhAJkRXWivze3A13IxGCJbjRD3k3niA5rktgQrYgZoUt/c"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a8fa20a9_1540731379601_0.3991342916594194"},"_hasShrinkwrap":false},"0.13.0-alpha.96742667":{"name":"graphql-codegen-core","version":"0.13.0-alpha.96742667","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.96742667","dist":{"shasum":"76d9959e7ba2a50a57c4e619b4b96199db1f973c","integrity":"sha512-byRmwrmwOJ7dzI6suoDVF5Ah5c0FgjMNw2wZCpJwzagJ1Q94ywka35H0lrOZ7Zoo9mYSrIjP0P6onaGEs+iupg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.96742667.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1dwaCRA9TVsSAnZWagAAUP0P/iQqItHXAEDJOFrdokre\neklmNRxgHgooY+bpn408ToiFHYdN74gXsuc+GyDL3pqk51LnGP3gX69/Z2yz\nXP7RPlW4523Ie02nEbSH7VBtvOSYSlLldtYDA6Efmi5d5r+VjjzHj6XAceT+\nW8zziQPJ3IYblv/toKCtuZEjTYYkbEecyCg1/8jKJXUWkyb849E4Qm3mHtNc\n1KeZrvXYqK5rRATKMk5KltVhLWDrqNdPZe12m5kuktfT3iJGMSMD884yaq1J\n0zN4xskAtSImu+DZEDrdVnLwBCeD/Q/84G49muYYZOnp8XQM6oyhLr+VKVvN\n/hZ7kth0zx2wagifzclRDFMWBaf+9zcx9BDtXtrRXfkD/kdH4A2weMwy0U9x\nnxEl4eB3HuAY08C8m7k2kIADvZbGy/O8D5NtjwyokTkYukCCtpF1qQoYjBSX\nhKV60ntF0+DzdvxS3yhskmjFqy95huc0O0cNwbHn6kx14wxTC4x7uQfY7U4J\nB6IOoTA6YxJ4KzEXuKsJHzJyG7I+ZgSBVojSI688Zf/iVbet0J8V+v5B6f1q\nljiI6qenDR4GkrN6GK6Heau+E8lotHsQqRV3XWYINkU61t69HSVzivEImH3Q\nDMF2LHCMNU4eMzNU7sOgAy/nVbsSczivQKYRJ/kffCq/oL3/irHOOtGiVF1F\nAsk4\r\n=w/cV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLdAC4irMTnEXRRXreCpdJJ0xOmNePBiIksly8AiJk/QIgKNa4WL3pgfhjaDDuBI5HUnJMWj5PDEr24trIns8N3W8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.96742667_1540742169637_0.7381953996417765"},"_hasShrinkwrap":false},"0.13.0-alpha.41be2362":{"name":"graphql-codegen-core","version":"0.13.0-alpha.41be2362","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.41be2362","dist":{"shasum":"740dc83f9798199100217cef891ae1d6310fff96","integrity":"sha512-Hg4pYvEIbRGz1azAI7rtMacJ1BWfJ07CKhHw0YY2YHKStNz66TCzgUpn/ALQEHedPIkB0CodCGUqlluVUqilcw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.41be2362.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1uEwCRA9TVsSAnZWagAAmLYP/2t2eGqGeTQ2vlVjKDAd\n1sMMp6Ab+zM68jxb0dRXu6uSAiPNmr5dXhHxmMF20NR5Bl59+txfW1oeTBEl\neI2xNcLhJmD02NkEDmMi+eb4xXTNSdZNIMXHq8/vtis/4uIOt4/sjcXkkKDK\nFb0yqG/rgYpqDiwX1qTluWvDFnKfppOEByFwl+wXf/XInl6RLGFyovB7OI4k\nchAuD70X9NB7hybPje7s09xgyHglVDgeAR5RkXETQivsGMX0zvfETd6/Gq7n\nREonNNO88fH6VqyDTBrxpHWCNi4ILgKLN4zHtL7RbohTQwx4GvWR6qclgKq0\nBm+RukoZaJ5i6lHvti+wDEskn07GZXkF2A4vDKpgxX8GcUB6qgp0dSgS2n+Q\n4pJ7Fdgb5JsmJ8wU2WcXquKRZDdreWA4C7i4eQTSECvg/cxduSOIkQ4Cuvdr\nOmkuMMwyuLIjk3Cu0GtinJIM6QscVS+G8wVsHEHFO/lSoMO48p/eDF+CwD1O\nC3ejPaCQ9O809VqURG0nT/tPvjcDeOq2xILl8U3nePdsn1Ls6GI1KMkpKo7+\nqjtU1mJITwZ0UwDSWGvwTxasvp1zXIi6qL75MK7IF7gazYdXcTxViAO99rSi\n6EcYWJoOwkIiuRwTDsEPBBjDb+IiRe5BscQzRsXgl/GJBbbe4Hm1Ww+c2e2M\nQ5cx\r\n=AGo4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICMMwhMGfa1zAiiFVYsEyJrcq3Dy0uzXZUKjfRtsRYqFAiEAvO9z+xlcsb1xFqTvk9j75b8nyQhQH6z0DFN/4ezWWiI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.41be2362_1540809007248_0.08560694753878217"},"_hasShrinkwrap":false},"0.13.0-alpha.9a8a0654":{"name":"graphql-codegen-core","version":"0.13.0-alpha.9a8a0654","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.9a8a0654","dist":{"shasum":"ff21ff0a70399ed2f322d874bc33ac2012d5f2ea","integrity":"sha512-qUc8Iqtdom792v74MaxSl29HUwEIWyA9QIhKWtomBYoYwSUq+e0waPG47xNjV7X7vPr3auKL94pR0BeWz9ufAA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.9a8a0654.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1uIwCRA9TVsSAnZWagAAjv4QAJywB4gv53adtaa/GfA5\nTBhW/jaoJgBXy+2m6cMmZxhncPmhc1K+HxNIl1RhU/FdN4z9F4X1SsyzysZ4\n+uvVX9ZT3a9cPS63t4dtIlEGtTAjnKk1CJYaDQ95adfYEIcOxeUjWRl1eca8\n2DuVSwQyzE4DEHpFSWmjFcE9NcX8ikUxQf1LF+96gGj9NvOZTyXhgTB2JidY\n+9VBwWZKB7cVQRNezK/aomi5HXA3BF8JQl75lBTyzWBaNB7Vs2F20tpmkvK0\nNAKhG5TNDg8QloLteY+wlwFkCvCLSc4D1CSGG3ztjznUPb1nlYu8Cb5YLqod\n3dShXv/q6Ok3Ycun0HUXfKfbfL2gsJjqwOMpq6kVUfKw0ed+AACrJYXPnG9f\nv7VdKgfLtJ1HZ1ICauAvl+znZqjUSCzaAZE8fWXK7yUlZ8fSyZ3vDtJHXGPC\nFrO0gRT198QGyTOoNHUaYPmYGH5UudAaMiAUm/jI8tdrbnWYXFRUrGo7n+yz\nAuNPgXlokN7HapkqncOGDGL8ATQk/maQWu0zmVLE/Ih6rnz2YO7337/RGBya\nP6EZLWG/bDIXXlvZT8yWCOsQTbwCfJDWn6DZCzj2RKHBmyJSOWdW153vaqLs\nGRSyU9YJiTsQv4An/QaPr3QBP9mCrUBf3zQHWtNdjXYIAJSh+yANwRSnG3up\nQDNQ\r\n=mqmG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCZ4FiOAKTJTrHQkfg9cVqhDQXHGuXxL5nYlxrLRAxMQIhAPyFqsZcVoyGF58lpRuyupzxSJZAwZgmjqs7N/k+rUdD"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.9a8a0654_1540809263960_0.614575958531546"},"_hasShrinkwrap":false},"0.13.0-alpha.f6ccc34c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f6ccc34c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f6ccc34c","dist":{"shasum":"24428a04d927b2656948994181a7b7c3b99d2eaf","integrity":"sha512-EaLwS2CMPk6IM/4pJUynadx1f9f6S2vsJWcruA39vQe8fkdAJgXcCOwCJ6Yd/HenADqeB1IvMf6g+NcVULCS5w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f6ccc34c.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1uNXCRA9TVsSAnZWagAAUj8P+wfdF4YbDBbUqlB77Bcu\nQKt/iUyhmrMf0CNI43MpDi7F+EQoOCZw3sfvg8VECbbCo2duaLZsl5Jw6heI\nsHeun8hRZQTkHpsCKd533nrfQ6LwtLaI0VAPxATzKpdMRX811KhoHcllF3FJ\nfQzu9kjToAR97OBhdLjTksP5RnhMbYkQLcftnofYy8H+dboCTY350/9UD/o5\nUWxNmf5JH3b28tfP6k34qHu6RVvnQG05zGZPERbeHPoaSzofPuf4N3wlwT+Z\nq0nXxK6NunYkhYJbdKIXG1xDKlHVoX3iyU3Dw1QF6qbCXHB/8vw/GP5tvPkW\nZCc8KlYRri6Sn2DLOqu5TGg5J58VaLLksQrRehkMxJA1z3wcJk2vpH6Dlfi6\njyVIbauY3kERvF8kHE4D3/Oc8Py2R1xUO5XnL4wjBqLdaE2iAXZltG/VQ/qn\nUvd2CGEdAiux1eTaZjLn+riS7X57+7tovS+RX4saummNYgx/pCrelqguQZyv\n9I1000qSgLtSeVnOsBEVTXPB0vVWKPPh0AugYoGBCRzhYdXAXz7tpGZLm9/6\nyQ7bi/fFr7cuaweNg2Su/Sj5CcwlYcgdQdt88ONyjFXuz0bXjLy9diMMVdhK\nyRaePRPz/puwNln4Ymuj9b4Xzn3WMUrfcaXx/gEdZFoMrsyW6/w6MUe+6DpF\n/o63\r\n=gjkv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOaCe5EkbKfwICdtUDbv7I8V3rYd9KjctO4vAt2PElUAIgObIe+vL+zuWfRJOERgrVuhX8YnBGGf1Tfpz5V4OZgZo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f6ccc34c_1540809558471_0.5601538931115406"},"_hasShrinkwrap":false},"0.13.0-alpha.42376d8c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.42376d8c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.42376d8c","dist":{"shasum":"0105083009a75cb97aa584a1de0dff2cd89e0566","integrity":"sha512-QeiVBIfoKhl6AQBeKFkBMB31rzVeyURDNbpYRlKXlYNVtNba822pNtOdtZf9bTylgiWuOGfwp+PfFwcd6TeKGQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.42376d8c.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1uQcCRA9TVsSAnZWagAAVE4P/0uQwe/uvlum+H15ErvS\nFG7YbDlzxKixRStf+QYZcMTa4HaD5z8dxKYGN/ipxyOfrKpYoM2083r/rH0B\nFsl2GogtPby92B2vVaHhkeO9ILCwkhkj2Te6WxcEbZXDajgqNPIQDoKILSmp\nuCOcDdd+5e/ArBva3K3ce9CGYCmt+Hz/m7pQVeUm/fRlRTd7hktXi3JUkqXu\nQyLymjf6UlQImeZ97ZAmp2gTdtvBOMxHH6rhJjgRzhgyuCbVkcoiELgnqymt\nYCb2jO00nn088+GPhIZfBruvKwobDXfGBRFWHxRmk5kZnRWnNrRCSR5W1IOH\nZj6EAPJc+zNiGg2tQ+uSusQum0/7DsQ+Gv5Mbp97pyxe+m90UPglVUicTLEo\nqVBobcgPYx1fgfqxq+UXKw+6tpEzhhT/Z4bPErJWJyRvbIPbdaaNonLP5v7m\nI/fFULeqX4tA8bidAcTVz4YJEaVubmo87QvoLP6kZ2bROeosWZt+Nta2rwfd\nwdV7d+PGPs1Nwnl11geRUa0tWc+UxRZBwqEN+IJLHgKt7i2EorMdVj92xiTl\nzf2tFYb0TVNcuCctm0HqM1xQ+RvOk24HoharzAuDboq+sLOcSeLnJFQP/sCp\nBAnbIE+ZRXf34Zo/P5HZCPbRyVgKf6eCPP8Xy7ZRq58q/VbAQwqg+Eyz3BRc\nLGLT\r\n=4pnO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA+JVPVvr5VOsyJJ+VqBmzbogNJ7icHMA4Mmn360Mm0pAiAvGXdwvwg9PYNAARC62Z/LJiy/kXSDnJVRkYGD4iXPAA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.42376d8c_1540809756080_0.5415584918342997"},"_hasShrinkwrap":false},"0.13.0-alpha.68753636":{"name":"graphql-codegen-core","version":"0.13.0-alpha.68753636","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.68753636","dist":{"shasum":"9407e5de83ccdb87a537fc3d2a7eaa3d8010e821","integrity":"sha512-RFjsu202i+Np3qZQ8gTa6DIFkXnm3fGQEBIUseH4kdc5ueb+pVhLADsNhjzGDcqhX/hFL9XBw7eiD4LiymWCqA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.68753636.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1yrXCRA9TVsSAnZWagAAPHYP/3Cy0LMaqPO4UJE17irK\nIKnXPVH8XXVnIxysicJaqXGXAXGyY2+xNwPxl+x5E9ISS7GyyAKmyBQiKR1m\n+pU/VeebhvzkCKHC8H1hdD0yWFnr3E2K7DOURGntO/ISO79zVxQMstXpJV/y\nbT4+05lDKHSAurqyTwxSgaAs3DwNv3ZPEtOY+zHp6J8zeKh20eZ6TLk0+vIY\nwVbixBsWccDisCY4J9V0wLKqj1mxBQr9keV3w4KyKIoL2kljdS+Y6ePEPKe2\nzNIfVGNb9lXEd4Duapo36n1PTsHkzcIPwjCOVprJMUmCsZYmluSUtDnsfiW3\nYDNsROBWPahdQI7ykoUgxiYnGhrqUV+xCeqfeFz8HVF0d4bs8xEaHrj4Rund\nuuFVMf9J/ZlYkTAunC9+1+htUTLC2kRws+54E3VA7Q1yYIOSOmIFhFxkrT/5\ngs9cTVG70SkuN48cQzigvnoeXsqAF50bOSrUcWfAVD0rFNr9My8BcxkeNjyT\nMUjXOffORZ8Aj+uXZagZkgpwQpF8cy29y68bOhBIepp8LY0XZUdLsopRCmZZ\nfJKR2zv09CSlLVzzChNIhWv6qxBzXLLTenDkOv78gwewmhSMiCMGq1ReZq1S\nfZK9U1z8MfYHfkb2mv/lvuCXcQsEND28IRn4MZWKCl0XCcyCLh8DdAbyGdrU\n++Tq\r\n=osji\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8Trtu1lPzrMlvtFcVk2H8KxXqULMDIrVFRVMZ2rU4bgIhAOMw6SwQIrkuG3yoaI7Dvup+kJ3ADIGqqw8eSabqIqPB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.68753636_1540827863065_0.30250339372464063"},"_hasShrinkwrap":false},"0.13.0-alpha.e54c047f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.e54c047f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.e54c047f","dist":{"shasum":"d5bb077b9cf1232631e3f8454b762705313f2004","integrity":"sha512-4X7fOadVZrxll9sLufPxlmkcGZSl+D3u3d38cFYzcJQRl16H9tr03hdK4slly97WegxnMcyNA7GjYLCVHw5oeg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.e54c047f.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb10NJCRA9TVsSAnZWagAA9cIP/30fwa5zvpjfEy6pQMf6\nQc3qE9JXoSD7axqlvf1St4yofhgSZWI+O1Lt7tpqnfcTkhkHpB8ySWEUK7wr\nvpjVymPaRkhqPnxfvMOG5LkDiR+nUv6S28ymOqPHXMWr2afnUsJLSZ93V4dj\nmxkaswhxvQg6i8+YItYXz+nyxr2/7jmxT3MOvfdKcsy0hj510m+WOlxBaQbz\nvqrHFpZRst+OfJg/0keFCYtrF9+DvfG5taBegI/OUoTdrCFO+fmRrGjlrR6i\n2imsUEFpPqEyq/bF8C+s7D98FF0XPAL5FA26VzH98agNXE3xOJsoevQS79Ji\n/+RtaBtbLhYw9DRJ1TITekawosORVGhC+mqnVqJGUss4TlNQ0gIjbafL+A1p\nzmAnq/p2IeIpBsz4ydOb4tP6vqRs/gaIdiWpfSb0BRiDQ1URJCkrXLIUsiHW\ni2tBULW2H7JjHxi2hB2v5NdgypHp8LwqvO9xnjgw4nG3pAUHlwR/tEsX2c9+\nDExLWQ0FDduyAtyti2+0+TT+DRkmkJrP9qBhvCVX+q5Ki6WEcRYQCj4/nXw9\n+3OH3SyesB4V34EXOnxjXn7EfGRQ0i3dv6eJUktGOGdteC0UwZ+24fgJnKYA\nyH9bw/qfuoKhVRlKIJ5tmmQQFrgm1hjbMw2SlQk4fo7EaTok0Wflzk17grZS\nJqv9\r\n=J1dF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHvxbOX6qcXYV1GtdCo167GJv2llejqY1qTImuAjh4WWAiEA9F8LllK55320B3un0gVWQh96nZCkw26csTNxEkMUneo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.e54c047f_1540834120248_0.8790576293641783"},"_hasShrinkwrap":false},"0.13.0-alpha.4bf4aa96":{"name":"graphql-codegen-core","version":"0.13.0-alpha.4bf4aa96","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.4bf4aa96","dist":{"shasum":"39f874ee2c98bbe45f1868a617b86c54b8777d33","integrity":"sha512-+fkgf4V1CMbXq5zpKQOdQTHdQ9W8vWyh/wFBHQivozXP8hL7Wh6gYoUKw/QTtu4oe1UxOnWr4gVRZBlr1/42/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.4bf4aa96.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb10pZCRA9TVsSAnZWagAAz0EP/3GijXtOAI7/uahPRadE\nqTsn8Ujji8nwoPcn5cgSXjhRhoXV5QK6lNA11YFp6TyQJFjcUjgBvV9oiPSH\necBXn4/+aywH2Qh78ZOKEjpZaYO4OJHIIg+pp7ZFfkV6Wl/r8qMTuvrI8TAp\nMtdVjsb3puaj/QOGKp6EJ6I+Qo22KaKdLKQa9G1CwDOP1KS3p+zjVWm7IA7N\n/jU+YEpPTPzl3WXjQh2Bh6gS1qSS/9gXcG+c3/mSySrNBMhiRbrq99o5HWrL\nsCJgTuKVOgWtvwQhWi/l13V0gf53UAXUEIQhcA5PYgGfep5l+aTKdupCM/ST\nwNH58QUIFsjgtg1zaxpwqT4Rxm7VMytH/zdwRpoZDfmfq6ECkpPUKpwTsQWO\n6XBU85+QS4b+F1jhIySPV8ZSTcjinIsUzf7yZnd9Cthibj6lXM2OUvDIIS4r\ntm13ii7fkJDRXxYAs6TzOXMuSvIquY7UExHLZsnqiZ3j3pd7Ayx52t+JMTAn\nn6sM51ZK0pX4tB0l8+CIMmd9uQt/xL3/UaR7az+cY5w2C1Ax1BHEiHntv9Q4\n4CeVLJZGeovsJy6LSR4ubqJr6JcZnqLLeygOkpQXaCF2i/0uYUDS0oITrw6P\n6skLqCGPI7nvPpFr7AZd09Eew0lpDpVpZUlny4HucIBfnBQ6kAazOS7ScoFb\nVjJh\r\n=MP8B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBUVJgkqqLTFVS0QTquDwTsbHZfP7mC5Id7nEcTA4ltkAiA6jWy0N+t3C5j4wIYtgHSuUFpDEBbkCaTCi4OzBLxsFQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.4bf4aa96_1540835928562_0.7013761476114588"},"_hasShrinkwrap":false},"0.13.0-alpha.13cefbdd":{"name":"graphql-codegen-core","version":"0.13.0-alpha.13cefbdd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.13cefbdd","dist":{"shasum":"728c66340a156606b566793362621a7ff6b87210","integrity":"sha512-X8R+7dVLklQHbSkiC/+N2A9t0rK/d8ByoV8ivLgScBHE7DYiBotWu2sYHEDRNyT4bPNtRmzn+RXFyRFIpWkmmg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.13cefbdd.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb12EPCRA9TVsSAnZWagAAA/oP/3tkFtxJ38v0b+3v29WT\nDP2PtyVqcBbpqj87/jmHfYe8syXKVRvN1ia0hhFtnX13VEMQ4SXgUf+NO4Vx\ngmBF1eQl/Nyv2KW9/Kkk9LWp/2jAYXYRwG7LGupeVL9ZSgM2YmnD6YmUrFzQ\nKhkc23erO9zLPALbECfykRM+UOo7zgC3YlH7DKAg3v8iFc6FBNAnwwfswmDS\np5Ij4N2xE0fayTfhRFqdWZ0YHsLo0/g4M9a9Npmo+7k/RG8gEzK5fgKjpSAO\nxGlRs2QjgkySdNawV4vqLyu2BjAn20UHuA3d0mEmq6N+xJ0bKasWJoRDD63O\niaR7kFqsNFsrR/co7z1qKvU6WlTvBDUwo4beAV7Idpx6LxT09zMI9cVLb5mC\nu7E0gK6/yrUEqnp8JlmJLSYM0tjrzUevopEi+k1IMQofEBPyVrhdtnT17q3m\nnIXM2mSB523vmEzO0yw1rXYMg+ip80bh16P182K0yDD3p7hwAFT2wzTou6FK\nWHWL8FmiHRtPMhQvWHsMO7Boj5kXn39ogq7ZFv8uFVSMlnNXN57K2dUnPYPz\n3vL3KlKaCmsBoj2vOClzuyuXvyCzDueFBtQMjdMQJAmvcaiaqfjs1u71ZFyf\nXDh40dprgqtxDD3cJ/pP5ZJIpJ7Q20TdBkSPqRzyGOPwMTzEna5qkthT53PL\nk0zL\r\n=zq0P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2nRupzy1fwirBrbGQCe9UETkdxA8S8XVwBvxjtAEw7AIhALCZ+PNvCBoHGIp9d1eNp813Ho9MXZ2/sdS1/LESXfJx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.13cefbdd_1540841742574_0.9422416162073644"},"_hasShrinkwrap":false},"0.13.0-alpha.c4a47fc3":{"name":"graphql-codegen-core","version":"0.13.0-alpha.c4a47fc3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.c4a47fc3","dist":{"shasum":"da97bd8401f4e023e39af5fe978006315365aad6","integrity":"sha512-+xZHDgZa8O4Mw5Hrwn3tIUnBrZwe3ODEpwb7YCJiMXoo44dKyHR8pCGNvXMDoD1lXxL2R9a6kiQu/Gy/Cd7IYQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.c4a47fc3.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb129XCRA9TVsSAnZWagAAWScP/jMiN4iW6JrLCyraj+96\nS30HerUQDaOwvvV5+1dxbGmdYaqKpc8sUZq7UY/0VXB6y64g6Wx7MtwvxxUY\nPZCixyji5EvGp+IdkQ1R2Wgv6SxXaNOlMO19UO5EODIBiDbsQBOfY+gGMkMD\nAhqxig26TV2V1SEp9bsz88t4oabYy+nGmtG9ySuTb4DDJR/fbAJ/qf9Va8J8\nsnEOBltYBMxg0ka5QFyoTO1JnDPpMGNPwKIjkZ2YYlkyxi7Yj+IbaYPGJu9A\n5oyWVy7UmepZxrCFojlg+QlnclfJy8uVWIRisKfVrsPuSk9ITaUIOAHviAky\nOWD4oaXRN4mAmYhikwhnh2zYpnEW91R15y/aYDVZUs2Ksl/VNfJ53vwBQ3Md\nyUK4zliaPTHf4gYy/A7A1pzbmSsLqRiO/JB29uoJYAQwH4ZEEJPI1gZ4ey51\nsNvuIPDoHJZJw3vvByvK79rp3ZfGMv3Ex1U5ReqXc7ZY4K9Imf8d11OZI86C\nPW2Y0MoqbVMyLVm24nHdziMmGodEGuD1eg24Sx1u9H4hT9rxiQhgyofQuVHZ\nzCJaA/YV6kqL1+eTk1M2f6LySWFfl/MEji4OortcCiPeUZUl+FN3cTCuC918\nXofHX70na64Q8E4c2IPJvjeE953MKmu8znYUGUfU+G32ExtxMzDbuUR1qRd/\n+XI6\r\n=bWck\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFVwH/3kDZby+bHq/CTXgq+9lkToQIkJqUYqOU99fn6sAiEAgjpiXh2Wp2/4smRW86UeK75s1/moHgz58SnwUDRdTbQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.c4a47fc3_1540845398262_0.9733036406740871"},"_hasShrinkwrap":false},"0.13.0-alpha.5bbf4d4f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.5bbf4d4f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.5bbf4d4f","dist":{"shasum":"833c845a6a0fd7e05b5b02c19621fffcb09c9e59","integrity":"sha512-jEq3JU2jxvEPE2zzIDdZabqcxwnXYhdnwvhSAFrj++Nqc2xjOGiBe5daSvk4JnMuKwAB8J72QTpnipSMzbqIqg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.5bbf4d4f.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb14J1CRA9TVsSAnZWagAAcN4P/iHjyndRLEYdSnwiUmw9\nHpUPPa5GSgkjuhVBuklnzXV/xg3PTcbCr3G+kDQT1TuPP2Mp/CceXs9U6BQn\njdoS5jcQmj2Npg6G9xGhFaSD9S7IOBO7WdIgMtrE+mJ0XzKbD58SwLQbR57Q\n4qS9WjzuZ1rOJNnJjmil7eVIGhLYtlAfIOVhZvXdTWqT4aWWMA35lVA3bh5x\n+R+mYNGe8GGF9PbTuMyZVeu5Zk/4jZkK20ShAOsHx+YUKhZTNAvOkONXhMcP\neffe8CO4s8aJfgwOSuomyEs7qR6K7Go+D6jiqJpWeaJVY7us6yTX7aYDG2D1\nMlGLZTuS08Djjfe8Th0PnGfhASFTMyZg8mAyKaBwxqmDXE/I9SOzEL5lQH54\nWwNmUHi57i2O6O09Yw7P0l9yns4DR2GDEpBhcn0uTAkYKjysq8JiAQaTQLbx\n863C+/9NRKuwm8z1K86XFxswCWpE1E0i3AEsxYPyFj2fP8mYV/F7IgzByHUI\nDd1hm1EK6ZyjCkcHP/Y6H5/9bvvnhZuQJ+2wQuG5hkVlddM/o7tzbO413kWE\nUz7TyImXUDbX53SPgnliDu6kkB3Ad8fNeGIb4uNbUtgeXEYzLqePeQMi4sac\nK6TTQQVOwpCpmZ+w/Z/6lJEVw2MfdJUaJ/lxe2Rhax3zkrWZeracPQBtMvAP\nI8R2\r\n=PNEg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGqoKCRY1z+frBC6oqG/6m8OFRbP4GxvOIfMIRy+bmtQIhAIPl3ciC1I7xxIRLkj4/wRCQT/G97SzsPPDubUP7jg6c"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.5bbf4d4f_1540850292877_0.6913790782988203"},"_hasShrinkwrap":false},"0.13.0-alpha.bff9b6a4":{"name":"graphql-codegen-core","version":"0.13.0-alpha.bff9b6a4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.bff9b6a4","dist":{"shasum":"3aa868ea90a9bcfe89cf022919582dfad5b30854","integrity":"sha512-Rpkl0t3EaWUYFXAqCcVNCrWnEOnOhpRSdP+0WQJ7kJHukC1npDcMZDHURTYb7dHP42cU8Z+dLyLJRwkXxIKaZw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.bff9b6a4.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2AoZCRA9TVsSAnZWagAAqncP/RSEMxRX9/v+4c3yNubZ\nTwpfHB3505Kpdv0KN8bvD2JC20i34dMHHgSO9uyIlGBkuaHa0PS7mJZz7VJX\n/zi25a9IRnJyDa6AOsPfgaZg1bddT7n4FSe0qnE3l+YkSLEkcZ1w86rHqEed\njHRJ42mzbCN3TroY02w2WHdTfR0/9vMip+3Dl4UTq2xwEDXOTY11+oy+aONp\n1nlDxl58GQe0Q41kxi0U7NnNCmzQQ63xD3CVxOWkyrgyphErYPzosJmCr9B9\n97Amt8ke6WZ9RkBg4JXzMHWB1xnWvjkJsa97kD/w1UpWmp31VWHPLbk9+n7q\nzIqA7YMmYpHGr11kIoY9KoUvPSNwVn+ypf+7z/jo0zK+zZsrShI1tl14kaz3\nd3el2Bcf4L1gP76WoYzeOviWXyZe9IKX4IDo52AaZQHx2GMIPiwEJpr6tsAp\nHSLB43hebbJ9kDbSucRjwTiLbnLCMi5ETaUcJho5ZvYOGckKcooZyBamRdJl\nS8GEGzxXPq6NEADk/5PoV8t16X6YzWhTXps5KBlWU8xRFw0fcBGc47kQNfCt\n4pJZi82knSJyM1G/HykMblbE7t5+L6DBK3Pty6sPlAO4L4XqJiAju6Fuda91\ntOJSKAgvq2f6IPW+gXn+QvxThYBAOMkP3jwkDuXIroLrFqKTw6cS6Jg/BeRT\nUuxo\r\n=2omu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmfIWwIu8BESxq0YKIGlcSkAJF8oXDO3qEqH9heJ4E4wIhAK/Rp59Tl1uPA7wiM8PL22mW0WQARGBwUL/x959EhCFM"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.bff9b6a4_1540885016703_0.9310806787507686"},"_hasShrinkwrap":false},"0.13.0-alpha.499fbf51":{"name":"graphql-codegen-core","version":"0.13.0-alpha.499fbf51","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.499fbf51","dist":{"shasum":"6abd8057f0ab17fed95222e1f152a868d83a8487","integrity":"sha512-RRl4JAqwVYQnKhD0HaZsp9HfNPh3D+ZgMJEyfK78mw8/rEMUCAGUU7CVdv98FvcVy9a2TgqTSNgUIXqxqAEKaw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.499fbf51.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2AogCRA9TVsSAnZWagAALugP/2ZnkTCM4BLfD451N0uV\n6DB6fHDrtkA5sDRni2Gxl58Y/yFSYUK0Ko0TFKv0LiNd0/perfRV5GOFb7PM\nwoM01Z38oKluIHCcCBBYAKltN1H+FVmqvxSJqHIL4ai8jcKiSUD0CqYNd59F\nO9pqvv3jGN/XK2sXEABOn9r+yTSHYi6Mg4UdppwtBNWUkydoI9NFoDQ2kbTR\n5D5PscHZhGShmYtVLaeiyeJX79usSDaoxo2A5A4ecgROZezpKWD05I7e0YGx\nrCp6vRE6rt9SJ7fB+w0QgCcWC1oVmHnaYIuVza1+/RxFOOk909icXVmdenq2\nJsXR+KJB0JjzPNEvNJ+Qb5x3T/yxb9aAo9aG+G4gAfeIC0FjQJVFSCIMqSPT\n6S8kt7dIhp9ZKZNKh58nAymu5n0P60jqz1pLJ246E/NARRGB/ZeSrdw2FYcU\nCPm9dpnpCEL5RX5kbA4lx4mg4ZhACu2MTvePULCfffqJlosk3Bin9QXDnGk1\nWuzctnRSN3g1ZBudKRox/fhk6LO3CRrOHapsMOyWrMBq9Aw6LJ3jseIEXguP\nk9OjZXj3aa2B44G3CvtaKb7cGVL13fQC/hWJUNjFszhGCMuwy9FYRz5/gj4q\nbCH9zSJm3yVgh82buL60AvReLZlGmYg1/3EdwuUbuQU0sQ0Mz24FCUE8TDC0\nTegp\r\n=x/oh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEirILgUA1thRcJcDQYgVhLRShV3gZrqM5bW/8eZ++PUAiEAvByKQzwzkZWr8tXuGI5VAC2b9vmSaOwxgPwAGYoogh0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.499fbf51_1540885024011_0.6018844967352952"},"_hasShrinkwrap":false},"0.13.0-alpha.576fc71f":{"name":"graphql-codegen-core","version":"0.13.0-alpha.576fc71f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.576fc71f","dist":{"shasum":"bdf14b5b31d1a872d1f3c84a2f927609b5fb26c8","integrity":"sha512-WNUlkQQIp4QyS21Q0P83BSaz/cPdcXJWwlSBJ4uWoTnQaV09BC0AsNlc4czUT3RzxH8QyV3PFEtI7f2rIQn6WQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.576fc71f.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2Ao1CRA9TVsSAnZWagAA2cAP/3LZGF7vajgdjyoIOXgg\nSGus4O/oj4TTD8h2pqzX+EIr4z6htKLtMAkYocujYasCUwfeUSkA08JIsURd\n1NvC+KuxhHG3JzqfF/0lTPG/fDN/O73pqouDwYipIDh6IHOMUUmJ+kXkcs3L\nDq68Q6ZNRgK6HmHsOrqjwrlzKNKhw5eoxqKR3eTZpjFlWvxBaNV2kWDdKoZH\n32jFSVQh7+UBfvWNQw3IDm4jLLuhxSCwzh0WnWn0f+6VCNigDHctmMR7qMrq\nxPJyOvsD+wbFod0WJXJGjsf1EHKsoEub+iPefGc4Iw3+E6oj/j/J5ApsQKT8\nlCWAUmhPDT9u0pCIwZwVwHEWDz54c3doJjo5H2PP1hlnkBNqbBVN1iJpcSyM\nqrVwF1Dr/aOHRKosSz85oYueOddJkB+HtUEcZv8ffBS6CGK99ToDaXGIHgHw\njOGppBpBp5yWvwYQ5K2ssRq6UkH7gxanfziBCxgB5Atb26do2Cl27tZp3enY\nBT+brxmxMVrnzKV9omjp9RcKBInvzAEuzJj/FzuqDuuytrDjE+/frnNpiZcL\nOa69Umia7ipHYanOpVRGGmsY2QUcWXL/GXiJvJw2vlX6iuMaIHgj/T/3RIOy\n4uHef5u9qldS9HEXYwKOi7C/y1vIxVMQBpVAb7drV0ApWn1PITzt4+ruK+GX\nFJC2\r\n=nnJO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFGXy8PNprCMvjXVINsG8vBWpRGmCuWo1jVJfdom5q3/AiBJYSm6plsUAJY+QiBJKUYlf/PEhwtTzM386tN/qxos6A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.576fc71f_1540885044355_0.8163408449300156"},"_hasShrinkwrap":false},"0.13.0-alpha.fa30b773":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fa30b773","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fa30b773","dist":{"shasum":"89ded9960c9779e4687b7aa6cb0a9e6accca1b12","integrity":"sha512-/FMrzX2HPBO0pxGAy7IjReI6DmCwZXfkM5TiGKlY84Vp8eIkUes7/PzX3JtoAJVTqKHr6iVk2+Pn9CeGT+PcAQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fa30b773.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2AqUCRA9TVsSAnZWagAAtIEP+wQ5WuWbeAziq/q2EdvR\niyqYHHzXuyjN0XT1M7/o4LjiP5nrHh0I9DYSu7OSdayTp8Z+IX1lIsdv29dV\nD6/xQEESzdISq3X+/JapHTm4p2pnHb/WjUkylhKJ9OR49WqOCpGOxlzH5l61\nP/wVmNICiw/LW0onJPeZBQVitQ9YFWJkYVJ2gksDkzrhoF7+W5cIgFQBIyg7\n7QmT+FYgwFf5DOVBWCDNOqIAd3dYoeKGk+eq1zpA+pNJPD8wdQGXquWudUlD\nvdgJjdTca0YysyxEDmQUyvJ6VvBsIKVEhFaZpaxpgVbwv8n2DH7EyBnDlogx\nK9QqUgeA0zixRRSzDepPvxOuIxPQwq+prz2/setvQbC8DGMh7Shru7mUMEd7\n5Lq8gSM+BdcKHz9WtJd9v+2QdIbF09/TLBpBWtpPaHq8SuMJm0DvjYMEy5Of\nSrGuVn4rb7SCaRl5wCPewdscSDZORlLa54DCQ65/aeuLaUNpcMdKM1Du7YCm\nMuOBdXlC0za/5+2+EG9R9kTX8JjRov9R0Ijf6e3IgnswVzh62w671kwfzsDf\nSnMfIM+53HBI2uQs9WYcQldDX2yhdxFiBL6kNPRas7oUXp9kqOQDfqa7Ywzn\nROkO5pnexrkx6y1JXecJqa+UCNaRoY239RRGykDIn3qq16G99IONtdEPLuLS\nc3/w\r\n=GPRZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDUrKq7LO24ZOYiShqFGztiRSJPXUEpngjtkXG2ztSbzAiBepgdqAyan83yZZ3BQZDQnVBt8LBkZsg/6KgF7c1p16g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fa30b773_1540885139977_0.8351963823703166"},"_hasShrinkwrap":false},"0.13.0-alpha.31a499db":{"name":"graphql-codegen-core","version":"0.13.0-alpha.31a499db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.31a499db","dist":{"shasum":"3ca29676ad831cabbdcc05ca11de0916287829f5","integrity":"sha512-ctqdsMNGN8u2TlRnL+OQ65rBMZ/yiobWZTSUo+lYWQm053cOUHRB9jc3bkzc1BX3GO3TDcMOCaBNckRpHZyoNA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.31a499db.tgz","fileCount":96,"unpackedSize":91992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2AqlCRA9TVsSAnZWagAANx8QAIZIKyoW5zDj4fcRbWdr\njmOj16IdEB0qSWc8oxK/9gs35cJ6LrLf8YE7qkq2KYvV3y21qgJkhp2Qho7w\nuj9HEyBzPW7sUt/tPRKHGIcMMX4Hj1DX9I5evCDgbHusJXAJnex5RbbIckRB\nxN52RNdxniBJJY/ugYmcYirVpmvFufp89HCi//2grGPptnQxXk7eENdHJagc\nFTWeRmUu80BZkDTF6Cgux0HsApRF55d9QLD61nph57SFj4pEIKe+O0feq9R8\nwIrOBwARYP6HbH23znP4w5+9XZYZHFz4LYT+AwvoFC7qG2QEFNtKELTTivB/\nyA5aEmA9Z/uYdHEQvp+LLQ9k3eVWWvZiOO4T/f/twrAElTjBe9q9troKnkx7\nJP4TTyL6bg6vwchceftGC9Hby7HWG6FpYshHytbN1MrT25De9md45aCQacVk\nyBETJ5WkZLonJbigsagAvOJDdn0yP06k3HLZJW0Zt94AgnmW1aJbQjTGZlwf\ntVLdFpwm3VgO3CciABbfRSG/rXiWroPzYRbyiciakCiAhgEFi/JrEWvn7q5q\nfgvvhbXplcfWsieTfv66QhR9w9PYQSYHiFkwH9rut7H+sKxs4/ImgKqLYnWr\nIgIAiXxuotb82zBtNb/8VUykqpjIHBoS4Z/brw6Khks/CKbU7Vun1wd072Kf\nk9zm\r\n=tEHQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB8lREAK/ZlB+w5FhsBOiNTHZ355qrtfOc0WlZDVxhssAiBVuPwT+oikGZ4Gb/+eqz3qOxwQf26UX9uLKTZFTLdFBQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.31a499db_1540885157197_0.9176414438254543"},"_hasShrinkwrap":false},"0.13.0-alpha.f7c23626":{"name":"graphql-codegen-core","version":"0.13.0-alpha.f7c23626","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.f7c23626","dist":{"shasum":"c8cf0d0a5aeb4d72e29608c433960a5f772f7f93","integrity":"sha512-pzaj8Ku/swBdbxJ2LUiUE8/qu/GmT7+Xn+jhteFf+FkwfZ7vFRyoo6p2MHLxoCsDNGCrXpMYA9D+hPsAUVA0cw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.f7c23626.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2Aq5CRA9TVsSAnZWagAA8HoP/2gc3njtBC+EXhLvNq6/\nhBHPyVEs9oYzxgFzuyxdJXx9QCaujpKK0IHiUOVjbt883F2jwNTPNl4ivi3R\nxJew6HhNmAitfjD4OpQQ8CfgLU23SYMdpueveooyXNz3zjKN0Y3J2F9886uh\nBuv7PaOnQkgLKGvjxYva6J+TbqYmwvMQUkO8yg5ZOhq0z3Rvrv9/rab649CU\ngJmeTzkN6cveJlfcNEBBvZILyLh9IyGXVdJpqm0Y493QvFy060pPG3/pEjZm\n06zNtPCe0+YtVN1AMMDxrpv85vG4ZgzT6mhaCHCanGUfdbA4dBiId3MxbJYK\nA9TZB1nTXWI/6kXCWoMsq4Mu1RE3rXyIuNyByJjQn60zjkX6Fq7AH5GxJCXg\nviYCtnz9gbjLTjj5bix7LcNhRfdZeQYBGOUc+8XAJAGgdYX7Bp1ljm9f8nq/\nJ2LhAgJmTQdQHa4DqZctrHNl1QqSg70o8VSLNZfGiGdGvsfLxh8E4igZveIF\nXsJ+c6KvV6XSi2owWsT4145gSQ5WV4+6MqckTcURea5+x7z8cEiqEgV77okK\nuEW3/3FFkAuTFEspoRhoBJAQ+E1XjhVlGECye/CNOOMuGuoJH/1W3STzpNqL\n9ODhz6yoUpu8yhZ857hvKJSyqX0i1fghnjHfg5cFUaphOu92+qJUtX/yJCl7\nbijO\r\n=fTEb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8xd8UzIjehHXs2aooGPw76Cn/5fmyP7dS9XFrAP45TQIgCsxpan0fw/ZhNAbuIUg6EV4ICaVmpMd6AZ8D8D7NnHU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.f7c23626_1540885176556_0.32951801896042343"},"_hasShrinkwrap":false},"0.13.0-alpha.43b5774c":{"name":"graphql-codegen-core","version":"0.13.0-alpha.43b5774c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.43b5774c","dist":{"shasum":"1a8084922f8e33db8f3c74af69428740d6e4d527","integrity":"sha512-tNtLDZjlj/npygSWwokteQT4KQMQ0upw9t4PKYVZvK+Jzg1rDJ/waCQNuyHqdy3hEGZqBO2N9nqW78NEKbzvgQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.43b5774c.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2A8oCRA9TVsSAnZWagAAIvEP/0XpEGZmb2qBl/RzXrVi\nywx4sZLuZW7w5jJXZsS97YIfMJExkggeaDk7OYDPWttXeccCNZWFpLl5IOu8\nZrqTBIFwMXNbtd2NAOIsNcjosSZ0ssde5ByvRArWBmXPLPzvXg+gmMfzYCXP\nX+fFzW9IWLEtos1db1L5hg3LlBx86FhEcT7RfQdMt+68BFw1VvWzLhlhQ7tr\nUoeKRTXtNQtYKz0g0NOZIQcJUO0litSL2NsehGoH17nLrYezcWM4WCuIIoJg\njNAql6L/TK3pq9D7uBGw79XO85SQDCyJd+J9HGz+5boCy+gJP6uniB8xVlD3\nTWP8fNneixmGMgQr8GdWpUly+XDW1shfPDbYYd5VmDda7YKi8h5JeG2iTtYC\njdI51iAFfFvE63GWA7mJBgAgI892lczpQT35+N+ydwOnlusvzorI0/gfaSix\nxHweHIm+fgY71jnSF30GIWzTXmuUrXL51R8DM0NEV2lepeZfA4ZV+tAyxw8S\n8kUV6E1gF3TKDyH/C+cHDQPgkS6SJtJ4TlKuMuQyXMUiynjvvB7Pusn8O9jw\n8Sq7UGET5e6ZXduiDsJwCk/nffxCn75xj3uaSAZkOV7lH2OgGnlqlme7iL96\nG25s6rzPZIr1LzcKJbxrdXlHOPBe8Oef88jTTk4Rh7y78OenYAEq0jKBvqzi\ndh1u\r\n=Rn2l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqIiG/a7M2rKvU4V5SBWJiOy6fL1dFT7DfjTA/1vQ/twIhAIbbn1mQcnxN7wWVGwGXMJuFNknFRnvKL83qXpHZ9rQE"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.43b5774c_1540886312130_0.9916635163583909"},"_hasShrinkwrap":false},"0.13.0-alpha.ca932b4e":{"name":"graphql-codegen-core","version":"0.13.0-alpha.ca932b4e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.ca932b4e","dist":{"shasum":"3153f3739f1eb0b312beaf3e852b7a1a318dee6a","integrity":"sha512-9iIrhGOAncfi0xrjsltj64TKWZEVlUYePaoUblONQw6oWkrx8iK3pNo1fH0I6byVM+15HIHxzB0H7i9sjonGAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.ca932b4e.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2A9ICRA9TVsSAnZWagAAvhcQAJl9zQATnJ35Tcjnu0yC\njekQUbqr+w3VHw8QIeUJaqtcZgIG+CfbOA97ZmQQO1JkakWdE7dOnEdEQ6su\n4YCFe3q/9UQjQSaZ1rMwv7AviNSYH8DiVqqQn19iN1OLqF5dq6s8yzq1j3BA\nfLvgyYRCXGPB5kSILOVZfqktF6nfYfwCTB24wHb67i469oJbeNoUI7g+Nudm\nMutn5UDRnVW1PF5R5iCfLADORlyP/d2dhJBtBL4L3JVKIjRJJDh0uXTn4KsT\n+H+ILA1RVvhUi3JmU1ynONmt2bUD1to+L7yHp5KkWSiJc22GcIQ13FXCfIIk\niSmksxKinvkzKtAlIOcnqzY/YNP6MGAIhsV0iak6PX2u3sxkb7/B2tdi0O8+\nfKGw/L8Q539jI7S6wjTDaabCuckJ10tQSXh891/QfqZ3xbiFMj6xB+AvfXjl\nwwtAP5grT8w48VFaH039jcmK2DdV2JOiNri1SeBvmerNYyzh5N7zHHITr3w4\n7YNzKMF5CLfbvfecKVc0qG0nevuupUpQMD+S6xWe8oiR6HOYJ10Z/P4k3NVq\nYv15VbXZ+xcTbghyh5o8/vdoXcPjR5Eg5r69nYyt79VxX6DlxSVJgWw+RAHP\nJx7xJ2bjTGhp6LCWate3tThYerlCtFKCKREVn48jGanMMfuTgzzPohlUGIH8\nmHjK\r\n=+0ZK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrp57G04Gb/A3kK2B3rE2FAuILHqN3KZlFsSgPIajPLQIge47U7ZVt+TowfaOZ6fN7LQiY0ZqgWq1o8wIgo9h4QZ0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.ca932b4e_1540886343937_0.3319668456746949"},"_hasShrinkwrap":false},"0.13.0-alpha.fb93ced7":{"name":"graphql-codegen-core","version":"0.13.0-alpha.fb93ced7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.fb93ced7","dist":{"shasum":"1a5521114f6e98cccefbe6df4b96bcb674f58908","integrity":"sha512-Wlc6COVsOOgKKB/x3IRKa92FwIzdUL4aflgE3uyexI4bmz01Ezy4Mof9zHZo3xXjvMnuSRY0L/ZqTvF807NHBg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.fb93ced7.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2A9eCRA9TVsSAnZWagAA5RsP/0qa88JuGJ/24+AITPHh\n/Uh7LxGPuOZKbhd2DZHU29hSeo4vFyFTj6vlmeyULSQeI94KNh0fP4oy6kpx\nnPjwE3/HlcXOHjlfmZLdcsr2ScTPT5tIXEuMl5n/iqgS0EdiSOsNEPaZFBms\nT5d/Ls6cdz59mEae4YobN2mw9yruWGy1XSqeQI3Zlhbd7eX3a7WL35ZWZZ5R\nofm+WZH9rrXsGJdb1ObqsDRQ2S7gLHlPnAi5neB+p+gw73RDvo28Zv/u8t+L\nelf0AUYxGzmGR9vszl4fWTmsdFGHHY8MhDSj1cWxkaWOp+czdvC/y01ANO79\nC5jUdP9iIoZIGyH3LByRSsQiUxoB2fuUSCSK98wbyg6BFOfhZh3oB82rgNix\nFGeO0zF5hWANRSFeaZE8+qmVoKtbjPEOZffjhbycOc+DUeWCk2SQnAJe6xHV\neeKmDwaJ1kUY1Azur1yhxxaJ3m1ITP1HaEtfV/C1UzfnZ60sPlEeRw9bpnaE\nBrfErkBzuYIzxB8Z+skOlVKePWpFiAD8yne+C23otpRLgkHL0ZUWCZS7gZro\n0OPlvJo6L9lDJIyvjFdN9gz7Nm+pxQnLKUheZcncFUCQTTnfX8AieogM+R+I\ngepJ8uWn6scyqxzI9qD9HeMeusZZa+ZKo1kjay6BnERWvdtZrat4pdCGDsls\npl2P\r\n=DWn/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqUaE7Fy25YbMf3MyE8g5hHCbCC5LvSUkkLuAcfPUX6AIhAJ84SAh2KYSo+ySPdcQi+QkyAYU4nP+/p+7xs4IYdQNc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.fb93ced7_1540886365267_0.36222741284595705"},"_hasShrinkwrap":false},"0.13.0-alpha.e2710037":{"name":"graphql-codegen-core","version":"0.13.0-alpha.e2710037","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.e2710037","dist":{"shasum":"2fe51f8529a379225fd1966a477b201631b36b3e","integrity":"sha512-h3ae1RbQeqZRlIUIdYijs/DHruhn84K1uYMvDneGr57ABZjN6GutC+SadLokYPVsc+xoeJAcU/X8bnAQyB+7dQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.e2710037.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2A/mCRA9TVsSAnZWagAAEMAP/jpqq5eT0dYW5NP9R7bL\n/0PzTdhsWBCUf/FY7mvXC1wcRMrOU+0WsZikhdrGeFVbXWvPElk0/sbLE5FT\nYpjIy4EDVEXyRfjJP8Gg7sUufsO11u7w/QF8HYHwBcoTTkdXdxA0Vl+9ynoO\nsSu4uiTf5s2O+O/+pN6TL64OJYAHXWUFFccSDngQtJBn3bHyQLvlkoMNuXTM\nc2LwNKfUFlCFP43iz0kh/afaFIekpI4JU7Ik06gm9CofZW6KNkFOwkHQ89zy\n+gwLHAPI2LV/694gkx9dOMbOQBEdt7jyKs3Np0BBHuOoJJTUmHDnYY0HsFMO\nv3Y2XkfS382RTOE8gTI200PepJQcJ1Vqm0DJWgw6KDIrV9DxtVjZlr7YaR7L\nANN2YAfOnBnc9ZfF5HbnIzDTsXj96yy2aZ1xj2Iy4i+2UXtjC/zfCYUprJSa\nbvQnQl135msStDkp4lukNtyRGOJey8tCXeu097hB20GQu4bQTVUb4o4dYyet\nmfTgEFEwKbNO9p8Hz8cFvj3qH6d7AwLq3D1UTo8OESxG8kb5GYF+Ao9ddVXF\nkQdzDO9GLBRY5UOlAMD2Ea7pB3xfwprUcXp2aaIq60e8ej4HuRO/luZR8DcJ\nH7YExOjt9BrI/+CnjSNV9AVJ8wdqFrgQthuOEwyX9x/bStVjR2ijTRf/K8tP\nWTvz\r\n=GcHQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGynMVNN4znyaWgZGnGsRZdEP60DYfPnVRSBPUz45C3QIhANznseoVkv/mYJ0upbmmbSqNQmM76dLDZ8j2VvWBQmYq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.e2710037_1540886501239_0.6738497803223868"},"_hasShrinkwrap":false},"0.13.0-alpha.898ab460":{"name":"graphql-codegen-core","version":"0.13.0-alpha.898ab460","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.898ab460","dist":{"shasum":"d118635de222cded4834db0651f64ffb77c50c81","integrity":"sha512-onvAfuYK4N9z9sXewooy8LLI/QDLcBOoTmbHgIMXAwglrWF4/KI2DrI6Op+17KGLgpcqW6HuxeAge5+BH768Bw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.898ab460.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2CCCCRA9TVsSAnZWagAAG0MP/ik5WWiILH8KO/yFqnCR\nLPctn789SGnlIXwAZMKmVLO/Vt2nzSdla0aJyLDgguNEDJhoBgGYZi1Ba8Uk\nyeuQuxyhvwbtt56fsf3MIEAP0Sr6UyoGF8JMq3fO93DqO+WuM4w5Dwtdlqr2\nQa+Z/FRl+bSAnudRvzS52PL2bEqQ5IbW+bHN3WJ1uvqnwym7J4MEFlg5nNOS\nr4gjSWqVCtxKl0Fj098CzHpqAdBl7Z4REVgtRyhNZ7wBhLEVxnnlVr64LQPH\n7Y3hD9qLTWMbHaCZnjhFanp9d9VBAyihkZ6Eql7y0YF03SsYhM63ZSDV5IFn\n/Wp6z7Cncf7LmJKXVNBrOLmbAB8JgbJ4ihX7lXOber+rChHKTS3TDS8zJBq1\njjeTrch7tY61CgwfMR61qGag5WF4HIxHHeb22nyUI4++BsJwJpMzRKBQ2Vm/\ni4nGQ3jlu+liVXw1xIt1WHMQ1+7lXbvD2tr+YSqGtD1j6fFvUAL8yLYdJuls\nJeu1CFOHfnzSeYsAUvG2DUGrOJN0yXuJPPGJrTTYwlpDWQ/s1CGUrZ67138G\n0jIXAp7YS1MLCfdzB4oFR6RdmUlTLpwCpWUN7L7N35IpOS7cHhSKZiD9zatA\nxFuMwYTGpeVlZKzymASulxD69bpZQqos3TfrGQYTN4LQHHETO34cITNiUDF6\nbOfO\r\n=tHKw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBn9LL+p75g/IEOJ32u6CFbtY78qtmv5mWYk8L+G8NzZAiEArGL1OG/+T9M+pVULNHGBEtwiTF/KHlspBGUG8eW/Ygs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.898ab460_1540890754039_0.11011578419395018"},"_hasShrinkwrap":false},"0.13.0-alpha.3fc4ec09":{"name":"graphql-codegen-core","version":"0.13.0-alpha.3fc4ec09","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.3fc4ec09","dist":{"shasum":"d188d9e491738e371abf3b8d2d8b1bb72004b5cf","integrity":"sha512-J8iNFOnWc3XOn5wjBvhPKL8T9AoLW5KwQiMmRp9LRvtmF/nQdAw38/nl3U3TULQBAzHlBaVhNvJjDxuFfZeVoA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.3fc4ec09.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2CIjCRA9TVsSAnZWagAAeNsP/39JC3VOjzJ2Es93M30v\nr1g8MG0e1UV8fVh739iDKSQB17mfpDAPDVTry2rET2kAYs+PVk5ApiQEtqnv\nBn10RjcKI7MftnbV9wFhQyowKh8S8OQJX5GrywcwDZfWB2a9IFuc8dz5defr\nReHKofdN7hxJHNsujURnIyDM0O5kG/s3atC7AfypIpx7RK7ocRVi/bIDbJEa\nbIb3VXMK8y+JVg+G1t6zQBiY289m02bLLZn44S10xhxOwxntd9dbTSveZTTj\n0I3PSemKdzHdMDDpUvJShk67DZnUIBRkJ0LvNEFfN4yas32/NX5K87LlbsMc\nDrSm2i2qRHl46i/TOLsBhm8p5JltobdKidLhLT5DACPhV/YgGXk+nAtqfPRq\nsJEzdnruPm0J/cQwMsKoKVteK21byoR3wPNJRBFXi6DrKpqSRG/LOcYpCOcb\nXjXsOS1bgd0zVxiLAJ3PdrzeX2wPdGwsAp76mAtACBbFuMDUZRDOaIEMF7Mm\nze8TGMarlQWs7osqi9Xra+DJ18RJMHuNCqD5aOZVy/1MJvSEp0HkCbzJn2hv\nmg5YuH2t1WRqJ+lc08ToIeXtHS+zDvFr+5DQohZzVt62iJ8cMCfjJG5sterb\nnY59c+n9Sbu9NaD9Ju9Qset/C30DpkeO7Oz1qL0I5NCZoMlwHpYHTwUsrZ25\nmHpU\r\n=x5yP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDK7/BPeFee/FjF/llP21SV2GTYnclckcpZcbe0XVAH2QIgFPwrsIdQp8shm0w4zLPP+JLB6lPcQCS3bYqmaCnU1xw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.3fc4ec09_1540891170556_0.8362539756801604"},"_hasShrinkwrap":false},"0.13.0-alpha.612fa4cb":{"name":"graphql-codegen-core","version":"0.13.0-alpha.612fa4cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.612fa4cb","dist":{"shasum":"28e6a5c8e00de0c11f553f5272bbba94fea22e9d","integrity":"sha512-1URNamLSfwQwfEVlsXbMe8YnIfYWgVgRzv+QkGSHbnEK39VQ1Yq3rO9MJb44cYK09zt+2ZUD2BcAzFYnqBUpSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.612fa4cb.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2LojCRA9TVsSAnZWagAAu8wP/jWkpI+0U8sstmtgH+/h\no0SDIqnluVoUPRgQV30xZaTdOOnGdkmRS9Uil5kRAK3Sbp7a1PXljzen8Qhw\nGkgbdGejdkpqn9zMe7CRXcehxyd9/r6Kg7x2f2CwRRuswf9hhUEucWgPChjY\nE3oMbaQ1BOujpEVk3oKF47p/DK2fZXKgZJpHmdj/zvhThYc/jLcrA5tGhZgi\nhstttFVGstJPLKN/WodQEjgBSACsmVfRwa8Yuc6AD3vFROGOvlBoAcVThFdL\n+Q+hLJ7KUcCAOL6MDD/cvVxPaLWN8YZMRO4kVgi+2NZnsrmQkycOQGVlIg0f\nKsxks6iTbbrDrIhaa3pHhPGiGAeGurZ4r4knK2Grf2x2eVPPvYE4Zxl5g/wo\nxx2h08tYgz5VUfRS7EXFk4RhrvG6WSMAYoVr0zwg6FIVjEckYlFzTOvz6wfh\nkWspRJ2mfCR81YDJLo/1aYMu06mfqudPCKaz+o3jhUOd5aPE2Xa0uVb57Ox+\n9/ykbGlIp+/wlNfHO0TLnT11pmYL6ZUgXzNDFJOFG2y7mOQRLvVmcleFHa3M\ns793PjfLNGuVJYG5AATRt95iN5WklNrwbpLennu5RvJh3r8j56drHFv/49sT\n7vweXDMc6WC0Pzci5rxhnuMY8lZOocMCI2h7EGp7oOglRBOoEJTD9dDHTXz/\nvCb5\r\n=QQGr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUmBibg8m3AH9RmCySg1mJB7iiUF2ue+p8XMzDv9woTgIhAJA5+NtOAnI8UkfVMwd8J7ghYnkDo/pWnPedRj5qzWiV"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.612fa4cb_1540930082926_0.2961134537978247"},"_hasShrinkwrap":false},"0.13.0-alpha.70def5f8":{"name":"graphql-codegen-core","version":"0.13.0-alpha.70def5f8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.70def5f8","dist":{"shasum":"f90dadb7122f0e602fd4df984d95f6117c22be29","integrity":"sha512-E/GPzRNEpFMSXWLHz+AURHvgcq4D8/nMkncVeX450QdQg9K8UiQeIIk0Gh7mcPWFEwp2Hn75zCHK8cmy7dPK7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.70def5f8.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2UV4CRA9TVsSAnZWagAATnoQAJD7khdbh9Ubs7aLNPrT\nZm0zgidXTE3XNUJlpEO4Uj7tnIME8Qjqnbllon9DHmOqjoM9os4VwItfDmyd\nG+LbwRE8bD7kQ3WvD7LEpyenemHFNnK2Np9QRkr3udoDlsravVvp3KbT9ErE\nZ/ak7TIwF8DRCy5uzqf+Z6ZvYmJqOBPul7Yx/hqgbJl5dx63jWs0X5CKPJ6J\nvAwFOZ8jhpEfEf15PxXkllqAt5knWvWPG6bCT1AhThR7YXVHWAY4g7hE7G5a\nrCEnKgvzjD3Ch4+Amutb1EZSazbaLmzq4EO83qVxg1p+bG0EzyYszyihhqdU\nEE/UuQnXiqN/U6nPuxGPC1lVSz3rN3LQXNrppUynmxLC91qFpbfLlY9ui6Wz\ndPWfqNi5OuBSUWwFKSpzJFKzDlaDQVWzCNAwxa19lqTIVLh8ep3ayQnvPyXP\nxh7sQEOp2b5PQhAOwmAXmwJPHKqHXAG0yE9lrlpigtUl+Xursh8WcyKhPILP\nMRbx/EzhIcdtzRH6NdRpNA0N7qp1rw+3LEcc7Twy9mEQpzWD1/AQFJzkcPmo\nbWZRe8aD3uCO9c9e8ET2NV3lFreES6DnXkBKSf6DtFCkordPqW9eCSTmMUd9\nMUKqz+SloLtiJP5kY8VR27fG4xofAIbcU9n0jWOrQH3bndUgrm+HMv41OqQ5\nXiV4\r\n=4fPo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgDbB4FCs3O1sbpGtDdPHyTtZU5hhIaOHuhNtdgY6e1QIhAMY92DLeZQBwndlGNmbaola2X3mM7MM6EVhTOBS0vgBy"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.70def5f8_1540965752230_0.7609679787406924"},"_hasShrinkwrap":false},"0.13.0":{"name":"graphql-codegen-core","version":"0.13.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.13.0","dist":{"shasum":"c288b2e263ea73724215c10712116f05c7ce02cd","integrity":"sha512-oM67vJvlt/azkbD4uy177duDuQkdpN9/PUOIcvvyGzjnsPkU7kB9uQ/vFK/+WwmxtYPzvm07PUnH2OkCssJtsQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0.tgz","fileCount":96,"unpackedSize":92507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2UcOCRA9TVsSAnZWagAAyqYP/jiDmVEOld7KfKOOGxBz\nPpSoDVcbMfb7l2t0V8yrIWVksSFaYean2EN1olWhJ3lPpZJrD7zUJ5CRv13A\n/wNZRSpg2wCo9couYQAfbJAVZUmopnUxo4JpfLYF4CMoaixPvSkA/bneSnI4\n1oaZkcB5k6To0E/YyGzKiXPFO9PidVc/tIAvqjAu0CX/vp4GTKHytnSZyOTb\nX718WrpRAgbVm/CvvoJVixyAi2VUnzJNGEWqghMpaVv9oWdQIqh2YyD+kgDt\nq02vypill07PSGVu2QAg3mjG3NHCB0jOC1WpowrpaDa6ju0NWWNwpueiQ9cW\nUriqA5RG6ktFs76ga2hhHt1SO9v32h1ZiL6BLHfE0Hev6pUpG1xPXpfPRpP4\ncLE85d0YkmFL/cigOtlQsL2Trn7d5Ucu05ncQVMYE1iPbylzUOzG3F/XkkLg\nugnojWXULXbWVHprtPq2ScD3t0lCjXplCfbdyFlFbdqktyFkuo/0iYVLIgZW\nn74nwhxhIHNCpSste8cZr4GFpcqEGCaXAU3QdhVmGVXSE8mMaJIEPrjZycm0\nLMEpNx8Idg5lfNuZIhbiceVZZF4OFwcVS4dZaj15kd62Ho94hQGjwMpWfVkP\nwnc1sIMw/FYJl4gVqwNEbhR2prF17aZBqB5OOLDlgK0vW0we1Ux1e4hNl46s\n2Hmp\r\n=ju9i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCY8SJn9EK4x6GipnLhtpFBGoXp4fF8g4fLp4Sy3u/YfAIhAKUyL7SiDcaFc5nlh+Hl/abziivktf+6zZqNSpyFuok7"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0_1540966157654_0.2626696153844881"},"_hasShrinkwrap":false},"0.14.0-alpha.6e18acb1":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6e18acb1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6e18acb1","dist":{"shasum":"816fd660a832cc1c1222c76d20654a5041500472","integrity":"sha512-TdvSeVAPPYJPzjuO50mQmsY4yinW50dTj7p4pA6DkJWmCvyzzIwhhcfSkuDjx4EVdsNbAaMa67koUDx34CXDyw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6e18acb1.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2UeSCRA9TVsSAnZWagAAnogP/0j9t3QRsv/8EVRbHCtr\nYh3puBa2rF3ezpqBPuwaAG7WXmXS8gXmbnwdSVzrSbzetY4nD9vPv7s0sw4C\nsajUyint04HLzRpzxL48+qaZ6OBTRorcicChXVFHRmxH8n+W9Jo0dmAcc8Qc\nlCax9ZQ4m0SOuHPGSa4QdR/qNfCutqvhMhvsp9fd8SGTyKgC7v1MtSS0zObF\nNPXnkjluk9/kzTr8tGzMDYidcC2h9hU1zwIZc9OmiYJ4rF5gjRIjnsPnVTv4\nRvvXtZII1YzCuiOd2auI9nY1pbPd6iseEo+dUC5ObH6K8lntiyBK1ABg92mS\n5BAXA2Ngk+hjKbYi9OlFwvqKQnm2dytEd9wKjjKeRZW5bDaYtcbl9CKHhsgf\nD3vfIGfV+tS5hFEK2T0XXWIG71s9HWUKOLplYjq9zwNo+8Uc+PlTEeQQBUmq\n+6O8KFRnUsAkiyH19rk4LX+g6kWkqH/zPs3xAYEdzFDJoJDGDjUnN2P0mfP5\nOTTV2211XYqcDzs4Kp4p1X5JthjdGZugZ+ZIWkSCRdCrOexAogDgS3og9JAB\nQyZhvjpJLxInM8rlHztns5bPuFi5b8/+d9HMYpIpAi20scQESJO7EKB55NXm\n2s/7BR7CcfF04iQ+k2W5rZmCp342TgxT8ZHugD3iszNZkWKhwHYR86t5RVUT\ncO46\r\n=EkkD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtLUMwGMsibUt/R5X3alcDYZ8Rb+nPVVMPuJFSM7L/9QIhAPGh2IjMsSdtPztOylcl+kfuk6h8k4WStht0Mf2wKqOL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6e18acb1_1540966289382_0.6842850884816063"},"_hasShrinkwrap":false},"0.14.0-alpha.3861680e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.3861680e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.3861680e","dist":{"shasum":"85beed7d97407c93d3cc0a1568c45b0bc4ccc63e","integrity":"sha512-nTvHxyPckp9++dK7Gp1QyiHf2pIVaJcmf1C3w4lerGfDl/g2L9K8tkyE89olYD/UM5MePmDvek3Yw/bbA4y7Pg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.3861680e.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ZZ8CRA9TVsSAnZWagAAOKMQAIqUoLeVVtFC+2tXCnNx\nkzW27RLn49e6j5ftOCRvGmdwHwLXzoGS4KhRMa4yDmOBt899RoDBq603xB2v\nnpmJSZvs/VIt0872rt8qv7wfXwJsGTajHztp/CDQZKlOiVMMjDA9mIyEaDJ+\nZuAH+CI1QsF17d46sGs0kh1t10WsfCV/klOAZ92jBFMwc1zJR0Ra0JBssT1M\nhEZBUoG88litOvZfarSM1C5GiHZ7sr8Y6Vk/PJF+8j/3d2UGtlyasEAJEmRZ\ncXVvHtRADfhLOZW+37qwIq/yF9tVmPZJ+prBUJuuakxnU4yJgVoUf+xDHLw8\nPC8hgzVj+CnWwcRPfVoKpv0caIvY/sHCfSxRA3otzim06tohaM6OgVL7pP4I\n5QhR7XshqYGO8M8eqVrs48Ptx+VOEwzP5RVsWdle0O22d/Khpza46yXXMXwp\nWcoUR3Ylzn/IMpbnHyqiyUnbKlgNWHgLRWye1/gtLyu2fNxZ/6jM86EbLk+9\niMQwbqIceniT72PUTN1MFvPyJs/nHYc9Pl4yzHA91hc4qWqSc0pnbeq0JXQO\nPVUjGbj/e9aNwed06GMBs6nZDv40PPzTFz34W3iQcH4/waiFrhvFZeFMuKtE\ndecCSklhu05WmBJq/JOnC2Td4I9nweCMJhz3rI8JsilTjcUgcCmImdfwegpM\nRFzF\r\n=0Al5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGJKKL49JWlh7u7lRY+T5yKYCiCRoZhkPzKGEoBe42zJAiASy51I5wDDPSq4kFgF5GvD95QnpyGByhek2/ZQ6YLgCw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.3861680e_1540986491883_0.9708738985264462"},"_hasShrinkwrap":false},"0.14.0-alpha.753cf9d2":{"name":"graphql-codegen-core","version":"0.14.0-alpha.753cf9d2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.753cf9d2","dist":{"shasum":"d4b88e1b177f29149442395c88e0085eff655bcd","integrity":"sha512-ZAAGeqn7Z4CCQEa2hAFGm8ZzJrKcbhR4x4VFCyy0jRJvHQkdqQAL4koIfd+Gj41sopsmi7tPkeOP4AzYrdAPMA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.753cf9d2.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2bMGCRA9TVsSAnZWagAAzv4QAIFuxfHpf6vBTKB0VWdT\nMQh5GK3Un9R/9ZW8XjlEi7Hv9UTyTyXf0cUtMCJSIcGUkZ9vs2WmzMWSUXd1\ncLF5rkRDzmGVG4GaytZRO4cfJahXYXrctUSZHW6WjIKrrahm7ugR6QDAy2m+\neFwfTo2Tkdh/gmySFZFzVPxepB3Ip0HYhXkU1uoAELYMT7oFhRzYtV2llyD1\nBzYAVqQUwUlfoqB/Ox3ylkai8txL6uvswMcZynPQhYKPtDfxMoTCoVNLdMrd\nAneKYjL9HHTZlKsOFv5LdexJ3OOH93qcxW1o26+mFNKm9LWbN8NipUhagEsz\ns9kpn/LES5gu0Y6eqvV++nZn0C5yvVRqrdF2see45b7aqF4KtavBX7uGHssQ\nTwZkZfIIPCWJYOv1qD47y9XXVmu/OGjuBDosqPFa3qXGa0sjvCM2KBeXc3xz\ngtr2zWoWvxIJMFLdkJU/JVZrihoohKXeX7jXpjIhiyco/PvArRNbPxroKDlT\nzz+GGGfgc7+lYlb+o00KkAlXzXSosMEkqW9HUGkCANBm2Cf0eXTETdU9w3bk\n51wTCtwkfIfhfhu11fOPPnX416T327cEVCilF1mvy72TLK7fdLWZFuQqry5j\nWLSrq/03H1nKRPNLnFWYMKwhJUU+vXUudztmp/I0RTnln1xjjl02C4dI6VAv\nRAYi\r\n=kSfi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjRKAZyb1IooHQO+yZ7LE5uaWimzw0ZJ/bC3aq6GrykwIgYFxXFjQ9hJpydiunH6jjbvWuQNe/bDAPSM2t3Kdl2pk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.753cf9d2_1540993797343_0.29511957179894566"},"_hasShrinkwrap":false},"0.13.0-alpha.a51638ed":{"name":"graphql-codegen-core","version":"0.13.0-alpha.a51638ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.2","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.13.0-alpha.a51638ed","dist":{"shasum":"a4fc96ff9ea9cd8d7062ee1a389979af25ba5247","integrity":"sha512-t9bMI74Qa+Lga0HLyeezAurl5Hlbe+BZP/mPw7Ut83/eizmfq77mZICdHUlFq1hNfRR01NbsuvfWBvwypOxgDQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.13.0-alpha.a51638ed.tgz","fileCount":99,"unpackedSize":93943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2dc4CRA9TVsSAnZWagAAEA8P/2n7/GvA5DAUnWS2roMK\nSVJS1hc1UN0sFHPU+lVW74uemQvOo1Q7UfzuvNS5S39Kk9gJMPEAPv7Ui7JD\nMGaI9WKF2QCXaQJ7L2DAXSnPiC3fHbi+1wwjDSbxBUraMmrBvum3+iJQvKG3\nvIFAPOcBYiA60XarGrPEbfXbm1PFz3bjwsjgsX6/d4nlNXgyL8y9kKrORCZw\nmssk0akrAZibmNgNvzuzlOePjKd/W0o2yTI5YxiKUDIrUATRF1YFLm3BexSh\nGH4iE2Py8ZgJuu6m3GmUzZO4/wo/B1FusQaFNGjWIs7+RQsatiE28pewzNCM\nV8Vj5GWhLt/0aMlYgYcaIFdUn/7hYwv2PUUm3N+ohtNNs0dafUroD598fu4H\nWx0a4uxyEmrhJttx6mD+VVw3MxdhRjvMFLbSIGIMqql6UWD3fI1pZkb9R9fq\nZE+HzO0GWaTzVd99l7HIyiWoQqDwlgyjVMC83vLz6wpGBZQjn8BaYx1LG/qV\nmJPlNu0z8vuOtuNbuXVEbvP/oODzf/DYsO3La/BAtJtZfGxo4Up/EVGWyD8d\nmYLt9RJUX2cXzX7YWg46Tw0zS0ojQzdNjEASa38GTdxB6xBeK7YcpRrownnB\n2Ug5w22lwOVlOVmeCqMg5R85+n7oDCoEf2c2StLVwGdMTUKezO3p2AMaxUq8\nYMnd\r\n=7T72\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYmCyFHGjNvrZg8Ma/Isc7+fgjuObpv4hz0pAuG4cSggIgQ88aP/OK1rwgUDclnoZfrrrkn4Nqy1MyLyfmdpJJWMk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.13.0-alpha.a51638ed_1541003063527_0.5294852818082487"},"_hasShrinkwrap":false},"0.14.0-alpha.92ec3c00":{"name":"graphql-codegen-core","version":"0.14.0-alpha.92ec3c00","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.92ec3c00","dist":{"shasum":"ad4c9c33c4d977d7e2c73dc348d52ac7639b3e11","integrity":"sha512-+DsIz3VX6P3ZmP7SlmnSTWMUOwGKhAwF4O0/yyEQj2tQtbryZwvQQWP35dQ+evwurt6+3Cnt3wndPF7OT/d68g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.92ec3c00.tgz","fileCount":99,"unpackedSize":94290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2elLCRA9TVsSAnZWagAAf/MP/i2vKJCgrqEHQAiyHZSB\nruTO/1g4lEbHrt6fCfhXUFjNdgZOSzqrlwupgRyegUOeRVKW+/KN1yk9XuJH\nBgyCOWEpYcR67JqeR6WydTO6fiDYLvgR5Jo/XIRTQSen5RuJpYnwgAW5aS9s\nAYE39ox+qIRbS2gKsh6NJ4ZLrGMj7qqXbH/ZFGeicBvPpfdNGgDmcvqN/BJ8\nd8A00XxfqnoKNPOTXSDnwkTu0mrdSOKpkhUsgggAiLhPqbbHSC/L9kctMTdk\nSjOPsvhMy8akgZsKTF36T28myK+feT1Mm5WyYr0Lby8sDSLmAif5gdVrypZx\ndFf3Kkbx0WI0Si+sAg6gHSjSrq5Moh7F+AQj9SffvMIRBlvz935VU00lZlzj\n608eBP7a8pSKB9EDZnjSs1WtTXaCN6Vcfe3wbBzoBNJDiv7UJ8VY6WuPfufS\nt9GGIFMRVcWXci7FwlZGwYjT5yJChZqq8y2jtNuNDeHSEOUs7tx9TTUxFjqs\n6cGdqdffI0nKdDJ2pbIXnRge+eDbzJq9/CldO3Cwv7DabrbqffjWKOYxd3Va\nPDcBjwip1GJfijoXCT5ENCgPXImN6mFeK2c29EnBGUkke5cB/vx9W1dmnO+v\nK4oXacZy6pfy9LO0ibLOvPcVLbXbFC/RJI/fswu4img6ArfF4h54A8VdFoT7\najWI\r\n=Fn6C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGaR+G31UPz65NBG1M9lngsCe2ePHtW3Cui+DDI4AxhBAiB7d/bpzdRK31LS3rCTKOmCq3GYVGJZ6U5DcaY+Zi8lgw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.92ec3c00_1541007690278_0.7142279980801449"},"_hasShrinkwrap":false},"0.14.0-alpha.5aabe967":{"name":"graphql-codegen-core","version":"0.14.0-alpha.5aabe967","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.5aabe967","dist":{"shasum":"218b3ac8bcd886fe964f8185e4babbc81c7853b0","integrity":"sha512-0UI622xb4UCydbaXxdh9qVy+e7HDCd9y0q0ImPlblHdgHIZruur1FAaLXp2wQ8oUlW09bobQjyXXaY3GqeUKlg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.5aabe967.tgz","fileCount":99,"unpackedSize":94290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2enVCRA9TVsSAnZWagAAk+0P/j4ZquotTKuKeUBmaPrI\n21TlpWbpH7woPcfClqMyIIrrHAB33tLE0/QGvZbjYfnOH0zrb1kqTCFDQF/z\nHHhWDbkXt1+mvfGE/GPJKEBMfXpfx6amrczj9jReAHu7UIj7o3W/ISF+xVAR\nzxk32w8PiVZUnqaFDNkK2IiWpYNEEWrPyk8aaMBiUVAoNdNIXebS2H0oi3P/\nVYR6updcKjy2uThw049MRfiIxdb5Ej9LCUuwN4Ue16NnsgJX0nItVawV5NYd\nFqchDA4RDKRvVgOm525sXK+EnKKexb+xH8hZ3skFPqikbKk1aKDMye+GHqAp\n8gD2yONzftFwv1p9Zlr/3BDl0DWKS3umfzpCdKx5g+NrTkLHFWa0WB7zSC7W\nrA3px4SZvNq+LIywE1+KW8B5o0IZZmnxlC5rPgSfEyvxsCSv+XKmYy5L3Esc\nceuUpoW182O64wFGFGg7V3y21PAc+YuQLdpNP1pklsj5gd7ktaT1h2kAd5Jz\nbQyKGviXpgjmUrgeeqXxhUafDa00DXxWhLBlnlfQ4SE1CHv6Xt2a3S9C6O8i\nKEFEOLnxEpNxRMOGpuuAIkZpi34vJuTCPz9L7/VWhtRQ0VAR1V74Ai9aFxdJ\nA2xERw+x+Rkd02jIjCCp9+CxbdvpX6gF6tAyq6ah0kKKYH23dHkwihU/GFb1\nm68i\r\n=l7rL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIECPWbRv4tgATsm8etyRTCsAUSpd++hgcCcEfIefgHCGAiBPkpGu3h1vVDgHbUBrf1mSmfJGInGx2iEGCeLx8bHoVA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.5aabe967_1541007828238_0.16577873933938347"},"_hasShrinkwrap":false},"0.14.0-alpha.7537dfee":{"name":"graphql-codegen-core","version":"0.14.0-alpha.7537dfee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.7537dfee","dist":{"shasum":"5fe561b3c7d5a282db43016b632d097984125d5e","integrity":"sha512-WtDhVyon4txbVuzmTTNMDBIAFIb/SUtV23EiU+9xgtub++Z7RWUkmvXjeHkuiuA36xtjQvnLEmvlZPHFMwzY3A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.7537dfee.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2hUxCRA9TVsSAnZWagAAl7sP/0SJ8TgCuQg7wWXxJv7K\nAn32CR805KeJk/4J9uoJwtStPaKxPCQcmVSE15zg8LmYtlwOuUeYgP7/o9uo\nwS1qAE8idpvYdhcn9sAzGTssLF1np3+xIhof0TKzOW57hs1n5cCIX4F4PLh3\n0HanuQMRXHEX8sQSgcVLTvl8QllL+hWtGb8hKwWUFbAoeRnKZ5AR9Hk4RoNZ\nsm8Ifxn6mj1PrbaKorLSnO3qA34gHd051zLJSl/MEuWsubzrHwssneT+l31I\nKmFxhWuW+68wvHnp2wnc3hpus9SwSxu+uparwUuGDL+y87621zQcsaOGBRiA\nMSNFH4FtUkUVRbd+pOqwkZFOSgD50XaLFFBCxjyqETZpgWWROkK+XOAF+xw0\nJVOdVQKGEMr9Fd6M7jTVqSE1fxUTqHt+2a9V35SHIWV1ZoUwjn2EWcvky6jD\n8v66L6raPJ1bIdM8I8e8QMarcWhmzSbcxTbrFmr8+cv0Bwif4C1GQ+gidB61\nLl2qLvqPj+CC0R8JWGqreuSwbPKBAvuqdPNO70BHOotkHlB787wl0V/LX722\n9SDikdLiPCfeDvO2GBdMhyKfpHinZ1HfmTO/La8zIWB4lVVBH/IjRCittyqS\nvlnsKxN1vLiUYWgk8m68yHAkmLu/5EwxWGYKdaFcIG/uNvWeUU5lpdwiDmOa\nTGKB\r\n=09wo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEuZNhUnfJWoJGPfIoJcAA5NEI8+oV8Ob4mGI21Z9HxAAiBOtMVxzPAXLVxuDFEB0/hvIK+73Ru+MJ31lDzO1gibwg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.7537dfee_1541018928843_0.0012052747480728598"},"_hasShrinkwrap":false},"0.14.0-alpha.42a7054a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.42a7054a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.42a7054a","dist":{"shasum":"84bb4281556eac084b6600f8962479971774a559","integrity":"sha512-o3OkFrf9rVoP9cp1wskXk+gS3AwgZfMLy1oWebF6vY5QIr+9RKQTMMcDLdrp3/F0ZSHGh+cS33pqEU+Iddaz4w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.42a7054a.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2qWOCRA9TVsSAnZWagAApV4QAIA4mN8EWYVd7WQ3kAKc\n0zlLH53uLGHGDF26CWuM2kFpUdadvsRd5YLBrd/ZYfDLQvFPzlWN5OhTz6Q6\nDv9IbonCgb5YFDtjoYf4T1vTl1eTugDoUAUYaAvFI/x2jFPewJyzEwFlROCx\nPdMKCphdDuYO9sybrQvA04HebUm8AP7V89TVCeCD/w3EdxTmVfj73sHqkF52\nqNEobFD4Bx7rsX1HPw1+gUEqf6ETenESgwgS9pQj4w7Mc3n775d8X5a4s5+j\nkY6vNvwahNmpTHYCbJyTbOap9fXN4eMrd9oTuMdX5OeZJFuFXs0trTWDgMnI\nWXeD3yY/nAOmiIBGQYoNNEnGDhN7rUSaqYb9y/kDmeoBXVI53kw85FbvoRIN\nUJh0MD/6U3qT34VZ6ayfIDZtEPun7k9Gavl8rlwia+b3hWktnU0x/ifketx1\nx/Qd0HgaAyEcz/pchKRkBtjKhDaQhHTGIy2vjBkzFV+P3ujv14gS3gtnTOFn\nB6vInCo2DLEGvOgwnMNceEsEaTtTo9uoAd7mgNs13ybmTOv0D24F1YuDmDBj\nNR9P+Qw8LFsbd2u1XCB5ZbONXDxzK4Zwiavlqw3rdPCHId5QB1W1QjUKZ9Fg\nnrIFSKq2chp2clHSLoaVCpRqsWAJG/+AuQK3tCLNBv11CubPrNf1Uc2VYGWK\n7ftz\r\n=BxKP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6BQKzSQwoJXhTouTQxs0FHjKAFmavEQLWPCeQlGfhtQIgCyVEb99hbyik3nz7GRGaKxDJPLmrXC9iVb2nCVM2p54="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.42a7054a_1541055886050_0.66876786161512"},"_hasShrinkwrap":false},"0.14.0-alpha.13706952":{"name":"graphql-codegen-core","version":"0.14.0-alpha.13706952","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.13706952","dist":{"shasum":"de8c50a0ba5a9a81c67e71fd2e95277b9c4e2048","integrity":"sha512-9wMYCatrBzSEYL7p7jBxho1k8RtGLmr51kGHNY5dXmkXACERDbtcqmP1qX5arnGbEcRlwBEBAwN6BLffuOb+NA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.13706952.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2qW7CRA9TVsSAnZWagAAGxoQAIovyrYu2LKi1xIDYxQ3\nmdfVE4SPk3Yi+gwMUb5n/0/u8ENEpp4OlSWB9+oFiQtO5CgucwFE0roUvVE5\nOShb378I0qhfnjYt2uMVtYv/ImNDELB0gBGXbgUbHxUK4cY1hh84hzOnLIPH\nisNzywFPj5F4rWGzNdVjyLkQIQ/IYfwMDHq4L9lJTPaJWj66HTkGl95y2Dn1\naLyRVU/NYlzxXbTxAOJc5T+S2dHmqIj3i623t4lYcfWcFGDFqG15hjzjm5eC\nXZOXzukq7H02DSsFBkwUiHYKFHnEZ72qOsXzQOryGnCrwWrBxHmd+UObK/Nj\neXHU8xZuEyTtg9Fo+RuhuqIPu6XtLVfy1/b/gS+VnnFjt3gOvAsEEF5giBuv\nHsbTKvRSSL80NQWKRcH4n0tLr3zka0kGsG0svQL/A4z+l0Qd+R+JmZyMWz/n\nFKj82AQu+1dIDCLc98E270mwcwlo+9PZfEvWqQg9q0MJPNMRvUDEa3r/emdJ\niwX/FERunFSlhoD7pChR6msrN+9DE9ZgX1dfmaZ6uqT+yk/Q8/oeKtRqzzb2\nxnI/m1OyM9ZjqCZQhHfg0Sxh92UuZh6PIbGhr0osaOWuKeKAPh3nZ7afGAFr\nDxvgYWJ8yCxV/VRrJ8mqJ13V9JHBBWfkxcD9Fawqw2x1lnbXFAOwIx/6TmWe\nJOK5\r\n=R3q8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEuQxWw480LyANs8tLTPczHv0edv1djWtT2grjTP9dbQAiEA6kdG4uLr/reJ6TidFd3JG92XrhqhbnBqJ1pCqwE7DzQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.13706952_1541055930396_0.82514009411472"},"_hasShrinkwrap":false},"0.14.0-alpha.b4492c37":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b4492c37","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b4492c37","dist":{"shasum":"99061261b4ce6a5a5d708a04e1fa0ee6c4ddea88","integrity":"sha512-OjI5Eg/RRP/AtI6syroolmS7eMwxrSD9RP+/B47iFgGN356I2JwJ+2f4sA12P+czZftMIGgN8I3sX97wC6NPUA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b4492c37.tgz","fileCount":99,"unpackedSize":94290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ydPCRA9TVsSAnZWagAA0s8P/0feDOQ2zdg4+NX4QAWG\nPMd3aYzLtNXehnUYko4wjwwYuusZzM+hYBuIS5wMlokcfD0SIrBqLHg/ibjO\nyNFMfhiKyuYTuXpRZ2auCJMl9j5fvleVr7UkXgKNfDSMvDv+ZzXXUwRTRwje\ndfXhF+5ay2vZM8ZhzIkT2kN7R3QamO8z/DCRx9xOpkLC8J67bpFOXwLjxdJk\nI8EQuT5nVfgd4UqjIx8vil2VskBWAlN1o5Ppt3YuyfZg+VNsUceg/VTMsPYu\ns+Y5zQok4dQgOuy3SdL5ATzf96ispCiJ3IIqTjuxuI4pIG3WEKM2s4ChGFat\nCaCn536osEF9Iqs03SByW7xO2tM6owOU3c4BU5NqqW8uWcYns9EM9yUYlgeS\nUbhjwVbTVKW4iCYisumGz8LWYQ3vvpt755D32+MHJ1Oybp34gSvs4i1zf5+i\nPMnMmImCTkCTi/b1g9WXSDNI03Pk8FvhOa+YydLCOzdGE+dS2wJS++oMTZtN\nBb8NEwD8/t3P/AqBLCoGmDcsFmBcww90Usj6qJlEiytti/OR5uFakVBTzeXF\n1+SVV1AA40uO549rC1Cm7kPlHXTywXiCmWgkH5CbPn1JI5XvQFLqwUFM3jQ8\nQ0b1uET9IPeb2iZ1oClZUsTdx6tfSScWG+uWgR1R+C0ZSN8ypieZk/x47WQ/\nwTjw\r\n=PFev\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPM45+e+prTcWj03zkdu6RyT/964GJ1wS2FFQP04hEIAIgMBuhZZjYD/7bVSCCQh13ZHUzeMF/X6gh/0whtgrz1D4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b4492c37_1541089103005_0.08156545533064663"},"_hasShrinkwrap":false},"0.14.0-alpha.8c647ccd":{"name":"graphql-codegen-core","version":"0.14.0-alpha.8c647ccd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.8c647ccd","dist":{"shasum":"9ca2f390108972c7e6f719e6cf0bd40623729180","integrity":"sha512-tjV+JtXPR6oLNylj1PkdQYbpB0ztfVKTWogf3WEGTUJUiyYLtnzSoFcQhuWJe2cqrBFg5CgWx3lP3rprts5iSg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.8c647ccd.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2z7BCRA9TVsSAnZWagAAMwMQAIHfqaIuBeHmoEZ4NpQq\naBjCtezEI9cpKdEwHogamr1yytEuXh7g+K26Cqvpjd2wOerI7Fr2AJOIPoTp\nkZ2IeL8vOPEJgJuJ1muetTQj82LIfQXgYFZVg49jKgciNVZa8gIeClmm99wu\n4FQr3K4MegtqSif++Spk1kqlTJLrR4uYwUWu+vq6g9oBf4qbWTMtQIjqHH/G\nl91sdCOlXZ4Aq39QKy190Kr+AWsK7MCiDXFa5hJnxTZmqApUsQOUV4GmLmsf\n43yAeBf/sNXeqfCmjh5Tgtm0easjLMhMgVN7KTnVCOiVYLmhuMttj9wcHOl4\ns8Kb2VTYwGQ2mTNU+MJqnU4XpaCcUIYAKcCePTva64DHIe42qzfXLul8zdh4\nP3CKaedFg3Lc+bn9ulX1dSaq+aATohU2D2KlySYcpzLn00B9OF2cPlS0T5Lz\ncKbJoQk4WAc8lan/PXyNvudt453hMBk+n3xbtTRwwdh7DeqEb0Ap1oLzxccM\nkKMqE9SYeJq2wL2o+13NNMPdQyymNwfyAALT8+bBM/4LRRg4RZtcTZkByMnS\n+lUwPsg/HySghLXsqzDXBW8V7JlA7s8m7lFvlIk+tyw8yjJQRo+qYVQsjI1r\ne0kHiVTASm3nalgrr6xws3pb+JExiMc2B15A7SJ3xxXhFEhRbYfcYSYKtEZj\nSBLR\r\n=MC28\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlv+Z3ZlYuimOb7lWD5s0AQ0wLSE1w06dxiwhSn/zuFQIhAL94N55bFg0gfk3Ey96CGWysJpGoM+UysVE+A1FmUtP2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.8c647ccd_1541095105091_0.25841379233987194"},"_hasShrinkwrap":false},"0.14.0-alpha.58a2c883":{"name":"graphql-codegen-core","version":"0.14.0-alpha.58a2c883","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.58a2c883","dist":{"shasum":"3b978d489751bec3bc8575f8a29c948fd9c73fbe","integrity":"sha512-8zXet/mu2CojZe7KIvXV78VxGcRZJ5R0Yz2ZZvfe8agELc9DELdE4d0JNCiWAJdPx5bULqu8xxyHkLyEpPqlTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.58a2c883.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb21T0CRA9TVsSAnZWagAALlgP/27lSUB0jW7jFiyHoxVi\nOaukMGAtNVXrWsMf5/taltUbbNNGOoVtdC4DWjeGXKwOC47IlJaAmoBVAQc/\nBp46oV1YxEaVB8fhtckzL5npi9C7Qt+UQNJ/1miNWusUVBwNZ9XZIaPuDzk9\nnRAw2wx2jhxN9Ug7bruDKtB0zV5RgOpzS4C7MOa4T7HjRThQfooCevXyKtYO\n29gJuMi2F/OsGzyuFRpND0OvzPq4FysZZtVcdYv3kc7gOzhGUhKE5nUye4L8\n7wCnWU8nP3HhAXlr7gCEqKMbwJhGmAmgGxhiSLyRsELaO23bq3KRBG7O9tWe\nG6+fn3V4M1lomqIMOcWBAlzclM4lIpL1NZuJSwN9TI5PAj6pemxuCgF0CWPj\nlUA1gI0OVEWZ/MUjY5ZGdVpRTSAt6jcmf33arXKZDCBm8bpwgElPTy+MMGIe\nFW9L8qq9OyGXOLGBSrsCPsZHguC8X5p4/4N9DpXPym0XJ1ONmk5h5CvZH0+e\ntO1S0NOjYJiVMEcDu9GpG81odux3T6fBgiMTeHufNuTRaRBe3S4/Cmo5R8u+\n2QGiXuVvqDo0cWIE9+6fzcsm6Ad9M9Iq1aPQnRpXN/NP4DGxpPTE/qc0I+Wt\n17HouG7410HDzJ/bYoEiRUOXruULF/kgRZSNq/06wva/3jxbgKEo0duCEObn\nisQy\r\n=/x20\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICa9goEccWvwOEC1goqRsgIZENrl6/CeKJzY13P0lgLHAiAAs86krqV6BptD6DzhSsvg9o3rO/HBfU63+Oqfojxfkg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.58a2c883_1541100787594_0.5907992770443213"},"_hasShrinkwrap":false},"0.14.0-alpha.0292b740":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0292b740","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0292b740","dist":{"shasum":"384151e3c073fc73441774035164c22c75b8fd2e","integrity":"sha512-3b3zBZ1bec55bQ6YYTgWjIeXNl+VHI5HdxLLIEH9WPzGTPmEhazZ7wSqeEWlPNdYiAoVCH4vXsDQW/r7lZksog==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0292b740.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb23CDCRA9TVsSAnZWagAAwyUP/RO9OmeZ5QATgvpbM+sL\n0HAPLmRgo0Ylr9RfIanoYehkunirJWrgZu7ehlDj4jEbttzATMOpXWVDIpeZ\nUQKnKeyD+VFTHDgGKIJQeWrCd6vXD66dbQmmyY8zq4RrwhL42eQ8ONDXTEyh\noiG7dCtEUyNtpDN9TVYfKynal5tZJbtb0vlZMevejCIOGdb17OQKtSdtNEGL\nZpRaRUNwTW9a1tZfEa/ngRH/qM2eKQN3XEkfff9gt24dn8I05L21Z7YpCi4d\netpnDMa+dj5OExKE5RJP/lPMRZNOCDeFhP3syXoNPRM+DgiDT/k0a8yzj+ej\nlfIpc8xVQMHkbFXap5c9XVCc8FNTd96W6NphYwO2yonr6EIa+ZjfMvwmdKCK\nb5x/Ito5n4ZEDkaZvoIN7jhGPvvCSJ1yzjVmw5Ov1oZ/p5d1OeWpLOAtfyys\ndlovjp9Frj2ePGRFN6/yzUnJAcCQmHC01/swQccwbcBCvZJXP01Yl6gaJ2h0\n3NEynKVGofyuXjGmwSPT8R0qtADy1urd1G1TRTnXaASjdESv/6Apft2rWA0v\nTJE4DbjuDQ1FsWMhqfHgs7MssOCKZbssF+QMEkeEOIHmCe8pQXgFIStySof+\n6FCc3c3BXHQHlEK/hiJ8lQCKu2sCBuFxHmeHPhk9tIuoucg7sF9w9Ysfh1OJ\nkMvG\r\n=mD/k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFjf2Uq8Yxac0lES+W1lXu+Bvdc6AuNYWR+KRhBuE1xtAiA11yyUPr5tJbMXReZenCwnMnzxdj/g5ctohv+3rD0pHw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0292b740_1541107842744_0.8524042251380599"},"_hasShrinkwrap":false},"0.14.0-alpha.7cc612f8":{"name":"graphql-codegen-core","version":"0.14.0-alpha.7cc612f8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.7cc612f8","dist":{"shasum":"c030cdd97ecf5f9e8d6ad53d4173010a753f22e0","integrity":"sha512-c07HKDYkpvfCWpHilEkylrepGhpM9eLMlQ7kclhdyiphOA+ldR4K4kyQ/2EVwhzhaz5pqgFozgol+nxEeBfHHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.7cc612f8.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb247ZCRA9TVsSAnZWagAA3BsP/RziGGJ+J2I8XWUWgYKB\nu8jTLXInh7eql2QZuod3YZjn3hh2Jb7sduWutplEGdvaWtaX0pkaWXGAzGvc\nDbuDOSUo86cdgkIWP76WchGNEK62VshCF4HDFvlSSs/nk//Xtl9Zx8tVUzIX\nysk3iHx6JHy5+iSvv7jhFTOyhcSFsjXTm8eEoeSWPMrNB79RyOR1G8DN4wWn\nE8KvS7cAXfnYxojuFX4G1pBIgXiUBycNul3L/bA+wdY3V+4Ok9xRik6Xcitf\npNtn3g8irZ2Qv7TYiXkizyjUNHJzOxkE1Ma2cp8Jl8iBNtYcOEJL2DMODO+Z\nB815P3uAkwJZyF4E4BUdtHWjd/ad4Qzk1Q4vNcOnPUhMOhtINbPOfXMKt5+2\n+vsGYrfOBakZgtljZ88m+DlEwwJSPnrBa6xr1FXwwAxw8CfMY3FuFcFg2QHM\nkj5+JLnnvGy2iFT0q11I4cUu8hbjmQK0Prwi6ssSw8Ag0GKoLw0tYHn6HV6n\n3oNhPZDOCc5nvJYGWah+cqqv4jTLN9WYmeFC+9Qfh57/q56hR6Z2vDfNx1OH\nHdO72ckIXDfp0m37aS3tG5CDuotCfYfFyXsimMi8VY5dCJbZ4FkrUO0RcCYX\nwmBKfFIb0RXEXYDsHmzPBmnUYluuuJyMW82rehxc+Ekh0nMpnPD5CS2/79V2\nusrh\r\n=YkKy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvUwFyQpIv/bM4kIGJv8jfNurMMge+rQ4TyQ++I1XG4wIgKqR1cLcD8Gwd5jGi4H/F5l0Nxxra+zmJQnSi1iBPsNU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.7cc612f8_1541115608384_0.44409639020546"},"_hasShrinkwrap":false},"0.14.0-alpha.31f55221":{"name":"graphql-codegen-core","version":"0.14.0-alpha.31f55221","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.31f55221","dist":{"shasum":"bbda46c138c6cfd71d331f37e28129f1f8acfa3b","integrity":"sha512-KUvQuoW5SFakI7XaKvWeJjibpTPEcGwAUQ3NgzLE9qdJcHHzZpPLR+Y3KOo9d/4zxdPX7fZIj5rtH+UYchNyfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.31f55221.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb251dCRA9TVsSAnZWagAA/0sP/34aKKBiaZBdLXbc/f85\ncHaRUxB3I9umbysDgK0FLnfIPq6ykjkb7gq37MPG/FV2B9uNTBzub7rQfV4h\nypgnr+RWTj+5l2KGFre5w54qAJB1TDhlR35GHNsYLecHvXipx4N6Yr0L+THj\nHuSghtD5ri3kt352gaLDNwrcCUPKFgpwAOOEBR5klbr1b8h58eVgAghCNFsZ\nrqoQ0iXN1V++LvOk/27cpq2j+ZIYSmiKfu5UNeMNCuFep6usRlz0vItr+USZ\nTwgUkXatRVUf3wyx+EUd/5zqGwi3AW9OvAvtX7jn9E3Rvrjq1jnkLZbdYg4A\n6XhZEowwhlmCrkL81NGFf4lnR2smEjEd1Z0Ntv4tyAGdlDiDPRfPkXmbv97k\n2kDHIiSdsuffH//r4jA2ipUZgXd/p507n2mATHLO97AlkfJbiMXlcoceF/Hr\n1y18W88UKsD05jaT181raT5KSWqc3ptpG1EnQzkYlI7DSKk9b9cdBxtyrLXS\nHXrexPOisCi/3/yuRQRk0L3MA43qKl7+p6s7vinrcsMk1EtVm7JrOIcoNAby\n9v1ZbepW/XW4JMqq24QP6AFNWhyUNApUPFUJ9mIe5G5jhxPnfjpBKXu6Yk/I\nKY3SIKJLGhzXLKt6ByMZGUomB7jMyDssAid8mrRwGVYltlsi/DfVK9SqzAm/\nBANa\r\n=E/Gf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrf2O8zOdlgmTnmZbztGxrCg7zLxb1m28Dp6HHXiH6AAIhAJgeQbdXJ3+3UlXxxbaLNEUcCQots7XsO5/KL6QAdXsG"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.31f55221_1541119324584_0.2642292715332788"},"_hasShrinkwrap":false},"0.14.0-alpha.2e1219b8":{"name":"graphql-codegen-core","version":"0.14.0-alpha.2e1219b8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.2e1219b8","dist":{"shasum":"b7beab6f04872bc4e414efa8d9fb968641b6a941","integrity":"sha512-6Jdlbn6C3Jz7iWsGRIPzeFoTmogYQk4DsIPrmH6babox2UXXhEvxoxqTdKUA3FeCk2w9G1r/oNoiKCV/A3u//g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.2e1219b8.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3AdmCRA9TVsSAnZWagAAp6kP/j7Pv76/nY7VI1B4j/u8\nNzx2uLIcrMoC57vpFI6Zt6/B1z4k+ckTROqtCqZO46amfMqqbbwuUhU9xkGn\nZH/gn77YuJ62Kx/5fr/DrgmCjTvrghfGBxO2WuqX9um3NfkN+eh1rL0wBe5R\nFCxNazP0Bm3/hMSWma4N+JVhljk8Kq8w3o/kuPYr6XJHvxq9VKMwzclSYFmZ\nza7T4/ja6p5Ft9dHDTGZBuNBnJihME1q1DItFdVS4BmaahPmQ7Iq2w48Bhw6\nc8VCkp3RLnbkrbWEsGxnWS0RSiRf4dRUhZv6q+76HAD8vyioDH6WkBqZ7BE0\nHFDfy8rvHIb43vaO+Ob9uWFwBxnUZ3Tb5BaWuogPbP1Rza9t/JamGfxdQDRB\nuaSiIKl5JLjHY/3PnxpwYwX8T6w3NUggRTzx4RXKznuq2dQ7/snFEQ3HvJqT\n1R+Q9G3JbausiDCe9uBnxdtsYfPv+H4+FJnFneWWfo/u+E2bBsAyEyodQD/b\nyhJGPlJXi35zF4+DuOonL3QCemKOe6HjGXxDhp6QqC6tPGcpKVqtsL132BJY\nagBLTPMvXkrXFhj+cnnYLezkr7xrlmCSOgjU9dncgckSojEXNfooqyX2OekG\n+ZQrmKncxPa/P1egmAJVFJr8AFI9PEN39cuwq5rbUtJju1OgeV8XHdK0edHA\n8ZOI\r\n=skdz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3b9Br6YaRDlp0nDuZxaVu7PG4duWY4RpudLb5+6o9BQIhAIozxWdrMfg7+8qUmV183iTkNAPYmYPB2W6tSCFyYuxR"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.2e1219b8_1541146469450_0.5049286871133118"},"_hasShrinkwrap":false},"0.14.0-alpha.cd9a7e57":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cd9a7e57","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cd9a7e57","dist":{"shasum":"5c6a16181c2aa4def99d08741b196310dde42317","integrity":"sha512-yLjfVHnC0BNtDUp7Xvmpf5jMmzaJlieQoOIS6Ev++tVi2fgM9WSij+IYDzH/FrRxnEc2LPGSMv2nCSc7lE+ceQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cd9a7e57.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3AekCRA9TVsSAnZWagAA3ogP/Rkp0B7fswqcF6t4rKxe\n2LfpbD4IHJuqVEuG7rFAgB39FuRMJ87CVtoHU1YO3wHN6aBuL2m2v1grNC1e\ni1bo4A+SdBablrwEB+7K0833cIPtMNBA9c257k4qnPlHsXRlprNfQn5J0lVj\nZJYMfiGKcQPMa6nCvHEmk8h4tk1mD6iv+85j7fzW1zX0Oh4YGWU6FtSba8YV\n+/1PJqG8M5oX0iVyFajuJPRNxSpwxcDDJv2iLObyyRUaor8SB6sFPubo4ukJ\nYr0smzYx3yN/cqo/QIFTTD6ell3Qt0OTd1TObH7ND1lQx+K9Gsl6zZVaWamM\ndnefRgVKEzNDijBCZtP36BXhEWF71ZF5eYM2uwVwbYvTKFWOsK3aJ8Goibxc\nqkr+7ItT9fJLQI/392EXCpeQc/XH37igjrzqbLaJxUB4LWy8zXSdZ3sFXGlN\nxrtkrn1d3KKA/J68EM6BMwY6OwzXuVbL+VQoKSbt/hJUw0Jj6ckmoE9q5StX\nPhqzh2KQ3/G5l2fQuk3v+olB57We2zFkoZ1DdNmXSg8jzGQJqytcEOEPZ/ZL\nSQrDuBiLQMZ2cWretbvD5ZGncYTUAiqorEjK8mWcTqA2chJiZ0EgIGOWGV87\ny/KFyhjKpgn0kV0SAVgVJ7HetPeO4XubWeFf7652O83Mdf2qQvZUKKeEKVCT\nv/cG\r\n=JGYZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDY+QFwA3Q36Gq4v85C7wtEAbT/tayGUd0tIXugqJnoAQIhALW0zvzuub+yQdDl0xMo7XPjkn4h2H0pxwLg9q8zS030"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cd9a7e57_1541146531804_0.55760573702508"},"_hasShrinkwrap":false},"0.14.0-alpha.6d918651":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6d918651","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6d918651","dist":{"shasum":"addaa324d20e6defbc4051f1f2747e61cb37ae69","integrity":"sha512-6Km65CfihuVVepUVgs3rjkoqxhwBHpMOz7PTmTAmqZwYNZPlOvap6GGwcQniyHTzn/ZWdQQkcQChKLFAIs2UPQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6d918651.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3AfBCRA9TVsSAnZWagAA7acP+weHmqGYnD6C4jaa7Imb\nj3j8gCBbr+inoiatA+AQZkFN3c4vZuLvtTJ4WKwmOK2kiYIn+fZEd1xzvhRd\nf4yceuKtlWh9qufNCcYHwwj0l5LdEeZBWrpuu35keml14IIhDCC5o1LUMFSr\nW8kjA5s0pQ3ZBxbhusACacXBNngEDuBD8Iapw6uHkf2wtWJ811vhX+JntEum\noNLs3RuVAdOxTs805B6XNvFwLGm9Y4TSMwzvQqGYkPc4VKGsrE4bUMAaXrPQ\nW4vHB9CGDZ9HTcOUjIu+rvV06it175srmDPseOt4NsONLx9j525fYkYtX1Q2\nJuDfRma1ISEWE41TS65lCirDxFKvoyG/N4PVr7bmmN9NsCh42ZTdBZfkozEX\nSN+OLqxqdSiExF3zOsKBHqZq0w/8xPuma4TFhjEU/jooPZA7RIV59WGa3s0u\n8sMYbH3XSSjAD/ZeaRnLwO0TkHYj+RszzSccvjI/HkUORjJyLHk8TmsxyiUO\nKK79pcbiM/VPoXUM2UnFNsWknUuLZ/lSG/SgJFhNB/4q7aHF3WbUvIF3O/Kj\nldOTBXzpl1bxO8mqzTst2MWihXmZOkeGG6EXwBgCxrl+gz4bFFazlc+wjsVf\n5ojCtBNQojv6G31V2nQJiIHil7tv2Xc+K+eKZ5IgxT/psIPVoCnitDvqjHOu\nk8KG\r\n=iToI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1hQeAYuzEG/c8ecfaIe6/lttXonr56iDoIb+Vg6PvHgIgS+XRFAfVc8xRUvapowamYzlwfNQnbUM1aAXLmR5tJ+Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6d918651_1541146560997_0.2812523003144247"},"_hasShrinkwrap":false},"0.14.0-alpha.12b4fe0e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.12b4fe0e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.12b4fe0e","dist":{"shasum":"612a3746b83b6bc7ef5f2f26079d454b9d310d6f","integrity":"sha512-RNB17WFqt49AI0WnGDXs0nBjD5HRE3VVj7rtSPAHtsgiKVaK/sGfBH++zbExiP064aDq5czlFoHYYeyWdp73MA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.12b4fe0e.tgz","fileCount":99,"unpackedSize":94290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3C6FCRA9TVsSAnZWagAAtq8P/08SkJFZC7LKEJgu9ygM\nQnrA8VebwQfcw4kiQxtpfsDuVMROtMUsTxECOj1JJCtHIqdGXTOd6dIwI4wG\nF/8qj9q7Yq4UE3UyV1vamQA9ZKDptGHa7X5SM/y4/M80PkWhBYmT0GHSi1Cj\n6x3DgMdCxxmFY3Wqsk9KSPbKfXHvqQxq0VxNoe/XYz0rg7vxVdtBwVHca5Yq\nIal/luWVJr4aC6Ru+et1cM4xiKrKbTuMD+kQbV2YU08GNfPoWDFCLhsWWx01\ncqH4Zt5Etx85gc4fJ32m9ZrqT3k/VzWT537YRhhBYLJOnA01B/hX8u+EfKJT\n+o/95mmgvME7cZ4d34YSLMv73a3UyZd9J9mWQWtscn506MvQeQ6iRuaiUl0a\n+cB0PeHh/Gk8r840vzulPmqOv+Bjm4VdQ0zRwLN5hhYPrhrK2WlyQCmxBeZ1\n41JaNuxXpp0ham4A3x49xkYwy3VgANQ7qzDSNuXjjXeU95d78o7LuAim0Cwr\nAlpnCkjJDPou2U0zFbpuNzjVqLHoLXSoL6RidB3IYyfKWjnKs6MW/sB4jJP4\ntGPQ7ec3uiZkxVHPrw1k5WmYnHDhKMjA0v3TWRBerq6Grt90I6Js6iy5f70A\njSJ2Wwl1Qc/FYBkxLDRq53+9T7ueUWoKzSuWhek20SsBQOYfWzWzKOlQgOgG\nOIjW\r\n=OUty\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDN5Srac/9ED0NoaR9T/so46oL7xjB8kvKwU9Qcgw83HAIgYapY2Rsl7n2LA4QlI5ezP9KS6LJsfT4piALnUbChq9I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.12b4fe0e_1541156484382_0.9906664460880212"},"_hasShrinkwrap":false},"0.14.0-alpha.4c605fc9":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4c605fc9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4c605fc9","dist":{"shasum":"ec6b796f7cc2b129a280dcb3502345527331556e","integrity":"sha512-G+NOHXQ2hdnaMV/AzdrMAP3S8V05wKMs/Zch8wwIDCj90mspB4Ommj2jtXgcg0T6v34EoD2LueJCQMkjRbIuSg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4c605fc9.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3EP5CRA9TVsSAnZWagAAnNcP/39HixrlxXOjJnApTL05\nyLCK9uRZl49qNsxCT/BAizPg2/8XiCfZaqTk1wph/bzgpALXXNMvXDFPB/PA\nKxeaPzjK1UdD3c8KFNPrzlzecUjvNfLwpTbkAMYOKoTpchNO+g9KY/9HrzS7\nzpi7wDJv9veQI2yLIcMP+JjtUte9u5ef4nScEEdRcxflYVAqWkKuaTddlkx+\nrVNpji2v8fjQGGmNsvrGzibCoR73Dm5+LPgmFhBl2OM2Oe3Uvby9x5psgWy9\nASdyyBdb33BP8pJ3UoXXSAHbXXtas2tlrKu+SLyEc1554dk73S0pLUQDGKAq\npX3Rd/meNceH02aK7oyq4+kzQKv1GFRLmN+IapFef4L/CHtdTXbG+Pzyt8ph\ncEY7LGbS75jYYG61CYenXqJO/l2EAPcZWyLciNY1RGFeF0Y4ljcC2JhBf3KE\nVplwLp0iBOpodAXMy5s4OZiSfLbgEpGgpbhruzzFRzCf7MOJxfDtozW44BWP\nF9mQSRSRQRwE/un7H8yIbovOHC0oss7DTvo3hHvh9MyIp7YtM70AOZvAMqIz\nyEGPw1alv8prmKNLyleQCuTCy+zvZzmxT3odb5MczZfXzhA5iu0Ua5PRJf3+\ntmpRl9IWJjaw2fPiqdl9O34rZkZssMiTiLIcfmgAnyKwVXeQ6uJOS0ls/u70\nsqMJ\r\n=b4kl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD29VQ+34KHWMnVvc2Azu60UGZk5RPNFseH33lF+2W6AgIgOZCMP+QzBxKUJ2BDqd//USOy9AzBi4GJrkIeFf70i7M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4c605fc9_1541161977103_0.7814404397854073"},"_hasShrinkwrap":false},"0.14.0-alpha.45c04164":{"name":"graphql-codegen-core","version":"0.14.0-alpha.45c04164","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.45c04164","dist":{"shasum":"3c90076c0bce401ea88694a87b7e2400367557e5","integrity":"sha512-ufGo0efH5yCtifhmj9qYP+Dz4r9iuhDGcLtcbbbbN4KBeS7CN639lxVKx3XvBFaWfKLGP+MbFHB5sj0ZI0dzJQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.45c04164.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3Y49CRA9TVsSAnZWagAAQ8IQAJuQrZYE5BhWA/xqcUsF\nghcws9bVibhHebTn4qPfsJ+/PDDm0bMIACMTd9wqdqaj7KEkJVzuCaCRQo9P\nrGNzL6OcFr4SonkiEJyp3Mx5d7fKtUF6Y+ctVRFgePyc668+rslp1SXGviVb\nP4IeDRkMCwfbOJ8/4eLwg7VDLw34wlRPH3nRM3HJe38RDHmxSkEQ5zPDzxVn\nIOzdUv/v3pbuS7vqEa4R7a/YSGeOuIud3IF5f5AlslRNUFrxtR7PsqdDoUX1\nBa+FV6DWE0wrlE6MuJ4KAUvOCStduU3odnz3/J66S4i3hs5X1wLCc8LWkXS3\n25GelD7TNCR08phrU6kSu2VDq/ZHbpg0IpBDAN3Y9GDgc/ezTY0Hw3r3H9Nz\nWCdro9O7cClkj2S+JZGbP06HfvCpqGcMIXxwI1vqrvF43r8rVZg9bj/uzIqc\nK9CJ8763+zzkpFn6RLb85htftuKKbvgQlHmt0t8itt7yx7nd9j3RH88uCJ61\nUqS05DeyR3QscFVkS21vUBMtwvClmxc/Y2ux1U13e9XC6dCVRPJoY7pvfa9j\nXJ2boXbCeRYTBXiSICBykjJ9XJ1cazdRZdj+nOcknsZgFDMGcEM4x4+HQuxs\npdKjwf2se2Yp/Kktly6lZv7oJ8fIoi+gx91PS8wWsrUvWeLYvifXg4rfXMs4\nff+q\r\n=FeCV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaAL9ckH3NhbrdMHQcQw85MB1yT8A9+ELiJn/yX9P5bQIgdXtaFoNiYp1k92cOtw8ivcKRLSdrTSBKWWbu4QqskBU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.45c04164_1541246524192_0.9929093691266722"},"_hasShrinkwrap":false},"0.14.0-alpha.0c572152":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0c572152","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0c572152","dist":{"shasum":"2c770d26e75ed61a1d56cf3c48901a8da136bed7","integrity":"sha512-hMsqPNLHzsTGlkVoAVWOyaKle02PvriU5GNQmbSqbV5ECgFdV59BtzTD0FfjBrabwNtUMbV5x7TJbuTbApKh8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0c572152.tgz","fileCount":99,"unpackedSize":94290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3y7NCRA9TVsSAnZWagAANJsQAIIQzPH1pJf6RP2cjV+0\ns5uogHSUxkHGMR/UjxXqOIKyAuZzAfls1xzNNmG8xePyc5ZoPisxOHU+5krM\nxDmqrwmICwffka7XZCRz/l5TGwnG1FZ20tB1wikAIBBhepw71tW+Q9f3CYfl\nIKn7yXk8tFip6+RgzuqFleSRDZ5LGBUKLjny8Tj61qSXld4C3vv+UcAyoFpb\nzXZoX+yH9d2alfC3qV4mYiZKxUGkaMUzjAFXuiIf+7yejEaV8cv/EndCgtNM\niGqCTvAJCwGaUpSmsVAAcGGnLRNPZZ+SJ7me751g3kljqcbf3E4sDuKK8ejE\ndJ+ICBYssCWkUoIT4dGxdSu3cpnZuKZZzO0Cp2bAhBcuEgTmTB+gpVHSGTPy\njlRYjO2Epjf9qx/cHSACU2MkpJFXTrqNJyHVDbwP/NJ6VXj+MWrdHE2ruiyT\nEmA2v/d76zOy4QWNOMDk7TdgENve+HVAezH6kqowUhgIbW4OyGRP+cr0JWtJ\nL1eTDwKjDFdqXgzlz3De3A3wuIizaddmhrX7llZGshYltHG7par82pXuFZYT\nPuReNmBaatK+RvQMq5IT2ktCXFbMSdE4id5jCt2XrjigjV2X8NbtXuAunvOh\n+W2D4THpmq+c5EnWJr9TcHPfDLiIkGsW5+aMb8p9opYw4OHY9nmAEA112Ox/\neeBI\r\n=O3Un\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1v2/TK0KmONlR9sDOSY35oLczaL+qsV+H+QoI2K4zNwIgKOKlvKV/x59/BFWvPSQL0RRUQSLxDuKPfMNBqbYdmls="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0c572152_1541353165154_0.20919046301165678"},"_hasShrinkwrap":false},"0.14.0-alpha.150a7582":{"name":"graphql-codegen-core","version":"0.14.0-alpha.150a7582","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.150a7582","dist":{"shasum":"ba2ba78e70e8d54270b4508889b148e440c4310e","integrity":"sha512-Ro53HNXKQ96ZtUt6+5bf+Rv7Vhhh5IIkcLwaVcUqNJF6Ca7b8l2xXQP43uLNjqRGYkqDDlr8k5kTq0KLR4ZEOA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.150a7582.tgz","fileCount":99,"unpackedSize":94290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3zLECRA9TVsSAnZWagAAuKAP/3wFgofVa5QXUH6UE1un\niBVXokeSZ1TawDdAK2SLSRIhg/jtPzzwCxxN6YzcfHLvvcvFbDZRAtFP130P\nX3Nsz3OFIvpJvTapTz6mSEQ5vSwmZU1uhZu8G3DC7wtYPm8GPybecLe5RwRT\nKXJI6Fs4Jpg3RHZqbCUpNN6QjtJ46yoF7RkIeTUWxNkJLfWrqsJb3t+zpzd0\nFDwzXWD6sgMbogrNmZNclTs4Vgn4Jaj+QvibTrB914+FRg3OZ/eL3G5qf4Qo\n+M8wupJD0juFdOp+Byb9AjcKSTc53dglaHPfoNNlocIBD/Jfp6kz1CSGcLi8\noLEoH2MBfFYAoNWQWzhOueRL5O10SOvKsW2zFN6/FSwAs8WfmBM3Jw74C1MA\nvDdwOhOv2W1egQ1DSRW4FWEux0neajauySn+OXUxzVWXYaiBwvf7uf7uJSG0\neGtQrpGz/u+OY+AMpnsLypjdaRS8amhRCr/iKcksKuJMfoPQ2X+K88LF9sz6\n0Y71/t4Yv6RGTqyl4Nrb1CQL1AWPKGkvvBfFSJw/fi8VaM7Jw4kJ0eBgk54y\nuZxUMxbsCSfYRwpjYNG7mllMRNBNqZXK/YrQAUesZjbZfaFjS8lavcQIWwn/\nkJE3ZUiQphM8P3QzzmOzCBaP0jbn9gQ6DjxD6wQ/Uc9VWp98Or1BEw4J6tXJ\nUmHJ\r\n=Voal\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyBgkQHP8/UxZw5aDtR3UJ68zLqOw/mB9QP4SUwdowrgIgKX1qAk/L1g4ZrWDNSaWHAP+G0XCZ1wMh8gzp/qsjdF4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.150a7582_1541354179949_0.4013894411305665"},"_hasShrinkwrap":false},"0.14.0-alpha.cfc8fe47":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cfc8fe47","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cfc8fe47","dist":{"shasum":"70f1da0767b9fbcbeae30f81a5dd7d5999418449","integrity":"sha512-dqShkDU8Ca0HyLMy4d1zOCLUhG6jmeCPqBMk8ba+ml21D9ege/kQec8j5ZXU/gW8y8uYPJE/JBHFlLodHIYZwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cfc8fe47.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3z0hCRA9TVsSAnZWagAAzPYP/RSs94XuzHw8bB+v4tyd\n3qtrET8UDXVCgOcBZi2n/rq4HwYPSO0bcaFApRKJ7ZVGYpLElh/iF9Z/JSzT\niQKPOjAZBuTL1zPyyLxOmapTNenQFNhi0DqvVVAKJjt+if5vKam/BP+JSU0e\nGX/dqfWlCFtIufOjGsOri4PF9UAaxDcldknTJhiLfPUskqbsZl1ug64hx5/2\nJYutxrFsri25Q2wwUxAxrLSuaS4JBmHV0a7XrssZXn+y7/0sy1vaBMOPLpaR\nFoKI83+lb5ZjRQe3WCtAAv2Xde0L+HikgDzwXSlOyJghDyZIczxG0xZRE3AO\ns8evcq9I10bUgfEjSozneO1q0UKy85kOPyGiZoulx5SUm4kNILo+wpk/hX+A\nnsCREA57xpa0oJ2LRf34o32fBMTppUMYR4WhTKIRlIzKv4kyBsrRgAkE/Vhp\ni2rczAcQ39ZQWfXxV6mExmq5PHMEeWEWbrasvmxzRvU0fgJgEXa7TT1JL+HG\nprc44PxryuZ2ghDVX8jhHVr3yi3ywYDw9vGqBBsAX/fRE8Dm66LsGHPQjHQA\nfWo4ZukXvGCaPsRqcxDaIbRJEAmdsE0a0mADSEMyRmKoUE0dAnIWkrit26gG\nuesPClgF1nMfrYgtzwmB3j7tH2a0wjJD4EvIj8jDZMKatbLGEEwfeDZj8ogQ\nvEQB\r\n=sPwA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClZ0okzqAiQxueNkunOL+RhJAPUbuF1BSwKNuxyUNm+wIhAIEMUv1DGTtK7WBW0riTo5i+7wMlw8tkgrkYZLZbwNIt"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cfc8fe47_1541356832572_0.8267607915498592"},"_hasShrinkwrap":false},"0.14.0-alpha.e90b63a5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.e90b63a5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.e90b63a5","dist":{"shasum":"a2b6a2b78495d7a60689e1a63064f59557dbc044","integrity":"sha512-f3qJbZlUqZie6xXA9ZyjTf6h9QK0eTqcMjv+dlqrPDknq9O4aBXnPFB171+s02OY4ErdI2MshK1ew7ywZOBZaQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.e90b63a5.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3z/uCRA9TVsSAnZWagAAqVAP/067hAGKP57g/lDDaHr8\nBhBh+Kyl3ea1YO8uSwPVcGOkEijPbxq4xzDUp3DSXUr4O0KUsMzr02iGJwLl\nzLfXtTRf5yLT2kZl+0UEa1H3QK5POp6xW8wGW5/YljKF597tgwiqv5J5vE6T\n/1ot2rSAYRYHhXEpnptHIJ1M6Trs4mMSc0x6rt29msEGavq7LjZFU5xdMrzY\n/y2lR8dWXUrF/LmNKGGv+qWnp96cOMpIogqvAxMET1BfaYrQMgVfC0Iewyw0\nHOFFJ/28pUKkiFIia1cQueNZHzqTFDCC6Sr4GKP5KLTlQ1G3STnIEcswtDJO\nfFBlkK0aUgF9OaurBu6P6OvjOpfgD1PP8WnzM9RxPA+CMiryfowWy/Y21HaF\nwgRLkcdoFkbP5j/fH6tBymPnmOtbVpYv64Oq+Uqi3842EqSRVoIuwwzjsa4H\n5sQI5/X02g5iWCvCzpnItv9TD6wn4evrxrcS6NsZ8EkSYlRxXyXVChHqtGDV\nE7Ag+RCj0Hsq1Hn8U86Eek0ZqPYzbw3KzUw9zoK/Cwn9ggBFXXTQ8pulM1Pf\nm0UG1eiqOXt1PAbqhRR1Gbv5STTWmTKnFjXhglF9RQvnCPPl6/zAOP3VKESy\nOuUqqR3qb922GPo7KhXxQLgpS9ivpjY0cQGYiSVH5tBBwLssbptNHQsHnjU/\nzn2a\r\n=xD0f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB7MrFHSk2dR5tMN1nO16PVJCvz2iGhWSM0u5W2AL3sbAiBMrwPzIqsEKaKc96Mv1BES5rboH09bAh/mDFZ+8fAFrA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.e90b63a5_1541357549524_0.9143809324581447"},"_hasShrinkwrap":false},"0.14.0-alpha.5591e383":{"name":"graphql-codegen-core","version":"0.14.0-alpha.5591e383","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.5591e383","dist":{"shasum":"60c500999ec52c2a0f295493d1b103e63d8cadc1","integrity":"sha512-6DYMVgAlUOaDmh2DrKM5nv3Y0XerpSMdztVM0HOx5tdVaqKiQrHL1actGhg9WJTfrP+lwuZmV+uWvZY6NyDsMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.5591e383.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb30Y5CRA9TVsSAnZWagAAwWwP/RY5MAllYvH/RoENy+FK\nstNs3dhVUEFJBkM/q4+qLmgtRkIzYLRA2uyfbdW0n2HVveUXbXJi+fx2y+tS\nDF3jrDhSF88JghKZ4+lEa+1e0fnDjCsVWUTNTBGa7/Svp4XaN81DpEHHuNCd\ny/KC4YEigA12/apGx4h3eQBxsQDV6fEUf0KqWWY1G1exmDIAkaR3qxOpyL1C\nQ9BsEWeP3sNddvoV/CYkStZV3Wen3QIXGXNavTm9UlNoiRGllOQWks/GPxIG\nEykniKMkcSqGHFCUeq0dox1ycGyOhXwTEM31MpoRqJBCFaP+vewtmUSXKvv7\n5TeQrbReHqY+bkvA5aC0Qqcv10mGOFddSyD/kTHci2xwzya8UB/CMl45U873\nD6lHb7d1T4ytSK20PW9iXNVS9q2LJ7hvsTyzG/P0juuVIqyE0StleleLRDuS\nSJg1lnSFJBP/txEPw//3OTNN/m9vtPfb4GvOmO45H3Tp2o5BTj77AosSYE+q\n71kfYAv1g8BUkgb9+Jj3wP2Q+87W2AxNQS2vHhk6eHfwAkNxmIqRjmf8YsMD\nT4LQJZzuPhSO/QHBV0MW0Gfxh4q0e7w8f0WUvLK9O3lGv/ebXKPwaJ4aZDDy\n5tGHcZwha8BvpM6RM7uH+DNTmYfQ/Cjq40kmWaSKCmmDrdDNqt63F8As7zHy\nkNJP\r\n=FsmF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMgOF90z21jHGePuYavmUSlLMRJdP+EbtZKDFpzGPZ/AiEAmDfUYJSpWoa/APvV9ZdaHy+Ud5e224Y2zPef7B4NYLk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.5591e383_1541359160422_0.6491862267053257"},"_hasShrinkwrap":false},"0.14.0-alpha.69d49fc2":{"name":"graphql-codegen-core","version":"0.14.0-alpha.69d49fc2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.69d49fc2","dist":{"shasum":"02b3c2642960ff0ac2be8e34a04b008862b40786","integrity":"sha512-Abn0FZnlGkrJUyLAiJTRMMioFIQC03NXTfTMlyJwbquRwOuKNqo6udMKiioTfEIjPUv3GqzD96vZJgRRF/X3Xw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.69d49fc2.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3+iPCRA9TVsSAnZWagAA9NkQAIN1zqAa2VOOtoi23wNB\nod1jehcFK1IjX/y+Hn33xRZVP9kP4MP+ace/c0TD8QRqFTXKrI/Ws1//jdh9\nwrZ8FIauv9zs4Bh18AIelcRi60lowVrxNkuPC8jeboyIPMyvVipWDI4Hw+JY\ntzSUWqcc/BUD2TU+W8TMz8RfWcf6pEkJVWklNvCgHeYbr2Wz9EEox/XLgeq/\n3xJ6AEure6dVtcyHahtLii14Q0DYRjOjhDoiBX+oEDyX1+++DzYGOsXzJejt\nzReMRqhAmqHiZAkNKBCs/TZWm+YLhMNSc0e8hOpb6ht95qX/5u2t3RHNoG9P\nncJ5ukLHbyUUylGBV/fQWkSktYUOBYVupGLJCoYTm+hEQ1w4y5zhA8eh90si\nzBbmpVvRIsn6+OR1/IM8B16GILU4vCpEPfLCAlYbWxY9oA2rSswSvrAWzF6q\n9ieWAj/8ZiWM2dwsdPnfUuaQlGrtxmMsP0O+6y43478OrgL6Zgs/94y0tVMr\nqW8z+4ea/vspFnd5XDO3BUhHr9YEITSvcqkNkSGYjXdh7r8B8xOfXzbwlm3o\nfoDA1ktSw0O87yWVtSnLd+in16xTNPi9ocNudVEsJN7JtYHDHOCmBYdNjCcS\nWgleIVDZz4CK4f10Ts6acbSWtsThWkAUxYapuV7VcHHjiP/T+n9w4tVczPu9\nBK1m\r\n=TG0c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXuRhWGYYcUitgtLEo+gsiiAiqD9ugQG+tolyoJm6bWAIgDUE9AJDCdtRTfSGY7EMnV9YFdJpPPiCDA0+r+fAeRw4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.69d49fc2_1541400718737_0.7589890379114705"},"_hasShrinkwrap":false},"0.14.0-alpha.197bcfb7":{"name":"graphql-codegen-core","version":"0.14.0-alpha.197bcfb7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.197bcfb7","dist":{"shasum":"6416cfd196f5570de163fa9a403ecee88575ee35","integrity":"sha512-EJYPcCm97/xE9H220m7LTdog2QbZvT8e34gm4vWYkLiuNnGyFP++vfus5SUTZPdGhF5CFYRdA8X5hpmdXubPiw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.197bcfb7.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4Au/CRA9TVsSAnZWagAAnC8P/A3TukZto4/bj13vNxz8\nix5hW4HbxFRsX4GCuCWHD1fC5Aq5I3sbIHaTXxtmu/weFc0x616GCdS9lnA4\nWOd0l1olUPcDbk+ypp2ZR7Q6+sysoAPsd9H3tPfuqqLIhbEICfwcqvbLprNo\nhuYWGClvpz2KfCTryIfzK/HD9y45slPoci5P4PfaPAkz8B98r+nIorZ7+TDq\nQFAOuN+wZ++Fw//9IMMWai47mDAoNZ4ClPswzcRPCU3q+f46iSyVpJClgW6c\n4XLKP23p3oyyMmPfqXh8u3GsqLAwHG4hJZr2JI7huSaHuQ0QMUSimKuNjSB7\nMauyZyqN794pHRYmd9pAFEbdH+Gv+/H6ArWeMYxeKtfniQzB6dLiWo7GIXQk\nhvSAB0QvylDGraWttQFM04IBgpSlMgAAr26ifG1JI7tmsekobsGaJcwOrEuQ\nMoylEnppoH9witQ+fwp3QwSdk8mRjSwfVSXQdwHOrY3DZktUqNvlqCFaFcvL\nPbuz7Bo+qo9mt+zp2eObmyFm0fu4RBTbg2DsDa+XAAvCeAj/ibw7cVQwxUOm\nEB34SYHNiL9nVggOgPuU9sO5NG2E+92LLdCEL8ANXK1503W2yY8piVXUBggw\n+8A0jywe8Rx1AaoamlJCYKoTIydxfI4+P+HW8vuMoZMkqx999AQzfwoqNDie\n/2jf\r\n=SD0m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCr2EzXIY4khgNdvoNoPfQ1se+Mq2E8SsGy/UW8XuUFxwIgKfJxky6/N+xN/Xrj8Up0fMjuC9QQEUndu8+ZVaiYZMI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.197bcfb7_1541409726251_0.3743142297999249"},"_hasShrinkwrap":false},"0.14.0-alpha.72564d2a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.72564d2a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.72564d2a","dist":{"shasum":"7e580e5b42cbd04d0b89df1fc5537ae7b7f36975","integrity":"sha512-MUXGuVdtbeXgiYzVGWjFmqTLiQWBEKPF/1Lr5bsACnDGBH/tfsHNrnD1J3v/Xxnk5UhCmoQBmyPFJmhBlAruFA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.72564d2a.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4EUZCRA9TVsSAnZWagAAL6cP/jmDPrzZIxmO+BgvnVsd\n9nMkF2Pu4QjE+rgHg/OKMq6qIKdMz9l1ufs9lspmFVgEjXRRixd01km3cGqP\nObrVV/DGC0DpzKXl1rX0+ieL764xhwBDTw3bflUtSDw8pq90dsBcJ9vUWGaU\nPHnikQj2gCSHYrYm6wJqb/j0SqtZ/L9AffqZo0N2jfSZBcYzQ+9MLyMmACe6\n4n/zJL2W9lbf7xDnrLFZq+GujKlO09X+morQSThyHAJntBcUF4Lk/aDhpOgW\n4xyjbQ0G3r0bj+cEXFtkpetSconNPbv16s+v3rvm5fnak6os19qD0PU3JlGG\nrSEqddtu3ZRPjnBqV5SRmbroy8d8nw62ccjXkZdJK03BiAb0uIrb825EOzj4\nLI+/KoT/n+5mD6AvKEKRSFCvMiPl12aK764/nOtC9HVhn6U05qWBr6zyhQ66\nuJBePjG+K6fITjNtLJ4Cx5o461K2KZrsunuScFKFnI0ZeF1VKNwoYLx4y3BO\n6lJTkYrpz25nixhShKEAy+vm2r7Sm+li/CzvTkjHlXdcq9XGlzxYSuRLs0uR\nGzGZfZWrw0bspqaqdT+VkvMvw7nC0/+c0LkaCwirzEtHdck4OmQ8NdM3EddD\nQxx8RJKIcB1836awr/MpSHT9ywG3Avxypk0rSGpAYmVLYTw9g0rtI9+ALTNw\nFF9o\r\n=dqGQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEeFScgt+ICWu63MGm37ee0l/nQKs2HDVue7ZF1OOGR5AiEAzyL1Frv41Nw4TipKmDK0eiSmeaPAVcJutS3YnqG9Zpo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.72564d2a_1541424409222_0.8515558764284641"},"_hasShrinkwrap":false},"0.14.0-alpha.7c111b43":{"name":"graphql-codegen-core","version":"0.14.0-alpha.7c111b43","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.7c111b43","dist":{"shasum":"9328a5df5424f0723e5fb7e72e895240218334fa","integrity":"sha512-gKrYvUOdjNi3cM0f7RwsADBNTVSr5VlccPiNvuP1gTuUexXUL4cUUMuENtc3KcLLe5nOFKeuma3g+bbg8xfrxQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.7c111b43.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4E8SCRA9TVsSAnZWagAAcx0P/i0m8yRD2GL05UDJ0Ymd\nUJBYdqOgCv7SQUDZW8HX8Si6cLDxSz+M+Y+kZPD3ykwszX6bdtSQA8FF4jlT\nx4GUyhLEPFPbk6DwOvzzC1EYKRaVGVFNMWDyNGdvQ+VewQ4+CXBn9eFRr0NK\ngLu3GEkahxDFQV46XUBoHoLVymL/eGgQNS9VLa39yS8nRgrq9lNwflTBd5Ai\novGFMViaVrlVeQ0X8ulgK2CQ4ULTx/GHPo24Pfih51uaIDBebFosP66KvQih\nnAgB1grVOx+r4F5v817HUuq9pTFBcy7Xy+kirgIOI1QiHIagFoMQmqoIPaBS\nwK+w3qYPWeS1xiYs7ehLDVwAmh0zmixX+7XytXtgk84ZkFdmhxdrzu4pSdu1\nQ6hm8U2hgJdsSdoKFndwJPy0W+QF3zzJzXhRZqb7fbYLXs1yoyjC6+XmFFLv\nB3CNOBjQLoy0+yKfDdEL6E7pA2hEOydL1iT3z35JdyylLxTejFodeB2Sm1mQ\nZYYv6JfaYY6nKmawUgSS1BEoHZrNBIQbZ9XrQPnHMMBbNxr42wOcS8W7iOfP\nTwGyeghiyw2MvEEFd5l97FN+f8e3VW/Cjk89qrErWrYIuj72KocweW+fxjFP\n6wssoVlDdfQSb/gRZXmjZHDEYKKmiTdCWlPqgulvgGFrvDpv9mdHi4MJQRbP\nf+t9\r\n=Zayy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBE9n/IFDnhgw5tB5cjYKpZar+rrMlstHFRe3TEZpi+hAiEApDFSXzT9e5QV5CTTL4kBd9PWNlyXkY4L1Q630uuOqBE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.7c111b43_1541426961369_0.6517721872557021"},"_hasShrinkwrap":false},"0.14.0-alpha.0bf44189":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0bf44189","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0bf44189","dist":{"shasum":"0556ce6a13358c3c5b24650c75378a4b27309e2c","integrity":"sha512-FChvED3r5wQyHfzozdbgAZxPRY6/Qdy0YdVkPp6qPxEZqp/A6IfFJKBbwc9gl44KbeVD4YKVPsmePA7yBfpzjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0bf44189.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4GFmCRA9TVsSAnZWagAAgd0P/3vcAALSlJkNs8zp3BGi\nTMd29zY4Cq6ttizgTjlDbkR135/4NbCTbRMfVewAl3PzXCpvGAHkQZvMNzUo\nxabnZk9CmXdTmdIT5khreAUUxhpta8hqSo8jHTczIslWzTE3ceQLxW6PUjh1\nePOBWJojjllOWRh5E4I0k5jpeyFPMbm5VQIlXpa2xz+CH8yNcyImkdF+e/cb\nsRVsBOGaJ/ekO3+IxLxNWerkorDDooohrgCk9ax8N/RT5NHMTIsj4NwCircR\niDflqIgjHRqbVfhas7lY5DtSwgJpCQFhkwV2dxc58Yq8JlYnZsKFln70IS48\npNMFHmXULKYZSjEmGyiUvCR+ftUF2cfPuufcJaS9yJ64R7LOS5ia4cMFhGN6\nBxkRzXy/f3JjHkl84Im1e7hjMJNFdOkI3W0XeImIL/yLroaTa8UQzUDOvPpl\nbmIoNAo9ICpzxd1K1hhWA6vJNNxQUEWMtAALfVgJNPRDjhpaZPoG6kbhdVOu\nORM8AJtiSR/ptS5hP5Icik7kV2Ct5NOIJwFhBUj3GlBGLppEfCYgS8onOwtp\nbg9jQdTKFsyZK2oO8j/t6hZw6AEKweX1i1n/WeNUYYeDN+SKFGCCa+cVzdCl\nbYK6TGpvyTnVsau3CzG2kexh4OFSubbSN8uvScNygoKTvPMNMT5bMbkzhuvU\nmONh\r\n=a5uW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLg7nY0jHoof/oFr0SrPsrqHRsc+w5OQ0AXa/XqiZE3AiAes+viQWvweSmBGsg4eR0F7NQZfyxt57T6QOtxr9gPyw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0bf44189_1541431654118_0.7731611681441941"},"_hasShrinkwrap":false},"0.14.0-alpha.a9096b1b":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a9096b1b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a9096b1b","dist":{"shasum":"a36a1e0d5c9582d268dee7b70847fa1c72e95e99","integrity":"sha512-47t8ZiIEo3X3pVPkST0FjndX40qTWOmDhQ/FotfbNFve5PCgIQy9GEuc369PCJVSi1veR2dl0Y8OcJQrHavcMQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a9096b1b.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4JLvCRA9TVsSAnZWagAAfBgP/izczA7fpo6nZzBgrzjh\nZ2MNsaTzezQOyEKHI7dpPz/D/OD7W0Bh+Xim8vtGsw5paTIpLbd8Z26k8sLt\niKrJe1e4q8hyd0gM3lBSfxF1/7cgAUf0eRev7mEuRFdpxdV3OmxPYtv/p6SC\nY9cf8aXASOkQRRk9N7AO75KwDePLMqV55GUup1nfogzhzu2jputtDPNjYJwR\nbLG85KLyM5s/Qw5q1auLLVG+gzUeRC+GWGi/dAivOwGfJZ3cZmTB9q3QMtIq\nFA9IxKM1GdnZaHsaXZhMmryJ9SizWnG+kuHPfMvO98+GqlSrotfKIJ1zBl8P\n1tQ7rTSeuuvwW+pf0HP0EmI/sJ6w5/i9rW/sovhGftLHZiD+TzNu+zzenAbA\nZsFj2EncUcmL4GkkEyrsSsw18rgk2RwQejn0AVzs2FfYJW62LgCCgHmLgADl\nLLPd5eCQtm4VwmhsV49pV4Wq6HC6rm4Bk1BE6O1f5vk6cVl9bNXi6qxa1JCd\nwQFa0xK3kHktrtys5Hr9a0p3cNwjLdGVb8frcbY8JZc5/5HawXjF/U51GWKH\nlSACuAp4gw9m+88+ZX3bxgHIfd2aXSAaZUctBOeA6JttQVa8eMW+s9gws6yx\nwRNuHZkDsopAhaisc/NnQFrUydsrgHfExDC4OERbwSWiP1U+7YnZ54DhIV2L\nKZX5\r\n=ob+P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGc3xdXFSiqirUUQEKwcXLu2hNTbrpsZPI0EeEVkfoaVAiEA243cJ9b4kgkG3vi4TXfQjkJTXZ82lOaQsJ3NyFMKqXQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a9096b1b_1541444334444_0.38953026835064675"},"_hasShrinkwrap":false},"0.14.0-alpha.667411c7":{"name":"graphql-codegen-core","version":"0.14.0-alpha.667411c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.667411c7","dist":{"shasum":"cc77c812e04c37f81f181e39be2c90141f4cb6c5","integrity":"sha512-Log47vD7uGTdX/Unb5JMsIdWnoo7h3BbD3WrRUQ3krOBBd4cV3fc8J4shlamNsJx0BQBWVyawJl6xnbSp4w2iA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.667411c7.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4KwlCRA9TVsSAnZWagAAm6AP/Aiph1dq1NND1slLT7Ya\nguzqRZ7cX1TzLd7y8vPbFhWNOgHBA8CI6JouCvkoZcGuichHGNxpyHXDkqga\n0bhvKgRoLxM62mZQQxVur58dOX+r9vKzRh7JqVjR8xzgABzWZY+zGoi3fyr4\n73/MvPjgctzeK18r2r49pV6LZNIISqBwss1xhMZTTR0yCYNugAi03shQBv51\n/S42z8fIhgg8VXKCk/pD73wWOgwEDQa2Hp9FZylrSCYDOwnB8nKMGPO3+AIt\n8OrlfIpyZpRngzjvB1I4epVhCZXief67y3W2gnUCrchr+/CdNjbu6gBuoQQU\n/QSKvL2vlaoZodccl6YpQPZ0gRlMTpNtKD3PH9bUDIVhwh3pYqaODFhMSYnh\nA+S5hxEX8FRnCFm1gpKdB1TEKKmnhtef15pmxI6nmT6NT7G8sJUC6om4yf+B\nvnBY7vk4b6JKKx8bA1wftbZtTBprU7wCCGG53xTBfqjSdg5AFGs1gaATa+F2\nJRPsDCF6xsIdrTUAHkmH9+F0CMYVIg+pIJca0TXjt0Q8qNR+kV4tBRVRushN\nVKsj6mWRJauePM7haIrv37P5jQkYLTDLlxMz24Nlv+vmRVyABTDat5hVF9al\nMw3yeCt3cnk/cM72S5mw8PECJZpKnvU/wvLU3xM3hfeuYk6EmMgX0sBv64P6\nGlRu\r\n=HcZb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCniO58EDIF1OC1JFRiU0sFXkaATbW1yXPLvyfIhaPDRwIhALYDyUey74SvpOvLpnMxAFdZqb05QSWUC0+LdMVA5ea0"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.667411c7_1541450788931_0.591093155776246"},"_hasShrinkwrap":false},"0.14.0-alpha.079e17f5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.079e17f5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.079e17f5","dist":{"shasum":"557c54d4c01611ce6ccd46b0c3a67698ae233993","integrity":"sha512-Cl6cWrC+uf9o+BoLD+8sKiN+WtUtyb7zq0L3/KYHwKG15uuLKhPzcb6lNICZNjgLMDHCThSMz2TtxLoZ7WUpJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.079e17f5.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4MreCRA9TVsSAnZWagAA9BcP/28lbSLGuSyYURF43u8a\nk4Qd8vvmJr8oDZMChMxYwCERlzoYo9R/dC98kxxpcFMQgkeM8Lhdp3z35mw8\nN6oqM7XSCY7O+hDzMKSNOhzkLHnBsWupe2ljfXYLaXuPYATv8S9KgBXvV2sy\njqdwVHiRr3vzdzbYebesE316rssYzvWY0SPekBrNeV+e9VCeR3SxZoexUrQl\nRIMSuUU+ICdWGzZORgSAJVHF31wgcBBF+f/zrGbhrVSp1OGUI7itNGEJ1ipC\nZH1VAuTuChmahXP8islYafGa4eBwvN/f9tfSQE3ZopBh391htr7dP6VWyZ97\nMJGKXNEGGvn73w562yjDJGyDb8kLKX11x41MrbTLmrclwiigqM3Nxi9lGmOZ\niIi548ZSUEN/qBoGejq/fPcXoLjQghJRsa7QMQRH2Em2rRZuoxUjlc8l1SmL\nTlcyzYpfoo5dAGOv8enxcYaQjiXM7QnTyewBp0fmdJWdJrFIZ2gVAjfEortX\nZ4kGpKACAe8ym+etDAexTCfTlkVIxXm5OAk+GxbFSqDNQ8FouJFLKd9V2szM\nUNXbEod2jncf9fU4/8KD7niOqJY4CN3lzKXmARSGQsyuxY+jh6oEaIyx5YhR\neAJhgFySUmkaqnEjig9VtTsiW4VnOoX5OhtEzfwCOfWKURg4/82y7JkaPpBE\ncoGg\r\n=Ohc8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdRdLpy8V9CJZAZIvxMGqhjstkhvcJ68DGGAgBQAC1eAIhAOW6Ip/uMvQKa06zBTL5edhKye8voyizftTL7CL4SxCg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.079e17f5_1541458654283_0.016584502294195946"},"_hasShrinkwrap":false},"0.14.0-alpha.08d3f8ea":{"name":"graphql-codegen-core","version":"0.14.0-alpha.08d3f8ea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.08d3f8ea","dist":{"shasum":"2dbc29dcd999c63644314d4fd1cb18fb7d5ff3b1","integrity":"sha512-CS7AHGqqqO+UGXeJ7wCotDN/HdvZYm2h+3EvWyk7Zj5OFIsQFGQaH3btUE4wBYmLbbPaxJmZ+JNpM8CMxs76VA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.08d3f8ea.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4UbxCRA9TVsSAnZWagAA0REQAIrXmaLdmTxz2fscQz/A\n11rx5xp3RCC0Wk0yavyR1w1fOxsqzTeifeF99n0RI1khiPTEhnH5tYbuqoAI\no8GPrx2yoVoIPtDeVUVqHVJdaXsKD4czf/o52U3fwYEvwkz28w/p5UPediIk\nTiMOjx2e9DK8I0TrN6LBe8uQMxFqlReFNb8o5PIfllUQN8IhlmGi498ZzUua\nwBSOWs4g+AOLlL+kvOviw0dwmhUNhDFhHJ+6vdd3Zz65rhcFLdgl+YAQWwBg\nFPMpBZElWoQvKj4xY3A0gnZZ4D25rwHjxyRuk5ZIFViMzURo8BpQonWAJNhz\n2dWdlTVW2t1jXPwxpaex53iy2V4EJO0YaltdztnLs2/nALMmUKB/iUzWyjQM\nfiP48yZNyu4vUd+04xt1WlatHyl4XYesqhtnCQvuupWciRPIo4TyD8wLUXRE\nW+3Yb/Zdaj0iatSCTQGMCkoixsEfp2LJeHW/rfZWBfs3LZg1PPThmCQF8f+R\nP2ovGASFlK413NGTrb6t/eJOqBVtoxyYFTAA4hD3p6lEF3GvuGoFrGySqEch\n3fdn7hgqtpN1dhkKVkPzXFVTNIRJSI/Giu0H6W5rd2moeRTnsy0WA/wpU7L+\nF9DpWl3fmwJAeP7nFECCLwAbsS2HgXtstgIXWorWmxgg4CP0mbgSZ9AuiykL\nkUgZ\r\n=9+li\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELS4z4U/+cV1oYs0NE1VjMZBgi/pHcDZEDAkmxhYPOCAiEAxgMqfwfd9A/la18C+0OT9UY8brIhjyYf1vdgO5pN8js="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.08d3f8ea_1541490416762_0.46472854068399405"},"_hasShrinkwrap":false},"0.14.0-alpha.932a4f69":{"name":"graphql-codegen-core","version":"0.14.0-alpha.932a4f69","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.932a4f69","dist":{"shasum":"5057194b9ea7e6717b465511077eaa91189b179a","integrity":"sha512-zYihw2qayPH5Lb7zgnfQ39bfKtQCsHopH1PTyeHQfmp/ISsBVQ+jrv3Zuptg3Li+T3Vknb9QXQIuVhSi1msWFA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.932a4f69.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4VaGCRA9TVsSAnZWagAAeKgP/0EIVXC4S2j2kZW4Wu8N\nHuxH60WBDa33STg2JTOrWot7D86AeNyw5Xq+BbW4GXiDeAlu/fPDOmDFdhbw\nFBPKYIS4n4cSkpuF6ywqNkUVkuzsoSj0D51oZrfleWAJzQ9FQFUkt0Qu6kiN\ntJPlD/lu+YcO2VfLmpzEPYXmKsaACfUs3JYU6x6j3FZXs/bEgN52XB+MFdDD\nc2jfaqkGD1toQLVor+zp/EDUQjwHrfHs80RdPTAnbh18As49xKRVTBp+KJM3\nGpbhoksBPUTzms2h/z0dxFS113XeE9Tk8ENpxJzAf/MNObxmfwCwipOEWpdc\nOVZoWP43TnqP7s9RKebbUC+gSYieTTzQa81F81ZyjbpPAMkUB1i4i2LxbS5c\nBRajDdDEtuno7uW/ziM3W46fiB5LEOVT354ieUKs/dfp2F7AicLSKNSNxjxd\nCZU/eBPRhsy8WXdX80Wr5yBO1NwBTuwA8PI/YCP6adj9g0tOPh3fsO9wBcgG\nPTQ0c1ePljHpkZsDbCfmh6VMvFs7cGzlnjBK2wvRJlLXbBLuMnue5n3YkWwc\n5BG5aYgm7tvm5cb2geAeG491tqntSkayKy1PcDIC42XcAb7+wZ0qBAHeH9dE\nYnFBoBO+LTsW2sMkqqxjgSRo8vcvj0jmCU0e9fyoL5ooMUGivTgqRJTd641G\nMd2s\r\n=IHP5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC6/3X4FZhlrrv/AvXLS4QQy8U8WVTgPR4XIDcG3g/DwIgFL0uNrGxPDn9YagS6B8zSw5fZHYOboOgmUENXQSfncM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.932a4f69_1541494405391_0.7693728822693735"},"_hasShrinkwrap":false},"0.14.0-alpha.d4fd0077":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d4fd0077","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d4fd0077","dist":{"shasum":"c16ec89f7ff6e7a0a70299a926b84e7bc32b5441","integrity":"sha512-6JSyJFZmBFtEsqG+vBdcyrl5BPRdodPj0FusALvMppbpHz8Zx4UVBRiPz+W5ghTEFTNFAfRzOWfXyWaqgmsuaA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d4fd0077.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4VaOCRA9TVsSAnZWagAAE6sP/jxJjelcB+Ohosc/NjAZ\nDUimqSBFs5jsyV+VLqJOHDFAZtfT6PxDqUPl9sjwGVs3MTar9pMXdDk6f09a\nVsYqXAD8rX/FCbNcBGwYcWNj0VRX3NB6a//dcwq+y9NAQHZ8gxjvi3/mRrZy\n0wneOTSDLVsg+IJr5utUNeX8k8x20Ia6ikzqDpFiSKKR425YGEO7WgzJCutp\nutPR8lFBODNDoB43udTRPBjJ/18rZcL2v/f4cxpQCfmSh2xs256oiHdA1zKG\nDmh3tmOWQQNnIDNVrQghbWrNbY7hpqj3R8AoXHpyL+pwPPbU63XnbtwaOTlC\nM/PddQKYoKU4Z6FYabKplJhmCRwLiLaFg5kyk4hjELdhMEDCsWe1sb2ombO/\npdVM5NsNnID4YZ9FHZ9ZhMwDZIrvxQHJjFs7I55eHhVRehyXB9ikpVQTYEoO\nfW1gv9A5YiMyQS5+b3hjI1wpabK+9M+EHwdOCwQ8/NI4peKaiSyPbxiwRRyH\nDupZa4mwGXzKOOvgsa5Y+suZ7Vl7S0U1TKyzJpx5yqbKTlZwEVvax01OGVJh\nH2adgBU5Y57c6Zd7oAvlYFGh3aDmgxQ4T+54FFRaJUwu1HamkCHzmRVL6a50\nDUE7GGHOHFQNEg24bxiKQuTsBl9pPhQ6gCRcN5PIc/AWF6oLgrxC/0SlpQ36\nkSbc\r\n=1Ags\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyzRySBioi1CfetVk3JczdcCVppTeyynXIcy4gQDeL6QIhAO8iOV0gHH+xwf6ryA/VWltnCMpdj/WQPfho9J33P/l/"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d4fd0077_1541494414111_0.9185001493999079"},"_hasShrinkwrap":false},"0.14.0-alpha.8e19c3fb":{"name":"graphql-codegen-core","version":"0.14.0-alpha.8e19c3fb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.8e19c3fb","dist":{"shasum":"44dd7b6cae8d38fdf39ce54333da6ff8e97360c2","integrity":"sha512-BValdTWpYjbwGjda7SUlhP+qNjbKaxnNPd6hMgnyeA3T/1PsRu86gdP+zoUmHcRpK4R9plAUMyw+zw7a4gbv+g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.8e19c3fb.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4VaWCRA9TVsSAnZWagAAmdMP/R9a+VX+O4SsxMpWQoTZ\nzO83OXLzUds9WGSHmEapqHvqztbg/Rp/AQlYVvhRnLFi0Y5aKN9jpCYsRzdy\nz//ZxU7bRfRSVxWkJBy8VhwX7GRgyx1X+jKTXMI9gibjcBYLDPZgpOC0v7zN\nyNxMjZ3K1lOnuXZwbTdHwQx1SdqXQSrJT2cc/tt4qFz/1uaJdUDQmF5WLOOh\nP/Z414WNE98u2j1TCOwOuqVglotJZPVmmEvQZw1/JyrXmxNeTm56GeHNnGJX\nrDzAgUe6gufgpgFkFm79tQqHwmVy73rI4dfnNJcz5kYAocSpZ+rXvy/frMhI\ngezfTjy1+RFoBVQYdq7f9gaqn84fSIg4P98ImPBdEvNSm/wSwZnCF+mYCyN1\n1bnkuvsVHwj2/QNbR6NriwOOb4+Dzhat5ExK8bt8357vK0QEW0b75TTh2sEy\nzDa4wD2VJu0+geWrMqI7XmN0to8O4sGZ8jAW/F+YkXvyCF3HbJJ9ZPbH0/em\noTUWzeLcCVYhLx70vw0CWq7Kk4hGiYhy8bSb3a7Vh/3fw0ZKN9SGTJCh3DAH\nbH7w3NJC7obFREkoGEUapXLGmXVrFmt6uAYJ0db9RaPAsxeh0HUBdHskooPr\nEnrHPkOu0W+9OAW1HcVNzRPvq2TVi1iTUxlyum76aSR/+/BSNS4HgGaw8rm2\nAHNt\r\n=upts\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjYeYA6UJX2tedBZcMM9GIBl0JIWp1h2XfcgT3PkwoZQIgeS0C0HinJWvRRJBkD/zHUmYOqzkiuR3uZzc82KOov+M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.8e19c3fb_1541494422031_0.5933858688941349"},"_hasShrinkwrap":false},"0.14.0-alpha.10dfa501":{"name":"graphql-codegen-core","version":"0.14.0-alpha.10dfa501","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.10dfa501","dist":{"shasum":"c68db43f7362bcff3b8f2ba8c63ed138c9289642","integrity":"sha512-PMSs55LKYpfiNa4C3QH5AZexq8Gadf/YKROErI9D/Tanp31X7z/F3fwxWuN57YIZ9YZSclBLiL/9djmk3zJerA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.10dfa501.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4ZPACRA9TVsSAnZWagAA7fQQAIzvyYZL56vWc3PJi+Jw\npeDKgwsVFhWPWW4UNIsTthrQ+3lkmAVDstlsy+D85JWx6L8jcdyXpONO4nMj\nKMmzAf4yO76NtXQkSjbxawWuXcXPMac4siXcTk8t4CKJ7J7/ZNHRzMzK9l1a\n+J/gYWhb6F19n6N2HH3AuHWl4kBOj011+5shT5hySpeVPX5+i8Dnp6jR3n7X\nG7Z2uScgiLTkkDxpHujmw/v50iXKizJiR0E/leLi8od9mf3r6iQ9AdM9osCP\nIwsM04olmR8cCMkmVdnaxdwD6dolNFNykT2Aib30aDoPNE0EkLsKEgvAtLIZ\nOKlUsQqFW1cx6p4GjGre4X6Um14oNBID+wVjOL1PVxbswDQpKogTRvtxl20L\n+qMLNIPL7oSWd8a8KOpvjcfVmlfivUUkbzuIIShWYffQ3ni/g5yxfl5G1avK\n6Setlc/2rqEvnrIq57hNwVtlbKdV8dQoqDmAWLHpX5kE8WfJqB4/8+zzUkxW\nIrMshSJ7BKdIlk7PsuHBH/MTTVNPRpyuBE4RMSaV7LKkL44SJggS9QVHHRoM\nvS58v/9tOIsrD/DHbqk80wzBqNBGvT3i9gxGl/kza5TzZwrLNXiH4oStjTZZ\neTcRmJmMHa8Zb4go0jGtBTfZmqr4n9ZQzGCcYDz3Af/0PNvnM5JifU9gdlFL\nEyiR\r\n=0GdS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXz6FyY5AGv4hpi11erWiq74zMIubfIQALLfSzMW8VnQIhAME3dzN48QygO9X2lQuBJUcrpjmzLIBNmpflU5cz6sxv"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.10dfa501_1541510079372_0.10523719612898308"},"_hasShrinkwrap":false},"0.14.0-alpha.a5b572ed":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a5b572ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a5b572ed","dist":{"shasum":"566da2a22d6d8c81303b40641d839e8c90e970f8","integrity":"sha512-LW/vL7pIuL8EQnlvuQot2RLevp8A2eLlOh18QAgahIncP1L3VoAm8JDkVdC+zIQdW6DK9+Hi0F0cce61z8Fkew==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a5b572ed.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4Z9yCRA9TVsSAnZWagAAzYEP/3KUuXOJ0GKmgUY1S6IO\nuHjSR11+0yf/LluKBsVaNBHh1MMHEebdJYgSSJibeMm90n36eBjpsG7VE18l\nCOzUx81qVXX0JycRJ30lbhR4SrBNF3TNovz55HuGf9cka3xbk8776EVhk5i0\nLIqMVrFI2aR/1BGMS5hHblteVqcVHmOdyNdiBV3+QRuRkxl3nQvMWMSHtGWu\nS7qImbfwzpIkwKsufSFcR22bM5RkuFLTuGZScgizHONW/n94YZfmIzael2x3\nt+XkBmrJg/j5hBl966L7rhasjJLuFpk9QvluY0+Z2Or8q6OIute82dbEnRZc\nim9FI8dd0gyTPAatLMQj1VcApz9lhkTq9jUxWL3B3L9Rs4aK+GOkKoGv7SG9\nvA76lYAvl3olt/WOvxbgVbkJHJv2TmpWIOqPqO53LOfWHnzMEzdcUWMlnaRc\njdrNMnilKM2SvqeQT9AimI+AAN3fXV0TVYJZF8AIVKYnCRBEWngx6GNIW/D9\n0ku4P+sIVCv2zrbB+XFG7WG9nTbOaoifHqV4bgQms5PZlTKnMgQGQxvEz/dk\nLJhZEivOYXZpLCkYOS4V2uTTQel0EMuRZqyorbhTBM9Nt8XxSWJZfHEwG+vh\nxgpFU1lMOrppEVPCKa9nMrmNej2Xof2CExLLTcjMd64htk79iQfvSYn01cQd\nqgl1\r\n=Popo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4t+omEzASneeCtSOGFCZCI+SzCyemaUPxqbMEZs0k7AiB3grBTkNxjppM5zRnVsflYaKbAReG9d9vb3BmQ0ucfPQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a5b572ed_1541513074162_0.48201207233947074"},"_hasShrinkwrap":false},"0.14.0-alpha.21950c91":{"name":"graphql-codegen-core","version":"0.14.0-alpha.21950c91","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.21950c91","dist":{"shasum":"2cee8f07c492858dbddf6f25d4b4e8b4e07ab075","integrity":"sha512-xdibCqrLKBIAXDhBEhzOI4oxYn3zPxByaDkT1F4sm6gTq08wTwQqmtgMpuIh4CDTNWNYKkB1EausXYxUnHg5KA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.21950c91.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4aWdCRA9TVsSAnZWagAAG9QP/2goqVcUZz/P1NvKsKs0\npzfD17SSAZaXRbiDF3asmzks9sIj2VeSqLnZBd6ojgKg8Vdmi0Eb83qfh4L/\nrWSaR+V6FuAkYIxY1K4pLi3RBeBBfAFWHwy3Zppd5K9R7QOSXLpeEzmsIq6M\nxS/zQ1nhq7LpZOU41AWImBxTwgioYSbuvsW5adxVefSdqgOmV/uksXGIRV5N\nTo/3vWWxm/03HeN7AQ8sjMwhxHkXCfABY0tXNb4Aj4XkqNzJNihV9+q3L27L\np5qaOYQOn+GOdRjG09RC2yjYefXeOM6LSCJ64p3YV6f3zh1P30dU7pGF7MPZ\nR2CS9Xxy/WtvtuZILKTlopAH22YavO5YHrjutVqaXm7NkQFDHs1N8GCW/JKs\nlKH/5BTtpLfS0JghhSeHq61kDvhiAEonpR6x5+Y5WiKupm5PnjMzYC4H3892\npQGBqotCPK6QjO82x+SWvSuraVNgP7V8JVtsMxqbPbHTTvQSFKGnFtg/2Wpo\nWem7+D6swIaRhUhYvz8eUjcl0R2jEc4fG26wX4KZAWo5V5whV6iI186r2Vbq\nUBTV6G220K+SAqvE0zHP+KRany3GCM/KwPHx1wTNLIvj0bSqORVDHgxZ8ap0\ndonwpkkdeRbYTNSH7FRpAv5+5q3/7XHv7KPbZqU47emJG5WBnlCRvrJJpI3w\nSl+L\r\n=3AAG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICF+jrdIvQ9CnKLSqZm3KURY2OEXrmT57LtZQVY2yovPAiBZZe5+qA8+lI0zYFP91lhFuogbzO8hfH3yjHyS0Qmuiw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.21950c91_1541514652889_0.8217044610194608"},"_hasShrinkwrap":false},"0.14.0-alpha.d3681d44":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d3681d44","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d3681d44","dist":{"shasum":"632415e35d9950816b16ef93858060bbfbf3a650","integrity":"sha512-t4YVSKTys0jGKNVXR8OQ4p1txRCskQlTl317sQczYjX72kRqH34GTLGKcJxB5E+zCDGmB4+yE+Nsa+RbBXhWMA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d3681d44.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4a1LCRA9TVsSAnZWagAALe4P/1a4z+BuMgvPIckocTZk\nED4t53KfTxCNcsrKwqRdbegdU88aK9Lwr0UH8kaYKIFgVMDNH2FXoavzxfib\nQ97XtJV+Vqy9cUtd9IZdNDD6rLlwtqKSjW64i6fXResDtvd/0CDHzDVHbydg\njXMzciXl0hoXPWaBKbc3Ia1c60XrfgSc9k128140WY6ujKtxYAxV9N0ceLKm\n1395ZrIrW0/O4gFfWcwa1E9xt3O2LsPJrQEdQo4H+1YuH1//e/+Rvak9EcfD\nYVDj/FecJem8J8ofs41f43tVfdo4dal/s5elsbgNy8XOFpZt2AYGAbFk8u3W\nyjOhyRauFQ+kdw7wQAu3rd7sOz076ln+rtbEvEyxHT5JmNdi9Fjj0c39yiRX\naLMRbn3xrubUSJISB0xwYbRoAuBqR+gT41Edc1lyDhWnQjOlW9n7nKhQvhL4\nY16pKkx5gyH+aCeI5b/P+7Td+jpFFskTqiPi6i2aKVFVNZKX5epNV6cKW8d4\nLkrYYH46uHkG38Q7c8RJa8j6D4Is8z4FrMHOaYGneO+Rfvt/L8fylWi6z+3Z\nyuPDn+7t91zu6TGejvy2DDgfSFHV/0L0oGXqIs/J5onkMNjdQraPhWFRoIix\nODgrFRayrK7mhm8we+9FZtsaR/dKFCQiXrmuzMvbObrzENKZtfEM5T/mEdQD\n+L6N\r\n=JGt4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCw4kYFl2RFYUN4dQhQoI8xf3g/fq58+5tS3tTRxw8XswIgZy57vCaZmTKMXh6WIGuq+7QY/WZ1JMJNr3ABdxDuGe8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d3681d44_1541516618583_0.6516653263655279"},"_hasShrinkwrap":false},"0.14.0-alpha.600d2aab":{"name":"graphql-codegen-core","version":"0.14.0-alpha.600d2aab","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.600d2aab","dist":{"shasum":"3f1cb8da5793dbba871e90a47c2c3255ded66d08","integrity":"sha512-8OixLNtEf0ZBcqIXFnlGPAl334ArgMACH4qPknZHl46PrZr4IGMsrSnav3pQb5uzT+mo3R082QxfU9+mKDfesw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.600d2aab.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4egiCRA9TVsSAnZWagAAztcQAJW+C5XEvRYSmp/s7nvr\n48cJsxA5M9xgfsf8I6hXFfJsVTg0oDSTN/lDR7Jz5LqtGeWoU3Jtw5V8AXJY\nfwxkcNLL83JnOYj9eZdPvfyvd76GtZczHfJ8jJGkcfb83NmMzPTFDPhF2l6S\naJ8gZgfWPShR7uYz9oZd7q4EEdQL/pthyT5JEnlpVxBU7nqkZC38JVBCfndj\nfzV7qvocZa27cHFWZY45X1noal0qyLbr2wUHCL8dT0N9yc3tFMD2z5c30AQZ\noNEP1ceo4XyXapJB7iJ9WN/CNZmoEyxrODYmZsIzFcHn492cSwnO24rgtc1E\n8Kog6V/9mX7Di9wLiCts6fF0FDUiZjjw8x1p+SdOaMEMwkfn9VCOyRhnweb5\npLGevPJN8No+hEaIHRxZtKncHhTo2f6VS8L8zy0x3HGOkpiNwM7xb10HZPWf\nMKNlM45f7nLDkAms3UPqCeTltctE12bOaMtlrO5hYws9YWTXZRDq2CaxA7Sl\nVlmZAnBTDhjt7N0FzFhPvTptf+7yI9tBiIIKC92jH90f2L76JgCA1XuA8t13\nN6aa9A8LtNFpLsGQzsNLMOzi2mfWxYScSuw5tmdotM2MrM1opxjtzP0Hwgqp\nbQ+iS2NdfahqQhAG6BjDrq8QZdTWsIJ8hSplREDRVzNfxt358JLjRizR2iE+\nKVVw\r\n=yG9f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoGd52uUEb4+2snCW9V6TEsNBVvHBsqnvZY0eR/rlYswIgbYuMYgYJfZvnjW94LydAvGHUDmUA3ZZNm4QNOEnMrd4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.600d2aab_1541531681852_0.6326620804096428"},"_hasShrinkwrap":false},"0.14.0-alpha.365ebd86":{"name":"graphql-codegen-core","version":"0.14.0-alpha.365ebd86","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.365ebd86","dist":{"shasum":"30a4ed6ae2227803344364430d175947e2bd56df","integrity":"sha512-VoM2WTYH/5O+boe4FOJYEOoXz7cUdQln3f5D+jhKCrzhtQfVC472wlnWtRMFGLYvNWXqJuJYTB3E1OOPqxEk9A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.365ebd86.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4kPlCRA9TVsSAnZWagAA+qMP+QF6lhRO+Q7veS2+rJvf\nb/d3COuswPSEzJLO/Z9zQqF885Mp4RQd6bxCEpd00Z5cNsrpNBuQAR8zjy1B\n7WntW6jYUIkvWoD8aGVF5soQkQLsFE1mGQ0olsDgYJ9pTB0jNG58aVg2MacD\nPHcqpSTo2GZAi3uhUfYBud8sfWpluc186zizzOxcjZlHZRDDeMqunJD9YBu0\nwokOmKWyxaj/3aAXDE9YwPvVIvP671Wb7dzEKv04QOEViGDz/TC3eNmVTfjX\nkr3ipGQVoaTePY0KvT/8p6rei1GW+CLTyIK5rlsxMnwaDoIXvqfRoKlL8R86\n49FY1/bo5y5vva0e+npGaN+U5cfPMlOezxeNWaER/zOoEzPfBj+9CBAhTI8z\nuagFiOq2uYIiNj6R1Z+oJ2o/94M+xCdt06tCLBSEL4vVnQ5npNc+54Fpf5jr\nGrm1i2a/GaFVDvPeI3ySgz6OV5KdzUrbYQhIp7646vjnPNUeM1MvuC8x5mKX\nboVkzXfJeU92cDDGvV/EsHRRZqy1HPnykZ3oXNjiutyp+x2unRAeLQITDle3\nwOknby294x+Ohr29sv5Wi65vnXBByxFS29Zf48DOKbYrSBMgJXUulwY6fGm3\nHmTiMBWu76HjwGlMbF23+xYA79gGWICQsi09B2uHM0V/funA6486ajHgo9rG\nGC6O\r\n=knRL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsRB+i5Kl6v7llCV2RiUAOMWIoHdgeQ3lZc7zMTmEPIQIgN2V5IiUGJ2ut1KTXl2hTsHGjeN3mGTQbDlla5gUxM90="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.365ebd86_1541555169727_0.1516010014103557"},"_hasShrinkwrap":false},"0.14.0-alpha.a7d6cc1b":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a7d6cc1b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a7d6cc1b","dist":{"shasum":"650093292f9f1b67d655d579866ec4eb6ef9838f","integrity":"sha512-M1+77/EPAUHaZKZfRNJSoCpnZRx2uHsIB1IIShW25q5/kHrGeGvBUlbvguoPf9IudL5EO9MWbdZF7l1lpxAnpA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a7d6cc1b.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4l1MCRA9TVsSAnZWagAAAX0QAJcCm0YbZNsj2anoYq+D\nz6Wn1gnLKbt11g98L4ZOZVHifVm0i0oAWpfbIaZeWNs4a3xg+fhgiuq+1DNI\nA5v7/+5SvvTt1xkhexXF6S0AWQtWOThexRd5EGoGWHNsJaxxtLdSUFAqRx/x\naYEc6CPcB+WO144JmUImE0GJlo78TaUPKVfQgQ7rWPj/u+YF5o8oOQTTNa1w\nYvB44xu4Rk9Rr4bqE9xhfEcHkIZiu4GFMQoF/ZmNB88nPx9gUg+zLFNiT3X2\nm68b17+rpsuzZB0wyBZrHK7J3e2mqrnp/A9fhoMRsolNZGRydbabxkfWB/wb\ntr1xT09GccfmB2zKnhOFGD0aWUh9Ny1ZB543HJgaTSPnhwT0dGi34baZUoGC\nqK7xDBN7qXNJFdamTeZMqwcXQHkHOGCoUktt+oMnEhpXWQ/hrf2lDBy7P0az\n53uGxNTfei10xI8aTVL7wLEAdQ8g/1RtwPiknbAlPRmR7RtIjd5XIW8meuHN\nTKLyMm2Iza0jOmycRxJxLBcqxICAJVpkllwAn30n/nqQtnX8UL9u2qc2y9pZ\nytiFc5LU5E1qQ16HAW+mXMCJc22X7+gZkMDNCdZEFJ9ZmQQODqafFMMQGIiC\nWrcF0z2MP9NnQwQlWxoK7dzInrA0Mu36EUt5k/aR2xfjfSpIbiHBGS7DZCxq\nFpMP\r\n=zdnZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPeIHnNVfU7kLzo+E3+HO0kzakB9HSTgi1rv31V2eCjQIgH0hHi5d4Q+ArZyE+BlWWdeEKX3lABIJl/RsaYd2rUys="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a7d6cc1b_1541561675797_0.9657437890408267"},"_hasShrinkwrap":false},"0.14.0-alpha.f29bb497":{"name":"graphql-codegen-core","version":"0.14.0-alpha.f29bb497","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.f29bb497","dist":{"shasum":"18a4fd327ba7661aeb87fbc12acadaf63087f542","integrity":"sha512-laRsrp6LUMPxmFnUEwOeO6mqaeowGXfFL204KuvtqBtptIdmFPKjm8QEvNco9uNTFFz8AzaxkMRGRX/u0TIZ7w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.f29bb497.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4p6GCRA9TVsSAnZWagAAEpwP/1hxmfDHrSmjFAjBaChd\n377b4+670NV89RAZrJfbQumNlypA4He3pqkQUfhvTcwA5UH9UBoGfwlIlJ2D\nuvQAd1jmNllScYRnJc8sdXQbWA7kHjBvNEFwOw0rqIC+2aaCKk9PhuKJ29iP\n8jlqqpMk/0eQje8NE0FuKpRQbfJ9muzLSjUSmwPjc4+6XCZyFQidC64RE4zq\nf0wyAL3FxIECpE5fttYwsRIhw94QVxTHzw7fb9QxEoEWvj2EIhNU2Y4X6cRJ\nTYInkkReKPMCLwKjUUtiujYSzemlSooXhl4sTkiEVRl5UiCTFx18ifrd2JyI\nMWA7Ni0KyKVeytLK232ZtFztWdsYThnV7NPL+4LVJOz1QGyhHD+rGQX+JTty\nJuctIHG8xsoKuGSD0Xy8ZbWKu+SJNcrAsqhXZQr3XK8N6NgmgfcMGrZM0ivo\nh3SI5jCBOYO+rTQ2jHR2AVjQDeUc04dYmtcuzWiLVFm7bJzVO75Ry9FNEArr\nkVLYYPqjxXDJn2OcsW7gQTdxlOd2ppXf04z1TetB/Tus7Ap8ijeNr7Yr7zCt\nd1OgvkU4nPL608lm56QJj8pJj2wEvfxykLhbMuFFc9IJumEYstNnal3wT8jG\nruBeyygXgMpZ8XZXqKC++1YigxBVzECWGokUAt5Q0tUR7CM4SwhvCRWYOncm\nUmlN\r\n=Xzsv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC8763rQTfkBw92tdRjp70KgNJsHPobRZEzgjZnbsfL7AiAKL6K6gMV6jj1S0GSrsyETEV791HUirFxRdSErbpFm6Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.f29bb497_1541578373749_0.5074594003917265"},"_hasShrinkwrap":false},"0.14.0-alpha.d8402d86":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d8402d86","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d8402d86","dist":{"shasum":"6e9cbc65bba3e8256e149946737848fba39b52f7","integrity":"sha512-BGv4zti3REAR1aDPv/pkjVK5U6PECZFoBSn9QTq3GywfUe/2eAlcIR49JqqqCRKrsPEC16qvc2oCVgMKalNQaQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d8402d86.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4p6YCRA9TVsSAnZWagAAUWAP/RHoW7ZBPtt6HXq5V44V\nAowD8vtbg4E761SxRvaIdbPzMCH5QVJMtDntEmz+P02IBqOaDqOIw6QwcaqU\naiKWW0XNwEU2VUaX+EKh9R3MZCIWQuFUYRkSmpDf4KDfIvj2SU9EF/Tp8ANG\nZqaz/+DQFaK7n8FF2sJ2lOk+eQb/DeyNM3ca0eMb9fvgLVgvkoUqs1pjZABC\nUqjFVOtqPcGXVQO4kjC6ehuON/rINUiHk1Rv9Wt+8vAkYlVARUIJFLTaKLgB\n4LSsdMEI0yGv5ySUHi84IChVz+GEf0HBrmYwsp8XUEKs4blgLRuJJZ381+nI\nIpeOUrRdwHqFoVskDKutu21RtpYQ39m3E8TWO6eeXOxC1aBO+eZjyjPbI8YL\nc/YMq+MAfIT6LRggrR9lP3knURqTMOVOCTa9sR+JcptLOAJmWHqldcIVDN/d\nC7fNPqupsnMj2eD4Y7pkNgvMc+Avq4A9jWHV+dT8hWmDXaaif1NdNBu1a6Kj\n/aQixL7bEyp8M0PjntHtoSaKAwXPfq4g+7srKlTrhBPsT2oD5X9luKiInhaI\nV9iZ07/g0V30KNr/dkWwuamqqiywM7xWv7oz4y9SfvogbYTEVOMUaZqLnyDs\nPAUSY3TbM/wN+q18cE/NrQV8V1I4/GyDgB6zsi7N9HYqFrOHEc4i3hh5TfSW\nT4IM\r\n=ANfO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAxSoBGDk/q7RHSGFTi6AWNVPUBMaxIbo0C2X0ZRfL8mAiEAgWZbmeIYUYvvVlom85PmuhiyF+4ZeIOG4tudg0eotlQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d8402d86_1541578392040_0.7017869375166665"},"_hasShrinkwrap":false},"0.14.0-alpha.3b5bda17":{"name":"graphql-codegen-core","version":"0.14.0-alpha.3b5bda17","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.3b5bda17","dist":{"shasum":"2c4a5a520d9eaae015513afe436e59d1dbbf977c","integrity":"sha512-kCdoP1kqD8YfCPHnGF/jkh4nYxUUQLyhyLB5afzrMieBYmsIrWDSHm1Eu4GAF1fnD1d+rIbEs1g37AZFWt778w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.3b5bda17.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4qjFCRA9TVsSAnZWagAAxZ4P/1ForvoP8Tmn+bkxhYr2\ngxwmlGbBD4nDB7pdjfTuDdPu1DS9H64HiFX3OVP36QpeZIb89AQO8HV42W5T\nhhxEqAl4V+BFfOxSNmsO/vYroN7fqFSsYLAH1+flxscwGAFhkpypxvli8XU8\nCIeQ9u3X1RyzaUn9hjJlgi2baVL7OhRFymPg40agut+L++nTw0M5OXaA9nIW\nHyUcWVE+yczQEtJULUrMsVAFLSTIelNO9kT5ZZ7VFvy7WgKKld/GPVD20QIs\nj8TKSNwf1nGOGA12GaaLjHQqlidbIXyp7ycPmGNlNuSDL2xz9zuxrOtoujTo\nhXcXQNLBHSA1auv7+x8mYOVdX97K7egPb/DRlDj4xxg2QvKAOzrIm/F9un6S\neUqujbJg+TiGHD9Wx1enPNQk0ZCpPe9NVXO4vuZUkfR3E7y656NsVw2UxNtl\nB9D58jB6cYYfaFMFe0sJZGlOqb0iYcld2EPNIgVWkhgvEL5MRDFGibSthJES\nDLB03zKMkCfV+0GSP6D41Od49noOU1wqhPYXBzb/XBY8JuTJq/Ii5Meh6mtU\n9orF6+Pe7ajLMlKrww+eZPUjZekIgSHGa0f4ze0O1rtux059y+vDp4MgyHB9\n4kQ8LePVuZqxqxHNZB7r8IMjDn2LRCwnOSSAL/lN2BKe7g0ed3otcV2KZfvn\np1Qh\r\n=Z0tm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9cT9nuBMezRChe2jKEBA8IWQfBvWNxxGBzj074fGTJAiEAii5APcvPKZqKzoNN00BLlQZYSGGol8hyFPCeRnILVRA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.3b5bda17_1541580996762_0.5537801606179222"},"_hasShrinkwrap":false},"0.14.0-alpha.e0b152f9":{"name":"graphql-codegen-core","version":"0.14.0-alpha.e0b152f9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.e0b152f9","dist":{"shasum":"4470d11042ea63253dc1e519109ff4d89a7221e0","integrity":"sha512-qCQL5jT1OZY2V5+IGTyEJz570oH7E7LcMHcsp8zQ8i1QazIbbelzT5uiBgt14Q6IoYtNSx8ha6YJT0BULDqJ5Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.e0b152f9.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4q2nCRA9TVsSAnZWagAAHKYP/2vqrNA8vO75VY8NnCRD\nyJn/ZBFW6KC/5XR0FpqEGoTbqeuVcB7x+VWzxW+nnbDE3KbiWWLimfsaRZr+\nfar7N9FkkpzEc1exKIRCp0ixy9hGOWwzLE1kAtx1crGVH5Qg88FyFsvglzEa\n3nQz5t9KIyyoKWRVhuDX0Sx8hKuYIsH4PnyC/IbMV1OpIAybF4AjTa48ek1W\nur4o+wfeTMMqx+gAM8cXF2Lzx3o6YNp4Uat/9h2pjiQJn0O4s5GxBKZgtf5A\nXN9aOrBVRePMmkZhEkQ0rVFGdAAqSZp5Nfm/TTmc6QoE9PbYsEgkhFCiMRSV\n/L5rsdDUbeI5/vAvBPuZ0t3o/wnDQdOGtmUbvBpt2pf70x6KBRddY3oMzk0N\njzCYjWS8UQG2aMHIS6IyXapApvhnC2gfkwLkMdBVEv5SEU28kGggXhAQSXjC\nfAlMFQ/32CDmJIVRQzr3fH/P07bqRJgEuKcKtwRcBzni4Na5GLCpBspDs/R2\nk+mAi0YS41VtlVk5KD5XZX/zG/wq501XWPMiv9FHc4ul5jjO7Tn+cuh1qDMm\nOEq/UHwkEm6X0M1xLa3qkgNDEgD1EkmyfFIFwYZWhIPVRlhsk2DMnosVo3ZE\nX8Fa1dnbZwnu+y+xWIEOYJgHGJTjOeRvIVNIW0K4P2lbhmbJryHDc3hpYjoi\nrMR9\r\n=QVeO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEnm1Jibpa+Ck82vS4g5Gi67AZU/KDM6qiR7VB/LueqUAiEA9sz26CpWlXkbN9nFEZTILZvVnI+vZLuoBdAaPQj1GA8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.e0b152f9_1541582246788_0.35171591125798574"},"_hasShrinkwrap":false},"0.14.0-alpha.3ba697be":{"name":"graphql-codegen-core","version":"0.14.0-alpha.3ba697be","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.3ba697be","dist":{"shasum":"a71b194324a64b4c158f7c9a1bc77d4d4ced02bc","integrity":"sha512-X3cBvLKR/Q5PLGsAROWVeEAci0UNmg+NNJYMZzQjER5Qp6IlAuUMSayyibxp8+tzn5GIyby3H44xOuaB9ycUKQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.3ba697be.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4q/ICRA9TVsSAnZWagAAB2gQAJqkgAS3h8os1clZlhRh\nzABAKU1oB50B2rBfyDabyAfjWVqEI8JDKxu44A1BleRmokBcpKRf2gmYnVRe\nuHM2s5e73dmhr8mVIHlfRxUR2E7v23uT5U8WI8Rne5EzDGHscsXf1PrD0D4Q\nVEkQ3ZA4KXydNiIsyZq26+iFQabrO8WXnk7VlpfI8ThdYgt1TvpB7fOyD40N\nVlHtH2Wsbabom1uWjEClNZxVJ9HHre5k9UvoB6tbKZRfaae1bDATaM4gCkyl\nrEAZj0FHru3QhnE16hg1e2/V96hMTI2opAG8ja3t0+TONgAfiZaK8dMQ8lkq\nD2pns32AroMr6mmaEvyguMGzFDWxbuWbY3Iw496KtfKP4Y9qr0WjvFdw5hMl\nbsrlVOvbnvARZ8WaeiyjeKRs2TNGBmWSDpIh8ph9Gd6JuzxGCNupqn+hYqJc\nOdgzaOfCV1DbBNg+LAHeQpf9fZ1U+tv8JxSx81eSI/uBvvfNK95KoBDa4a9x\nGkTcyxRdv6br1GsLq/+6wCb+g7wQg7QyMVmxXRV29eM0UrleoNYxkK1jka6t\nz3il7Oaln7mg1fy7wM73el0mqxpJ1Gq10BIQMGXuwj2vsrATTCvv2cLWadfK\njyOOsB1lcYk/KrMhtmzSFv9pEPjpR+Ncns20IJL/O5aIXCyFgPyRX9aVCHKO\nJ+HX\r\n=s1tc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpu0o7wKW/e3HAWJUdz1esRf3P+4Rkmh3HdpKeSHkC4wIhAKzZ50lXyH3r1W6QnPzIGOPwngL7/poib2ePZbz2FYbb"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.3ba697be_1541582791408_0.9729633037748917"},"_hasShrinkwrap":false},"0.14.0-alpha.217d012f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.217d012f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.217d012f","dist":{"shasum":"a70ad2fc411221fda2eb364a9ea79b302e3e2292","integrity":"sha512-QgZmx7aqFRVAgjkyWFu9H38GDBQvomD3EyYAEVVejgCYcIJLOqVmmAbDE5JnSrYchuoHXi4mQJksg8dO4bpvLw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.217d012f.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4rBZCRA9TVsSAnZWagAAZRUQAIk3MKzoGNE5twxoBDeQ\nfJrRxmvq6sTaXXH6uVYXOrAFLPc9k1uIryW85bNAUkhWv4fp2eDZLFznAmHd\nZb4dYjShkhAhm8LZ/E9GZKUqzV6L3RDqF5K9F2xngGG8YgSkvqXJTz9zxdt4\ndpLel8jbbx6x5MwUWZRJn5GqDx3bbGQoB2F3NbavIjgdPEgZ7ZXKz8sVPNaJ\nfL0MXDRXFTGj2oogn4dqXy2exj1AW2Kmj9nm+y3gcxDAZZkWU3FOjHwLtbB6\nhAyQ47ZObQqJmZHHpeqsJRcED9fHy/ctqgbpK5t/O/5u1H0xENoY48aH6xca\n0hRefZK7G9eErL3P7ssPwlg9NRiUE7y1omXC3gKq9qUF9Ki/U/cK4cJEMUk2\ninLkXLSXP+02/4X2pwDZzCO0Upkm5+RtaZppSr+UY5qdQFG5KailNK8m7MZf\n8LieRlvfY2PDFWcvnFSERizZnVj1xeYAnYbvaumyyXXBBlt3qnExlmXyP27U\n1K5eM2JDGKp7h1fSg0MFT3M2nFE7Hg7/SYXpljg7Pc/BniAVuvs2L/iNgN9H\na0+We5W/3loRGnAwgyuau3SU0Qw3tt4rFRaoJYIJ07WGJJFpwR0nXKPUk/ER\nCa05YE5Sl0N2Kl+HkO6Q0w7Vg5P+vOKZdRDz8YKP9+ugjNMsUDHeg8Ga0lmL\nRAkK\r\n=82o0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/Fvb1tjJAzJYGU/vWoSUXQy9NL/hoEwjyqbqgyysQiAiEA/gqssecTIJKCrueaRRdEig35IU2fmRO/G2JmUOGQwHM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.217d012f_1541582936625_0.4789808188939848"},"_hasShrinkwrap":false},"0.14.0-alpha.7a8564cf":{"name":"graphql-codegen-core","version":"0.14.0-alpha.7a8564cf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.7a8564cf","dist":{"shasum":"bff3a0f4adcbbc84199b80d18579a22ef7dee666","integrity":"sha512-bELd45QREeC8hwAYGmUnLE7w0s/UBzGdqoRSLJkN5JjCPTOOjCR1I/TfXx7Kgd9q0JPEIBrUZ+5//wb86YBBHA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.7a8564cf.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4rNNCRA9TVsSAnZWagAAaZwP/i/E+OYdAQA5R6V/GPtg\n5vi3qBlEE4LupdVkVTHriMZ8x2J6ZNbn23+KKb4Wo8wYKXLi413twqw1Djmv\nT/7DRmtf+KAdIr+9C+2DU6yY9Vc6qpA2N654bpQKochFHOngKXmhVPKCT6CE\nVFve91KG3wBtkDgaHiTg1lxa7FMUZYt/BVAf0j/iBLT/IVqABkiPNIQNx/UV\n+ZGKyfAhZ2Hp9juopsvyfaSK/soL7fwUryTAg+DuBgYDQZPCYh8wQHkojHCS\nZbbwFOs+XZgJ5NuBfjNVT/ltXGTOlA1LSjcNXbKnwxddJYskRy9N6BUjJ6bx\nz1lGwpQsD+R8ViM8aBO81lpRtW9HJs8uWmjevgKALnVsB4zCScBjc2UGrv0d\n5VZDhF2QSY33Ay3//nwUwndGiSKWO4ZLas+XHreSJoYPA2CM287OxvKzzz+U\nyZAm7o1/gJBxxPz8kHg241rkMRUUPVpeHM7TdGlmkNzRqmYKl8r0sV5FH1lD\nipp1q4dngjYxcyezsVzA+2CbFNncLbHjh2sHBzT9kbcK06Lr7gsFdh2eCGQG\n9mi6xcZss2O+ZQpYkJ44vFlOv9moHmUnakiVYgS50uO3ph127r5P7u9pcayD\nl/YvmqfJpwdkDJ1Yb3f1Lmx+X6qQVNu0iOWPzw+L0p9yavxveAHVz73ejRC6\nxjrx\r\n=uk6V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGq72BAxbQyG+B3MiJidpU1QONNS4cMPz3gqbAOWz134AiEA66HRrEQeQQ66BIm897zj/cdsmnD22vTh0p5GVsUcwoQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.7a8564cf_1541583692911_0.6854804498096803"},"_hasShrinkwrap":false},"0.14.0-alpha.12824a93":{"name":"graphql-codegen-core","version":"0.14.0-alpha.12824a93","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.12824a93","dist":{"shasum":"014f43db2748a6f146818abcb403d5015b914ece","integrity":"sha512-Z39P8ivbmUiC+CLIjD/dH9sveB1suxzbPCk3Sn5LvpDN9sIA+BZFnl7NJrhLiJgzAStL/g+fixsUHUeK+8pvdQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.12824a93.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4rwhCRA9TVsSAnZWagAAj5wP/AzxH1TLlHVwlDj/3ZaG\n0w0vKGSMPaAOBZFbabp1BUnfS8JI/VdEjnqeifNEuIXflCPakV6fe3chtkcP\nZFLtWhFKDRErPQtKwSvdZiJBVurX/yodUrz811oJWMv/BiGS9fKCYDdzfDwF\nnlDWtM/VHurMk+JxEntCsUGEFl77B3EaCxpmJUzSMW2UcoqYPzztYH9tVUx8\nz0XMMGWCRFn/gulRnIEdI5jkZq4gLxF0yFsdDTE2vyFb0Cg4R9Jeil0IFH6S\n/+e34dGlB6qrJdbO+tYrJqMcSFrK1g2GQRFUJud/24xqrO+AX8xJGzZNecnH\nJkvqtQAvVUBY0l9Vv3E57cTrV2A5U5qmpfgdRmqnl10WtfWLPHbi4rWFORnD\nEC+JDkw0sI5M77AyfN0KtLZxruKdY9cGvRGnbuvJI2qp4zL9cgOPl8WHd8fx\nY747PjB5/DHERmXhurEjHUg8F2JM9w863Lg34TVowgizYoM+U03eSox6bEgy\nnsiv7bEpNiOq1p9atr4nh/YEGkB50ruZ6sC8fT6TMNvpNz6tyPNJ7gUU3uBn\nEgV7guXsgIGN+2FHis8RXde3UaOiGcWu05AHxAtXEF3JSFnCfROIpplxdkT/\nmXYMtJ2I5infjV0THCn1NaxA9OCdX5kfWUc3uPod64oeWT0k1dhg77pvdD4d\nWjxE\r\n=lWrL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3IPPwNm4W4A8p/v31UiCw+fJLldAAkKNA2HDW+ckr3QIhAKNbNo20hP8Q9vGcmTnNCPEEyjqL4OzwfL53MYFs5oCZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.12824a93_1541585953256_0.19827336937519746"},"_hasShrinkwrap":false},"0.14.0-alpha.65c5da61":{"name":"graphql-codegen-core","version":"0.14.0-alpha.65c5da61","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.65c5da61","dist":{"shasum":"e5376c0c33b5910e2b1a47799780fbeed0766894","integrity":"sha512-hixTXvLzFkCLxgfaE4BP5wm5EHkLrC7qGoy+oIB+Qpihrknloq8NRDPPbEfGa27HZBxt7fcXe0sLJWuyvxp+8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.65c5da61.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4rzzCRA9TVsSAnZWagAAba8P/08g44XxwaQXiU5X9eBi\n7bDfcNXetEak0AQjDoV4Tetj+kvUjmgWuo2VNQnlS0DPHcHiSUCjlDjtiPqj\navdmDer74ydk6gISLb8DcZWWBX8eOnM8xcFLM0Fo/YQ5w4KCd8SL+2l+ukex\nFqKHyLdsnTpoWlRxj3weJH5Kvs9PsWtEUOSBPmEUQUpLsxsJLIIlxacEny16\n60wzywEjFEF67Hjp6vCGLUa8/GMh1iofSN666TqhpAtcn8EKDlkCzHGB61Tj\n5dmnsWuwmTe/DtzrCEQcoMdGB7RMUytwBRpWHdWBgquc4DwG/PT7/+gGLAXl\noNrc4NaKM62gHKQJNvdEAaXuBV1p6XI+IDx9iOwrPcMwh1W2WHGFV7dQUpT4\nomUHEbxXQZhoWs8dE12eOCb+AhXgeyveBxJuHq/toiptdSuSj6RT20XItOfB\nQob42djFFXqvoix2UgHhSepniDZj9drwkQDStCvrsU7eK3Mgis0nlT+g1h3a\nawNHxIi2Gpo21Ce1+dkkzxhi6RnMj1WB0xt/JX7qLHrZw489+jeGxClf9ZP3\nUcDymxmefM1pWKvZD2K7q4TptWpyNY5jZ1tAE20g8ieHgGCW2tXXjbLAQmiH\nEils8LptYuMIsUDPX/87CJasA+K3pCzMknGV5USKhK0q0Sq8D1JaXxXYnfFt\nhxL6\r\n=igRm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnFKONMhx3LaptX87CL4p/1ysAo63jYySK3igoWbNvwQIhAKhWdLjzxwnqhxehHAEJkYdhj4S8utmExx5edelRiqMa"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.65c5da61_1541586162769_0.7914279536990234"},"_hasShrinkwrap":false},"0.14.0-alpha.2b5dd4de":{"name":"graphql-codegen-core","version":"0.14.0-alpha.2b5dd4de","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.2b5dd4de","dist":{"shasum":"12a1b6fc881fa32a4080a649ebcfd7deb1d24222","integrity":"sha512-HjpveGlf9dCXeAt9JVJvfsPdtPCqObMcWjZnlGrcccN2h1vRsoQybCrDoVwG4YvqLniXhFHPiTdCthweQhcr2w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.2b5dd4de.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4r0dCRA9TVsSAnZWagAAmAAP/i+Wc4qrnI8E18Cz686k\nZQAQCQz6wFBORmkAs8GYF/G4RjM1+8QuUolOQx+Bg9xoV0M6lK6lYBmYAURz\nxy7hHbf9lvmIWA+rsbP9uVwrLdpTUmgqWsanm+Lg4Gup5HEpet3Dx5i281Nk\n8KLvsxWqwMUNEL5QZFyG3Ea+sxnWXlgpl3bwaqexzT1+1Xr/SEZTaifxgOVO\nGXNMrlgEKeVw83LTnfhLI8tGyvmyHZAN0x2YE+GIQb+3aHrHNxVH1JhT9GP5\nA64MMVXkYV25HJEZm7EvePBjulbPTaeyHfH1/owGMlTI7Rc7AHa7dHvvqCg2\nLs+RIJC6/id4vcldrssNfzlBebpJDQIEfZo1x5EFmvZaLqYmug/qlDjlfMgi\nK6zA5Fgaau5I6G8lhmpCcs6Rhps07hrmuPeZR9v95qbmoZHpqXG2Q3DmqDts\n5oAbI1p3mhirr7a/4G1w3sQhrM6KXli3xr37NZ5xzqKDgPlNWpmLHnFb9aPL\nsVEbxq5Edy6nq7npvGXB1VzE3Km7KTMlqp4pA/dWSLW/43rsI1wfdKu0TBsj\nIZexJb2SxTMiKQSPVrCXUQZMZXbNBcGU6/Om385n2DXdZr2gtLlbJ+MaYeSQ\nDDuRwmKOn5EIELrsvfLGtrPzoYTqOcoG2bOjn+q1DdD/9EqHyvznDi3AnnPI\nAXS4\r\n=7LSv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDH6d471cK/AhfC3nmqrJaXhl6cvQavJ4hwgPFTqkU+6AIhAL/UpeIxe3EL+bECJJqtao5NrauK0CoDb6wZ7FarFBpk"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.2b5dd4de_1541586204267_0.27511621515901785"},"_hasShrinkwrap":false},"0.14.0-alpha.0dc3c08f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0dc3c08f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0dc3c08f","dist":{"shasum":"354700a407cb11c08602797ee3ec806bbfcbd3fe","integrity":"sha512-ZNxwcKIxiisggVhrtqQsuPHxfqEqMqygUMaWys0vNphA7RTPo0rdGJss0vsN22PlJbXc/mbTu8v0ba6DAmaL2w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0dc3c08f.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4r2hCRA9TVsSAnZWagAAeqMP/iwarVZNWnrZHhivES3r\ngqd9EG7Tz/p8mFBZvHJsy+dCFBnqmKmD3QIMdfBkLGjVe777GokDxH0elkGm\n7/4FK+A2h5tOilYAS63nUB7OBr4rvCLgsJ9/hRWljPMl3bFQbWouxToNndXG\nOh44HMhbM1SwqZe7m3xlmgJurfkqom1OqNcGjb5QJyy5O3/NgC9Cpg78fEeZ\nebOgFr+udeFkJbD/R3IZPJZepRVgnzcLUAKxDzqdTigU+YDsKHY8Bv9ktJHD\ngwC/QtpBx+OsUsY1ZxRbm0EITV3vEldexi76LTnZLo672oTgditOhJbAhzpV\nIw8apBt/0GNrU4cqmmi/88PrYOfcUzOaMz0YRzxduoTN50Q9Hf54LvaGlFGv\nz/d6WKWoQoU/zziQhtjwC45BWZq2ZX08qItmf4WPWqusygOA9Fni8qWuhGNZ\nrrHNYsxG01WD8Hj8XTaOZv/05nij/jihfjOZ0G3P6kVMzRhSYo7oNL5gk7OC\nm1g95pLQLdT3wLwZqISyMLVF7FrjhnOntBlI4xqFfqaPsq6hJB08Y6CWvVP2\n5t7RfRKs+oGZSvZXz/HxkI9NyYXDYh4EYCkWerF+s694GiiSQprPWf4kD85a\n6MsT+b6LYzWMvnhAwepDUWi9LiBvWhj+GdU8ucREnrTC19uqnGQ/YK6rb1aZ\nXBeE\r\n=nCPi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG7aE9pyCpucYiaZYL/Wfs1T1txddj1g177jHaLfCdYzAiBzqNke09HSaIsgudkoTwAzU8zVqUG3a5LnwTOapgvAxg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0dc3c08f_1541586335580_0.3485758919736537"},"_hasShrinkwrap":false},"0.14.0-alpha.6ec6ac43":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6ec6ac43","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6ec6ac43","dist":{"shasum":"4e2a4389686160cb38f68093441a870d6af0b249","integrity":"sha512-qHdAkylkXLL7DfF6l7HSkMLxRw7VDrGCcECNqSKLT1hNm+lHdQHk6mZJJPDDumlM/TGs5tEPKBnRfM70rO0IQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6ec6ac43.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4r+6CRA9TVsSAnZWagAA/kEP/iWNjXVJUfvalQ8EtzPk\nbwwQVIwkhGX+Pno+mfluiD1xsAnqdri59oHqNoVDKgu+F/PCDiYKQ+VSWFCV\ngK6qNTtEguMhvDBG2Uu4pwiPGAXfU15myjqK6RJuIr9VrAFS6W/rZ4jcTbtg\n9KNIqffAtXDel2d+NJiHJEAm9GTxfK350v3AafbeNjrPmyAUB9/kFkgtsgI0\nC0VRB/70t5mHuKRQPq+4iNXXV0qcOdySLW17rfo+lAHgwFFwgvPt/9g7Y7c5\nH2h+P2rC5A5KijtPGz+PD0kGETs5NhFHvqGdVlKyMVKOsgbTE5RMWn39XP50\noL0T7IJRGiuJZga/R4vrdiY3rxNR1SDzH92ZlEJNeBNPYCQ3bWeeqU/SIy3D\nvyl7QKoCLAvEzPnqs7hI7OpTnwmShEQVas1BW3yqgxqZEZNT9yNEhZZC6LAR\nWswVGeZBQhfUo8Xo16qp0/AHFTsjIO0X5ORfje/j8V/BaF/8VimHmUM27kaj\nw3Pp4OvaPehSGEMsKKqXsEGHV1bYWwU54i95dDI0uZrWjrCVTh7jtauFV6Px\nIQQTEOX9Y92cTPO+VpADemdEl1tBN5uIdPd2Lali9mqUNSJjIhXQeTa3Vb6v\nQVqTPr178adl9vdLNsRfSX4saTY2P9W5LL0/Q3tjDzWWF/5GtNgJs2nvuRos\nQhRD\r\n=k0cs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCShKZpFDUTnf+hab8aHgTgu9gAHTJJKVHwoBjlW8uRUwIhANOn+ZGZEtT39GOIYAzu4JtEUaW0UMct6abmz5rwdpew"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6ec6ac43_1541586873926_0.7190141416401086"},"_hasShrinkwrap":false},"0.14.0-alpha.028ad0ed":{"name":"graphql-codegen-core","version":"0.14.0-alpha.028ad0ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.028ad0ed","dist":{"shasum":"ddba9adef68e3839088463f11ff512ddf587642a","integrity":"sha512-V2IPvZe19MZfWNoB210AyGIl+EDLhc2XaTjXZP40yhV/7YLcHxTMtqb8H/x0x3jwNhKcTzpUVV8XHSiFvvT6Xg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.028ad0ed.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4tK6CRA9TVsSAnZWagAAOgcP/jo44U9ePmYTHU7hgwG8\nFUWIP7xY0AiDBkUesAi0IwvwqXR+e5DEK8/1rE3UWZ9rxo9NE0HCuufPzhlL\nk+z++il3wM3rP9dscBCFQVzFMQ5SJFWa0Eq50n2BHObQ5TAdcwOauMExR+8l\nXKy2ZckAqUPghpy9R7GP4IMde9UMvEjYTPrZVDfZW8vYcnHXXWTNfN3/FxMF\ngXE5jR6Ii7qak+NGZE/VHH1c/8++xAHxYNnbTpQaP/Mo/cwqL1qV0YGxvaqt\nA3f0kZ7s/UNxDr1DtfTtPH/VcBR91QWImEMK1BiDJuylNLuAUgYn3+63kdOm\n6ZxvHKC5S3QZjQL0eQD+DGjiWSOTv2i4GLQFF2iwh4syXfPKwNjva2W3xdHf\nGJp2AFA0ZjsEL8vhTYY18+ezOlr2GQEBxwOQemc/ts1tN8ubrdbfXjYBk0tC\nxk0LCAVMgsGXEjKiElx0t1BG5nSDLB04SKpR7a7qaoY/yCkOVYtsj4z6H4GQ\nOR8n51+xJQFZ3rzjzsn+Bx/P0vgvJEL7YyaDZlu/veRumRfGG/3kIxY9ZLI2\nE71DAT2iCC4aFzik3kiMimRIiuv2i5gr1ulkEvw5JGZpvLpMGNT0i30Bf591\nWvhgkY6n3NIpYh2KAO+jcD8FAnvxhUfedTmzHntH6lnaeWdTPq3+Ruy5MrUa\nyRY2\r\n=EkFx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLZ4YPvjeDuMsCbuYSRpF78/NLYXOnMHgl9cDzAt5GWgIhAJZiMdH3W0CIAj7YaM5kDpqbBxFNXb934TQeDLxQ0V38"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.028ad0ed_1541591738283_0.3701877483843141"},"_hasShrinkwrap":false},"0.14.0-alpha.1b4ee721":{"name":"graphql-codegen-core","version":"0.14.0-alpha.1b4ee721","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.1b4ee721","dist":{"shasum":"85c72f2c763b42129a198c33d9fb931c89f35712","integrity":"sha512-bEX09jetf/VATyT+wLjBpSx1WRua8GqZfeCEbKynJO6uH8uORm7xg5bISrVCS5gotF1HuIT6eVAA+sq6KJuqRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.1b4ee721.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4tThCRA9TVsSAnZWagAAAP8P/jbW4wCA2fVmPU3ytoRx\nT8uz2VWzbjIlWvNEMqsI/rB7Q8fXumBNHvtVFtZTmxUDVTWDfG3CMSnEXjZ0\no1s67ida92qF2QwhuOpgbZ04bTZfIJZDss7gSpFkriDmAWmFsEUz4avkCn2R\nFesTcIQ8RBKPr884RaEUwetaZt2EOdBjghd2AyFSEJ67+g3k3PBuAehqY4vw\nGXOf3dIaOeK/evhjPw18mJU0xxA1n1Wnii5HQOE4veYmWeZhG4YoN2umwmfg\nL8nWGq/triQ2gjiNQ8Vey4yyUESbUdW03MmenQFw5QXPdSDKtDGvQiGd7UQF\ntX8VwWqFr0J/qNfb7dwZIOvs2DtQKizDNEwYilnc/Nrozh08YBJpy6OZk44G\n06dSwhPt3ps7p57QkQ9YPn2vo/Ms2+Z3yO3ME3oEHrqyQcvg3osQeia80O1c\nJQ6AMG92gEzsJTUQ7Hx2C9KGzBfxnfNg2jkm5+3oo/ASDoDR5kjc3cPX5MhV\nxhdVCaIRd5ttCZhsnvvOTxQLyo8Ghk5lb8ORuh9u7kyAy/nto5eCVW7Ncwzu\nK0gQUBkA+08Nf+obMPJZZRqhCeQNpEodKtY+xYlpKvWH+9HqvJFU3Ykl9QrG\nyJQgOWjtthFNH+Ms+e61UQTQptQVIOzD3EEG79qSjt9p+rLzWhNdPWBm75RH\nFpcL\r\n=x6jQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLFUMBaDTrexQX1blzDZIttJHt7Gp0wQQo2LVxCeBncgIhAJgd0NEimRZ/TkMI4EfjBEFeKmjizLjIXUE2gaxR709c"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.1b4ee721_1541592288702_0.016558333299640404"},"_hasShrinkwrap":false},"0.14.0-alpha.56eee35e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.56eee35e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.56eee35e","dist":{"shasum":"e31c934dd54aa4ecea654becd7603e2252fa5e59","integrity":"sha512-OiVDyeFk3FuBPjGa2jG3aINaLLqen0pNzDfFs1CaSaL7mD7wgiNQT2Dlo5ri1g0De9YdcoZI4HyuW0aWzbL4Wg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.56eee35e.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4taVCRA9TVsSAnZWagAAR74P/1SF30AdFLIIRZVRseio\ncTtczwD8XU6pK3SR91rDaGS3oH2yqTLPWUBToDU3rorPUXAYk+MbvSOgOhcw\nIPJ2O6GQISYWdxLRS9o34Ahgs7Wn7LEGC3ox0WPS0zE30ow3tDbFK/s2Bzee\n1ua7qfUJQTSeDz7mrl1KQsHOuLKlK6CknITCKoHlv/B2U6tfMK/1DC7jvjk+\nxaORUSNivbtBoqV3CKqtROb3DXmlQNZSaQ5Pnuww7IM2KKbuEQnEBOeMCMU7\n5vwVGn1smAFSe7Fm8LsLMtjPUUptOxvK9LUZec+4DC5CcU5ZWFXsCt4p78oY\ngeB5A0zvV/6uu/OP9EVSJNS7ZJiZEZXq8rPgsFGiloiv2HGtrABoMEjy7zKo\ntExHHtxCFIawaTFGIYVlXOKcVQ9AVL+5Yg6+UzyvkEV4L0YgStznglnG7oIZ\nEhXy8CSxhs8QfDIZ9Dcadoc2c7W0+eWYehyjDeg5HqTyx2laBXuunch8H6Km\nCo2GTyO4k/8I4I8TK+zfzD4nq+MFsoXhF91kvDm40W99DpamHUoSFrxTDOku\nXmriDomZi+V2aBvaJNDqTkU2MddnWeP3oTOJPzNGreDeQkpYprTghOONFRQ4\nUrmMqhNXPVF7cCDPyACp0b+uP0KK6/LsnRjWZLcTQV0mJhjeDSNwtLYXSRv1\nkI7x\r\n=j7Zm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD93HwDmzZtYOqRMmk51TFbl3KQAGNihDwUtM5aOJFb9AIgMzHkRKdLdiV+hndk7zmy9pp6m0Tq4dFKfvJCyyox5AA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.56eee35e_1541592724336_0.629869473245442"},"_hasShrinkwrap":false},"0.14.0-alpha.ad801dc3":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ad801dc3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ad801dc3","dist":{"shasum":"97924207228e07a3ce2df75ee8bfb0c8cf30cc5b","integrity":"sha512-IsY2hFnTH/tX4taSdrBrtZJrUb+bb7bzU9O6wXkumsnTWhTJnNCReo2P67W/Z/UQx2rmi8WY3PjYwBCtCaQm5Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ad801dc3.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4tyMCRA9TVsSAnZWagAAr8kP/Ay7ZSPn5X7IB80r5G9X\nB0iyntJ505tMP2T2YCkXNjcNTKahO7Kfnyrzyhn57EUYhQ/Ar/YWoVSTbFHn\nHmQZKaOpxLwXl8Jt9b4ZfUPP9V3LFjfqncSyzaWvVWEm7orWpMUcJsOlei7s\n8JXhsxhhR0q9IpFW2K05TExWDoHuDv7StIfH+dMGhr5j9WQ9l1FLiQgpGKZi\n4A7u7NR7BEKuOF8K/1b2JaJo+TytWeUjgCJZYGJzZppUNMKyLuqKaftvaa/x\nt0qbCw6wc5GmEC9vX2HGsV7FBNerT1mgghAi93fueqbi6tZtKsIzamoSbF/+\nPdU3qWVmRnfHeD0KyMrRmM6YgO9XbqwTxus4rG3u47qVZ1wl5ZNinzrEQVP6\n0UAg7FuO6pWagOnb19KOUgqqfI0i8zk03PDtVjQcOhcB2/jZxZhC9fN1f7VN\nj2XlUEheCjeDgRWe+F6keq3TI3vWHR8eEbQmdbld7oCzmmFsu93+1697Cp7Z\nPe9yq+3WtVlMdQ3p4MRuCnTPmQKkjRiijYEYXFqsCLNZpQNIpSiPUot1rPKF\nZC8EkyH/qYr4CwF8rtNQgvTkUzgzmymC3guKiEznzyl1H11WhAUHFqqIpNZF\niAtmc0pOkNHWi+DWys7w6lTHiX4lrds787w12ItCcduR+K4QyOSjn6guWaIi\nokja\r\n=udZA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClECA/9zmVaOcUiNDC5Jt0fMwogusdPxNm4CgQVLPH6gIhAJMiXuUDqSFDFMW63IZSRvQC4D6am7yeERPmy+JqADnA"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ad801dc3_1541594251402_0.893404167219676"},"_hasShrinkwrap":false},"0.14.0-alpha.ae45d308":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ae45d308","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ae45d308","dist":{"shasum":"70beba3b516ed4b82ed24a464f94370dc883af7f","integrity":"sha512-+Jj4KAeUxsDvH4V7FaiGiHKStRakw7+RatYPKEHEp8YgpH4DqmfiuFzUqh8GiZi9ElI59l0RQ7ZRRG6396GnbQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ae45d308.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4uKYCRA9TVsSAnZWagAA7cMP/jrAWqUwskdk7igDDZ05\nU7qz7fzxzHBOQy+gD0X3TsEBbDJm2CQbFObZIdKO8+FJ0/rDUvqGW1Y0kgmn\nr0osSF3ov2rpOwbg2TVoNzinhHM9+QIMgZV3X3/9Ox2AsB10uUOWIkxlfCVY\nkogdAisQtp/mHAEcog+oEF0bqA+jmfLpCNeMimZXnw7skDGzVo9M1kkdRjH1\nQ982ONZRj7SUEelsYOxsTmKpU4h114rA8IvpX+iCvwGk0U80+oA2VfSd77u4\nyQWXGo6hPT5pqApE6o7e0bkOulCGojyqgEpmVZKLfl/XvaaJsNiIKBNmLFxP\nck+XFWcTRB2RHcJ+6TOboXt1/wEPqyEynNKprrj3gxPqO0dgkpmVIcBcYBAq\nuA27XtDwJyKHEbCykIMu3xBTloB2Mn/HlF5c+InzyORIyOvSvOM7zEc1N1ku\n5IWvN3h2O+SmsaRhOAGgyAMS3qYuUZXPaTV6Jkmw9V+SL836y0c1B5zhhUXm\ndRSS8JgF7/4MgpL/EpSu9GJC0aD53CypGMqfRkaHJyeKaayTXJEq32WORBg8\nCkJzm0tsoWBH7Uyi5h+d8DbUUfvPQ1cVvQIsqpPPFPPA7x2l5p2ziJ2EmYSf\nfHjAMzbcjl9fqBcsRWG4TKsrGG5fmNdgWuyJNAuB/GBdrVqbGL/nq+uyqk+H\ndHAi\r\n=OEat\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFzmrduM0GKfMWWWA/qcHr1THRQaoAEken65d+VTsDKTAiEAoV0fs9vIUD4WJTvL8HF7PS5J2QLLZXH0NNbLGQqDq1o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ae45d308_1541595800136_0.24284824916303438"},"_hasShrinkwrap":false},"0.14.0-alpha.a4fbd654":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a4fbd654","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a4fbd654","dist":{"shasum":"c02871aa58628cc0b5254fe91c74f0519feafa1c","integrity":"sha512-ZZ54ZemDyWErPsSkARx9oIPbd2yIY8/0UZc1Ulms+B2LxCR7Tt8TVU6ayLoegsuwk+PkePQZ2sb5U7BRt5EWlQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a4fbd654.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4u9DCRA9TVsSAnZWagAAlXoQAJHabF3gCInG73K+qq+C\ngVbBt7MOQo8uZCmQ+g3HHWyPZMNxHqyTOQwMbfeO5qcZ3AmplzarQA9wyQxZ\nJzotQmXKljzYMCumLGbYBnZQ8pJ3un6ypHMqGbA+zPx/TLcztwdCHPJxkZfB\nfkF0pugM6Qw37z5ZXp+oO3CNT6b6zHfkhcU0+ZlKB4Q1X5lcIGkPICFNdp8E\nljXtjvR+M6Cg+/gllJ8olJPN+SWtkxHjwPvG9Wc9p5aryfWCpB+Nwzp8+kLi\naie3sXSi/18B9fOLGS3RXswcvjG7/R+X5PbX/cK8KaSxETaxbYnJ3MmVlchT\ns8Mp/OZUox5YA7+H2zK0MP9WrIWiulbMqjuO6/uqszSIH2Zo+SMFcqYuQKgl\n9SJdiu6Pyhqz2qXWLcxco83oZa8qJliGWoaL0oqxgy9WTz4+pj+2BVRW4hns\ncrE01G1FfVb7qyfQyBdLFZvUM+91NXN1YDaHmKUOBH5PjFfPDoduDsWRvc/y\nzEyNNm96YrlVKr+pZo+K+4JFMaTIoZ83wRegplVl63LLxe1ZZy0/334PtzSb\ncFNETcq0p677n87njz4hFpcm7Na2r6DxTBOqFSkeLPCCv9agqSWrSg9zz0DD\nwL1jzikGFdNIBBdqZETfF6Dvs3EUA1nCLaIy8ujlSyEQdtYuNSyjqEv8V7i5\n8bDT\r\n=tQAe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRp6s7kt/jyZ0FG6PdyZuLmhKE/cNOA6MK/e6lChcUlwIgXlkqCjcPty6dYcdyoP27ppFPWto/ZOzjhZkm1ri3giM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a4fbd654_1541599042585_0.5536683923125765"},"_hasShrinkwrap":false},"0.14.0-alpha.28268e43":{"name":"graphql-codegen-core","version":"0.14.0-alpha.28268e43","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.28268e43","dist":{"shasum":"4c8bc517aaad845b8312927db6119559d27fc26a","integrity":"sha512-zpSyBnFgwLFuBTn9raOAilm48fKVWQnk/uENkYNryuBEWJqCo+CejEucMW4pDdCeNWQ6Zipne347zu+gFfktZQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.28268e43.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4vMhCRA9TVsSAnZWagAAMAUP/jjfciQLlLuYwLO/z08E\naJSxy1y+BadgWjo1JFHJVe30VEz+bkY86e0z83xUvbw/RJuk5ToDgNiISfgh\nNBy2HUHSEwejlRkZMA8Rd6HxuTjh2M9aDpvbv+HR4c/1aWpL7mCX6s1N3S9K\n8WicL0kTqJ87E81ICki2CG8fbJVW86H+JGc2QnElC2C5R9l+q4iDu0Woyu67\nybB5h+pxo+A4IlSQ+8MI6Ha6Ry+ZPWIDx/2zSjgf8qAAITSn8CIDfM88kkA0\nWpthaIvhmjSHiK/WOu/xk0W/i4jC2E4tmc+jmzfHxYio7F0w84LQSaaK/QiJ\nf254e3v3duebofs+KBMRo3FcbSLSTlZQMYrJ2eeWOxU9uD3NCnHdKzQJOxOG\nNRXJuXY6mNfWEWyLiqci0sovd2K2Z59nHM1hYOechJSp18OlRplqvxBd3S2Q\nGTrH86Dn/7gTmA3mvXnH63yWerDSnntrjA35j5NvZ6+CVwdA177bz76y/zJf\nk3kQrCtsCTVN/WDQiK4eD09vJVHY6D28mg1pR+kzBwZh9hD+EZpxPIAwRgFD\nb/irBtTnMvpnMY/L/tWdSz0YWrYoM6X6dJpfn72WFJYRm0YYRuNLaloQL3/8\nn+5YxmP0jc7bOSGGfqaTsvvJ2bERTecUzxi5xGAKNYByPWtlqG4CFmF19JL1\nRd7B\r\n=ajqy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEABiIbIYC8PYlyEUXxBpDrMnzpPsZJgfa/llMVwyqMAIgYeNnuxJS9dD015lg6uetkMx5ANLHbyfuZATC410LXmM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.28268e43_1541600033033_0.29214258409148597"},"_hasShrinkwrap":false},"0.14.0-alpha.609b90b2":{"name":"graphql-codegen-core","version":"0.14.0-alpha.609b90b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.609b90b2","dist":{"shasum":"97e819cfb8838b83a14029b69486f6541904af59","integrity":"sha512-yWmarf1sg30ESgaWxRCtfAeNLKY4LlU0pZu/SLKdg78Qase+NMDWprDB6Qh78JoIn4TEbhXPwUBzNZueC2REVg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.609b90b2.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4vmDCRA9TVsSAnZWagAAGIMQAKCQ1SxGMXWxgUK2Whex\nAJ2rUuI+ltTmVZwLvPju4mbOz9bPMiREmofzuHjcWY1hZGAnAVlwyB0rnfvY\nAbWsykumV/LMvHphNtBEPfpjf/x68wnpE8dtoSVuOI14R2k1ExllkxYkMhEy\n8BCPjrD2F56ujr02uDP+d5aXmdXFAFbxfRI/OMBspDfQpW8wwjCnYTYWc9k1\n8YlrXn8MG5bS2izl78RIn27eu6u+roq5mCxt0GCp8CGiiLEzGOrEdrclk1kJ\ngfE1ricp9y8u/nn/TOnWrkINYIM0VGyFI4XMftSxbetkfxOzqlKT4YQYN+oe\niRgY8sOUdG9iokcX2hUljkLZfstQovUCvIAFNGl/x6gaHy8Wjn/f5tN+yXAQ\nOczyqUEHj1arvN+5lDESO92SsHTAGUY3DvXp81VtFgfbxL2nEUXatNCzgMpR\niWNT2IEcMmS2fc8fqiWtwA0iH7Ynw1cJPQCvqJZTOjrrA1t4OyFn0g45jJ52\nCHW3dA3m3/7ZlS4LvModgNElaGoSJCbVRkrGxmdlIdyMbyDeXFs/aD2CgAWg\n1Rc3SYQLCNw8zqlgvM2Mtm/vFcCrVya6O2hipJlzfV9N+ecmHZwjMQ8KL35q\nYeAjvw4dpsl2MMHb4Ceztp9DQ12RFGPk1q50GwXkTEfh342uHeDMfUig6YU2\nO4tv\r\n=Ahdm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH+ZwKisbeRcQW46lXaknFl04/kFRD2bHTyBsbR4hCeuAiBEd1SleOCuSCVc9OAAsZjqmeQMrEUZaZElBKAKZabdIA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.609b90b2_1541601666220_0.1630932640032936"},"_hasShrinkwrap":false},"0.14.0-alpha.c0b3122c":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c0b3122c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c0b3122c","dist":{"shasum":"c81963cbea116dedf277feb600bd1db176ce5722","integrity":"sha512-9ffbN836giAx94x2gKG3tz0r6aj5bTGneVwEkJTd+XbbMLc1zncEhRwsA8LirqwYh8OpKvMmrSgkVFks0ys7tw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c0b3122c.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4xGNCRA9TVsSAnZWagAA0gAP/RHcLtSwlN13kNfCss6G\ny41IQZJ20YiFqdAu88JM7O1sz7HNy0rcaIBBn/rogJGZrcpZIDGOZ57zi1ua\nbgLNvsfAf5dF/U8ImhiK3vYMf1JZMkIullsini02xNbun31XmRpY/VSWfuQ2\ntmlQN+xFYeyi6hNtN1Lfni4VQ4COwR+dsqaMpYPuBryrBKw56PGakvpNuTfI\n6r/9flRnI+ACc2KmZIa0pDAgsVOdR5IpaujtEzQ+Alx5o0z4GdLjI2s730aK\nUn4bRqgXf3d204mcmpltgEYzJ1y45PKmKUb5Uk27R7Rh//a8U2svlW0lR7Xd\nqe8AramcQCkuTWjxfh4TcHeMK0h4co6DSn0TSMqkDxKU4Pl57vvgFvimNsTY\n5ghwcf3IVm0qthqU6z3jftpZSm2LW4ChWY39CVeHQjFxggA29473P1EQoD5B\nl0YbIll81nNrt3f0NBRrggnGAFQOJW0d+GLHVqtC6tjPwFehgldR9eCrVORk\nbq4ZtAWKk27avBGCI6B+JqT8IQO1h9O4v6kVyEeFrDqyo064MhbuRT2znlD+\ndaMFMRcUD6SujnCpC+ihbIyZFS9xXS+M2cHn7GDTOVE+WrqGAEfM1S6JKZ+/\nEiq/5ysz/AXRvW0qedNCGiYfdsgO/WgGK+u9saloORLYSgQzdH2err8Q97ko\nk0aV\r\n=WGdJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFTFmFNWVc+DE11DqSB9gk5sY+8A+MQ3/YeOg+/8PN+wIgXnH4HSHdtwCvcycU/wvwTKOFzbuW+J03C+feqSDux1E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c0b3122c_1541607820830_0.8549845739266926"},"_hasShrinkwrap":false},"0.14.0-alpha.cbd3f405":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cbd3f405","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cbd3f405","dist":{"shasum":"8baf020ae1d232f0129d5d41f6a1ecf9fbb3d425","integrity":"sha512-LZ0WxF9X4pbXbAAgywnpZI0YKUSA74GwdZR18r1oh3rcREhE4FekWgkHprP31bXAM6M3dQzlWd9RmSaFp5eXSQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cbd3f405.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4xG8CRA9TVsSAnZWagAAK0MP/i7/LS4TMFVkzpcq5Y1a\nSu/tvo5fekWqF/OhmOo0IfA1LKTuuW1N5arYTabUE4s2+d3QESyOr5kjAz5J\nvpu5P5xZJo28a+bzQtPmmXqD88xzU7GYKKs7OoUBA33mKNhFJ5QwyhsWttH5\nPnhz48qyAp7YPgYNPnBYLz4Ca9p6YueDaiFXJdQPFIpzMWcCVxNri0k+asIc\nDaUsv5p79cj979Zq4rnLFMO1wnApve20OOLoRCtTppyVvF7r832nv9veYZ3H\nkDZEByZqJWqq6QJDuAB6famP9ZuKXLqr8UofDA3fhmVjSBq0xe/yUSUaxyJ8\nSLbwQnhf+sxpueLRhRvuE+DQIlMDWgheaHIGYbouhA719kaE6CIvt82/NWB2\nd9RVb0/Pz6NIKzkuaXnWIcCD8rrZuqRTHD7DSVo4TcZLZGwH7kKqv242zdEe\nEeuVPX5RG5woP9QYCJr6tlr4DEMKqIb7wolF6qNbe0T8mLlaIcpOrUontU1u\n8dsoClbmqeakc18H09uYzJS4QwgBOUgYvQaev5mmlYYWD2X921x57izoF1De\ndZpXOeZ74YCkXq00D7C8GQIbsDzRknA+rWsPA7qPZCemTVe34OZRucgUs01g\nvc89NNf4xdp67f+4FOoKk3UfJFasXT0ZrijHCcgBya8/25sg+LAxjc4Ot1BK\nGlpR\r\n=mZOL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCg/lfGN5LnEeC1l/FnjMdJYnJ169xK9P3nrF+/8hmzxAIgNjgCDnl86XWb5Q5Nclmj8k23jY1WZEu0g2gDF4Q2PMQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cbd3f405_1541607868152_0.727883402486549"},"_hasShrinkwrap":false},"0.14.0-alpha.0088a6ab":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0088a6ab","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0088a6ab","dist":{"shasum":"44a2c610f44d7abf9908dc903bff100403db0853","integrity":"sha512-EJnN74MmZXeMlgcHwOwWQljiSncpw8WaRsSxxB4WPZH27Rtwa0445opX1v16J9nFB9bf6nhE1n6gOoEFcSIPhQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0088a6ab.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4x/HCRA9TVsSAnZWagAA31IP/0BB3gGyjtMeq5Prdk0N\niBFkJC57x//HFFQFmNSNNRmlGcC5I5hu052m3Rg9VpcCKk7EDkjuW2JBn2DB\nOTbgvTActHzNYnarfXm0WZGOOUXwZCNDfPCTD1jsBYN+fExmC6wlSWTLS8tm\nWlcxUzjnsXvqucm5e+DKkVcpvVZd3SSGGFj+GbaRi6ATsIRWV3gxiyFwMin8\n6Urc7RCHxRR+eQStjhl4ZwkwWSOC1C3gWvj9ovLMBmm+aml1cfsefbkPsJ8U\nxnOBC33Gx7HVfXHro2RtVQNhTvP9XOt1hyRo0cVrg1OgBNGwINmp72q+EBcf\n6mmCePdEnqNCbCyrELnMx/LmmzE3hl7gKwj++ZvW5tAVUXsv7ER7ZQwPOHwR\ngMWuESqFVOniEmMxRysBZkuC2xOEcIi94uByRVcyj8MK9WoYB41WRy4Wi5xO\nR9M9XiIZ4oyEMUGGmGHwwAEDwJq8ogNwjRt+HJXx7Ih5mtxzHpcI64cDjNcz\nZ5pA98YvIw7wfT3ext0pzEDTrh9F/AQrkJ0MRpJjPH/0Z7hm1seIshf2gNRu\niYyBCAZrXayhekaSXK1GxCe+SsbO0rRcIhR9bPZGyUlcGcmyfrrb6bAqkktG\nRBj/w3h88WALCbZOdFWDDRyITZbRiUZkHFYZyektstVM6ioRaZ6WwG8xr6Y3\nwAAq\r\n=a8Tf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYtrGKzxDqm2eiCor/tpPeWoQhz1HwuoiZcRq/EhCiegIhAKdzMzLXbh5DUtOXRP0NJ9Q9bZYRqQx7lMoCJBAZ3gBC"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0088a6ab_1541611462656_0.8137970952501257"},"_hasShrinkwrap":false},"0.14.0-alpha.51ab2f2f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.51ab2f2f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.51ab2f2f","dist":{"shasum":"8781d80efef13e5ecc3c9c05f2737e96a9bf3702","integrity":"sha512-irF1rqiR+Fl1BRwYHsDaFtH8ZHRXbo5rF8E6yOYvk62bntkvr7EUmr2Q+5EfgzP/c9fzNOo0ztwXxcSpwPKorA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.51ab2f2f.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4ypWCRA9TVsSAnZWagAAE5UP/jFEYPDi4epxyAj5S4PJ\nxmKUR8JVsp291ZWhAgANdpPWzEO/r73OXUU39mhM4FNElEF/UfLhYOVi9zoN\nKIsT4IM8ZNpJQMb9RSMGQ+Pm5dgxmiVBrH5gF40WC640VsZYUc5+nF1PHOZ3\nGjpXGkg6/LNc7JV+uQJjdKXxooRwpSUtRzO/U1tfSPYMqnEs96BULKfWo+w4\n70/nlbhZ3Rm0UOS2CDkeSd8DvAoUPmXzCk7gDKK2zyR8T8Pj/X2NH4LL5wxj\nt5o/5Q4sUQL8Btb5b1w03t8E86AzCBK+Zl+vfIDkCz4cXMKTEMGrYWm/vbCT\nvkgARXxLjlAkyY4G0QGinPTO25AK7IxmOSPi/kecAyvKiOKCqvSuBreIygKe\nbxbT6+2zr6rnA0iPlmhl4nYaMXhcmMLjvuWDD7K6wiw9WeBwJ5ro2oWkFP3p\n+RyOwFu6TcFWywdaiIePuYWzuHuc3aMr/vYsjdWN+iTg+TB1H05EhsAj9Lic\nlR0nS8YuT9svAcK6apQazao0kq9+2ZxWIWziKzjyjEbtV3Wr78A6r2yQz7N2\n58Y1HSyzwA34y6fnmgSnkOP4ug+36/KQ5gUxxpfrA3EK5M3qzagPWMBOlpj4\nLcAy2Hv+Eu+oph9YrUUF3TFJf0Kgl10Us+BDPpkRh5NAl2kEIt00DgmWils4\noC0l\r\n=g1l1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE8Vqx5E8lGNX+ZgQv87F76ZXRchD3KELQxwcwta8HL/AiEAqXTAQ8DXShNQ3ggvLDqfZttk+A8ZSw87xl4ylmjzDyE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.51ab2f2f_1541614166059_0.18901702438047674"},"_hasShrinkwrap":false},"0.14.0-alpha.9218e2b8":{"name":"graphql-codegen-core","version":"0.14.0-alpha.9218e2b8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.9218e2b8","dist":{"shasum":"3b341bf6ed87a1d70ea04fa1187c3c9c54d76a20","integrity":"sha512-MDVV2HP1TjotHn6fkArIpMdVg+EaG0qWdJzCMpAabnA8SGoNkpd+mHFbXjtRIpnm3mDoW56NNjjdf2LLzaxGVA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.9218e2b8.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4y7vCRA9TVsSAnZWagAAU5cP/AxcRcmR4zZRdoG1hqnD\nOwDYwpL7M+XznayAmu+OtNWdcYMlakq7h/J3ZCdmVaWN0+ZEeJY+gsM8oNDQ\n6U3PV+/zSTObFvryi2Iqd5F4t4SH+YxmdH63d7fJU5Byfc2z0ewpBNwywuo3\nfbm3YR+lH2JYL4awU6SyPN+vvcLGe6zdVsNaCYGgA+JODsIyGZpLWNuZNJM0\njyOdZdYOf5m7MGv272VE0g4uakGO30RG6V8RuyKcrgjkpVd9CaTp4Du5GIS0\ng+daa8PLuaH+pgwvshzsNPP7iLav9UFc75kPgtuGhF8bw3kNRCbCrxzzAM12\nqzt3/SirnoNtH/TPcbThENuI47c1OuEvkIebHHnWds0Iifn7vT78useyXLFf\nP+6cJUzsAYT2BCPdSRe8+eWVX/d77iiYWGZSdhXn9m0TDWfX6QW7H1WrSv9+\ncaZJZaEjxORdfVw94SF2KJ7XrA78e/k2BBuwJIS25+Z9oePJkPZ5aWKcG023\nMPAIrlxu5UMlYo3Ti7e2opcrG7V4Qjx1nun0h3DoZWhWHmPOYJ9vNQAaSyuI\n1r2xLD9AZBs4AAJI/ewzdCygxn8F00bQ7rHcu+i4/bnriC4nIFPd99IojWzJ\nMagiwNjbEdgmoHHWJf0BivKuc8k2/Ka1TW3fuui/SYrYqH8N1T5tqbEY4XGs\nDUGh\r\n=VH0b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICtXF4JXbeGtOFoWwunxZBMrdMq13OTwBFVu1roWPjCoAiEA+ZRaFU4YcNeGK2+LGsAVgnMYYbdqMyoznu+Z/PNHdEw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.9218e2b8_1541615342502_0.6015070248400947"},"_hasShrinkwrap":false},"0.14.0-alpha.70003040":{"name":"graphql-codegen-core","version":"0.14.0-alpha.70003040","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.70003040","dist":{"shasum":"848326b3ad2649bd1d6d06fb08206fa2aa1d70ee","integrity":"sha512-ct5x5xxVaOL/w8P9WVSwtFxC/x1ELCoe04Pjl3oClikztTcTLN/KqfFi3Jkyp27Ep9kYmx27PwdrzAj/5/1zug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.70003040.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4zDHCRA9TVsSAnZWagAAkKcP/RBHFtjeNsT9fo2azDbW\nMrLZc9pDy6A2Cfke5wB6oAlaE0Zmymivqs42jIH2vbvfZD+Kovktqvb59MuW\n2auHFzPf5ODODOc9T+c4GB8pj3zER6V3fjujOHNRne/NzvsdUloUcnLsluHp\nCbvef2X2OfqpSiPSwCArw+BgshS5HhWp7gplHlQWeLtLqh//Bn6pl3CR/3hb\n0oBBaf0C+YxzEILZwWJt0rsJsSbosc6O182D83/DzJCNHPsoX4Q1RWdGeFfm\nc0N6WF1UDvQrl6gvT+DNVVbRnjTlRb7FmhMd2oZDBrXA7my/RF/Qn5SqoLjl\nZZoV+Rc/ea6jdCrqGko/TlS+Zhj9+prBZTM8Uz/Zbte2tXRMnJ69m13ImMwR\nYcjNIZ24urL80qOsVcNiPiFPJ8ltwpvH+GC4BeKpr2ot0HkUXngX6mlBZphn\nVsnEYWVV/+wyzN35WtGaljnED7ImsAbmAc7SGd2YjvePRHqxKwV9mSmEmexS\nTU4RxYWXGqtehliV/KSP/TurCyPF/moWpXQuvIYJ+cNt5zYNZi5ZkITal9Fo\nVmmarv9iLuZL9z3BjHFgCw0BUARSGT1Jqdj8e3npKtpB3hGKFNicZwX9hyR0\n/qfx/MVmfzSzXOB9vhBegre9nm34Vt0yNo/SA1MTOtKdFE+ulhkP6QxeZds9\nXViw\r\n=0Xrg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9ss53xu+m47/sQUGs++Ky1VGX+4x3x1DpUVn3CB5ytAIhAMVrs+IWKPd5/IeT7Z/kQwok9vxKEMhCj7Bijvt87XAZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.70003040_1541615812471_0.3216352724917706"},"_hasShrinkwrap":false},"0.14.0-alpha.ccdfeb71":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ccdfeb71","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ccdfeb71","dist":{"shasum":"d9fa3b9758b2848211ae1316e80043a06f600465","integrity":"sha512-L3yl14j67S160DLqtqIIkpt/X7vZsgemCo3Sc/hvrRDuLJ1CCZ+hz0GXDRaBYuEWOZidPotM2/mCgtChLv49ig==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ccdfeb71.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4zz7CRA9TVsSAnZWagAAplIP/0PKeieZrAZ9GAkl7OCo\nDMTdZrbNwoJdvr3OkDFpK8lafJXAZFqCv1xlkFVgBmNWUxO9AyCLLBM3POLQ\nEgFaL2lwaRyEWlSk+eQ7T65qJOtLGMRmz5EVK1kc5BoGfNgk7hBKN1XSK8GZ\npEXSahlhGh2ORWWNgwuYnLyEq/RVQbMD4kPbRiHt4g4Uih0YTNvsnuAw92kj\njYFV/npdzAs7JqyHScmJqCH99JdYA0MrRbkIpDtkVHXTTno4C3grvp6x4IYr\ncCeZDHlooC03L3PgCfCksqfq4uhlDY8Msjk0HnUWL0fXnPIYdCa2+SN4lgrf\nlpJ8uvXNW6LBmbJlqjLD52SK0RUop8ENqN0Mcl+dspLgSfwXyv5qLsW/Qr9v\nNxv8AAhku5lWv+KrVFbUwJryblQQHWL+dGoYCllhwEjKwJIYBFzvpIakBKtX\n4Ng56i8DB3Jf9cLaSpomCCaz25IvGpORqDqRu9/qD0/oWhRY/bVYrvTViOV0\nw6XFTqhmzr0uYLg32UhkvLWP1PzmHRi9qq3jyodKSZZHpl8K9kmtDnrGStPy\nWlfctdVNzod0bIAXXGHbXe5zq6hQac4WnVqF+CfZX4iMkqU7zIj3KEor+46l\ng9TqpeY4JFRJMNdYsp6bylGGlxJ1lgDSwnEyOkIxKYIVt2eNlY4G/4E8M+TA\n1XEm\r\n=3klf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC1PF4jnZfV0awaWKCmRnjxjD5DgYhJZ2wBNf+UUR0+mAiAQxLZnF92InhY1R7q2MgN9flLuDgWMYMxhemxzs2XYVQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ccdfeb71_1541618939196_0.5302028570219754"},"_hasShrinkwrap":false},"0.14.0-alpha.a4838807":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a4838807","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a4838807","dist":{"shasum":"bb15e92073c719f861e1d174fc55338d9a2eaa85","integrity":"sha512-3I72umoAbNvr7jWmGOhD9oqOdhg43vVFWC2RkcWZ/J8/mt++DJFte+npR+7Hp937h/yhu1cUysQigVg60WobOQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a4838807.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb43iOCRA9TVsSAnZWagAAQ04P/1vg1vXYM4j1o+DeT4oY\nCfcZm4rFlG3OD67LC+s9CLFRwjrTmqMRf+GxXx7itbNM4NBPZBr/Bsrdp9Uj\nV7klSwNKw7kMP7w1+vtWNQSz/+l303uNqsN7Rsn8dLj91ON6Tucg3iJFmhsW\nElitlxV5AyzLHZqNaQdBcAB60btCBqRd3TFQeLXDZeBOmwZUNTohbvBZium4\nAB9i1VyYdFNGBgoNSjQXE4EC2aJElBQVfN5nHl1Snyr5NJo4BsukEaFqwxg0\nkIUbrCowx7lr6rwtZPpzMTjCStwCV2pOV7HbCzyU9/3GzYXzV82mtYUfjI7q\n286M51jqCFCwT1dkxenMC3rvjqUihuSRl0rCn43SWgMWxcYmFj0sjPOFEMAc\nW2luIPvh4Dx4Q2AkxA4IEJVR8zzUSysAEEYGukp+xY9QDbQtQsLnhmKpxRo2\nJF7grsI2aHzZfYtp6NmZQg8WB1fXqwLiuGyQEl9mH9y+nZCiJQkUBwCvUNk2\nuNdjxpgEgd0YXLXj7RB5GdMcAcrD1bOOmhMYp/ztUi30dqKD1chSEk065UVq\n0n0ZssdsAEV59f3rP2B16ZykC6Dr0zGJsuvWs0HAoiabeh0qNAWx6Yo7vHct\nREvxKd9o9myq1hABoO/22KbMem9ClR/iK38AIkwLUC8tEnV17FTUeHB9aJvR\nhDnA\r\n=xUtG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDNRuYDJohdekHdwTgTTiJHOQIlRl8s1x7jq6k68GTAAIgVnnkBuum+izXdpvubSww7sBlSXNzFt0bBhkAmq63S+I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a4838807_1541634189823_0.45174516743691795"},"_hasShrinkwrap":false},"0.14.0-alpha.ebdda7aa":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ebdda7aa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ebdda7aa","dist":{"shasum":"bc5f8f3b9e666229e1a92040c58ab458a95e5e94","integrity":"sha512-OeY04SycQbDEf4VQfSYc7JT8RfcvUaZbhYgxZa0ZCFkxCdxkzHJk779T/ckE6/bj4ehf14bE2Cz+IRmJ6RdzRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ebdda7aa.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4+CrCRA9TVsSAnZWagAA0d0QAKAgqKUyoirkfL2MaNoy\nym0VHrRw5OIbVV40Anx+YSROcYAMpBh0pg02D7DMVwBPLRUrLpo68G9Zvv1k\nQJ7YyC7jL497j+J8BaOqS/ld0gWDe+74WNHvC8J3ulvvk9ujKd412okbrT0T\nbq3yMcr6XE1jvVLAd8o7TSCVqu/0vx+JbNVris77KvFUuNcOysdCcWi4+r7y\ngttValvFD+UyYfvg3R4fOxRPEJheDtSBZq7s1JNCdtDsNmfQNIHOmnsDm6OV\n3SR9w9SAGswAb56OcslBuI4d4NH8pna6oakeycoNMsBfcnHVnFUUyMefd1gO\nP+gnE9acIR1//9/kkJkcpXgaV5y73uua8Pq60aGcmaSUzRZKBj4X2xysBejf\nmvUyvyRy0e6o7Ih8rTbrgzBPNL5zaWXFNru/BOzjVmy17qTwr3kPRVcaXlo6\ni22FinKWEADR/3TcnyMpTzZ9UKaaja2T0fEpKghD2YqK5ZBtkxwhFuC9Ea7s\nvWx4vS0xm0+muZsi5PS52qQMEl7vqPBM1oxL2xgs7vnFQxmXUVmirOqigGyz\nmuPTHHj7sagN6XP9aG0AevmmFmY9EkZSxEph7SeZtiTQFc+llq58g8qp/pJp\nIEE5YTX75pOYfHZe1hN4RIl92diF5PYJyhJ/oIkfWMl2Et2TkBvjlXm/WWyq\n1d3L\r\n=JCTv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFm6+WYWNEELzCGBMvr7qwKJOQhtKUI62Kj9D2F0Sh1AIgdZykNaRC1IMnsSSK4UalT2hv/CW0mY+SX4/JizSAI7E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ebdda7aa_1541660842296_0.07203259950962848"},"_hasShrinkwrap":false},"0.14.0-alpha.8d8bee2f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.8d8bee2f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.8d8bee2f","dist":{"shasum":"8f41364fecd2978b19180e1a3527f6f7927f9413","integrity":"sha512-bnIfCrKNGjoa+efbyLYN+Tmh1DvkA1lliFHLNVFPSFoZ1mYtqwkt+tOvlVqb0PvZr6DGaGQWv0hoUfVpVFLrKg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.8d8bee2f.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4/fnCRA9TVsSAnZWagAA1OUP/2cnjyGFWtJ5UguYY/IB\nqnxAS8dYIHaT3a7mke5Bic6wvLB+FWImu+HP+Pn2u2D4Dqm6WAfILhvXpPeT\n5ATuX+O4lx3AFGOP2N3LELOgrwzs6webrRm9qukN/8hg3q+1pQCoGVBosbgz\nUX/sSeDnMIpceRm901ah7JhnAF+D7YAMxcIdKKtkbF2N7ty9ZOCwB0ZWAKdW\ndIFoiI30/CbAY+5RPa468WT1+iTShZYil0GhVGM3od4MdGUnmZRf/0zAieEY\nqLHtXl8JtzykF7EFJZpMph06rUleIF72PNt5sTQkpmQtvYxsqXR2kYQfPdtb\neklBCPzlSO9fsqEHObrfvqMYZKFXXM0lucxjKaXk4ncC/vpr+QARL6f/Qz6W\nNeMueAZJ141FSgboe5l3TA/9HSltwWxSfgvenrk0hRJaGFZFBvcsaLIh1rnW\n1nPXFD4sretr5KCG9uJ8KsZ9X+Z/x7QZUJYZKlQTXXqT68ugXWcPtdFcB6ZC\nLu03SErWhSs2zR/SBzN643Zy0RBUyUv07RJyxmb23fHAqezkQgPCdtT7yIM2\npwh1Xsyu9z65W5FnFLtUD/HKLz3cHQXwQoBOOOYFIj7ZT5X2uwRv+GGW75xp\nue26RiHUZMKUiR4eVnWOZzrxaH8MoScLkKy7pxvpudbnAbHtvZfbQmw+AFCy\nVnZ1\r\n=QIZA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICi9XnsMKwYvmv4MazAC4hcLenhmr78eaP6HWKqo68FJAiBw42LC/tfw+q7PRyUl/+mOP8lX6hu5Nc+NriI1KzRlXw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.8d8bee2f_1541666791273_0.44297188794212095"},"_hasShrinkwrap":false},"0.14.0-alpha.c9d705fd":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c9d705fd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c9d705fd","dist":{"shasum":"95200e4f6237bedefb78f3462e0f4755b3dbd1a6","integrity":"sha512-FQNuGmHpJMDzqmye+7tUmVsMfDfcq8UqmbVAz01VKzTMsUep87DFSnEkXYoRHgY8euDUmP8igDAF7AknBbxCCw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c9d705fd.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5ByECRA9TVsSAnZWagAAPAIQAJLhY8U7Mbo9SwsmsBPz\ndLJ98Sz01hUNyax/vVHacJ1AWltsPZhJGsd80x+gkY7ZEEdE5SZy4Uwe2Q8p\nssMmF9nQKEbA4rWbb0mw0ibx/CEDz98SoernrBAuetunb+WUf5rit045l4l0\nbPfvqLUXVzhJ+Jk5BbNaTDDKzu5FyyLT8W2XrgexauXAbAu6uY2LKnbLPtfO\nyP17D9YghB+fgAJRNkf03yrbq2zQXDDBo3jJupCQdite5REjEBMcMz4T6kG6\nGO/NZaydRUlIr2h/pC+mkRuQAlEI8u1G3MiaOkafkd51IJp1HSHgGJJ5jodx\nzLEwUP5WBUV1Jqktas7QPXVbDL9fS9jTqYiLO2SWsfVfL5RwKk6VFBxXLY1a\nEch3GaeAjP2Q/iyEobydXPOG7FeM1iBJ7Pne1MPK31nAxYW3aMprKYLK3l1F\nd8C2sDdMScsELN7G06Vait6WJmnY5iAEKEhW+uvYAuK976QS4kWzg1VK6RRd\nnZ9e7Mre3CxmMO9VuA+rhK7Nd8FD8hzk4rJtr+ewuypcXCe5ieP9q+bT7EEH\n+6qwE7g72HwtIq7K3RAUAH1f3ymXjcV1I2G6x3QDwdEiUSADpami4TkzLrau\ngdjba5+kLXdMyhyrXwiZ/hsoTgxsrXMEXdPXxQS8W+0feUfnUUsdvVORbbFq\nZchi\r\n=QKAd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICO564q3JjO6oBmkSHFwDdGC4dLApPuPN75fEEwnqUxiAiEA02rr8xTjl+ejqjm3s+Sxm9FSvQwYr99IgJqf6h8dqC0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c9d705fd_1541676163818_0.13520960196765985"},"_hasShrinkwrap":false},"0.14.0-alpha.79f8d805":{"name":"graphql-codegen-core","version":"0.14.0-alpha.79f8d805","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.79f8d805","dist":{"shasum":"81cd37f4468691868fac0bb64e4e77eeb869284f","integrity":"sha512-GW3ofN/CO+eAUwdmgVFM/p4YZdKbrDAHceEMmU6cVYZNTqm3mpxngQLO7M1nv1ItmZadKcdHe5qzYVvQyjg2hw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.79f8d805.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5B3DCRA9TVsSAnZWagAAzG0P/Aybz7VNvppSv7XRCAlf\nNBEDGcMNkwIJj/lHpdhxbGvAYBjUh5cVVxLDCJ8qbppfjtB1Djo2NYmf/mXM\njBN6ehVstxWK2rvvPbwjpv+R54r6kxh7neF2XvYbFq2BBYZHW0+13lNfhj8Q\nMybtzhgYYqIruPDTaoEs1sQbUr0cD40ck/30IYMJ9PwUqSzY3BVqYJpPyd4r\nIJZGXAQ6VORXbc7m9QFCouHdPKY8p8cMM+Ba+FsPg24IHpLzZL4I5fwMQUBg\nt1Hkl3iW23YNdJCalvTU4Mm4IXQ4TD7zdgqGly1uhn0/8iS1QMmkuMUTMRkp\nXhvGaZdc4maPEkARfU5wSAT2STpGBZw3YlmHaAyQZdVktxVxxU9kT+rA+k+R\nYj+yUaKKWislLDPI/2U4VbPps4TqoLhCPdUIG7oXAgEnYpa/E5woaPvvXK52\nZFYM7eqmRzGjDQjxgWxYRdo3kBP7v/7w4DhdrqZu7sQ8o5IrEGtjBmPMShXT\n8Buj4Hg0IOzkwgl4jeeO/zx1Na0FbpFEZGxBL8zDqp2PEoY/L0HlAyx5sklY\njNkppCjkSkC12ZQlyY5cAYitgyIF3N3GM+9Pv52L5ykkR52LcSZSRUGkQq3t\nllReNmdS68KAXa+ZKRu2kFdCXHwLNPVx16LPvArmM/yr5P+g8LxbDWIUo64M\n+UT2\r\n=06VS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPBSg5B8CQbJopP6COys51OleNPgfT7xgTVjEaIOY8pAiEA5k5cJ1N2HvHQDXjvkmg4XQUdg76erMX7iJ/YigjCidA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.79f8d805_1541676482790_0.8511260610784805"},"_hasShrinkwrap":false},"0.14.0-alpha.4a64f195":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4a64f195","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4a64f195","dist":{"shasum":"32f1ac681ec56c82b363a40ff586a276ab80db54","integrity":"sha512-uj17+B7I0R1hP05LD5cPwPgr9xxXJj2ynpuuMRVtEoWBlZPg/Tey4qDi72BS8BiKlmd9+s9fTaEdoLNVpMOMlA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4a64f195.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5B4dCRA9TVsSAnZWagAAFKoP/1pWYtB5cjXqXTQKDdRQ\n2oUYDdR1+aVSrY7Pjnv/OtEIZDbKZFPt2NuujSxtDZ1e9exKJUbduLNO6i2E\nR+OWQkjewaSSHGbkfuqaJo+aWmZYwTz8GZSh8oOHpU31jFbUcLm/6brmCOou\nUHKGksPBqVnqYwM5fr2pZ52ymXMaMb6F97jHsKxK8GcAJpEKeUCdNOztMuqD\nBecwKNaCnSGRaSA4jQRklm5kyGjleuIrJVr5Z5DmnmAg6QZzoFnSYGdcqsRe\nl+SL3a3e0+GwV46jiZJtHcgYsmcmOkmlwoCvvmkxcUfDe+OdwNpDsGh+laYt\nZDkykGPMKNRj+FoYWV+IFcUO46gXR/2vCGXbjjr0j01pA+CTn9Fde0Qh9U5K\nZHLfi25UwU9Fovfo5j662U4oUcHu8L6/G7pDecUMU+1mQwix81XO1Rha/QEO\nihRKgT1B84T2boGzTfF33ZCPWYQzlXscrbixbANZ2n1wuxjf1PN964Jn8EKG\nyvZ4qDvwO45YbjhJ5x+/PjymTTXQ5kA7x0B21V2OQFsT1+xw1WdatYAXzr7z\nvuepS8cpVAomLG8HiVeKR9R8oDbP/emXWlOuLcPX+13TMNsuVBksZe/l5D7v\nQrH7f0BNMgjvty4KBe1fny8bX4UnLs6koRXCqtf5rVK/P3KvrwND6BKaNJ2k\njOzW\r\n=Z3mz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnBkndFGQNOJoXSTfrMTvYJGPXUvXqt7TJn0U4VWmSygIgA8YpwpUrjWFCB0jeV3dPRC60/9+25H+SlA/I3rhPHfw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4a64f195_1541676573148_0.3240074523015666"},"_hasShrinkwrap":false},"0.14.0-alpha.07bda304":{"name":"graphql-codegen-core","version":"0.14.0-alpha.07bda304","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.07bda304","dist":{"shasum":"3b8aac6bcbcfdd185cc0d198558cf485540f444b","integrity":"sha512-4O4soqQDgOZ4CvV7GIklQ22WoANOLVfAiSed2b/0vqN+qj0pmDGQN/m5lXbQy3m+nlIgkyz7DVXUoEzuZH/0LQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.07bda304.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5CkrCRA9TVsSAnZWagAAslsQAI/uu2ciGLG+FMVdOoL4\nc4JPX3bU9vbJTJgGqB+gi8D1L9Ule5Rx0T3MmvYYAYY1pBCtmtU+/U1kM3cL\ntTz2iwTB9rbnqo9r3RfmvG/hNsck/FLtKGJcXHBFIlTI3F+gWVyr2DirhTno\ncNng7E67Ab/oiWTSQw4Q7U9fq0nhVKupyQNc1Oc9JgQCbdgDqTs99VZSpaze\noQCIWfytHV4I30kHrL9blfeOfw3QqzB6Zzw4JYt7PcEkCXrpauUYkeJ1Vyzt\nFX2x/umupUqASQfIeJyZEhta7grwyNFLo8MHY1EUFauNiTSOQAZVZTh2tzQt\nMDLZRF0t8V2Qi70l0ajkHoSjmPpv43nXURpBmHB1X/5V5B/MyQtxiowAFb6C\nmj9GPCEHfhlATm+lcbaUsl9Yw/OtLMOCIyZAqyZWvix5htxH8zHFyyxdW+DG\nLi/IlC9LA5PQcRhdhGi4GpJ6CUkRYhTlOKWjh8Lwp4pl3lEcxabdpuPfJsd0\nfpnSjuvE4q3bzWXVarWmeFikrFxeirW79RToaC8H2KOvDEjsPUyHPsGhL2MQ\nJvMk9TAomNpiiGd35WKNiRy7cv80DDTVtywkwht0zTNkjITooHMbpa0amJrI\nyoSLcC7RpxPLlF2hwwBz7YLa851yQSRWtGQJwKCN1UibwlGxHuEnDKkLZr+H\nSTuB\r\n=6M8k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNVApzlp/+ZNaDcdhq4VtbfPQWnuP3smkiLWeRC2azPQIhAOMPSfVksjRdFhhGQJCGWgcZUcjULUSacoCr1l+OJe3g"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.07bda304_1541679402552_0.19824151715797078"},"_hasShrinkwrap":false},"0.14.0-alpha.a71f9d83":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a71f9d83","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a71f9d83","dist":{"shasum":"455e2cc8b5034dd4de18a83d305c08e4c26c40b7","integrity":"sha512-bl8VKAtJWZdkquWrBeNT4xPnG2NIJNMWeybnlQJw9U071fKStdf4IGwX5+SvMHvLfEdNCLYzTHZR0BcRTCfO0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a71f9d83.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5CnuCRA9TVsSAnZWagAAxPQP/0vlC7MREasZfbkawbMp\n7DFXS9ftWypxdeYlN2fNgK1Tz0YneuE0k5Ez8X3R0nEfYR+uVuNKxeWf0dZX\nOwIcxqY61gYX2CUIzd4qavwpBDKTwp4Xbd8aahP5wDik1vsNK0JKJqKVY4xj\nahe9WsyucMlEqONPvGE3Iy+WmJ1T+Hk7w6b33OVtGukYzX2R+Ov96L/SCB6P\nx38K6YHJSJ/Urh87zXPuuXfJiEs/ZzJ4ro6FJc2YdOKB80dNBNsFLTmKtd4I\nEuYIx1i0rxZ1wej0cXGlp0oDCxnoNhO02gWd1+UK74hhuTikrYExwGm4qXbO\nXz1Bwj3azip+Cz/7sN1dj27nAB49Y/WrgJFpkazLUHS91PZYI5rSW4AGN3/O\n/k67QcJqPFdZPUdmLoiOhaMdiWX9VAZg+Mw5mdwHRkE9BBD7Q5GxkBuIftN4\nfPVVU/1x+dNhIoCctehQIcSuNTt84Me94gPwMwBVHZ2aVB3Qu43dyDDC+F1v\nfaky7FRXf0JCjbdeM7I9NlUjGIaZFw10juBhG9fdeFmzEfwxOkKDV1H4D4tK\nhNUHjZTOJYy7NdjB0q3gIWjEySqFYLsRvvpD7WRNPiysOvtMF5jzIiC/nQvY\nZU93mSP0XBwpk8qR9KFEVXsKxbhaZykzshOytBG0KHLUSh0XlJhoLdjNZoYc\nTH5C\r\n=wmND\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHPucVc1bN217kfBmGqHahdtSHc+3mI/G5VhsQJlM5fzAiBrIEObIWxns6+T3V2YftlGl1hONuRCPDkPmMhcmq2tRQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a71f9d83_1541679597761_0.14222803544302431"},"_hasShrinkwrap":false},"0.14.0-alpha.0d34d7bc":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0d34d7bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0d34d7bc","dist":{"shasum":"7dfe58fadd78a1aadc0b3aa73a208dc7bd6a3676","integrity":"sha512-Z7JkGzhIhZcEZY+Q6AYZ/JjOBWoIhKzYIwhErbALqA/kWH+M85DbyolNBeEMQD1k981ifEzdPCQ2qGXeqLkqVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0d34d7bc.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5CoACRA9TVsSAnZWagAA2QsQAIzChuqfgN/IS+bCqvAA\nG0+NuCvXw8S0VJmreZlh/TSWQfF70WpXK80vr/VJJOSqJsgn9uurh1bPNmJ1\nZe9TkNRkbTMNislgs++KEonNwB80MFWPdAq41OtT77s7M07d/XPaG/vt+7OO\neEihIZ6b7bLs9W3r7E7kriFMWqZDDcUl34b95w4HChqWQJwAf6zHWLoMbW8M\nNcYUhFa+dT+4VqgKiN6XRJFvwnaNZAp0v8xFr6f6fSBTlhx1MWyMmnl1WTRp\nq2DyH38Bt3k0QsnshdAVmV+tEHfuiZIIhIwzf/zJ080OUIUF5tihynmERNdp\nlrj7u2bjVS1IIDYfxX44+IsvxfQYh0i0CgLGnGHAln37mnZHHSYTucs3VVYO\nHHM14maqNqw9fNQXXC1mAPg3zaUJ8oSrXu4k0YCmrnLY+/gpGo8Lbg9jpOA+\ns78lR16YPzT+YgkCyDbURzHVN/uKeDP3fWY4XtO7GIexUcZcagM2gANdZKDz\nzPwJWYrhkTY7df1oGdo0mrrjXgrVMoLtrN0gYpAERbFG/zWWExDWD4uM3UzW\npXGfpMR/mPPBgCkehJtB10HJ5AaVVvHJ9QDqlRm8iaAr4qYGgoIPdSNvUrdz\n6qhhO4r6bdB3Rq3H5+gXPO0AjZ3P7Bgy/ihBvPtgagNp2Tg+J/CmmnWNvMQb\nCmnT\r\n=agKS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCd6iF8tsaFjI/VaNb6NPHl6PwIsrdQsZTuoJIrPuuoPgIgYsxoSoZFEXlHPNmX9hvWHcJ+Fui/DU8AFPv+e4bpul4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0d34d7bc_1541679615441_0.005889017020018539"},"_hasShrinkwrap":false},"0.14.0-alpha.5d14f9ae":{"name":"graphql-codegen-core","version":"0.14.0-alpha.5d14f9ae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.5d14f9ae","dist":{"shasum":"80940584eaa90980e8447a8e3544d03953fb2b47","integrity":"sha512-2jIR2b9IHWGwImeQq9xw8dULxxV4gLeah85bEnA0XjRwDUPKL/knnFQ7cTicBntwPGYgpuiWfqdkwiYFqjhU5A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.5d14f9ae.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5ColCRA9TVsSAnZWagAAQfIP/0TB9cbphdODU7bGVuPC\nJPJi5LVLt7cltpP623GK1ztLPewgQHtNs3m9iqmWKLwEOYu+qL3kjlbK31us\nK+G/41r7FdEKVhIeoib/FkqF3zifPnfditlnMsOFlOAS6XkIdWyhVgDEV+Dj\nr3HYWqnV0hSoBbYUvSsrgaR9eiXDEnN6PbJ9SHZ3wwanTwfhTgPhXl7inhix\n7quRiEbXA3EM/MHLRQJgph+RG8I2EvZtAJWPpgjN+SwnwRedljckcKZXqwaA\n7NmGQMdUE0+JaKdl9szMvhyCgKG16mxfFONErE2cJpOiC09MJQJ1V4k3DbB/\nNqahQY6qK3Ks6YAy4Ba6UgEj2T2OxG9C3RkzOmDzH4ibkF5wWMhJMMp7zMjZ\n5Vwf3QERNEn4aiWwC4SkJqfVyf4+eo0J6mjtmMG7wpeNIJv/fqKnAzYxD7tx\nDUd/RfnwY2MRa4u0PrwqUzTTt5M3vuW602IQPenJlhyB3pdwXOy+hGlUaNeM\new+YPTGs+XUkZQsx8geT6diDIOBMaiuYfSK/3xDk4WXvlJqc4tqPQtPE3kbi\nTukHx9npwk3q7zidEGJJI9Ehz0L8ZgTb3s9CxtsaoCvSOMsFicA23KyGahlD\nF+paSVK2n+yHkF3lT5ro1zNYqjss1uGBaNonBj2Y0oTOcXXRGRnaUbsDhhUm\nVLqC\r\n=i5jR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCzLJoOqr57+SsTzdTEiQuBuXcC4HB1bKzYtzUwVwMkAIgNbU4DfX6wLLadoGSEBCl4PSXmxEQJgVQ0C24ZiSYhCg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.5d14f9ae_1541679653239_0.005496206979893392"},"_hasShrinkwrap":false},"0.14.0-alpha.1effdd2e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.1effdd2e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.1effdd2e","dist":{"shasum":"3344d1f3a305369c1f93a089de41980648defb3d","integrity":"sha512-fV9BnIRAbCVPebXdk1nyaT8GEjmYN84b61qMsLvkIDecjl1lsGpWzNGh+9eui6S/B81iRs24gaV1/MSjb9a0xA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.1effdd2e.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5DmVCRA9TVsSAnZWagAAvIwP/0LER71uYu63AG8Wrnx2\nja4fb+ATt+71zsM66z3glT54+quTalrSmhsBU5S5H7Neh29UvMmAQvQhHFZX\n340BOW5d4S7z6ZHHxqpsL3zziUM336xZs0WunQTT6nSin+Rvr6UIqQGtT3tq\nPBKJvTJmJRJUrUH8afFXx9Lsk+0bnl4bXwQAXscMQHvDqhXS+WJUcKLkMdFD\nXSsZ8QMlRbiYMUomS5jA6nolqFqQIJt9wzNnQ5y/hMiEtcAomrRmrpHng9GL\naPFP5JInFk2leEbbszcUMlBqIgv5fdeMFqlptPiN66uN7Aa8M89mPmLDn5i5\n43mcNZtORubt7ayMnKyU0U2BPp8snAY8EtBApPoN8tgzOxGKIgIE5Tvaa0Up\nhGzMg2/J5V/BJe88XWq2WGETu5dOalCY8BgLR2qGJerbzLKpouaWKCwAUJw4\nHxZFvEfng5dA1KTpdhM2bYzwsEHCqwdm7dBB1mgkx/UoeL1ROFALMW1enLZD\n7F7Q6wcnNfwyybqbU/MMpa4StuBG5rm+rzN4UN4T3GFtMrQLwvv3N5CH8RwN\n3rfzPXLUMS+268LkKNW8wcnSs+Ra4EQ7yUhPLqcfF7XiBZFCHMauZRUOUmmz\n3qz8bFV+4YruVI932XtXSs1NLeDlSJJMfXhFxjcpipU4npLB/eGbQAs7ZGw0\n68E/\r\n=nzEt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBXx/A1mwhbYB1ImzOvuYTwFOLywJJ7EyyaxeUPKbZZwIgJYstO0M5gKp0PFz72c3qQi+pW+ry5erJyM/sXoxQsVg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.1effdd2e_1541683604130_0.979326340384221"},"_hasShrinkwrap":false},"0.14.0-alpha.33699d2b":{"name":"graphql-codegen-core","version":"0.14.0-alpha.33699d2b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.33699d2b","dist":{"shasum":"4af56a660b60c4640ebbbb01950f31543d36b69e","integrity":"sha512-WaBdsj2Yi2oF1+GmH6oP4UAYzCNsFJWNEqh/cs9Qh0oIF9oFaSjpcbx02FTSrDOy+kpUY0RmAYIxAH3uwzjpMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.33699d2b.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5ESECRA9TVsSAnZWagAAVMQP/30H+Y3fy4gpFKO4KW36\n9OCHlg53BJ8c6cirBThAmhSCBqPM0EiJIPy2yvesKXnRsT5rCJZiO7Z9C5u+\nHhGXVaOFts0RZe77ZguUfRNdKhJ7RjwjJ5REqaMt/Thl6UvoNNZqnFZOvrq3\n1rbkNTu0QZAFVYwa5bkvMxsQHuck+3SiJ+dCuezDFDfimrPna2pBgjLAIMAN\nV1JNClGsTE0LAgcDxE8ePB5OL0iyKx+pdrPBLmXrX+6c12TwAHyX+8re6+RZ\n4NxjB/xzZfWczMOiziu7gSGcy78HS6XrTwXiSHS+j5yEzlzTCKkrq2+EfmWy\nZYvEGKtT8s8dwwvWhkqIyCRYXzklTwv+tJARKF1+orLYobVAgvR+w2ebAk3T\n7Mi5M/VeImLu0plGt4+AFTa1v25gmzAyb8x1N3uN3b8Nj+xUM5InXu1Y1LYq\nLL+tKMhTvqdwreIA3VdV/cyrL++z/+xQF0CFyICYrfRzJkzatMqAzbdt1dcG\nAAtsuURLE/unjjke0TeSeLMevPAg1L9VF4rF23jfJWMHC04MdylqgMhJQzYL\nNvD6AGB8kAL33/oKHiLNH4PTzpXVwaQEXj4Dg/7GmTIsJczm99FBTU15ANG4\n3lowD0s+Q5oH3Wf2zkpbiwRdWv4muGKKFlPuJVT8WEdt2bzKmcBd9ZLQ1Rna\ntjNC\r\n=kCUL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC3L89FPrCmkybSZ3vTzxjCQygJi8wyqENg1gvbXhXySAiEAuFA0AYNLGNNjRxnsF7m2sFy+LG970oDGh/k3LQUZ12s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.33699d2b_1541686404029_0.5789506781765943"},"_hasShrinkwrap":false},"0.14.0-alpha.b04233ad":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b04233ad","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b04233ad","dist":{"shasum":"d9d3280e3741fb5928f20d2d068363ec1ac6d6f9","integrity":"sha512-NJdEy15EtX6kW2Js+CGzoGcLOKkYGRlTdj/qRoB0GivJPXEfGmL2sMvFZhETYwmH4218G8Lkeo95EO7SDfwJ1w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b04233ad.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5EiOCRA9TVsSAnZWagAArCwP/10KLajk2VGg00OBaUNV\np0t9dOjdtYBmcj3XEtHhjaiRyNNoqJmkykzby73GpMktoqXJh9hc6uLOG+HZ\nGsoGZEbJNFGmDAB8DqSEUipFwaAeHyOGm2Al9iWGPow8ASKO4iOuBWLMTLgO\nwa6C78hNOCqkI5OAIsVSbgRTfJvKUjF8ItIx8DOt0a28JBQP/fvn6U1irRzi\nfYfs7gSqrP8fRRA8wx1su4/h5wJNF5urqCljbJAyBlR8nZW/gOu8/c45fNMX\nB4TJT6Y950jnrDNlli7vWMlTk2DRg/ai2pTvuApKoGJplkC1osSYvAyN2P5T\nTxGQtAzB+NWZ9Ls6XyG8i9q9LRcES3/Fiw7iRRTcM620/k/OeAGftrb0i0Js\nXLLi7pH9leaJKvQhTajwa/F8+cDSVYVfjic4CI1/2ONgmdGQSDNiee9b5slF\npWdfP1vNhjPxbYncHkb2dOhJVCu035q3d6J0Z/RdvNAMElMDeImglz97ZV5Y\nhxRmtDpPzn+jo0ghZI7PEluDiVZN4zX0+sx5Ci5vwDUM4L/UfhYlcsM2fGlm\nN8FXAF0LObXjRTtNOW3SSV6zK4FNFqFIFjnSzcXHrfuoiW9biiBoRV5pF6P7\nhwsgVGiTtcsepBdMQSsgf5gkZbzD7PVXF3lh8dbFRjIoGz1lGEWRfxag8QVa\n6tRk\r\n=pb8y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfMiW3mgUvn07h6bcnFlxzSJO9ZSmU7+vJGiVIcqN/6AIgZw3qSFtEyBWHekcnGIqr649F7Ipb6UaBLg+4/nKuGOU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b04233ad_1541687438231_0.4626873476417539"},"_hasShrinkwrap":false},"0.14.0-alpha.deabf4b9":{"name":"graphql-codegen-core","version":"0.14.0-alpha.deabf4b9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.deabf4b9","dist":{"shasum":"d148cb6322946ea387bc0e9d854d1d5632997ff1","integrity":"sha512-w/my5hlMjFv3Ju7krNeB+ynyAwxJPviASLyfUju/x72Ot6XQtAMzqS4EaP60zmVrKaPhQEIqOn6TLKsCjrBjkQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.deabf4b9.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5Ek3CRA9TVsSAnZWagAAAWoP/RHeO0rQ4tfbYxhGrYru\nvcEU9KLLDl0Bv7XIGbwXPYZ8/YE2GQ2qb/yvy4/fV+o8GLVURNqBEzQrUI41\nP6LptGxYGzbBFkbgFsYS8ArLET03GX4idF3uLmK/MiCJrFW2rorV/CfVpihh\ngloZ9LZ8WGK3gsm3LVpiPkSh2Eavhr6vGriEJAn7m3fsHzzZRZO7RJ4wvhu6\nYJVOxLp6lX7dUAuOPMuCFPMG76fUPIqX44DUM8P7sGS/yL3JrUeTJjT/BPtW\nM59DnLZOcyFueCcXUD68TPPdF5CntlOsjqwwCwkG/Wzw68fQ8DgE+K7iEKRA\noi0qTl1WYOo7pWGO2pJdXaOQe9JrhtO4D38kAxKflfrn70POVWsDJVFk/IJl\negjv22BzV12ie5WPWjQDae/L8j2J8cF73P/miGvyDuaD307sPfOBkQokRMAE\nJ2QDAJ2KJCYGAM2v9JyIAnPapSLXYiKECWk9FSAEJfiHu/4D1CZxOy7u8+Xu\nAO/dYc78iyIG8k1lZFMZ2WEfP9d/JLrq7vs3ZhNFkvRpmE8FoYh5CQp05uwg\nEE2I1v0jXKIcidVacNbF4D6Om4Ua2O22qauxDN9wZn0uX0vB08tlwXfBW9wn\nT1H/MO9hcdfJ/AhWZN+vI41APk6E+jnFP11nBKKpvsecvo3D2ws4sqsSaRvE\nBNou\r\n=2KD6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGWbBRq6gmNDdE9xs8hw9/US7HYDjc5yOCkd+TXp+38AiAWG+EcfybPvibGQRRp6ddDHv+kPQ/sJl1DAodv24HZ4A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.deabf4b9_1541687606886_0.7321111031618963"},"_hasShrinkwrap":false},"0.14.0-alpha.8db877df":{"name":"graphql-codegen-core","version":"0.14.0-alpha.8db877df","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.8db877df","dist":{"shasum":"200eedd2134010b78d011f6d960be9cb71a15839","integrity":"sha512-KALv7yMegMfw9Nr22wvb88hzitYARrE02L1tAhxbdNmRK4AVIwIhbrDNIl1U3c9QbOrUUhbQipKSsWNsjB7whA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.8db877df.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5EzWCRA9TVsSAnZWagAAJ+8P/jK2KZ0CfLjm5LGAWEoW\n8fXNMtmb+NfVeDAZQuVfkMUMx6GBWVm/cAPIvPUQWAQD4DTKVE7VPeWsSEWK\nU7TqghzFAy479ipUrQNjavCnifVD6JI+VInVXnlFdXDru/k6blvinwR4Dnxr\nb9i3yc7nug0IeB88Yuzb1/XnHhH0tuQ3JqNFlGrMT1qP0njTMVg3RXMjnAH3\nFwnDUq+fp0jSqDRU8whdWlsONFTbZXizR76i0gLYPtaJ+LFxjxLyPe9+gYXx\nKVs7ol0Hnr3ch9svGahgvLEmvcmVIF5iK2/G/BKloQOfxo0ZSfxAk2EQbk+4\n1B8kqh1Wn45C1RxiEquaDJvKWUfkZfV7S9pBLdamrCAY7Pw1sAy43056PQD5\nWPN3uodH918RDH0BLqOSoCeU6wvfzJD6GjQMPvPIs7H6q559IXrwqZtjkXCw\nrh0RmX4KSk+4hrvIezr76g+BS5GD2c60NvKSeua5SXnEsYqxsCqavhhIpnBT\nTJPI3pkt2bBVorntuoYja/cRr3rEq+LOBGkuZdIj23JnCI/1mFV9C+bwLkt6\nOAzwNNQQ4KFgpVZo2rI/mLbpIo2jUpZ6d4wz2x25w8ghxvVF09MkdTP+3rN2\n75yeeujILkWTnMILZgSojq+u2mxkSCbJLeRhlF7YuVmBnU40GBYMJq6bi88b\nri2D\r\n=Lyxj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDK/pmKG041v5F5O+yhO4Tc8VKBoZR3wW9WQGOuJXv62gIgX5MRCDOcTtEEpmSk4C8TQi4Kiy8fc6ZG9G2OWstKu0s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.8db877df_1541688533452_0.23474971149285517"},"_hasShrinkwrap":false},"0.14.0-alpha.f1e5a0c0":{"name":"graphql-codegen-core","version":"0.14.0-alpha.f1e5a0c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.f1e5a0c0","dist":{"shasum":"ac26f3f1724eeb0140021b05d6d64348aa579d79","integrity":"sha512-2Jgij+wKVUNEc8dePEp+p5+WIbddBeAAsHIf8zvyCnoyr4gKoDhaNhHmR9lDQQaJl/JaQIraKc5HCEHTywqI2w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.f1e5a0c0.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5FanCRA9TVsSAnZWagAA7ZAQAJtZU36gMXoaJSDDNrRe\nEbuKuk1WhfQvvCor6oP4s/yok98g8xIeI1lrhhZN6+sc+fXZLmdENOAZZZu4\n3MzKxWrpk/5qvcDkVlo/JtRRMfn/hCV8P6ryyQrFerKFgzAEA5Ae5Vyi7IeW\nF/fBXOdnWMu7GEQ9XNXWA7DRpl77cBhe5tvqY9xUEpVMxoc+Kg7cxToeLXjx\nLeSqGfp9lkzQLUnU2K26uTQYXikXY4mwFmnJ6SzcnlO4qfyLsibYs9Dmy9vQ\nGOB/q9nL2u7mDamcTbzpfanm1gwh79ym+2dO9ZlFfD8hrCDvDPv0+fwPuKS5\nIX6jYN9LXXmsZP6zyD04t9PC9xWmKgkWuGSvgKQLr4DSBCFWhM0TT3gNA9Kq\nB++hvVRM2jggCXZGuuXbvN7ZWqufBLMa+BdPLqwISDIchcKyw4XY8L4A1gGN\n20RRVTPktGYTJ1YlrawnJ57QAfXHreJ3tnfoLnHQh60apTak9L95I9Ykb/DF\nfwMgqW8eUn4qFS3mzDGq/7gV7MqlLJ37W4/4W5cB+svFFu1QrIDr1smiJ6iM\nea1IiGz0l1e+NFTATIBiBiaf8oJJ3OmrwnEtbguHK5+pjIpwaq5vNkKHXtI6\nxBThDbnz5T5fUrLD9o/iZ47AJQ39PMTvad4UbW/4hJzJDkHxmQkK+TS4ZN2N\nkzRm\r\n=C0I/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5BZhiG+2fNxaZaE3oEBc8rvICIDy3/NdNWG27UF2QlwIhAIj3pWlMLQsCrOSklu65X8edbhYtKwQ59UvcJ2GE0mpn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.f1e5a0c0_1541691046805_0.47465322051955305"},"_hasShrinkwrap":false},"0.14.0-alpha.d39554c4":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d39554c4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d39554c4","dist":{"shasum":"a447b357244d817373a187dc66f05b44f19753d8","integrity":"sha512-y5zXF5fSNt26bJC6umWNrpdeI39MBHUo+dUk/62JcIQPI3y0lN6X3EAp+8u35aXRdI0Ng8JiR8qteNwjCoc0DA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d39554c4.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5FdJCRA9TVsSAnZWagAAbHUP/RFkNpuN8drV3ayWZvtL\n/3UkvolWii982uEo4MNx4PCoXq8/LJ0WITn2yB74CC/AmXSAXnTymGBW3iTe\n2vPg5PsemyZ+mMoRDD6Oi+grz6O630T7x4lQCh2p+CtnbNVD/FapO+OF73Aw\nTPqMuYANuBbeFJMKAYZBJfYZJXGnNOPCBWmg8mo0awErqbQvd+TGjipkGwQF\n43ASi90/Y09rR1Fb8R/TIOeJ6c1dcCKLozCD2hF6XiDX52S9OLuJhz3fXTxd\nc+EIz9X+43Q9JBt1OvuXVyKDytNEX6jliPu8rCeoKsy1Wp6gLR6wBBcTCrOS\n/NaoHLa/PNl2YNULKaKB+TU/lAu4x+P+1D7YRMoFZX5Gp6GIyz7mO3VJ9qgK\nAEXeOrT3FEw5ME/ZO0LLMICK3UDB3kR0nHYxLyl+zuDGDQb7+mqwGH37Zn7J\nfi/luoNI/eIgbQpGHJMAi0oGpFFtcaMevD0tAXrkKBBfUt9dzRySVqB/JF9T\nPG8Bpp5phQvOV0bzdT9cmaXY8l8B9aaoor2pT5b0CZVfwAuCHKdb4wExztb/\nrFHr/F0QLZwiR0/ZjqVfdGec6Eqvf9QQLVQJe538c9luL7weocqC47nqQQ5q\nijTL9h0svAYByVt6xPxgQrjrWBZCLkTimil81nH3Z1YLIqpnTU0LsXRlC9Ra\nyJsl\r\n=j3yX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+tZARV3iTQ9tr9Aj3eCb/A+XRVSD4WYCbC4RhN83jEwIhAIWi/LIxqRbTgAmgZ2A9AaIQdEFThK5KPFPG8RLNM/sn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d39554c4_1541691208546_0.03412338054614916"},"_hasShrinkwrap":false},"0.14.0-alpha.4f6651d6":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4f6651d6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4f6651d6","dist":{"shasum":"1b7690023d02b4d01674a1e001c7ad4eaa89bba8","integrity":"sha512-pb66GtmWpITb5QEbSafYv9XAZGGjL/7MnnLxIEIX2QLIf5xpXqwuNAHijJxU9URAikKjSmKrPoBqRqyhKbjqgg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4f6651d6.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5Fy4CRA9TVsSAnZWagAAfukP/2cKBvnDi4bphBBZgee0\nXNraUzQ2atJM8T5vqmK7wv5mlpYIGzibZ/NKc8nvaIab8sAu7QimWDC6dfl8\nWrjzs0fV7BNBM6oBdMwLHqZlXVsaxnomEEY15Um8s9KM096aS2Hv0sUDK1KK\nTeEaTsmQhzpHjcTZabZdSdZJzeALjd9GOwjMkTSwPqs5Q8ur1C6X4rMqpka+\nF1dRrhsyvIbj/NrR87edj8BnZVXezI8GebVTztxzmy4vi/6D8C5svN9uLVCj\nOddRescoctTlN+t8kJu3/fFXB4PQsjm8wgmFKaKvTSAFMSSrM6I9NDk5Ist8\n3ars3U2umWHx9D0CG5swjhgXykr2U8IO5AvQmin7b1g49HFwhLKpc/XAgnqo\n1zZPp8inZlfw3YlRV4G+QNRi8qyWUnXK2jKeOFZMiCnTSEpszDpbCNjKRjZR\nYE4eST2o/l+otTgVJbdWo7VDlpCk/aSY1ItH0cmi7Jd7H8ZqVGnCnjdM9NVC\nNbxCSy2XI9ATEOYaGojhcr1gDJrdVXFLolIWHoh49Qu7cgktF4i8t/7NauCv\nGaxZ+XOI3kJoL1+WtFAhoQrtGaCKg2JGgNgqeT7jID6ptK+LlbIglMR1UZKs\n0FnbENIdASMujMEvlMHieRrw4T7ix7UOEHl6pJ2bo0FD4dS5Ry26iqlTcV0L\n+VQM\r\n=HuoK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDU74IhHuqhh1gmKWf1LGqW+G4B4FEVnoLmuhdK4sxuCAIhAPrQLyfx6E0udpC8/qDr1xalIk2QSj7WCQrVAT9KhHOl"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4f6651d6_1541692600225_0.952984289625312"},"_hasShrinkwrap":false},"0.14.0-alpha.320d80a7":{"name":"graphql-codegen-core","version":"0.14.0-alpha.320d80a7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.320d80a7","dist":{"shasum":"cd049aa7a49b3596db119647fd7be41a2cafc7ca","integrity":"sha512-8TZO85GPw/LKaoFh1vEydaC0V27IW5DywNnHp7lsNJCvRRJCCCpwOyMlrNi2OLrUbHyHhIeFkqWB9WUdoLMYpg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.320d80a7.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5F1JCRA9TVsSAnZWagAAvU4P+waIPW9K2Wu7jPuseX/g\n1+d4F6fcr2sP8Kc4WTMd6BaQ8v1LPLZ4bkVBkXavo6gbIvWCsSBqhCvxYd3P\nk8JkvOUAZOUkInukA3C+FUf3NzreJJ+liMYJX9LBK51ndsPddq5lRWBNjDOA\n/09ids4FzYqjkhzmtutHL68KzVyZvVF2J+RKesh4UznNZL/NDYvvRT4ZKN6C\nRDJPhjjB3XMSY065d8GRxi/EaAkPfKfn1USILfaFgABsRDr2Atm+8AHQErub\nJ9XWFNPplNTlBdqgsLy8GY7bpySNrGzkhKjNsMXWV/4fBnfA7xTHERNRQMzM\n7yOXcyHctJTxXNoz7sSj71HXTwGrZnHkcJG5YpwehrvuWd4tu4pIF0yodPkw\nTxkEdj2/LMnaWKr2595pX9zDRJbVJxOHcQPn6AAL8KB5O3T6NIjHAWBM1zaD\nmgq7B1MGcRkZzMYZuzeOdNYU0nIIf589mL2jLNmPCztmtlXe+/MFV1TqeU/X\nzqliV2uF1b6JoNDr1h7216d8EW23pQkv6xLpKP3TPp96gNXKVPT1nKmvn5Ft\nbvHVV00+6VNFloWxpdijpzSsbFuLgD8yL0djAbEQXcwZfA937NsQWCYrXwDw\nnQHaErrA6KBBn6glKpUrJwY4WhHcjGKh5l+ZjpuIyipQM9+kGpudawvUtvgG\nGiEE\r\n=BQ7T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAPqFMPqqiH0eCXnjdvCLoePH6piRj6DiE4p6pnxc023AiEAkVgXUHyDYyqHuxPNauWVZa00z3rF1k/WpGB/Xrvkvl4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.320d80a7_1541692744283_0.6087261239268915"},"_hasShrinkwrap":false},"0.14.0-alpha.9fd01297":{"name":"graphql-codegen-core","version":"0.14.0-alpha.9fd01297","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.9fd01297","dist":{"shasum":"4b985bfb1b187de9e698f906722ab02892211f54","integrity":"sha512-WzbdM4q5kfJI57AJknFxCq0c/aOZzJu0SCxtZsG6UvqegYJymwVkfyxAV/8XO/+vdvKv8/GX0XUoWcTztoHY/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.9fd01297.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5GUwCRA9TVsSAnZWagAAzDkQAIYj6dlS9lLN5aWU0NMR\nghGEz1bWq/uSQZ3d9J3Cx1uGZ04nEbIDklcbqhFGyUrvS16WBytjncyeZU7d\nsCjv495ymYFbLRSMDFYSeBYETMH1xWNKftB8+uzpxWV1bVrwy96kxiu/L3Js\n2iLAZqoyR0Qs28X/an/sW91LINop7JOw8HfhflFgWDTjmxTI5ZY1mC69SUj1\nz9FNxq06DX6kQtQFWm3oz1I3cPV8jMj2NOMPHocvjjhKs80c5tquwHR3cgDt\nRcn5hVgbdJosOCpXrzBDgW2Dd0t5wtgkGtg4BtldqprjcUadqqsId5XDllGi\nBLAUZ5Wrk2n4mgQc262ZxfJG14yeqnZHmr1zn/swGukZ33NSMsTnDYlg8nV2\nGicNPiOvG2BYuYmR62zzwflKO+NpuxYgG7mw/WSaiO3Qs7bhdkzVxXhqJ8WU\n2Hb+fymokXo3/tfoRBj5Gl3QQrccY29TlROydxFXel094SB/DqU4NN+w0e0I\noIW672AKCu+v9FdxBkv4ScZDE4RwNyJVhCUWYiczTidrb31nO6ElTFkwghUb\nqFb34LjooeTTlStdOKFX6GQOQoraSkE4YDAD1LgT39VpTZ4cjvQHkFXsqEqU\nhdRiSur0LedoZRXNFynqu/9gmtKhDpQpBwKJzY5HtqoKw/JE2BiY188xTwcu\neZkT\r\n=XU5P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIES4FjkQ8ptrE5Oo8A1bnN/Eh71HWbKabtHRV3hIWL1nAiBbQVirFDJkgTxHsTfGT6P9Nop3gXW+jngyASY1548/lA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.9fd01297_1541694767486_0.18741876360557885"},"_hasShrinkwrap":false},"0.14.0-alpha.73107458":{"name":"graphql-codegen-core","version":"0.14.0-alpha.73107458","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.73107458","dist":{"shasum":"35f10785aa46a3a3feb0afb0afe47292bce9aa46","integrity":"sha512-cNZDNEUbYa/kkTuGv2/uTpCAyjdoPcm0ozSJH2DYTyuniKd04bRs4lNMnbbCRIGGLZr1Jhy/r+yAd7dLbgIQqA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.73107458.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5IMSCRA9TVsSAnZWagAAILwP/A9j+BJ8vmXSZbSjMmpj\nrNruwGvGf25xPzhW9aMtLN23nUzV/ysEkHIU3+e4hh1i0bzQEAum+Yvta0cK\n0t8DZZ5Ri1hdRS2LgVajwuSspPAzCbBbZqpIcnsjlcnPcWAzTHPQOfWmETvm\nJ3pZ9bWGWm+W6o8Fuzu3oZW16n4QbS+iNND6P5aDdqzMV5hsynrR1mKTvqCt\nkM+rr8vUO7Rp8MxmBYl/10lMe4ugw6TWQfJBYOFoH63nFL72Vy+en++c3seh\nkQCUwCfQkb4IiSifWjpy/fEB5IF8Zszfz0FXmLByPT8rIJJprCiIJlSLLTLj\nWbBRNs8Wuqhb+AgCf08S4Y6bTWoAvMWOwQFUGrZxmMAYUpr1FDlvaRaH3LaS\nCn6LmlaJ+ryR6JMObnANeM86A0+MkPLKDWtTzM1fFOLbPr1rk6jeFOdOcjgT\n1MMmpnouqTVQ0zYHmHLDdQBnueZmgdlprXjrx+Cq+7wLqsCIgAH0W22f+LvB\n4/VaZiUqBmBGVeQGxrVHa6Hu6r/IGucEloJ6bsa1/4kObTjmY8vOGYQSP98w\nZjpQMZpAbontNvZbYBkvvfndhqCY8uumgsqPf4QYyd9Ht1BXPEKP2kcmbyxT\nf6UwDAb6XwgUMcyDtmE9PLRTDHbIuVxVMsQ8ul5eIbGua4uFLtVpipR9PKLN\nk0a2\r\n=l/IW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE+QWH/750umPpmEHfrTYwJEy/mBaLJPEG7RARMaL1MEAiB71AlLlSA/w3Tj2eewypQQ2wBn0OKmsfqAxzoyHmNxdg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.73107458_1541702417826_0.5963670743148064"},"_hasShrinkwrap":false},"0.14.0-alpha.9ae230a1":{"name":"graphql-codegen-core","version":"0.14.0-alpha.9ae230a1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.9ae230a1","dist":{"shasum":"505ef26c335dbd6461174fb10ec06e52c3c6460b","integrity":"sha512-7fpgCgQw8AqiBT5LbJdKEjDhaf2HfjRvvRKptO34G1ClOLKU904p9ECc7TPW0KLRBxOSaXtL5xx3M1a60/7dVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.9ae230a1.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5IOVCRA9TVsSAnZWagAA5zgP/1S7q2krq5pbMgufaGOj\nZxBMeWeAxuLuGcCRvbnKZkSImpKLAlq5XavIgKCAcMwi/b+UuZMHzXr+Oq07\nn4R5n4NH0nYSqD5ZhRhr4GmlOCvsY6gspNNzfCgl9oyRr6AadR/K8kTCN2sI\nBEi5xLCKUQZxAj8+YXRsBeoBpKjq/fUeC05UA7X6iEQu6V7gEoF1NNu8wWnR\nz8klQUEieFzpfHgzljou+2ICBGWsIOLNx1l7KrpfmeYfTRx7y6+ebSCSNtw7\nzIAGetMbT6AI5+0GeUvQw0i/c0246FgMmC9RrUG2w0r0F6l0lbo52GSlOY8K\nyGOelcFfR33eYcqNpiOo1nGHEuGnzzi4ewFiGufp67zPh10zrA11Aft/P359\nwTf3j1aiXNm11sJHXzL/ETKIT1dBlO9E31QmjHwakktmoa4WXxE/RswURtn0\naMtWh9EFPjB22UZ08h0SmEDvkg4/YRCfa4yWSn6toQA6BrFkwFp1jegzMaH5\nIm5ztPVDD2fAhpi1kD53hB1KqcjBTxuME05j9wdvyBqutSA9askZPeazpHYi\ns6HpFsbLz5JOTU8KgWocaMiV16I6eh1Dpu6mdcqJPbCOyvQQcBUOrX8eZZdW\nCKNA5c/yiyIUwsZmBI15kuU8zibkJhUO2+H+tt48uFD51+qihS2yjVBTUO/s\nkPVM\r\n=TUzc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsgMaIaccNiCNtcJ7ySXmqrDcAWkiQ8CGQa6cgBXWi4wIhAJHIkJkdFZd+SdkC5JBjyAoJHrVCI0IaiBm84j1nsZTp"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.9ae230a1_1541702545826_0.21357205677736202"},"_hasShrinkwrap":false},"0.14.0-alpha.75231e89":{"name":"graphql-codegen-core","version":"0.14.0-alpha.75231e89","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.75231e89","dist":{"shasum":"6c6e0f15f45e7793b4332a1adcdf24a4bfa0cbdf","integrity":"sha512-TAalIVTOeBF0/zIi30IP2PEX1hiJ835VEDZAVuX9H1zwJLVxTQT/eaJ5DZU6StWjP4sefdZSqURH6SXVh7tomA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.75231e89.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5IhCCRA9TVsSAnZWagAAMwAQAJ2tpPQOmQ+FQEz8mGjy\ntNEwM5dJ9OSpv84ml1WHBrhYzaGi8eTLEwY6m7nUB9Cem2f8ewAba0w7lxr4\nkvOPwBAP896Ke9vBio6LweFaQCpuLeixjg+tRZ15fZMatLjpdeOezhfFIgx5\n3ccJphKEfLpTTIQ7BONQfkU2G8b1m34M8/Q/zmwKF+GgqWTkfVEoZ9H+2gg8\n5W7RSj4jeOwMd3M7Mn+0KhJ4acv7JIKNtKxjvfP2z4gNkmxju8+zYx0mH8bm\nzatdpeJzjme0ivEw70gaQvsmJYnCa13s5JW0wtCSPYRF6fa/BKY30fGC5nu9\nVP6BoIzARMxipGBb2f5w8UAgexqJUdK9PcraKVn3w3RW5nxYnyydU/qb3a3L\nHnHFHyFtjXJUwh+14noTbLJQajpIXyeEzFMxmRiQHfeZMjxvU/AA4BXbE6iS\noiGxWBYGMdPScyrC2ePiq0kYv9dRjJMBW1nhR+iUPD5tnyWzrlJupby+FiKL\nBTOjlLjJTBS77rSHXuPZ7Xj9v9n4pMPnIpKYVEbCVZu95ZSXflWcK4N0BeWf\nMW5hsnvwQEHvRQN9fwa4wYu8xVO01FdY3+Bq2TIusl9w8/57ANyvj7A0EB0N\nUpkMVJWemZIJ33I0MWiJIeSrKtJ2MIJ46dUIF2VizYeOd4EaaaMfokmBR5uK\nxBZb\r\n=zt9s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtU0uqS7LxftcUkQmZ1r26NWpTPsRSeBlrunwDkhNyUwIhAIY3emYTADlsen93M/KnAkHN0WyNloHI7J5IR2WDwBQn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.75231e89_1541703746024_0.6149539561655315"},"_hasShrinkwrap":false},"0.14.0-alpha.f7561c79":{"name":"graphql-codegen-core","version":"0.14.0-alpha.f7561c79","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.f7561c79","dist":{"shasum":"b0a6a355357267f94c5ad4ea574f5ac5a5e9d3ea","integrity":"sha512-kUqXwgpDXh3brNaalfSWp765WMagOeXEeJi5i3QePRkP8JlDRe85Tu2YuKHKplwDvUAucSpBSEFceBfWWx6sRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.f7561c79.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5JD+CRA9TVsSAnZWagAA/DEP/R5H/7WcupVstuwzgUML\nBX+8GTGT2rMpzOSSCZ5bW7F4Ga5+edF5Lr/jHMZImW8fidZb6BRZq/CcCGSL\nWVK5jQWAhiE/Z1WNY8LV4D/th6P2npP3RjPv+te40yAWwftfcBfzA1W8tV92\nHMCz+6pB5v/NQLCUwIUweOsG0BGw2mCPS93+K+s47IazyvLI9q3GLH3Xb62a\nOgB4+9uKRME7hzaisYNpIJ6Fzv1fxxqWSYo7ox5rw4L3T64aDIzKiJtGRXYA\nTEO/tzC+lowVnBr9CLRo6vicqGmhDvp54PsHw4ZwU+O7HBJ0+M+hthmBOnRp\nvEHf+GZNJn9FBiPOx36kXQ2D6OKhlBnGufc4hBRDqQbNo7TLDtylf3K0enzu\nNuO310RerH6jP4a5CIGYnPjSx5Q8FIfzBTd06kyrsiPevC/F1VfYIKPhcfBT\nyTQ+xKWhqmeN21fyeybULGXgfu4e6ppj/eZTY1CDaE8y38KQrYWtXjj+qfw4\nL3AmZt3VV5UsnnF2mxVvNWOrG1D8sN0p0AR0eGlpRru583mRtHzHcVgD1vkf\nBTYksY0YsddId8Km+urks3yg8AFKd1iXfsoY9uphF/Qyv3RCvcfl+vet7Iyo\ncRhIBOdkbPlXx4O6iptUwIgFVNYm2q+wk9iwbXGHfQaDAVDdKjOA//1aPu6J\nKbRO\r\n=fuA3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDcn+Uz+aJClkC6V/9VdGHneiUPjOx4GCtnYarZpep17AiEAi735edSg/cbwqkcn02vEmYkyozus0LbxTJFwvFxwxmk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.f7561c79_1541705981452_0.13113757408379012"},"_hasShrinkwrap":false},"0.14.0-alpha.b621df0d":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b621df0d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b621df0d","dist":{"shasum":"de03c428c87e3872fadf88c312b578abbd8ccfa1","integrity":"sha512-JHLKGAHZU5bRGP9Y6giU/G0R49e8M8hnRKSyzHHBLT/Qf91OFRBNlR3ehM9OKf/qXSQDmtdH1/BqupEaXmjmyg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b621df0d.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5JNbCRA9TVsSAnZWagAA/bwQAIxmzl8jAf+69rnin3mO\n1mUl2fTqBSO+NX2L4Jynes6VuejIsA6ckIhMLTTYeLzwsWWRHvUi17hJCssj\nyZTCRbTtbOm2byFUIBKIJ1bK81xrCggRZj6VREQ0GgDmmV/tEebzVFDDLiwb\nmsod4Lp/QhUsTCkpBGkOlEhtMyNkOc8CwAB3IQLwIaoruiq/BlG5CS/W/2t3\nB2oe5sZiB8Kcvh8Tucfl0ri52BIYUUkWHe5ABWtUL+t9Fck8fAiDh9weiWhr\nuOvQPn2qXEdF/mqpWusqgOSXpwpWFwWVzWyyOEren6AUSDP6aBv2d+iQyhKk\n/Evb1nEsPo0qhGnM42rBIIWvIfZHLbsxrJhNi3t2qCgDYSIc8SBXWU8LMItq\nEHyGo+n+pmFNmCWdN+SuL6u0C4Biuy3WB6xW04cAwQ7J+ABDjU8hv2n3IjMc\n/9KrEQj05NvPQxjvQnVRqatXjceQm0Fbx6NpP0xhbcg+XU6puQyvco6LhZSC\nIgSQy/NYo7H8nyPi5VYxJJaOEdUOY+Zzuij+rTh+Mhy99JeqHKY/FI76m+iF\n2xCBQ6UXKdNVH2RsSeXSdZXpm+eYvnWtlHbJ98za90Ehhv8A7O2lU5sIoZgm\nCxUsiT9rgsZOsehRLqaFmBR3PKuDSfj3VufIwkWGM1Nst+rB4R1gZVgzP49B\ng3QH\r\n=MHp3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXddryi+/4JJcnuVdz79JvqezF+eL21jnJo5tKPHlsbQIgYE1U3sdAdusfc+O8RKWBHh49TSnRFWfK5ytnnfiWM4I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b621df0d_1541706586839_0.9277281527342267"},"_hasShrinkwrap":false},"0.14.0-alpha.d940567c":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d940567c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d940567c","dist":{"shasum":"27a2594959a2b312be5eebcfdcb8f34292754920","integrity":"sha512-RqTOhnElJc0lnA08p0ZdJNdMkrycDRjh/nNoog1s3GsFDcXGOcWGNPW5pNN+r38Ouru6bBZkqeTWBt3o/gbNug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d940567c.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5JT/CRA9TVsSAnZWagAARhYP/1LlS6Y059gJNZSiPFHO\nmbb4TQwcehvREjWZ6fhrzBTEat7igpeQE2R1oMD1UAOK50pRZ7L/sCgyz6qv\ndu9E9Bw3AVDlvnj85F/6N/RN3pTkYdlomBn9CVz778ZWhScXHpcpCjx4FCj4\nZDl3xl1Df5IQNVbIUjQxmVQWkmXaIjVxQ4BsV+okJuw44kOpz3MW5JxR9maA\nd0J256jg120uMSMnSZ5FTr4lCs5PxRqKX0pXXtl4PBsGQ00CYnS0zKj3bjrh\nBOq/aaYnpK/qNQ4y67nha1saUe4vzKN/JVaV9f4p6eZRmL2MfF0TGA1+OkEf\noi/zYFTo4rRAkT9OiPLLUxhljQQuTx3rsQdenR5egJz+UPa43d3+lAUDAUAv\n07pssbJ60l/Lh+W0AwbJXIHuNHB8KmGeo+LU60i3JJhEpMXg7zFG0wAlbK0q\ntvHvscF79xbAxcXzcam1MvkQMSKLqF73BuCQ0+AP9ibWhsLp31ErG0deLGre\nLVM32696XxQkNcB3EDtdyH3fxqYEZTthGTBDlWZ6VRXML1tQGBWQmf2/IpfI\nbPikdkJ5CCoIdyIsxKQvjL6brcflmVb48YCUrBFfLfdX3PomDX7kOY1+pC+/\n8idgZqJbeLpc+/AbuBiNA7HBRRNPjI+3nkpJKg1mtbWMWx2zZm4o88+7uqrR\n1LnX\r\n=2+/q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLMYIrGvqs0PEgz5VAgyRws0iTdNoAqxZ14sHUMmqt7AiEA6qNnK/3tMroWCKRiUSBH4aw/nXI7iAaqKdbTfk+jn9w="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d940567c_1541707007291_0.5553676714809168"},"_hasShrinkwrap":false},"0.14.0-alpha.d4cb7a5e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d4cb7a5e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d4cb7a5e","dist":{"shasum":"196c7d397bad6f0968de6627a809e4205a7e07ef","integrity":"sha512-71Ltwcp3zdibcUvxGbq4GUOamOilSPaBWJpddfA5ApMI7OwFJxkqtYFzQWbCFUvrXfEl4B0ExPiZF7QADJQzNA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d4cb7a5e.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5J6pCRA9TVsSAnZWagAAOfMP/iknncnR+fEobJgDw6li\n3/WB/oib6BCorL/OalFqyCU9CRq1JzP4Rje2j4QXOKWQaqJj+eggbMl0hIK+\nSFkB3LV3/MHaeghohxAhoHYc1wplhF29h0Hdw1XWfGAuG9tdJtd5yiaCtzOv\nshAyPvHGEr4779jDSw1abfcelp6ORBjtZyInqkWdXUTWvgTKqYGi/Q8tAvJh\nIWneil323uRJ/BD3wO3Z4l6TaJ/qD+Uv9Z3GZDYh/3s/4v+3fS2DO4zqK3P0\nSaGaqnYelnBGtzIhkSmIftp9fcvym4o2F1w48lz93ABVRWWI4tMbo2yScQ+y\nuiy8x8dwTl1eF9rqPEmYAFIOYMtSVZ+594XO17cHH8u3ojeQRPQW9koLrgC7\n2rUUlzmdfV29L9SOyTSI19E5fAXMteJIIFdJFI3wXRJD+hYsVNYbKg/OwF5x\nu99U+OFT4DVYtAsRtFYVcrAYU2ojY6f8xPk12VysKCHLkZO9RBmGf3RMc5gd\n9VZzXcPz7QjKBVOYGt1jI/Dfc3wYP7Tr+7XuXSKuctAd2WlSyub/XEZ48PzV\nFf1XbcThANG4W6XId5RcUF+t4likopKx77h8yqGHcDYhcf0RAoM7A4QG+WWm\nOMdJEZImaFHSJT4HL3u+sCck7lxhqq6kavNRyTvGTuv/HQACe3m42AE919bV\ntKuS\r\n=LFDZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3kuHifke1iNEdTmEb7RPg8nYLt7eSQhXm8DbcjMaGfAIgdDiaL93zZiFTyR3P8WPI6R3crL9i/QJKRVDWvQ5Stz0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d4cb7a5e_1541709480853_0.5831159526468777"},"_hasShrinkwrap":false},"0.14.0-alpha.7b52c5bd":{"name":"graphql-codegen-core","version":"0.14.0-alpha.7b52c5bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.7b52c5bd","dist":{"shasum":"53eed83b8b2d5c2b693feed0cc1987e24a734909","integrity":"sha512-iUs0WxsPorHFw/xz/mZ5JpU5CbrT+55vJjEF4VroYDEeLMIL//bTuCzC6TVPwBR+ggWdYCoDtSKiR5bcIa3VOQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.7b52c5bd.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5KGuCRA9TVsSAnZWagAAvtAP/Ri5t2WJAT8QP/aVNGlP\nBGOChvBNihiM1YQTBr+jxRdGTl6wgrCILc14f+qa6XHf/OSvaGfw8syUc/RG\n5REugyyESFmHGE8wC0AhpJWc/5xkG0JYJH9EZ0T6kex87+29NMBQ0aql09hI\nLWCFeJLtXdZg3fLjHgihGaxnedbito7TnKqNXAKHHXqBsfbDhSZTNdjWm9f6\npUXH/dpbaA4TpdWnuWbugVyyY3UynPEH1BMcVlSKr7oRtXbqHIonUCG4OMCs\nUy8AhK6xlmY5QZ8f9fgn9cQu/RT1ESmGnhJZvyrnq35yz8kW63JbOfpYJ06x\nMw3IjnaNWHb8wyYXQ08B2Rlq7UgIcwgcmXUig2VOiEDgEXSFqbD7rzltFibd\nbQRMO/Qq+Z9vVUqzAL7Ru9GcxUEfGCi2CWgeXCSKqnWrN5RAEhnZdoEbvDL2\nxvJXe+Du2dvXy0ool3JCmPchLO0w0QYbq4mW4/ftZjNSxr0GBoBByZSeacW9\nGqU6IzbwOORw7NuPKaKV5PdtwAQ9RmsAyBpBW/MMoZctc2sK+3LvkElqKFJR\n5pkTJRmATlTh4t5ATEd/yYvZs9oZVBb0DSuycfyybtNZf/J3+NJMKt4qgluS\npjQUG4w9U1ndtR+a9CEUxftawZD0l6kWs+mZL1vNhap6zgJ8S0rg5t8pYKyk\nR8oA\r\n=CJNK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGw6MxgY433ema0p2vFoRG+mru6yQEibUoJrmvfz44gQIge9SN6g2oiH2LdlZz7xFSW8OqfbsYwwyRTTwVL2jM1NI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.7b52c5bd_1541710253402_0.8093886874613279"},"_hasShrinkwrap":false},"0.14.0-alpha.e1d2272f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.e1d2272f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.e1d2272f","dist":{"shasum":"eda2bd69c8185b508d7b6543e6e63d27a9ad867d","integrity":"sha512-f1suDt64jutVSYnSWkcdeRXzAcUf3aPMANN4/c2bzNbzksvNzdgCupiy5WLuG5cM20KrQK3syX/XyLDMKshBzQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.e1d2272f.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5KMyCRA9TVsSAnZWagAArLEP/R8DrHrryMRuZucwd496\nYS05LCJVGjM4RuZYsBxP5aWj2N6wk9xl4iiudSs/UwfpwfbvuLbGe9JIN49N\nbKcPWBWX/Wlp/NKmPIiBF/Om8dYmshixIj2LuKg3y7xPHltl6yHKPKEsmxh4\n4f6kFDXS2sfiet3uYY81f23Iu1I+glb0nhWoyDHI9lhYhhPxbD0I6zDsxoGO\nipufvkiArClbVtC9jz6LZyErebVchvY1RcUfBqpNrIAp6xgOW+aa7Hco5e0t\nGHhW5yo3DpZWTWVG0SRTEs6C93XNVhxJMWg5TQLK7TAQAg6xF9+fCDmyzFz+\nuVoRkufaTeHLPDScHBBIAtmx1XByv8+qvzzFjOGRqalKudAv8CPYFi4GCd3d\nsJDWmpWd0oZ2SfUuCt/jNhSyIxf0r49JrsrkYUfsqb2bG30T9R2LWfeZ0wS2\nHbIGwwbcZUWGGYms2HhY4J89/K8vhllxj8Vek6aEE1TvlTVTmQNTmQ44IAiQ\n2/XOB7TQorU8I6cK6ABHP/L3xDD/vGnuLXGkdqgyJVeBqr3J6WDzzvrAqcZ/\niFRK3kzJ0xp25LOiX6GW55y7O3BxRDXswTVx2mKpsJ/uDaWAfQ9a8L0zcyFG\ns9wS3I8VJAc3pUbByuV4PKexVdW1/OIsUCVfY8fHgZWzSJGPm6KlbqfPCl2D\nFiWe\r\n=cYgA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdwRUwbajLWkUcVgCOQxf4+3bXXa2tpBVekK4fpQQvbAIgbcx8/1eYpa+Tw8can9+BMiLaeA9kMWF4UCOHRqnNoKU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.e1d2272f_1541710641812_0.1602711020622507"},"_hasShrinkwrap":false},"0.14.0-alpha.10b46622":{"name":"graphql-codegen-core","version":"0.14.0-alpha.10b46622","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.10b46622","dist":{"shasum":"40fd1f572244881238c52a7a3cb6ec289258502d","integrity":"sha512-J9hyAQN9KJ6gMedKrdBBRUtdm7olnQXWnoyvzjwNKPOoX4zRUfP5G0NyLqG0Oa2MuHZBZL5Kld4xqhKAmBwiAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.10b46622.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5b55CRA9TVsSAnZWagAAOtkP/35QzmENv6F4Jb689ZVF\nS1LPyKE4xEELZLZ556DhZWwRy1UpbdN44BAnPDk/152M+fVpj8NqNnoshLVM\nofV5cOOlP7cG2HeuwAImor/teXPFl3Wby5+poJpG107asUj6KJqaAIOenBwS\ndmFR+M1jeHr2HDj2rOp6o9aCNQGA3RmjsDnJEkH/O9lgEwDWZK3aSnSCVN6S\nU/4B/2rrHp4XSxtSc/T8YVVLBs5yXPGZVroM3k1zEp1D7LCqUxU+GWg1sMQY\nAJDbHETFPtf9xgx2lesQaBphttUixL+cKoSr9HIbkFCwkM52EZzJKlazkzFj\neI8ji/7BBA7kLzf+/9QYFMXmNXXw8JV7rc6NQ0V0+RF8SQ8x8hOQ8VNayED3\njJI5SHn7Cd2vAKOANqveE/QJVshx+jz2wfnkAkUlr4xgynpQ91v19HLQnkQP\nPwb6KNTJjf0nDFyR0zgqWgNYszopNTqBxT+Bu//tj6Jn+zI2rq+76smW3Qya\naLsO7XSJ3jLtcj3X4wWjA6hB6BbAG8ZiWzf0JijrHcH+4pQa3lAL3WMgZTgs\nQwHD+vcb6Sxq1djXkOzL8JoHH05Cbd3WeXCVRslyMUgpsWI32/3KT4uLeOAN\nQumJGZptKv6HOi6/1JQvrK67F7JjALsk5w7M57GNUOr3vXxzKxP2pHJPehMG\n4nmO\r\n=5a+h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLv8HUxfDk0uqSrtxOlaxMJdq66mKXFlMTgvu9RlRyJAiA5Uqzq1HS2Np/ftuAi1+wQNS3pKN/HnkEHqWSW3ZSXCw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.10b46622_1541783161164_0.5043950516482762"},"_hasShrinkwrap":false},"0.14.0-alpha.b36b8079":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b36b8079","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b36b8079","dist":{"shasum":"237a95a45eb16cb0eaac4c8de8aec350e36b7cc1","integrity":"sha512-o9CHT8onAuXudUT/TvKSY0Pcd3PomlQVzg53fAltF2ZQwhYExY9uhW02QmwIMJvwHpjTRJrjhN3Et4FiLgua9w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b36b8079.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5g1yCRA9TVsSAnZWagAAJT4P/Au7/gWmYJ+lGrNbxt+4\ni9OxKudeqEkuGZHDK5fEzXKIH5w71yvlgb/fh/EDqFimQ4hKVbLsha5FT92e\nUMOXVIgN/NiZp9eXP3PqkbNlVPcVyC92NnjJaANW4LmzjTXr1fAWq0SRyzaQ\nlR3bgvVVVfDuMvh6pOrl7ORmSNnvtNB+VE6jPbKrfgFdmkyr8HANTQSP8BaJ\nqq3z8aFTLzbhGU1uX6xGVHkz6k/vaK5DKoSIGy4zDeMOHqcQFQXr4hMJ5oUA\nFXRFfcKpALvxkq4Z4OBfCmrgedPv1K5P4BF0lkFDEd+2Vk5NDPnzIumlSbv3\nIc+c81d1mws6/Eme15aPd/nFfl1L3XFm8wSMEOqr+L32lkJoXe0WzHOvfp+E\na1Frg+dR6RAqiutAvhQY9HzsjM3H/tV02WZkfqsRoVo3e1F73rOjtvotWC0X\n2q7H4Cr/LbjfSAtxY6jAIQnWtIWnrK7CmZ/LIe+hBbTm7mWgdcMOD93+SDLV\nV2D34n1dR6vkp3dj0fb2HD7VeXspwczVcIKkhModgG/tQ6OV9sPPLaJtD+kk\nIxtLPgYrwVqqgKoqN0AQ6ppQIAMfPpOd/8G9o2nEaO8/QFledl/JhPxKzPl2\njwYK8GkszejEgAIC9grMRFxfQaAnHG++A9ncW89dpXZTTkSBWZ3DBe6KG6OQ\nCsoR\r\n=x//w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2y2da/G6AjSucF5q/a3x/LbECJN0Jrp2Nr8fhNpYTZAIhAOaUHFm4Vu5pLLBfYPl+sWi3Z5Aq0mgoIEoi7fbwHsXu"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b36b8079_1541803377393_0.4798177245667561"},"_hasShrinkwrap":false},"0.14.0-alpha.61fad1d1":{"name":"graphql-codegen-core","version":"0.14.0-alpha.61fad1d1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.61fad1d1","dist":{"shasum":"58ca969652c868bcacbdb285e2e68cf58a2fd304","integrity":"sha512-TAlS1N1Oot1UVORq99/y/H86E+FAes1/shVPRHHrQ9RnvJhqWgSoo3mwltyV7FVQC3OyrwwCgFh2oCMpPW7suw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.61fad1d1.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5jjQCRA9TVsSAnZWagAAq9UP/0J8RZJsmSyoHcnc5Ooe\nJ2+pMe9JDJ+soqumCSFKUsXNyu/8MNA/eCOo2OGwGMNhlmNhAX4m1iNU47jf\neWo/vzl24FZC2oitggq+CtLMQ5TRbDWQOGtqCj2ugzujj8iD52pD0fYQtQm/\ns8QZHdCMDRPbZpVG0Qg2c7Z00Aanyh+WHbngofPRyjm6smuUl5Q1hsrr1W9d\nIqnP9+JyEvs/TA1F3ljfsCKWNcS+Fjs51drQVmiaT8tPYXCPHPiLntfFl0Gf\n4qhOOqzkhVwcESpiv4tnV8Eu2qmY0aNnGw0VvLYZcTb1HsWVNCuZc/p+OZ3E\nDPO2Bcyto32Ad2yXHJN3L2zOML1VTQs55uDcmb10HvUhnrcENEipuZq9lW+9\n+PEPE6jNZ4BE0bQhlBTvtKY/fU59I2GkEOFV7SO2JxcG/JBGUEtxLmW9I3hf\n770pB+hxkd3NEwXgPiyeshibTBAefU2ULxlfRaFCcg82iduiLuuV288Qfee6\ncHncsAatvPcF1SnobGxYW5bppgtKOvig6dSICRygtzXhG5ZwHCVDXsb7IAd5\nyhxkyTg5qnk76flOfjJi5ukv1HA8op/ur0q/2cDnBSajPLD6/d+ukEfrPzQ8\nbIv30YEWdT6/FiJxBpTnTE1W7tKpDkU67sTENLUOdY00nnPzCLUeo4urH+xo\nK1dC\r\n=Db9j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGnPYAjIWpn6XBRIXh9YCmgpMQLe/O5h9lu3BxadwcwuAiEAhYUO8UBfvAa4O3Ea1jO/iw+CJqImUYCdgZqwOpWPCuw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.61fad1d1_1541814480203_0.178735005837537"},"_hasShrinkwrap":false},"0.14.0-alpha.4e941c37":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4e941c37","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4e941c37","dist":{"shasum":"f2e08d7c6ff7d9e4ad11cc31525bf66bb4b3a7d7","integrity":"sha512-Dq18LcqDH4VWRk/TC7B7YXm4MuIAgZIYzj3XNbM2ZcwrdgGI59297Cjq97v3yEHRdi42f7RLexwkTOO2W5GkyA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4e941c37.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5jkdCRA9TVsSAnZWagAAX/QQAJiajng20dJKZt9Mn2GD\nmrNkWlsk2VP9/IQqltCHyIOy1PWBefi+hwrJsL4w3lKnslddigtv+bRk+EvA\nY+36Uo+JiNtJGV6bTS+1R5W1oEwcIygrub2pWSTVcj08wLSNtwaEKtAms8Qh\nQAQPyY01EH7887W9NJW5/ucyDznmZAmNv1xNnAfW9zSFTyJafDhxkdx5W1+v\n0QJIx+RMowWJRZkn2qkJCMPTQWkrSrKNlDG2/JQWOa8cEHqf9TDbMKlkg594\nbRu9uF5uim6q9qgRcua62d6DHF6dhlMWJhRLS/oDn9KmLyk3Ad6dNjXvYaD3\n11hkWqkjRHxG3oDDEdwxOCPu+gRmyXNgVOyG2fAAGlk0E5yZkZ75H7E2Spd7\nFOoabki4elMKWcPVMphahXiHOCF/HDmKMrkTpZGUWfdUXVnBhG+h3jUVmw7V\n47zBzr7dVkyHumszRO6w+Li74UN8HxpAhy6P/ruKY8PTk6S0CuBjazx+ToDI\ntZ7CyM/dheFNrwtMnM4lz4k3noMX0UqnjHbUnqmwNgWXIg9Wg8BlDBnGFxOR\n4L2xlaQlAtQGjRrxPDh+adOP6gYiCXs9vPHrMY8BHzS67KSIGFU6I4p13PgD\nvvnA2wt97ujC8/PkYvgmcAI+6xsWdKeDePJBxj2KKqGWfNbSKjyBe9y9LCD0\nyFsI\r\n=+//M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCefPUvAA0OCILNq9WLpoPY0zunmAsOJCQctJMjhTVm5QIgPVduOoY1f2ikc0a81sEwXX01N5L52JwKBZNHe3m7C4Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4e941c37_1541814556975_0.7815308515010191"},"_hasShrinkwrap":false},"0.14.0-alpha.cdbaa3ca":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cdbaa3ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cdbaa3ca","dist":{"shasum":"1831599a020439368cd9d972a79bdd2d130a4faa","integrity":"sha512-NjciT9hA6kJ7JpvYub3rz4X8krSP0H9LwTgCfP58rZSLLuGnhtO1BCgpfuxrIzyKbfb+30C+wdY5YobedqSTfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cdbaa3ca.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5mCtCRA9TVsSAnZWagAAsMAP/2QMkHWWkwG0Sek+BeyK\njNaA71nUf5pMMp01MVi9jNazLYPf+WyKKN6TGj24ohTrJHP4VsPPkUKbtxvg\nwubJCW5StDLsmuKgJLR6x0QwITPtaE72W4ML9eSfZ/Sm9P4MKamRbZthqTiN\nqHorghfVHJEwAcfBJaMOubswtuNhCs23R++SHtW1s7TTUyjpTc1Oj9p+TyjV\ncsaQL2jORRt/wRwPOKRtjtb65WjRgj+o5VKyypW4xSfFs8mPENehtmzKpant\npCJcu8yHlT1mykDqgIqT2jAqFBYUGE1Mf7nywVi4ne2jnO3xWcg05RswNd6q\n2fD3bP8hm55TiCQIL9LGDSHtwqKUhyOATm35C0qoKY+cqDbugEJOY/KYgP0I\nBh1Ua0tzK3tdWQQMntQi7Td2iBRSD2Cpo1n5fPeBlbiKvPK0I98Beybsp6A6\nyLcJFNXW9SKiv9Tgjj6q7KG2/ByXlPeIeKrb57i4mi/Z0Ns8WqRT6hIp6cO4\n9OC6VnpAA0pFSBw6Xo1iDxgtntBRnzO7vaHlJvqDL++5zNozxrfYg3gYnNnp\nqICd/cERRpdvthdgbPGgR/Rcfhfx0nACZKdbsOh7qQGu4S0ssyEPU5YQLH3K\nbSxgu5V/EweKnQSQKIZkKqfgp7JmugEADwMThgsZKez84Se+dQLrLYmOqPiq\ncmIM\r\n=D1w/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHrO6ww+UZ3Bm+L+w8il/MG64t4Cf5RDyTI2Ij83+MIlAiEAmLeyPW9Iy1lsaWJbzFLan5y+Hi9gAA30My6BmXwUhI4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cdbaa3ca_1541824684463_0.10999376775135739"},"_hasShrinkwrap":false},"0.14.0-alpha.23ea5a67":{"name":"graphql-codegen-core","version":"0.14.0-alpha.23ea5a67","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.23ea5a67","dist":{"shasum":"e4212294368ebe9ca8cdcb295fc47b43d9ea2a60","integrity":"sha512-oY85PcO6UqgrekyJxNMPCbq7kNndmfL37OVB6OkrBa0bUPDPPn7M6mMf3UCQHADe0O+NxwRs1899Jasgvi15fQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.23ea5a67.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5xmmCRA9TVsSAnZWagAArKkP/Rgh1du9psXwXuUAnhI5\nJ/mAjXA9FHK+XLmVfGTcz53iDTqQGU/zNdjpmzFaUCKsIATcMrr0pGluGR/E\njDeNq5qYWAMbSuTTaNqOVE9XWXE3mPt4ItbpMqxeYD5faCSMXzMsfdMwVb5P\n2CBMgDV8Z4R14d/4pxhjazJ1CvmwEWn1V/9N5uPtfMUb/IAxl+SQvpSi4+24\nSFiiqP0OiOdN+BNPE2eFdu1t6WFyWowINpUam18zJ7cSTSuDJUeSCXYBkSqm\nghuF/pjOtogERP2WwBU5cTlzfL/Ot10KtcFg2WKWq4h85qIT0DJa4/CuoyTO\nP2IUQqTiz+WhhAoh/jBeFXLG97UAv+dEVWW//sYnifD4Z2QcplxdsR2gnTy7\nYr94+SgWCyriMCiS/t36/RwvLjVqWcVJjrMD8b4BVp970dA4Kz0a9GP5rY1u\n//14N3k4Tt73dFzjGwTLMZCz+EdyzpSpLtf9wodO3qMISZrWG7jBqJqmav0h\nEcEH64A695RYrpMAlsVWoC4S//ccvRnEPc1h7Uz5gJO+GshQuuRu3EBX0+HC\nuOrYZVVOe8+jYJfAx5M4azcpZ5LxXAQV1PRKS4nvdGVi9+2BtjUKuLYzZxYh\nnRfZNRDq+bnIYEXw3h0ASFPVeRn8PpD6LZumXd/zaIBOCJTXwnBnXPKZlXT5\npgUi\r\n=srvA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDGJVArQ4hZNWb9EW/ZJfcs39Hq6woHLM3UgdZCiwlqtAiBJcP8ZQootdqaQWRnU/ku8AZYZm+wlh0eAZ5dCblfIGQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.23ea5a67_1541872037439_0.3916286291794946"},"_hasShrinkwrap":false},"0.14.0-alpha.b838ee10":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b838ee10","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b838ee10","dist":{"shasum":"afd2e7e23719ac5888506e431f04a66eb0c00e31","integrity":"sha512-QXD7G1jWjlqkTaUasFylG1b8baztAqTiTm53hIR42H5CD5YCotvFxIYC52J9Mw79qMKCtchiixLEhTrP7nR0nQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b838ee10.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5x1iCRA9TVsSAnZWagAAPzgP/2zp8sZqLzVTuUWYrDmp\nfYIUcyjF1/5PuswS/Lld9gEtju/0Awlc16xYjqpV3iHuT0q1vvB7ZIAJtVs/\nVDhFk1DdTLqsA0uF5uAu6zgXXDaJlf3QyGHovlVXHzrxJM4nJKNhLPbWyEbE\nALZxo0eK5CBc416PyJPiIuazzaWW3k7dO1SHv95ewfgll/TG1IGAn9bugIfz\ntcGIDRRul2S5WW8wdCT/Ir60Mrb+Z6zHUAEwplY4D9Xxnv82rr4Q1og37Fsq\nzys7A9A1GJ+LMHkfPEmR2PbJaRWpK3TiSIYZeqe3m5763vx01BwkYamQOlXi\nrmuRj79nhwUe8Mkshta0cCEsUqps0kULXeYwJt3opMJ8IPq8xilt/B0xkAiK\nFMjgvsB+bpZbf5C/tB2JRi2yAkjSRyFfamXCYQFxVqFZbbV0VBgd2q8YSilw\nw8I89FxDv7Nx7V7ljBu/S/6SyKKlEvk7qJG9avhJmZq7HDJ6a5cesMtbThS/\nEwv1/cQ3mRliw3rL91aKuz4A8F98dPcFOWCshtHQKTnHIcNqlOvv5tWoYxjH\n9+SWWiN+XVap/5mZ9YbEZwbYGeIZhrrEYgY26z0HC8aiQcygxCtUsRitjuFC\nD9R5H+w24+zHVWV+PneCJhA9qmssBSLbIMP91u3/e7SAQdfeht4uuTdhYkVD\nDaOS\r\n=97et\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBC188mRCYQbyHttXQr5SGhef26XQVcopxMwqHtH8E4bAiALoMr4kKHV1o/VUaYiz7dTvE53fvXmEsFTr2xSZxVz/Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b838ee10_1541872993627_0.22167937841348895"},"_hasShrinkwrap":false},"0.14.0-alpha.ba87906d":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ba87906d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ba87906d","dist":{"shasum":"2a4e884041cedcc66e820b14f22903cc78eb4043","integrity":"sha512-3e5mBYY0ylqGANRpDf0G0NJ8zYe7IWkEJI+62PhdEZhc8eFxAN3rAz58xIA3w1+Y1eONhUKxTzBLYdROVLVVDQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ba87906d.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb53spCRA9TVsSAnZWagAAcHcP/R3OJxIlzlRyuS/fJjch\nLsJlCtyLI+WPT+oWZvm3h7/a93WieWbFNFyoyn87sJcpcF5/sZ7zQ+wQhrO0\n9n3URLCwLXMmtKtcImyRCe45VLVAOSZWrCF6mTu5P9Onnhk+e+4OXVNtP4Rm\n0FcZUfvgRqz3pzF81Ri5SfqHPTX2+ai5PwhX8SvCrUteCNdAjMq+eU+i0TaK\nStyOQOMR5H+yg4MNEoXG0zYDRgghJINkLNaPwJfDLO1FVcSOZjYRckT7AEfP\nKeVO+jaBhCkeaax6gqoGkvK89eCv0YucOjRfl+cmX+ShjTwZh2bxFmPPFAL/\nEQBe6Cma67h7npNWLD8K5qvi4M+uuM8myuRg5Vtz0cPQBxMb+oTpUFxjGbXe\nqRBfN/7ZxzAjXWP6PhaSZAwR4JBJjtAeZ5GNOWvfRDBVkg2aWPdGBGIVuW/+\nqziHgE4lP8wxeQ8Uc3gbEDQU/eCl6O8LGJeF2cWJ8hUlTH1j5WbzyVsLqYRX\nZgsOfQXDNyW9FRHiWoiwoLa3Da7vepJIB4Xi/ntsjyiyNd/QZvSP2avCrffW\nfTG3YYNJBmZrCf2ARfY0XJF5iJyakn11w5o/uMqV0QLmZZIPvmw4Ngiq6+j+\nJDmjETxFeBmGQelMqFMe43TvqrZa3saxNOvYmvG/2JNuUm7pGLs7Mu9bkM5o\nmW7m\r\n=6iCG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMfS27Qmlzt9CMdSNET9AjuBgv5wGeewy8z8mS35qF9AIgHWIm90EOPAXGGjl7+ZihYa+A1jXdul6hRp9Id4coXvU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ba87906d_1541897001110_0.7533629122210124"},"_hasShrinkwrap":false},"0.14.0-alpha.3e8b9116":{"name":"graphql-codegen-core","version":"0.14.0-alpha.3e8b9116","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.3e8b9116","dist":{"shasum":"0e867aa056402c2603f46f5d050022ba1322be1a","integrity":"sha512-N+gP8naSJsExKtbpqtwKnToTH0NVfJV1c01ZDd6Fwqt4QZ8xr6dj1ABmXPOX1lztIQ+ZtDSVS74MgzJK62H6cw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.3e8b9116.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb54srCRA9TVsSAnZWagAAXmcP/0Nb6m9KAR+/l+RuOQRk\n7K4Ahjt2pV+ouxgq1wvdvP05cZ8rabhTgrSJuFhcIbhIHKXIbJy11DteTRAB\na7HplLXrmMSIu3O24s6SpzQVsH4ZDTDnzZ+BM5wpsoC9FOwv4T/OIL8BrCnK\nf0BOvcFqbCr6rivf/cOOeJcmFdia4vBCc9c5PfQ3Y9kShdKtkxaRdVAp2iu1\n458qbdfLFjC7dE2XPgeaTHeUVhkKOpM5kCdZoqrW5V3VooE0Iw8rfP0mL/FP\nLCpZTpHCVGkyOi2mDPX8KpuNT9jPSkLxfpsaDGm4QiK//+tpyYHPUWyUdtfn\nMzHdGO3pLicLlxHFEAV2M7vkhZL15ro3A0Z98e7Qz46REj8/2VNYRR4zpjDF\nWQfX0GDkjPk1EzX9sWZAjh5ER16go09ilqwPj+4diwQ/HFRl+I80wsxU1Dvl\nIdBMnKRSQmlSaMExJDLsJmUYpCzT0svUj1HcURMA9oEYshT1u6tmfk3pmUMN\n1TGEkK9HPFyZlbVhnjTdHa47QBeXa2vq+OuBq0F4zW+dWoYJhF7RyiLpm2P0\n+6A4XNS6PCphk+10074resTGWGPD5FLwq7KjtUBPfSA0Gn1xABxnHhXhLGnx\n9uPjb8vd1UUXLZHvsFGz9tWfQ2WVD6CWI9JwUJLHzz9Weyb5CzUKl8g870G/\nx7cF\r\n=oJq7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG/m2t4GFs+9YbgXfvkxCvn92u6GnvrAXJM0EugLYGR9AiBGBK4VdrwW5wJXE/bYVOdFCu8w/VUi4TNDT7dZ9/seRw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.3e8b9116_1541901098379_0.15740195971404325"},"_hasShrinkwrap":false},"0.14.0-alpha.d1abca73":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d1abca73","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d1abca73","dist":{"shasum":"6e4266973b93e28c83cca466f7a00afae6e1889f","integrity":"sha512-1SziyMnLKAkpZ/fHuNaO7ox0xH8iPY274SZMa41acv7UkGI07dQEk8PzBpEHDmBIV9/DXa40lg/v1KUKv5oe4g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d1abca73.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb54tkCRA9TVsSAnZWagAAFRsQAIaxRBiwCggn+5NnpXdO\nUpKc6StXN3WPmQNWAiJUMc92MtzicCL/PPN1OgUProIsGQUhbwYEqyr0RKUC\nqyVP3eU58qoaDueARB/ucnyxuIqkD8nO+Rfqe9u5O+eYXdC5IMrHFEqPCH1k\ntZ/L4OLlgGM0MSP3TPUWg9hYO2OmkxE5cwZrqWCOEGekbgfJsTzusnppwNMg\ncPz7cBg+Dc9/ybobmNVI2xlNubZNjg060jcSM5mWCoxMy/Mb0AwdGfF2YgJ9\nGOR8nZjO7CvBP/EWXOA01/X5lcrQTlci8JhRr/+/anO/SP3AYgmFjQEyqMnq\n2td0pujWZgq/o2bbAAXIzxhua1PvRSCMlMObAJvHeBCuinETx/IabQPmdK7j\nGOM25qCB4YAar46l3pajoUBrm0CLKN9q/PqDzER3X9rNHcgqn3dLj3YcMO6S\noqx/mwfPlwbD4zq2LI+Bhc5U4lHT2bcnkuUVK0TXS/Fj4n9Dfqaw9kBEyUG1\nHxYBNfpMLNU1qnkKSiJCDt2z2OP1bnCZPnK+dRv1FLdW86E/U1iYbmfi+g3Z\neMC2Y+/rM0OWjBdeOYhPGPLQFwcVpI+Q7+Zj4ZDDBpORWyQiLDG4slUH4NGO\nyI+3zDs68RtKUorVPW/p38c/plMr0Xbe41pfAIw6VEWzNhsDGgkW5IUTSAzl\nsoRY\r\n=9DKN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMVytuosNcaLizomfjTtP07IKdLbafxIYejtd15Kar8QIgJ7rgVydBk7UnsaRax3SA/v+ma6JstTSQeJOg9Pc6ufI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d1abca73_1541901155425_0.899779683858567"},"_hasShrinkwrap":false},"0.14.0-alpha.0cd5095f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0cd5095f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0cd5095f","dist":{"shasum":"e69be0a73928e694c70e0eb61d06a51f26bd4678","integrity":"sha512-ETLakt+Y64KioGJ6KNXitHsFImhV/IJFsb+KwNpsetsspvmH1owuEgDL2OUpBoILJ4PH0gkYr33LW/LvNG0m7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0cd5095f.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5+pHCRA9TVsSAnZWagAASfcP/08Cp8gPMJ2oooObmxwL\nhMB/6wyiuCapst5O5PdHkNf3mQ7kp/lk3umSNAJcGkfNVLivUpqjcd+3D4/d\nHeBR+qwcijRAGLX1Q92Wup2WXax0if8YDbCDY4Iw1EOJiSsVGDSmo2RupSGG\njVnto0e7PRhdIiUqt/kLZPuLjF/8Bq30B0bQrpZEA+BZVlReCFXJaJOtFlMn\n4xdpIyi2ckvvMoP5TfUZxLSj1bKZmE+Qiw37YVDeorzXXUC3k0H83Bl70JMp\nlKBsNMH9yCs058/myCqUmGbMXU1rAGjiMCiPxLDO7UXdxT5TfKcR27/xiJ1G\neOGXyFIQB+oJcghmU7+q+dipknFWktW11wqIh8GBi164vnquMk1Jnk9b7sPF\nIP8K6xBxlXMlRU0RzblCcvkBpFCVI7E/BwlZGAuoCtQHJBGmaWWOdOfcjeOJ\nSLfywnwcLrmaoEtmEz3FBS1oiUJc/RHiF/YLRNNiITBuQY+Clr/3R+AMPltu\nIhdSFZNnCUJ/9jygA1HlB1HxMVziZzVlX+97pbJeUYk4fiVwb2I/SljFQu3J\nKljDKSfD1gG5GnCOMn84kNMPVE2NkpF4O+FQmI4Y2vvGE9g82PZkI3adNm8J\nZC/yKCkyJ49hFh0PSW7e11vFVLWrQr0EBF77vwfe7j1GlAAXkH6zN8GNhiie\n4tbT\r\n=UEZL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCp6yFcXJYplj62ZseBCeyNiKoXpM/Pcgd+7m0BpyHiOwIhAIeGiO+8ziikABVzPNiv/dGZDtfqtbiML2Yf6EyKUI/i"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0cd5095f_1541925446366_0.7392984685010491"},"_hasShrinkwrap":false},"0.14.0-alpha.9703fc49":{"name":"graphql-codegen-core","version":"0.14.0-alpha.9703fc49","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.9703fc49","dist":{"shasum":"fbd004dd2954856ddc56bfcc16d8e93d583f98e2","integrity":"sha512-QwJrYINAjNSQOfppb4ivXzcJDeJz0Nxupqpv3LYsf4ofrmd5M9mw+yNBlOohWhGQa4C4iRatK5tozUyyGjvRwg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.9703fc49.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6CUHCRA9TVsSAnZWagAA5p4P/RJuNIUww1Y+C953Kkoj\n3t+BvcGPiFSG4uTpvKux28DGQ9hXbEujZCSZ3rIn6oHbs7hB37dGPPn+bu7l\nXVbSfg3iRcP1rUJdUVkCyRDdBtBIZg/YkhVttMrNPufvixsCenVXLh7pho17\ngFqvbp2Cw8QnSvpimYZrkKj+50SjTT4iS6rGxZN8P/a301T0bdOymxbOAlNH\nXa8PyW1rX1uosinVdxZr2BY8pXunEfCt/9JSt+hrZtsIdE6246dMTF9N6Vgo\njARgfdTlBz3/rdYk2P+oYxsOmoX+GQKoBWdtaKOSrmCHaSdwK4hq0GO0bhjM\nSLCXTG26IQFQ9/mpZWVicfv9cRr1z8uMdv+/FXiDIy6Modc0LBp0MSIK+AM3\nVqPv+9nJ4ysUdVHH47plWAAJ+KPZEoCqKug1N3YgX+iTZFrbJ9TznJk1UpWX\nKS/eT/qyb+Gp7Lq5o2D/speBXsXKj8nqJ+DuqOelsV6lnA+ow98Qj2vlXVaS\nPLpUHN0/YO/iTp7wEQOuC+duFstYkDYCJ/EbqE100BDhIYCPO3rbfHdugC5C\nnxKCwp2x+X/084yI8U/QLRswSS8RTQjPjjDqlms4qXZbedMFhfs1HzOulvYw\nxUqXE3SdySYNqrD7qiw1W3qAW/xPW/C/1y9mN46xJny5ZFm6Z2xBJU0ggAQN\n0f5L\r\n=+qNo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH+2L/IUn1xqqMOZkLVCi5w2vYT2Aeu7xXVRkhxM7Pq9AiAjqoDHxaWm8GTqqZPdSpV/SI7mRiqnnVPZgFHNVgOoRQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.9703fc49_1541940486435_0.7843050041917123"},"_hasShrinkwrap":false},"0.14.0-alpha.fad16cda":{"name":"graphql-codegen-core","version":"0.14.0-alpha.fad16cda","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.fad16cda","dist":{"shasum":"af38d05cc170496964e20e6ce883de3341b18660","integrity":"sha512-PwSd+Ekd+EGvWYxPSDZrk9zehAcXnOqs/smODTVDgpfnkPifKzhv1fRMcT6dNpDJq2lV/ntSOIjZ94IdSIxdIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.fad16cda.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6CWXCRA9TVsSAnZWagAAzu4P/jwMzjWlnRC/ITyzYBuu\nAmqf/wyYGHNKPoZAkZy5VDG2BE9GtwBcaw96sp4HhPy818h0LGh4DiMzl6q3\n+8/K5l26dV0AofFCxENvmH/69NUPSuI5mLRn87+7alGmdrnnuOYcOsAX93Qy\n4b6TVdBFYMELORFB4BAmJ8CrSxN6TdGrpRfxdEHve32fiIHDXYzmt4v+f60p\nNvhv0jTraT4Fn7z9goH4Asnm0JQkCauo0HlU/FAwwWJ/PlJffa0T5JEmZRa2\nggAokfj8ShbsEmqBcNQ72eef6I07J2TQ8NqU2s6pmO01je2Tm9/biXMcUUIF\nSLmNAFaHQlFV/b+paNM3YTvjfuSo+HQAF3PlHIFNhNn/uK5xZTa/tKJIvtDx\niKM4jGm9Jo+SGD0bEWCi2ddDh+g/iec/Mi4okb4l42RfxKxeA2m+RTtMOKVU\n+eWS7U1kyov4oc8/o7GktdfDGU4LzH3VWSQ6SGyla4aygcCiNJgrd/xeQgvm\naotK3/8mMQSskIB75puviCL+03qDTteVs7b8oxet98nEzomDv14E70ooHBAp\n5I07Z9KDnf9JezrTyNJytuhBr26jjSlVZ2xuRXVXuQ7z5Wq3eM2VS2KH5PuT\nuZtzQain3WxfuFvksuCEk0wnKfoambCncgCjdm7+a3h+TuUOx3cw+CWNjSSu\nLuh0\r\n=JfWv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzamwLK7BKWs6hqM9QZoval75c1Zq2bhMBxX5I9Y1yYAiEAyNns/1cVxB0xJ7zshIUBuWj5hnP8fspQJid1BdP78ac="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.fad16cda_1541940630523_0.8203096331204376"},"_hasShrinkwrap":false},"0.14.0-alpha.a14782b5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a14782b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a14782b5","dist":{"shasum":"4cf4b42f9d4a34c99b0a9d19923df414e5cfb81b","integrity":"sha512-TKllcg9vq+ZDW06uhINQn3e3g3HlWzMSCl7DEKfw03W3UN5+yKtRlgYAyK+Ri2fJRLmuDY1Bi3iT1ro3ffNuiQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a14782b5.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6OgpCRA9TVsSAnZWagAAHvAP/1+MXfOXYfYVjDq3LDQw\nD2nvXkAQ4aebJ+kE5Q5SvAxQi481Ol/fcfOrklzlGYQh0F7WNc5DjvCz+SAY\n9msFJDKo16kgacaVuOlneIP+CU+C3A6sGtaqFakaCkeYfFX4Pi/LXYxHbx3O\nzUVGWjaim+k81trIQUGkDCr9FzlhZ2q9LDixity+sZtrAxqCuzSaXvPahpaH\nIkg5cVU26g0pVdoahxltZ6ZG+F0uKCjbVbKMsob/P0EWiJY0LAkBDucNUtHn\nk2U3TQXDly652rLl8uGNVq1hK2sFrnlxDTbqXcC01BmkwXlJjecQsiT6J/te\nJ8/t9DiEQvhVgguNOyYcvMunl1GxhfCWlI+E07Ry+3IMj4XpLZMEhL8CfWEg\nZJJ6YWUjJGGJo0GUL0urjvLTa3trVrz8XgvGJoa74PQAxIPohVwDjUm1XFq1\n6WRf6/0ja7ohdQxIKBPtPw2Px2C5gtHySFTBK5yIXLNMYDSyIOziBJHlPgIU\n+WWKhMGXYrZXQEsbj01iPPjWb0bU4DUKPJI0VmSSC0+TqH7qyJxxPDzvSnhL\nZfxXdOvGycW5KpreUDnwDRbF62JUoCbhb7ayaoUM0OWjyTQbj6sgOSHFiyx/\nJ90wTmsGdwpKiNi2XQf8WyKxiVywUPA4F3s1clWi51mndQiE/1IqyyKS+S/u\nYYJc\r\n=FCTI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGz8ZV217YDYA3QU0lzozqkMXjaiK0dsm+CkxhdXX02gIhAJYw8LtrZu501F+yEVMkhuJoNyRWA/28f9OBE9ZA4jWj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a14782b5_1541990440444_0.041116106715276546"},"_hasShrinkwrap":false},"0.14.0-alpha.5d1122db":{"name":"graphql-codegen-core","version":"0.14.0-alpha.5d1122db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.5d1122db","dist":{"shasum":"3cd1dcb8e5be3de845af7a9ac22fc6fe2ee027de","integrity":"sha512-r8WwED1nZZZ8O1v0gLZkPGs6CeI9HbVCKh8wwTIbJOjx/fDcabD+VNbn1V6DeZdM67jr353dzmmsuXsHBLXDLA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.5d1122db.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6QyhCRA9TVsSAnZWagAAcxEQAIbcmTcTKxGr76BidmGz\nO+Rbnm9vVz9+OwF2Bm8UwNd9H4VVkbmuVqz1t76EjGR3UU+T6eFxXZFXuWYA\nCQvu5B+p47P/dmC7rc2atn3GaPH+2d/r9ov3mUyt4SJU9UKlr6qMCPvf0SRf\nB9pUL9XXc7o/pn9Fks8tlQZ3SNlLZH2FuLeMx0gFvFmdNODIDGY2RK0NZbzq\nTk+PSCND/3kbMXRh1PfSmc1XyiLWcJv/+xbkcILDeKeAjDa3gwS/Vp3T4TCK\nJjkNOZR0nq6YlrF9Yw9n1YkmWR9CtUf3PRP3falsJ/+mttN0Bby/jMvnE6XY\nmXsypxrfqR5Ze0zT+4D65TGMEJtxacG3lXRDf0msRNU3YT3dgTp0JMf07Jem\n/cqYbkaTn4qXQs04PW8LnpH7xOGscHhIU1QVr4n5QBz0lr76ASafL6zZxGQa\nFbB69gVSCOUvPlzojzzT5WFFG1cj4xkgNaPWsHxEksk4xSEmg/oEphyXNORA\nAPiSe0i8AkBVjir7s5m8V/APdrfsZs+jowkPmHKerxmxudHP0tWzvlj1d8qF\naZlWXeqOAPATWa1Vw1uHfxBsiIezxWu1cT1dDc1nY2sHtN4EhNgsK4LKsXs1\nAt6PvKS6B9pmGnf8cPz2v1A4ALIf8s0fkE3FABOkBt1VOG75z7iR8hCwvuj7\nCM+2\r\n=4Pjo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCr8i3YOuXjqSNxJUzu23+ijNlLWQjYX1DdZEHP4MqjpQIgScID7JqETDMF6G8AH+f6zFgwwGuvYdq6KSUIRLgE8Io="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.5d1122db_1541999776493_0.8646063798769625"},"_hasShrinkwrap":false},"0.14.0-alpha.8406990a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.8406990a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.8406990a","dist":{"shasum":"128921b1c08f4ed3d3547d977563ce656421b6cd","integrity":"sha512-QvRQVpfLU7zd8Xx6mIy31gnsGF5JQioot6kCJri6rrqKFHnJr0yObp16dKZzZIbAQP4GAvuR5+Cte65Rzt4pxw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.8406990a.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6R9PCRA9TVsSAnZWagAAFvMP/RHgmPKq0rp8boSShHgU\nCAANHyMSMXWmlDQbU45lV0jGHgq0PnFpQVxH4jz5nrKHmrdhP2tbN13S/pvc\nWe+BnCesxCG+3J8PhHJdPc5feHsSsdzF7r+qIIlfwxAelfPaLr2FMyTL7k3b\nRQDVyONjpkor68ViZPQtwG1PMf2ojvoDl3SycbEMmj+QculspqO1oap7U/q9\nL4NIGmaJR6e/MFNk3cmGp3QEsQok9k/zNjmoNmvXyihR9M54HdV1uFn887+k\nVRwL7qbbYJ99mJp21GSt2Du8ioA1XQA+NLanSYkI2EwRuXueno8YRfM+o+Ba\n+FanAow9+NY+AJx7Gw/f7pfDro5XyGDp1mdvTuB7ETp6MoWNDgMhmuTAsRVy\nBjo9ZQ78k7x16wIkV81QIHpQaMDXA6wLlptCAf3yC6fchGg3LA0iHv+e/Db6\nxjKQgKGhVeDxgcNYR2k6U679FUbZaRS+atk9JsRlNYJoUC+7ceGisGB14kR+\ngUXMOzXBCHJTOWbiG6XEfdtFIMJ5+efQSoX8sblreaLXf08mDAidTsR96biz\noO8JPBEd7KqirZkAxPLqm9W2ezRQccBLDVicu/k0fOklrtVaOIrmrZL4ZcLj\nXxZNz1i3NaQBUSH6Q88KgR6xT6XaMklsNtq8Fr98Ty5vrFIlO4ab8gXSbycL\n2tj+\r\n=eewb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWQyxfjvnmaHf2DQbLzl9J1oFgmQIerx55GK7/8Hz5hgIhAOA70CDcf3TAtu9P1/VDZcF0V7PE6mP8e6hiK47WjgOy"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.8406990a_1542004558858_0.4250106241884173"},"_hasShrinkwrap":false},"0.14.0-alpha.a5bb75d2":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a5bb75d2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a5bb75d2","dist":{"shasum":"af5a98febb4665c445c39e9940c8f00f4fd39492","integrity":"sha512-Z3uYTrDLF6o5H8Prf6YCd4uD6VVHNMYkEkrcG08ULJQbz3eQhzHGOqYM14LeRZlmTCk5HeSXYxavBAGz6NUn7Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a5bb75d2.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6WBKCRA9TVsSAnZWagAA/fAQAIOIQnQVAQZLqSyhN4u8\nEgayud8MbHNiwGaJPiybUcAiaXVkeJUGR/wjI6X1/Tnu5JcKmmXUubDReSia\noVBZNW3fYEgFfYCBcmaAOPcctQ5Qf3evGvhp0xrgYoeM5r5pEAYNF6rkSg/r\ngw2fllL9/ggxvceMSGZJ0pDHN1Ul/acvvEiMt9upAFfUDstXNVDZmPb0ofg/\nzkbnDZnGhck74f19MlKTLlU9ts7Lq/l+5EJU7l9YLWqHJeJHxFertFB+dTMx\ndqP5LN4tlXjYgx0Wf1xMtzjVt6QE3twZn+BCCTuerSza+YUXdW+JGcs5Bbdh\nWj3NdfSUHOsska0vayQyoQbcQh/S3dgjaqUYOjVsF3arR0Iswt9LIc7nkd5F\ndsLJ9FA5CjLVBqZLpV3K4FuM6p4VfQJyfnmzO3wqGN2leYz2bpCNjzLijP8v\nvG4+RbOcxxmucIl9tOrPwtBB4cVTVCKMEtA9AwDj6apWkcsmhBdR+WEjJNT0\n2o8TX9J1MWfcGfO0My+cdWHqsUhf6nPYqD0tjLHDBmXhRCnkuwxgPeh24q4K\nQ9thMuf0sUKr6qESnBROQXWJt7hlSbXh9FMNsAFklykQ1pNPEhL0jiZ4Zxxq\nCOel//XlUChV/XRMutB7cGRiEjh+lmJIUhA9sNCwOF94NoqRHZlDEMXKVbiP\n02ov\r\n=/emJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDlZat6qvwuvexHFRCLc+n4B+SynUqQdPvEo5pU3bcflAiBanxhXsSEN6/ZInnLJsEOc24kfJ1vMWRQm66/LX7N3gw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a5bb75d2_1542021193981_0.2989566724912922"},"_hasShrinkwrap":false},"0.14.0-alpha.de781063":{"name":"graphql-codegen-core","version":"0.14.0-alpha.de781063","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.de781063","dist":{"shasum":"f6744d986ed68565556cbd0b9094b1bba7444513","integrity":"sha512-k3/OtAySqi6pnsFjJ27Tqh142B2+lBKbVFGpsF2My9ODz49XfPzdXcPaYrTSBaHNta581CuEcPQ2mpIfwG0iKA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.de781063.tgz","fileCount":99,"unpackedSize":94655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6Wc4CRA9TVsSAnZWagAArEQP/jS3LCqFuUnZBw8ctUS7\ndiTIBv30CAFgBf74nwuz++WFMXGSn+Pl6B++BDLnjMAnpA40a5McbBfLNO+E\nP/kl61k0m1R/TNzGRjRdOWwb1KO3euARj2GEIqab9on06opdN7rLuUp2YcDJ\nMsBg9UYZTUu1oLuFzFM2VEtRjpAAW1oG+8m+gXsfOOEdawTEIYHVhobJk+u0\nzPeB9IAEuef9AImhRsfN4P93lhemLwC4E64xJmTkjTz/XfKG4hcmSKcF2/Pz\nD3wevEZOsFKM67SZcxLF6k/gyy7haMxnslMaESfyd6gjf5x/pwpUdUHZrl1B\nKmoOgHWPvueRzybq0CRHv4N/vmfCgEvkQT8oI8j1QPKUv+7m78dBprwn1mXA\nErvWtDHBDWYqzOc7bMts5zVNwPGqwSr6IID17rKvXH+EIV9/Fqfq2g1FxRQG\nG819J89nav4SZO7PprEfC/5LBQyRJtFB+EbpU+GrjVMk9JOyc+NmK/mvX6zm\ntOiQEcvqGFYo7nNyl4zFwNDishtNmuvfN+PsSXWDZmGCGVVed7pVg+89tOLT\nMZqGFrcMorf0KfZCWnoGUtI4MIqeh2eKd/WAh9m0JueYhJEZy0PlkV7lXlbY\nBySouQPX/v+b7EnCZS1eZbe2V2e5DUyp6trV665+5lPDKdYwbCjHvU6RcH1X\nXjQv\r\n=JHn4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYQ5vHPQ5WU3WEpgVbu6T9ki7s6770C7okTobmciu7agIgOq3diPADJdXoYzBpamNWFXWMEu0TNB9P3HcN1kWugOo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.de781063_1542022967498_0.8801284256570254"},"_hasShrinkwrap":false},"0.14.0-alpha.f015a1ee":{"name":"graphql-codegen-core","version":"0.14.0-alpha.f015a1ee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.f015a1ee","dist":{"shasum":"15734c8fa05b47bd3acfc56d3f33601941ec1e0e","integrity":"sha512-4rCJswngPQRMaG8gkl8Xeo0A+ccW3UwnGQhI+cZ3/MH7ozWDBOCUomTAl9iDJY3yR8ahbCbRcKHSYtMe6iD0Zw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.f015a1ee.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6WhRCRA9TVsSAnZWagAAyXMP/38UZPlx+udJnE6P37Pa\nPGn6sx+1UOCjeamxSRWsgL/DEaGOTGI2bKDmUxIyy463q44aqiemFoM9Pf1R\nirnPwBSrfwObYKt1sM0Vq1iYxRH24jOXlhgxYuxz8TetCHIJlVnVIa1PTlgj\nvQtAYx2dztNoto75XLQ3x+7X0BWuePWVzCZ60i1lVT8z8aGJQ4sC6npkLOcm\nZmbXIwjxOk6qXlc7Uyvi48Ihz7hNJBXRW/sY3XwE4++ItoZvIH7KJQlvfHw/\nyHThl9QPOFVhNxrydEFLBDdGbB/RnIA3sLRwwiX1UAkFeJZE3pWUFXVf+lOK\n9GpByqivSJXvmPvJWwB7nPqBrdigHMGFueR2O8C5eCyRvQtR8NQFoL5vP0Pj\n7qhrm2mPjzgkiVELDaCCcTCis2ZYstnZ7OeZPLo4n0wWSRuMHNfnpPJKAHAi\nLycV1HEH32/C+cnBuy3xyssbbHrX+2v0cQlRa4la1r8LIGtFnWZbeP9LjP8j\ntFyHpDxeRN8uRkAE0aEs5QbJFElVCY9a6MA7SsA8wxnFeG1NvgWhnr+iG3iJ\ng/QpCH10WAgi9zMfljltZUntwJ8uaNyKhNFyppHKJzXhci0AjRIjRkrOjyd6\nEEZOze1GGjEL0kObxrcbrYlvJp49GhSWw0goEkdp/xCnX+emIHk5w57kxLvG\nzvkH\r\n=ID0r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+LzJuU51XvIWEzCVX2BPvGPD/Tkh+iD+MdVcAxL3NqAIhAOuSLKPI7U/FObUzkXiOYdWu2CZjVT4eA2GgLAuLWMxs"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.f015a1ee_1542023248989_0.8260977227263759"},"_hasShrinkwrap":false},"0.14.0-alpha.2cc3f625":{"name":"graphql-codegen-core","version":"0.14.0-alpha.2cc3f625","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.2cc3f625","dist":{"shasum":"d0ffb6d658e1083cd32475d368e251d2289061ce","integrity":"sha512-uruIK/8DRLL9j1Gd1yTBrk+LvVLdPHg1OHCXW1F8ZPRDpEn9cNnevLwz1Fq92QD4Ko7S1Oj7KX7bMazcJ+xdVA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.2cc3f625.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6W21CRA9TVsSAnZWagAAkVwQAJW+yBgLSEbUIAvghE7q\ncOygKL6Nd3qLkFKSRLUVC5EpiKKr7piwwKt8i4cFHO92BAS0z26/o+XMjeAt\ngNewhOeLY19n3QVhmaLkkZ6LnQ7dQKJ1vPl0HOEspaA0YAaItEeIchwIQrsj\nzu6WSgsrZ/MValS3JVfrSTyBL9i+V1qijtLpiwy6biwOheaH4wOedkjQaYLT\nJoCxoaQ3WdQv1UhRYlpru+4+FJSJxLovvNukm7/T3ntrgRDNQSo8yT2aX5j5\nBuE+meDswDVH4RuPmti6heA5d7VRgy8lo4qtT4v/pijxLVFT//FZlSZSmR0y\nHkhzBntrwZmU2mTse3pZ5gsKOXPzgGjhQwEzoKVndgK/ZTQ8SyLNPgex8VxV\nIwTY4U9f4NVZOuIjfPgFu6yUWXMhaX7L/tQo8IEsVBaO3dSsCAicK/mZ8IhM\nbdHO4jdZYo6F/1AkRUgFPPBydwXhwY8W8oRJrPp+mWKOQe9v3hkI1hNijCGP\nquKlB1c2dxtvR/jZ2ZnSEOVROpg2gvs1XP0Vcmos4m/6lzA76c4wHzql2GqX\nB6FT/qmeYtBXMmy32X3h0bw1+pZmm6Nx6bNGAGLJb2bwg9c+Gx4BL6qva8VK\n3jiZ01CXD47QtklMApy3je7aP2jxoYT3ZQ8oJwKO/o6UQScjUKtTCK5VUktD\nAY2R\r\n=PJjp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXvVSWSeT1D51PZ8fg6jBKRfe3naW8SI86G/CHi1So8AiAtz5AzGADi/BCblu6RLeNFbze3VoHxaT5Xox/3nPdVsg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.2cc3f625_1542024628321_0.3117531655695369"},"_hasShrinkwrap":false},"0.14.0-alpha.c33a46b2":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c33a46b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c33a46b2","dist":{"shasum":"870e7e63f1997ad5abd2288930ebc5373980aaa6","integrity":"sha512-nLUVrC2kf46O3NysywB7oVV0A1DT5J6ORKbkvgyvxh/V71SCCRGVNEA5nkWNs9RaMKlnsigNBTwo3GMvhsiUgQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c33a46b2.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6XxGCRA9TVsSAnZWagAAPYkQAJKV5k8ZTTRD0Z8EFs+K\nDvfuwT0iLneeg1ao06wgHnmzXt5Ye0GgTpPpHFCy8mcYfKOfUJ+XR/DdC/+e\nOCwaVFZFVnWtT9xxKRqq14qpnPPUfC5Pt8P1ttGd/7ydiuGyvZ+e+LEYoFHC\nTo+7+7lzSo0owHlQ0bgx3MZC89V0WV3PMPhSf145Z3Gii9UC+TwgU7vSoJw1\n2uSA7rTQRmAmsQMbYk3lgErErq6cJBv/38oMOYoY2y0cyVPdCfWpeYPKKAtV\n48nNj9+HmdblOKRdI+FcpvGEky8fTL3LxMFvdYMO1Az8VWWy0OXuVxXtJj/K\n6OYFGm2lpmtclfn8ZJY+G2hE33GNAqBC71hWTIF8gB1KxT6tiuRC5dutgHf9\n/SbUfwfOuy7KL7bwTBr3aqfpo8Vcb1hTsnrgfLPIHV76eNik1WOOEzfv4JWH\n1zRmUOTqS61nPua0x45Y1P54uOY1DzECTxR1Rfl0zrt6V5G9AP3wE83lYACl\ndKcdksD6/Nl72hKVzgeWMuhxxinxjFzx/kTQIGx0vliI+wofeom9dwMUMi4d\nRHaUjy8sqb/aDvBf36Unc1sxFwdw77+mmYkcL8G/0aFndG8kauBnsnHDMFjX\nFrK3QFC4Ci+bjGdYvkpzbRQl7ds+DrsPIES4pUQAkvn1NYEs6QcaMRLT9Mpf\nVGkj\r\n=8a4Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZryHh8UQwM+63a6B11AX156yAyztl5xO0lnvOBCQP0AIhALQl/09qZiLLulKWJSK9ljFGdwH/APIY2+3thRgNe+p6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c33a46b2_1542028358106_0.832255047855434"},"_hasShrinkwrap":false},"0.14.0-alpha.0b00bf89":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0b00bf89","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0b00bf89","dist":{"shasum":"669e04b24d3f20868da89cd19f32be21481e17e7","integrity":"sha512-TxwrPubrBXvBY6YqFCgJoZl7sDWZj0JPokXBVdwhAQBigfJddYxDBu7VIcFQLSh38oWuLKJoj1bIU9AcC/a65g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0b00bf89.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6YfACRA9TVsSAnZWagAASxEP/1TsmGoaSjkVcaqmgSqN\nt42Qk9YBXd2I5FYnf8w6spNemVbqgASeZdKyNS6nv+KDClUh66ngBTJ/GFGl\nSzHz6CrzpUnMp95Qj7EoytP/eteIp9Qdanl9Nfyw8CY8HbVi+1CI95UYQYPE\n3xmb1i7yG53Uhi0IAq3f5wlcr2rdPq7yllQuDLBDmHZzsHIW57qvf04FR4TP\nM8OCBbEuWaGIgNalVw692z9Vbd4b4210ezyGElwgyrjX77Ub5+7/YKoeO1K/\ngrn06aO0IxkOQ9V/sy7xido3btCRZaDskSdHIqGOuYGoWVPn5CPAgT1nSTHo\nqijDbQtIajGQ/4CbKyve3e65rF8up4p1GF5ReWsZVUoA/W3gVNHKdSknM+N0\n6dOaFFr7snUC9JuEBO6vmpMKswszsxO6WZn7PUjC2XszYyATRufWnjWydswD\nznOkQDG3efMMkr17a8dlJmM/wIoV6n3QZCyQtT5SO3yY48q3rAk4gCFPzH7F\n81CfDrRym48hEtGeAjky1tUg7Z5Np2M/G1LCnHd4Psv11ot38uiNvJjJjoN4\n0zzZMZaB+Nodk1xgY2UYmsQBrR3Et2Cdq3GCW7m/sgEpOHuHvD7R98ocN+PM\neWGvSKspnIaw33EyS3V5oa/z+dIvfyWuj9NzTZjmy93craiKBu0btb3qb2DG\nhXXv\r\n=poIT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDL3cUnTBnpfHnDOSABEK0z8Z0tnoA4LnmAhPAbqxEPUQIhAOf29NpZkBjJcKxdi/885D2Eyp4YBioTJC2XKO0dgUYj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0b00bf89_1542031295433_0.5388831780039576"},"_hasShrinkwrap":false},"0.14.0-alpha.0260ba30":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0260ba30","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0260ba30","dist":{"shasum":"ed7b2af664d92ca66637e0f9a8251d8163c572ae","integrity":"sha512-87cjqhV5RIaPBAdGYRnKBpkXYYfJxWayQJSIv2mGA5LMAztzjLl+iNYpTMaEIJUnEMoAUohftzmT3mThrjmGvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0260ba30.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6hVECRA9TVsSAnZWagAA5+MP/ieL6WT1EwxhQYsIBSZE\nA4NbmG4h5Xe40o8GMzuEjc+lLpBYE8+jMMEUnaIulfBYz2IBn4de21mSEYpS\nRuaIyiKPe+xOLDfgJqlP8lemO8eudv6Jic176hS08VDbrp2Oe1U0GLFjFocV\n7eMRZrHf809Tlu0/aMDdWrvR12JTsu/7V5esf0+8KRXhSWO4jKJoWNOUyFT9\nb/oUTTCJyaQb9XKm9sqA4juimwu84VUNk26ysdGE1Ydfxan37qdudckb3/WY\nosDx2I6vjtw/BAuMzwHabBNadrcmfekbgwBIj6pVMxuW65R/RKdYFV6cF9zE\nBHVkSOd/p2w45AvuiHpBi1gr4i4JsDhC7q0LHDtO5jfvQotQvwI1It+khmFY\nKJgM4hj/Xj4tblCgasMG2ph6AclMFDGXKvNbk6SAmVYZR3MsFwmM+T5jyE6h\nYqK2qnFVRheGGO++86zOixcyKo+Q8x0llhKQgJJoEGjQVvMCDbnUrlGgeIkG\nbFTuFlN2Ic0FNV616M09XpTm9H/jWOqx3Z9ZeRa6idQgYMaJNEciXnR79noC\n0ubk6Ub0K7e/FZE4Hyan9RJPl1osOzO77Di+4AqUcRP4yqD/R7tZaI40VbKY\nX1OL3oI6MoKoT1qkdHpiWMBeXpNZeK8y0k1warRw4FY5j7ReToC5AXULye++\nsbjO\r\n=Q2Vu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7Jt57fMcuMYR66NCNhaMIav/3H+t+Tkug1yPgU4V2CAIgKasO3ahTwVl33DvauIh3DRK4lYs1hAzlXG7wSY6jd/Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0260ba30_1542067524003_0.1604063975516692"},"_hasShrinkwrap":false},"0.14.0-alpha.1bd7b5ab":{"name":"graphql-codegen-core","version":"0.14.0-alpha.1bd7b5ab","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.1bd7b5ab","dist":{"shasum":"00fdae29af05cca2ee959152ac2a6b86b431ae9e","integrity":"sha512-x55FiNtnHTds5cLAlt2lMWKqX/Z2umfsBSFZdMUukdZG17V7T+oThI0cG2Sr4te5/CwU2kEiV9Sd3/tNn8HCCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.1bd7b5ab.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6jYKCRA9TVsSAnZWagAAQJQP/RV3zrQ3NdHEcgk8vPRJ\njumt534B90f2Gh15FRSYjShHbzd//ax7yGMcAAwADWQ+VajDanF5TJxj6L1j\nLcN4qIl/LhOTAegHRfU0ebXW66Wu/6F2D759yd+L9S+qrezXhbEqvGpLzTbX\nIdLlTd9zLY3QyMDP6AquX5+HScpvuHKA6AMo1WYrW2NONOHFRuX9esNl6uuW\nX7q/UQ/QsZ3IBq8JXPZjedcxw7Kwgiw404FO9LmclxAZ4gjd2lJraMs17nom\ns+tFvQEREXOF2WYvb5my7rLN4KUrNd07VaIOpi8egbNQrewVmmVbtwTPKhmg\nb/c4Z2d2luA32HA3hI7aK4vG6z07gu7Yo9tw/Y7D/Fu/EJC6rajAGZH3ExHk\nnLT6GYQV0naHFK9OunfqzntiRiiBJpupjuTBBz6h2+a86/WG+C99XhHNYU/U\nMnwJfkgv92jIb2F/ZQ+heDvKtzi4jR/9XxKOvtJavm2X0By7CYKDOPZTRBWJ\nLjUHSTsK1BJDfwi0bUPOqzrR0bfQEcNb7wil9DBQQOxz0ZIdpQMqeaMURFRt\nGf9VW2bxKmqYlHDsAFOww9ARceOuzygLnDFGZf7PDMRZ05FfJmGKZhB3ISP/\nMJftHFpYX3dBGIPPq2pEhUoUXBNFRt1UDV5ZJ7ztC3FIAM+iT4JJ+vTqwkRZ\nIIaC\r\n=Ot35\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCe5LKDmo+pC37uCXPPnCHvWkCd4JD2PWOP8PndQdis4gIgTt0roQw5F+9CTqhosz25Cs4hyOX7uVtigkE7CGZ1ZZc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.1bd7b5ab_1542075913744_0.8249040211492076"},"_hasShrinkwrap":false},"0.14.0-alpha.795d213a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.795d213a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.795d213a","dist":{"shasum":"a8df80427b45cbd6c08be20c4eeb9d953b9524bf","integrity":"sha512-AysQKI6GCJ10nLiSFz3VYWCz6D4fw/HBHGXrE9++J+BSSGMd9gDL6yc4o9Z7o8etrW0+4S0sSo5OHWCwAo32Yw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.795d213a.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6m/fCRA9TVsSAnZWagAAF1wP/0n2KI7/fzHeYxH0ciRr\nHcxbx2ZvmRvuhlrl4DN48j7Jv9jxAY8xwNF7pPASxlv2DsqPw180mfpbV2ru\naFXJ1ECuuHav8TddgCtem3o3Zg87+lqfkMU0eN6xTQH9QjuMHn4rr4AAylUj\nc7Qx9vKjHPNHV4FEyYACEqifDQmQtILf4tW9wiKbxU5M3nNzdhgAF6MI1Mn9\npA1M1MuoO3ucBT/gRq7Wf2cqGYibbDEKBwH+2l35qveYQmLTKgoHuXTvVtcw\nYumqfeKDtNacjFpX63IpDbMHVzc8f9HRbBU2Y/KflfeKZkvTW+kLG5uDgSXa\nCFWgIf6YnMeaPwONV4YedqAl4a0DKj7mJBfOiadyKI/t4MqCJ1IozzWPLOjF\n1cUehyJUmOLOvuoKRSifxCPdNBd2rBjV9mfhOGfGhXWfa5XRYXa5PmVdVi7m\n5amsjh/R2GjRKlvnkuvlH2F27kiYn5FXgFLV3qdxMJFUhiunU1Z40mWpGis4\nu3NsDzXcjDuyJqjdcxyA4E81rutgKCv+2Q/YURPkWc0Ydd/rXADSc6dVmFYd\n1E1rrhLS8c7FgThdXwLl7HEQHn4kbfAFZsN3HL/3fTKfDkbeXoeBgXHoxix5\nqXD53aduIl/TAGi2q7xoLjxJ8x/uIWY4mIWuVOPxImb7wL4uVbo7mUootzMU\nwo0k\r\n=W+Yd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDALY8zIh6ziDJ8qEy+wTevKHzJcvuov8mEztgzQzHKgIgdYU2zPc4uAvPUMTaadUm5nxuM3lvwZmSqMI0VHHVv6k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.795d213a_1542090718529_0.49021919017888194"},"_hasShrinkwrap":false},"0.14.0-alpha.efbcff97":{"name":"graphql-codegen-core","version":"0.14.0-alpha.efbcff97","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.efbcff97","dist":{"shasum":"3e02ba731f545ef9a17baa2d4ef03cff3f6eb7e0","integrity":"sha512-pR0XizvI2N09g1iQmGMrPnFMEj7KBtMYYgo+590Hd1MZwscwUyb8KTDSe0iUOXQ2tsfMyBUxThcBXA/REGpKWw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.efbcff97.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6nIQCRA9TVsSAnZWagAAmSwP/3/0xCa2R5LSPccj9TQT\nJEe+E4RKu5VkGYMl5KGMWO6BqNIWnE5S4+nM/aVi9bH1Gs9dWHWWXjZ5pRY+\nbvD41wLPJ0HBZ+UvpofM5/2unqaC+exCa3adY0qvoB8CgPWIRVAWzicPsqBm\nnTd8ZKssUc0w7PmFMGRuUFndX4+Ijz0B/38IOi6O3WD9KIEqh4VzuOKnCLVk\n43MbnYKj4cx8vbXM0/gaoZaavunYtKV2g0fSlfk5z7lzehB+jQNlX3cO453b\nQJj2iWEwGuVWXFmZsx3UQxtlN5qn2GMfj/cEKxv7OGFktxCq97pUOGEgj3hk\nbKhQeydSLjHOGlaZnSi4VIRXvmTIp4PpvFeUh/RKzNFPyNfj/yCdjVwyVFEe\nfHdLYiUvfQ8GuxZX3YbfaLu7dRe99V/DjTDA83uE98hAYiQt5uJyMOneJHQO\nksMAQKURfxaN+MdfLzUT2WpNiXOsbEMap1Ahz+sSLJlEIkgnqi31Ai6AVYsA\neH/+RF21HZ8L0AVkGBtmMjajEVufrl40vqAddUL1lNVilh0XeKrKUTW5ZOFg\nv18SRKHWhw0y/irja4nJr2XtQ8cNtgYut/rgQDeTjUMYuq84tfNcns2VmAGG\nKsgBJRrbPM07pFDY/7xZMIVjO1CEZID6evSFbnVp07q8YTgZqRD1cMPhqkmK\nDxqL\r\n=36vy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOueyWf03fhEDu4fYCemAKloErwOZDGIF98lckD/lPUwIgFlPb19b/h+VjSaXz1d7JcgGR1SPVfoAytCovUD7q1h4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.efbcff97_1542091279422_0.834560253554244"},"_hasShrinkwrap":false},"0.14.0-alpha.74ae98e6":{"name":"graphql-codegen-core","version":"0.14.0-alpha.74ae98e6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.74ae98e6","dist":{"shasum":"cc39eca8c118807f73861dfacb0919d4637c21f3","integrity":"sha512-A2q5yEmheqwU2QdA+B8ey7OBDgbBnRIhn+ZtHiroe2LTiozUBQeM9q1gKBXc8ntX8my2F154HQVsHeMICBCqpg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.74ae98e6.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6nK5CRA9TVsSAnZWagAAYsYP/R7zyDiGUXHFAQs8lfNG\nISvFY/56Dg503lbVosXx2Kqvjq0Nkaio2yqHtNmlY+DTKnY173Vx7PH/dP2+\nCyRf244sw+eSAV5UH7edPeq1o2F5kpOoLRJU2AxmdS2fqimtQje3XC1LfBe5\nn6/TocE2KGL5jxa3wJBAI4gF2JvE9C9f3kMu07RXzHbp7j8JnbYUrKtZOA2j\nmwOFtVXmyI9jLAR+44hf9OKt/mT9G4wTjr88+szkEQKpofypj8k3M75CgHxu\nGOl9leKCA6m4Kym38eoJ02EuFPb0V3fI9WemDt0+b/kwMhD3MDnF2InrgEdD\nieA5nVTFNm8kVX/p/b5VzywYELVtfeoLeyN1KU6hxhRQ1vXTqt5kGqlBSU4O\nCRloh8Sz5o/fCFLIetGTdEg998KNjBGIYheM5EF6iYZ8hTdxOL+9ltJfol9P\n440jK2uNTTw33TN4GZQooUfunyjEu0G/moWPnxWtp0i9i5tl18t3XufH/ou1\nqbrzzP02CgoW7nNKJCLwzaoOdFRROXC+h/oLbhmcA2TjBaiLi7P3dH0OPBkk\n/DsNWMXbKOxLnn/Hej8ogDbGAeNXQR6zBKLJHFVAgD2bbAtxjr/SbKL1xaWN\nwh8QWCdPan9z9+8CMWog/6CLE0zxADdMOtmOsejyTLrTNLh65bqYmEHVINu9\nCJI5\r\n=iSLt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEWGAMBJoek+YT9kNlFNNdvKQc773yf+VSmp7/cey1V4AiEA5fCBnjCfB2PJGfoM7+oEPN1CSPStGcsTyRHsibHSP8s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.74ae98e6_1542091449214_0.9804308963859967"},"_hasShrinkwrap":false},"0.14.0-alpha.57fbc491":{"name":"graphql-codegen-core","version":"0.14.0-alpha.57fbc491","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.57fbc491","dist":{"shasum":"9d269e2fb775006a41f9f7ae2d852a512f060b92","integrity":"sha512-kZusXSBXyCUbvndgy6fxyUMKncIwzsEzNXPOuXCrE4qb5ZwQlALqlVSE5Qa4dvy4/oun9SjoaBjy+5rVGzzxww==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.57fbc491.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6oJGCRA9TVsSAnZWagAAxX8P/AziqkhTE3mGmK3tLhfB\nNy4LItEIB4EKEwAfPXfewjp8Jn1tYfm9FLTow3OZjlR9xAxPjgPDisxdKixE\n0hnRMVe8E1dbnSmkcdu2XMzaxP553e7ES2bbAVp1//JoNpASrnUoYcc8V4p1\nMQ1+LTAWrptd/JjzpbC7ZswT6rNIMLaH5Vcz+gvizmkpPtdlEQHbCqBztNsr\nen3uWvTxJg3FAkaHVPkbEvz/GE/WVvusOV1vto7o5fC/6E2e9GXoX3T1N9wC\nMXLg9OcyzCqwK0A9WD1PdGdvoLmgEqYdIQ9dH6UfqdLkzLlU2ByD6/OZHX1V\nG/ReUMSLIymZB4v+70Jq2TIQsC2Y3QTyWDtrifON2w6n7KIrDuZD2RpXE64s\njik0pbDoPEvp+9jXtSiMJ7Tiy8kKNYVvK73FJ34sfLFMpfQC7vtCf3GWvn6j\n9isAsGWXVlgriE4QxMqEGJi+DqROi3RKst5phM96T/0qx9UHJP6MRtAZ7pKY\nfW8V69oHHXUTgiMvGNOAWtXMdhsjU8RY9BTt6CtKD0q3nOF7mc7S7a+6uO70\nbZXnppzW8eA1/GQphd1UUf9QsLan3mBlYQPjYIXBOvnMwh4vQf3sar4OxIwD\nhCH86qPnfDxr7sWRfvsRRqWYL/f2T8/bf0zR8XrUB3w66iyt12a+RI4hEv4T\nebzo\r\n=+dSK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwD17Y1LTHpSA7qP0Zv/PfgO8VeqhCBllsPkVa9GDOcwIgIYeYk8URrUUygRTqBDHVxctSi1nQNiE1MSpbrQHsVac="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.57fbc491_1542095429746_0.9384991807246337"},"_hasShrinkwrap":false},"0.14.0-alpha.860692ee":{"name":"graphql-codegen-core","version":"0.14.0-alpha.860692ee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.860692ee","dist":{"shasum":"bb035f87defa8fab60d25d1c669ac878dc62d5f0","integrity":"sha512-SeigyWjLlmVNRMZKhPBGe5IbF72USSlD+RnQg0E3IgOGPDqMLgJzHLkLBjZrZXtxj17ZfKueYX5p6M8NSiebeQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.860692ee.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6oO5CRA9TVsSAnZWagAAFMMP/3YgS75h3rp0oK5et8jx\n0414FaJWOStGzKZr0N5IIoh0NQYMiP2r6gclfkBitqbbm+6KPN/uttuGAZpx\nEC/hMc02GFBa/hK+xx+RvJcIJ+y19xSbFEWkHaLEHaJHRKtlTMaLBm+MK4I8\nyTDA5ABPEefoeIz5+jKdG8c6Ct6z4iyabi008+eYozubhWvF7RpxM4LTdX5l\n+QasgtujIzShc9CoDuBA2nzcu/efI0OoHb/LPS3iCBaveN3TQSwk3yetI7gf\neRoBWCCHlCFKgbMk/ZPlxVyAxqDjGB1I4iWpbjJmRcipzFPl+0vxtgdvM1YS\nZjEB/rR+NhNz2DyWkdYQJP8aS2+fcpPnvUkEf1vdHiOzxYKI2eDlJaMMGKw/\nAr0XCNSA7N5sjSoGY+F5HyxWtj/N9sh7nbQAd2Bh6wWKzNdrnSazc2wnR/Di\ny3hm12D/oeP0VAQBM8TqBj6sSTlnm+gjqWHFGygqIeFZxnpPjDeDGRJwVx+Q\nvQPQEpgO1tp0VxtsElWDRe/xkeAIgfAas2Yjzvfnm8pI5lkk2RGj5RyjcHGs\nLfQzppmxDbSOtJv4dA2+4CGlCf4Y/yCXjEsYA2xN2bEL4ousew+KBiCM5EZb\noWVIj9MYCQ2AwCvh6hdNsKZEma1Tyuu2f8hT7F8BpquL6B0ZaVTgtGfcyEIX\nMByo\r\n=HWXF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCZGhTMOzN6n+tz8GTr/sndYnxrYRjsenDmdC6zJLSNwIhALPieyMbwsPF5mO7+f5RvSHunTErtXBIkb8UfSAKu//f"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.860692ee_1542095800570_0.3192312432176041"},"_hasShrinkwrap":false},"0.14.0-alpha.d40fcf9c":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d40fcf9c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d40fcf9c","dist":{"shasum":"619bf2a65e82c787f36beef590fb572e10faf96b","integrity":"sha512-pw27QFwESbNsP404YD1c7BUgslGbcyGX8jxX8RZAn2GE/Tj7h4i4yM3IKCeIIPKYxmzcc168zdf0R9PVdgk5GA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d40fcf9c.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6pUDCRA9TVsSAnZWagAA278P/iAyiPo1D+NqLcicBj+y\nBZyAC2fJgy/T0wAzyFdNlRu+EZVQNbuoDuuyGDFgdGVP5sVTl9k9qZpK9hJa\nz9RK+0s5ZhI4cKqo2PWGDetHRSILxNsukV/E8MOdKieOchyIFAAz44/LE5Rs\nwEhfoG3IQbtVl377kryMD3T+Hh0AS3RtlcOLzVMrZtpa7WuVKXIbZbxakazR\nmNOscZ5jpJ8oQEqGGlPAp0NaKZtMZe6a/Z8dIIq4iIfygbfyzl/JX1zgjLgQ\nW665zL+tEfnfiDAkLTcatEwZ6OK1/Bdl27U+M/49AU9P70FVdw34chQpRV38\nj28HxWpe8Jb3KDn5aA2xZxwrJjyRlDrZTmygR5dGG+8ekRb7+Nsrl/X0Btlm\nDc9NbOcn4ACc7izoNEQSrXFRYRBnyL++fj6ZiU+3UUmAiQg+mOTcPXnvH1B5\ntXGEvhdKkRhmieRzwod6fLVYOdL54P/ZZX9rosrRPnr/rO5iUa45WVDLW3or\nzA9QscE5hieHecyo6fZQnm8dlxndhqwJ0zD1za46YOXt/EK8ukv++XVZ1lO0\n25wTLCCR8EbhS6owPFLYsP3uoyc80j2F8EGLReV40nzPiS9WoecehYEUG3QZ\nx2YZ17WKWYtH1DvPKeVEMvlqVOwxE4aU7p6RB02ZiuNHIM0O4NXf+rbdy0BV\nR5v/\r\n=cYQH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEK0KnjCp222xCVicBB0ugHBAUg/qKf24RW2tSDey3tyAiEArlWPPLKQ8ZsPu4BBL6t0qjtP4sWH1U4A6t5ehkfuPaM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d40fcf9c_1542100226324_0.9554084918579451"},"_hasShrinkwrap":false},"0.14.0-alpha.75a033d5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.75a033d5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.75a033d5","dist":{"shasum":"589f4237c552525614bea75f73e59022a0d8aace","integrity":"sha512-uE2GorOTpMsMbuX05Hf5ifYWmGEdqoOKxIG19e61nSo7cCv17NZarQ8nL9jIA/GJ1uDXYtOu2BF7//Au4qCcjA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.75a033d5.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6rFGCRA9TVsSAnZWagAA6bkP/A/bZdQ8t80OxIB7aol+\nvSPVeuPFggG7ZrmxnuAnSL3ftx7YUMdWSWwKkUo0a5FYpTbkLe0/QlYTTA1c\n4UuxTu2RoBj31BiL1uAZsNy7U5SqjZJZLZKoFwWQhSb2NvSTvR9yRREPXnAc\njZWjeEQhXEy0adF9kiMz+Bip0EsY2mHKYL14ZJE2T0+ubIVOfU7OJiFt5759\nmBAiEFu/oNAIp66jSKHDiFusCVBm3XzfFB434yk9TSNchd1PRFZ7BnPZ2vHS\nEirwFOgXOmG8wQcclHugtxT4eE7SdHTNnV70356JtncZnmSDaKz1w10zv31T\n4zVkFKYI9e/NV7vMWxgK1jeBwKLZ2VgrztcDdhxTGl8TQfq8K4P0YrHpkvnX\n446F0cEKlOxW6rauQxtZ+HMz+CKKoNaoPCrmvHg8vm3KN1GkcoXKlbUzgPA1\naTFwas4xo91T1Ig+v+nntByJF+Cn8bX9uLC/Vmz3FHxyqaGGbX55IT7aaLKz\nyw9q6OdGQGqkzs3RqY68d7/7+63svATUBIyMBc0OxRgDW6HT+gXsxNUP3dQ0\nI2TAyJAJVHa2CVNaSqkLhlNrhTg5XAe1RSbOnumJWnGaxjZZPbeerQQHiPWD\n1Oj1lEbWk3aBHBMZOYgNBCCVNjg+yNwbFtCDG76f5GeCDzSH7o7PrggcwRHk\nC/oi\r\n=9/tl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiCVE79kxzcjx12mpIRy3DuBkPxnZHmHceT0LujpT3SwIhAMLOY4gLlhSJbZ0/lzh1Zh1tqsLMg4DKyMkRRa4lgysd"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.75a033d5_1542107461631_0.5664509826010935"},"_hasShrinkwrap":false},"0.14.0-alpha.38e06f3a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.38e06f3a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.38e06f3a","dist":{"shasum":"c8c3ae31b9e30d23d7022609df72be1a6017199f","integrity":"sha512-gPDgPQw8GnK0zEDhTYei66O6vlX79RG+zQbtEc6GPUHr19KcbaNB+IhK/x5/DH6Y8NP2T+xUcicLBSqWUMITrA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.38e06f3a.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6rMnCRA9TVsSAnZWagAA99YP/ixEBTRNJz+Q04AOiRXH\nRow1Rc99TMaFjMP2a9vfPXi7Hld8NSihnrnoW7oEm+lOvEI6AVsIn0u7U0xy\n2RM/ZYsiPF8grC9S+cLjSni5cwDkYKWCgq7F9koDFombFuO+c3yrvhncZvJu\n0hE87qsvNaghbxpz2n7T3SjVB7ZqRxE4BUyBgiU866pX/kYWNs7NNMOGvY9l\n2rqBftxVFzGNbAFGTH7G6JPwnJeQttiKKdR1Egi3CO6XqfUCEN0oKaNveS0a\nJkmAEWStQ2KfNJehTlcGHsosOANQ3MHAbd9awLyfRLQI4BXRTRa0uchEXO2r\nGVb6K42oRQMZ8rwkKG6q9AkSVrj/7vcufATIekH958RdbsQFyp9XQSmFOFSn\nFxn14VaYmKNoybrHM1AOTfoaWUn6AwyHKy5xHlKPVL9WbfYJM/WQhj5QXVDO\nNyZtnYG6t2eC/hxgwxcU633LoeykssgVywdJyYpX0AbaT402f50al0th7ia8\n6RAsaApzc5JI5hWyOb2OEqWz9dASYV4J+7tPIX1hOwZWLghZniyguxrbxR95\n5mJcDcOjNpA11c9WZHpkWzF39UKzJ0qSjsjvgsKOsnfQtRokVCoV/UjvUAD6\nqs8hnolLFbbqR0v/a9SrOYFcBEh6YqG5edEqISxYvUDWHsDX8UIBYboyN76A\n3MEX\r\n=pWBB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDctIZ2IqltUEqgo7VsOJWJSFUB07eJC4hE3muxXryHuQIgIyKVOllHLoaYOSkPlSy6eXSLHYA6D8W0NGwvJm3tmjA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.38e06f3a_1542107942825_0.16038239960397083"},"_hasShrinkwrap":false},"0.14.0-alpha.abf2abc1":{"name":"graphql-codegen-core","version":"0.14.0-alpha.abf2abc1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.abf2abc1","dist":{"shasum":"783c4c48f186b78e222423b841cf85af52fc0401","integrity":"sha512-YJ4KoRDacvYzpsOtW0COP5JDFvCd7jFCjkj2ye9ChPUABJmhgIJpNmNR8V8XCBwQnbNVyaqevOJcfPFWtKS88Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.abf2abc1.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6rMsCRA9TVsSAnZWagAAAo8P/A3jY0UAVnlcobvUdvl7\nvBgHW2LCVg5qtClH01kEIQ2lPdrvd81U+yFAiNU4Ud2W+iFK1K06nr8S7js3\nPnDt1Dbanu0SH3kZWzBx4fAP2ySwrccXsuxicFQe0LycRF332LjRW630Rg7S\nXAunFUTEoVO2XfhipbuGA0FtpM8+eVPASViYeIe+Rf58sb6MfDUSWSleYM6R\n8z9sJC9BYG3rudv5wTqNhwLSRHQ5+r7wMN3rI04aKn0HuVMNeTSRS/XKImm8\nhXvbon3hxD4vAOofQkn3S5I8mXsvO3b7tYXb979ktZaNBsmIhx3E2gKoF+O3\n7dPzBrNw+Cf3b0Lw0Z0T2wjyCb8n1hvgCkymVwnP5sD07BjYSbqcBTBxvxZD\nNZINPUj1Okj7ZHzFi0L1DQzsqkjFcqGCxEkAnfOmexoEXSxLLcCDmIban4+F\n4Xfc+BLi05wg3mpNiNsJReBveQ0xSexVIRSlkoIHraLRs5HczdI8uyyieC4H\nGOE1hUIy0TORAYu291Vw0S45IgkBOXLf59QPT3h6aOEMsBO9EDhikllzRyVU\nkLpYgtmaPYJ9xFhrPPKedauIS8K93gF4tzI0W2lCln+8kpJ8/qurS13r5XsT\nlp77bYn+9u3coGz/zu3tVOiXaDmkj8Wqgh6gwAQ/mluwd1hj56P8vfIyJ8fM\nLf12\r\n=jIib\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBe/NUlC+eceCSYe24MhJSuLYfdOambvl1ptUHoekW8wIgayu8TZ63V1WKR6M3+379fCYu96HjvQZPhBPmQLT+ezU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.abf2abc1_1542107947619_0.6175370048070319"},"_hasShrinkwrap":false},"0.14.0-alpha.d97d93cd":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d97d93cd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d97d93cd","dist":{"shasum":"b019da00dc11c7e9fa5c4f0022a7ce9d08047fe3","integrity":"sha512-DEX0/VfUG9aysWeoTBkDvLsj3QWxtn+mYmi5ndpjouZpb698GhZHWeV2bFZdnW+S3XEl+HFF7SnkuOMGNI1ZsQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d97d93cd.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6rO6CRA9TVsSAnZWagAAyA0P/RWQIXqZuy5j+Qv9pk9l\negl2q0Yp92Z+0wvGBkyY5hlbvPJEMVtGI1KrqoExyUNj3SduZFj8PoI3QsFc\nXxMOdY8sf4Ed24RyNPNpBFbWWa99Ek5ZsmZal52F6uMZtFRQxNf6XcufwFax\noz+61t8bByroNWA5fbQv0G0B3zItQDkES6LDd63Av0hBPqZLWohYDdbGvic/\niuY9egfSKC/XXp/2wullzM4kN5Rat7YcgpYPjQJDH6rT88sR+COAbHnrJ7HS\nm514e6DK41O/olk4LNokMBQA0/2USZ73No5X7j3R6febInIk/OrDiPP2D+8Z\nWMnflEhUnYelr32gp5GdvI1rLHMZ0/TlX0NzOBl9b8DERZlaGTWexAymlXWt\n7VXCCIDnYdJ0jeMn6cdZ1kw7yuO9m/4Hds34uZt/X0EVJV6KCEp6AxwBYq4c\nhp21oKPAwgySCyIEpgSUstgtD5GmmP0gK11yprKDniGUEVp+1/dFfgoC7ggz\nzQimYJKOk/XGrkMckTcCrlj5H/tEn05+jGKR8XBrehIoSRfHEpsFONpZC2Uy\n3lH5mJR/LKCcGrYc0b5BOJlH5b54b7lRgMbtulJ8s0P+ieigkuU4/PKGSxnX\n1ynIHLRFDoQmhz1hqCb1Fu4+G39aW2MeB8vVFnQ33uo9MF3r8YfKF+rFzckf\ncefn\r\n=MVDr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6UcYRQNB1a5eU26R5rRRcEZpQ7HHy/LN6/uJN4UNPDAiBgauBwEOKIuM4ofpdBT8DTfhNYegXdnDE0pgKFhnfsug=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d97d93cd_1542108089887_0.41408146201223905"},"_hasShrinkwrap":false},"0.14.0-alpha.23913af1":{"name":"graphql-codegen-core","version":"0.14.0-alpha.23913af1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.23913af1","dist":{"shasum":"1abdb5ee18de0f8671a1655eed127af5394d44e6","integrity":"sha512-iJq1UKhOnqFKBJHndOE2wjh7opa7uNQk6ZfkMoR6KNEssE17+7nO8pD71cSl2VgZMmcFYcVclCjyO8xZsRfjXQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.23913af1.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6ua0CRA9TVsSAnZWagAA2TMP/0ODvb94+w6JL5/7+xef\nZi5zWbM2i339GVsFP3FDqCKtw9/pu0qqs4NSdfACG8VEH5O4ONmhQpWexnjd\nDZxhy2AVVTLhXahbzQ9xad+VFIcohgd4dNLVo1+jm0CqxysgFsZzimThDFdK\nLhILnP2mF9VH7jSbFern2LnN/iCkTA1r1blIwttzTBcStqZLu/1/5o3GNOrt\nSwFw9xvvLpHwJPKj7/mJ0LVX2X2OCKtbnAg3PDDYSFej9Hag/qlYlB09opSU\nI9RkxVKDgdC2C9Bq97hV7gn1FKirme1RGHOjCR3IVgvMa/BWD5mNLUsWGLjB\nuCaAIqbFREOyBtS/y1t2wMijjOtitEyQpmDKrZvIvu8MxTK04UPdR7AumbYS\naNNtSLSVoOxNaVI+582V2mLQ0mOe9Q3Ddr6NXum0osentyLw+gUiaocOFcvY\neoFkXLOtbC0+jMw9o7NHBql++d5LtpM0OnNgnVudivOSome5dxEfjDYqf1FY\npuyFFKiL5kPAgExTfxiRqBgo8pY2ea3eNr0cufKOVt+6ExVJos23Z9IRzQM2\nvWfg1RXI5GPLf8+zOVfCIIaEv9JW9TXPez4X4k0aKQKIB9+qvELX3VJrnE1a\nc4RN9EiljAoxB4UcU1OMiRZZ+B0ci2yOSdzxHcpqFZSvLOfn0o+7B157amwd\n2WuZ\r\n=ee9+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClvp5ZG+RY1gUyup/JkHPUQhLEolRnrX5sSxgeI6VIZAIgYG526HQiyvzuX8woTJ7QW8xPqw8BNxslmYigbZE/jFY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.23913af1_1542121139279_0.03533378551116462"},"_hasShrinkwrap":false},"0.14.0-alpha.992ef1c5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.992ef1c5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.992ef1c5","dist":{"shasum":"e7ebbea60cf245331366571d851083f4d8f3a63e","integrity":"sha512-+V8YS8u1pIkUXZZkU1goTwybQcm+54gKWCUaOtidfP5jkqo41KRoLRdI/LgXfnD0RZJDg2OC488jRKNWKe+64A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.992ef1c5.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6ufGCRA9TVsSAnZWagAAPqgP/ikr8DmjbTXE69Id4Ckq\ncS8bftp/noAjYD0Y/xKssOcenPPz16zrNF+M9k1aDMUT5xINkPLf7xowfSnA\ncs+riYPogpys9RYQam722mn3li+gg05BWMKqqNUFNh887CJqbLkE2LvgBWhN\np9kGA6A5Vh2sRm9xqExmHD0yFj6CQ0WXMOji/ECZiPNGhaUxQ0qyQhZHhkS0\nYNXLjtsxpVOb/PrN0/1qc12JtZi33IZuEB5R7cJCHsnNXSFyCnbk4A4GTaUp\nh87j0dildQvXzdBr0drBLCrinTaw9VzRlYpgONGs8vTSWMfyYtB4g14+y38i\n8GEHlRKcJ0BBF+e1pFR+96D3YwIXIneiXjndHa+H/K6Wc0fAxoZyI0OTGlBU\nTHCkQpGL/mzxdan3XKjTk6mDdnasu3OePPzNnaH6nj4GTl3ZgG8Xvl8rmfLy\nuxuoIuAgpawQCL+NlQ173Sk6u7wTr6tlAvAerpaUny7FZhr+xArpjPxfHBaf\n9kl3UQlvQF/haSJ4dGkmtBGLYiL6okOzMBoDEl0ghAa42Qv9fCn2rZx+vN0k\nxWK/VTCBITxTnQnxo7ImMWa+5/HeamCGcMH8bY9XTXWX04I1rxQHzQ5J6bZB\n2kyqP4FYIC0unTgUaQb3yv3E1yEO9F+RzLc6n2gBMppmmF46Z/H3y/Q3IR4X\nBupE\r\n=lJtJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGZcmbmmYoqKGj8SMFVlmGq41gpvzip9Yew7cMpQopxOAiEAvprCyqDyJkbmRGdzekhnQWhDPr51urETNaxw3NFqqJ8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.992ef1c5_1542121413927_0.20793404756355027"},"_hasShrinkwrap":false},"0.14.0-alpha.c2951130":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c2951130","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c2951130","dist":{"shasum":"6d68107314a4db5984338cb0526e7cb0f5200d93","integrity":"sha512-wuWS1YSbvV17uQ1xXxHfH13xYxXPO6DbI3mJdkPu7/pd3BslCAWayPIpWF8REr9LfZHLjiq/yglSJKla6UxGAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c2951130.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6uwBCRA9TVsSAnZWagAAH4oP/3FovD7eyS6V9DIuBa62\na/iJV5he57BtJ5LVWp0bYTaJIbPGkiAVOYYOnNBApt7soSbtpVOFzSiWAABA\nPcHdCBvleoxgGmiL32GLbUP7EN0Ogblc9e0GORde3UrtF9JTQvQEMQFLK73o\nxnNqoNwJo3se+EwHEtLhbds2utSO2v4XZdww1whjbWUq0xe8e0lS9Epst5pv\noKCL6psa6Rkmw/FtKLvxChi5PNgO7qNYLU6+n0crCZyMu5mnRAw7yYAJLLYK\n0Y5HVbqKWjhXYCNhA/6bdDCiu38Jjao/7nXSVZF6+fxdnf6pdCy1ac2qoq/4\ndXoM5/g82th4/ugNvHndVIw7XAosACpaE7wI+1+ZRLkiaFY5Mj4EFf0wfu71\nlAsRj8MbNuejARQ7xhcd4md4COCsE4mSW8eMO5jk2uwQRohEGiN1rzAh7ZIS\nKnIneFaanew+nTslcOuVmWX1a1hg8v1y6lPcdnpzetrWeG05YkEC0I4zzrNr\nQ7E4fWg3iJA4/lA7n0vxyNArlAC9iI/vsfEkV+npKMnoh5PS1wFpJBkLguT0\npTgQUuBcLeC7n0DIr39olhe8dZIlMLqVCWnEyn5RyUKfhtgbtjpzRb6EZvkj\nLeDpDCIn98Wf5g7rL9PwmSlY4BYDD6sKV9si8gxAijp/xJ+SST0FqVIxt8jN\nFBrl\r\n=zHWa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF3SYq/xb4Pt0h9htrytdEPb1nKjc0VRsASwWTxAvSXkAiEA9A33yzIh6Gu5YY0lzr1RrS/fHHq/u0cUqyBqDgwS7lA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c2951130_1542122496538_0.4177545716962685"},"_hasShrinkwrap":false},"0.14.0-alpha.1566ad27":{"name":"graphql-codegen-core","version":"0.14.0-alpha.1566ad27","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.1566ad27","dist":{"shasum":"6a040cc2d75659e3a798dc26e29eb78cf33f18e5","integrity":"sha512-JthS783p0PGodbQ8PbSbMrs2t2uBAhHGkmE1oQzaHK+2pUipv+SKtyOyCqOgALazMZvuo1F1w4GFzdg9rAPkzg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.1566ad27.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6u74CRA9TVsSAnZWagAAmhkP/2uVUw6vd2YZezGDVnmg\nr/s3r3UuAIEN15ba7ZtvdCdpsbMRl7esFTUZEMspzl4memu+gbCHCSl3x1lO\nzEsWQZwn815Uh/zjx0um0pZy8a4I0ks4JtWFdTRKpcJ7vfn1CaeDBnHIee87\nk2peLW8gLQ3v+ZC109ztuXckd8MMxix/7USVsR0jN3Ksys/AatuaQiav+Z+z\njzDPUKSDl/cOFlsktYclfVQOlb34nrjtpZG3OUc+NJd9s6uU5vJl2Pd9uhED\nnlXgoN88Qc+ct/XYUsbsbtAbSNgsFbxZd6yk0PAmHB+y8X84rsK90pWzy/Ha\nYdG7OBgCJ6RbJisSacyD4OHO6zbWxHenRTqw5HBcQomviE0oxzFVOTuP3djm\nNlFKptCaBMPzJXgg46iIaOkXT/QyEMNzR90IN8OZxqaeY4mUGKwVnUk27Vbh\nFRNUepnwfVjBVbaPsDAWGzSxtyxN+kIPTRnEbGs46U/Y1ylGX3mUzRYIu/eW\nlBaC6DZfwh6tf4ajeQyQEOuCQ5OWd/gBYHIDMnSerabzWTUd4iePEBPgmrXU\n4FBPOHKRgV4QN+W4cBaZzjpNDvTc8UN+ZnbctCcim/cdEfQMMT2jFUktE+/v\nzcRi/0WGEs7Ir79UMwXNuqx0ZScJoqfFCnP+0aAMEUyEajRTBdaK1Au5Qd7j\nPLTx\r\n=ZhMP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHzyiNkpZKpQSxF4cfzexp8DPY3OyVs4IA201fW2hGJ0CIQD+lhP4qA5+H8dtSqd3KPf2aDYloglk0ObiY8ZQeJJb0Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.1566ad27_1542123255461_0.7419797654965379"},"_hasShrinkwrap":false},"0.14.0-alpha.c8e44dd0":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c8e44dd0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c8e44dd0","dist":{"shasum":"8d99b221ee57fc67aee2ace8658d1dde7457b58d","integrity":"sha512-mT8jMKmageAIw5WbR4vvl3X865NblZCl/okRDstzymkWo1lELteMWmJxwMO8QIeMcVOV5TqL1zyaSMOASfio3A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c8e44dd0.tgz","fileCount":99,"unpackedSize":94656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6wZoCRA9TVsSAnZWagAAhxEP/RtOBUbrwx05bMewNgBk\nbah2bI3sMs9zr6irJ0+8I28BUQzv9qtn6q4v3D+lEOeeiExIhxW+Mhxrhy7V\npu1IXPBtdrh+Dp9vxcIrQb6mqZYCE9RbKwTr3PzzZXdWp+pEI8VlA78lNp1V\nBz9x3gEecqPt9oXgTRSk1vgJvnmP4HtuYQaBpZI0/X4VBV8Xlp3RcV5q2CM7\n7QvwpJX8c6gQni5NdLsZjw9FX/JW0jzko8sl2GwDK48dOIFrSnuO1xB4XPUH\nTGw0AvDGXSXKdGMTS2/Q3IDTvzv8VvSMwD9t3hOnpGK13Zgqo5Emqs+0be0F\niYlp4ddpMnx7ZDBKacwXuyJWCgDnY8rwhwbJDplWGlTl8JclbvpUO0XLdWhQ\nJzCI+nHBOAwq8LQ4JHpQrN7GEz9DpHNDfh4zlqXD28rL55QzhyrTao0PyRkh\n/JkMtwman1VI3LoC226kPW1GNd9D4lMkN4ql+4KO6WTyFBm82L84YCj1pvQJ\nM7Zv97QiXIypucLQewlLrtatowc7eFdqkjM3V9NH331PopChRvfLSZCQz+z0\nemWERnGMmwPQtAKlOErjhYxBqYluRS22gkc+MA9Git4fhTaDw5TDT6xkK94B\ng2/U4MH7MH10JhoqwrlhobNfTTqcfr+Ytz6z7wcvTlXcogA1/8VRpvgIfFRf\n8AI4\r\n=QyAY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNKbuUAACMPznDQd56fpYL0d3RVgsvNDGeZQFMFxB7bAiAhfMC8hNi08APuEHweySrLJ7XWBTXRl10J9IVccFetcQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c8e44dd0_1542129255320_0.04424565120335178"},"_hasShrinkwrap":false},"0.14.0-alpha.6a8b5cfc":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6a8b5cfc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6a8b5cfc","dist":{"shasum":"17934e85931d72213a335ba98064972507d2174e","integrity":"sha512-uliV3uti/hzXLqhpxhCy9EEisPd4bnpYw65IUdYIt6y69Xqt5nBnnkzdMe6AUefhby2GhoOD7ROb4AtPSSQ/8A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6a8b5cfc.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6yiBCRA9TVsSAnZWagAASdYP/jixolZAsF6KGq0FaghK\n3Ot28WfaGvAnqWbRhXf76fDU5hrM2JrCJOm/3OpxlSqntWGJ9P/qQbRW52su\nCt/Ro5asBXg8yBfPQBpNPBWxiDieW4EzAZPex+Hi+JKukWC5Ga7BzQHHBmW2\nndQTI8f0yMefDZUDkUrkIEwxB1yVUpXCFvpTb02UNft2p5ncFtK78Xt6tbUt\ndqVxXu5DBGLHueL+bxTB84PE6YQtzJQs9sq2rQYYfVS+W0uD8Bn5zLU5UWLz\nG7Si8sdzL1Q7j7lUxTgBUpegj4hCqbHNYqXkyQT41phAi+kwGB6e2zxJs7DO\nudi6oSmh1SwA0R62FCCOVaSfScfCoawSrIy5rbzEfIgBSTNNS979VPNpSxsi\n2w3X909FOmTIVDmXp6AOa13+/HGgioF3ejnY5NCHSbJHNnKjudsFZK1Bmg28\nH7/hEJarUC+tNVkqw4geUASmkrYCDQrL5tnfeUOnR2cp1YKCH8Qj478EkeXh\nxNJxA5sfGPrnS0yhI1cTVq0xXlp3jm992o2cL0dUx+sT5TcaLuJpdnrLICrL\ngi0ms8K/cpFty06jWjlpRGG9ccn+mvHj3d9AkD51KJxTkJTC/TdBkOEv5i+t\nq43f1c0SkfYTm3D3ebf8erVqBioO9I17TUsuP3bUGIAhXdikUCOJe1P9LmJ9\nLEGY\r\n=3mGk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJuWEuSKLIKZKa4lq05eCZluvtv40ZdwGDpTpyvrlzPQIhAI/vzudyl0nvYoLY9FdtOs9SLcxt+04wBHh7pYW+ToIx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6a8b5cfc_1542137984293_0.08419485723222708"},"_hasShrinkwrap":false},"0.14.0-alpha.a4171527":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a4171527","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a4171527","dist":{"shasum":"c53aa84f6d1c7d582578c6eca72b8f0e5ba8b209","integrity":"sha512-kds37sKW/fgc0JLkrvkbr6c8b3xKjwk3NPhtyjpqTSjRcXiBRbOPKfowPoi8y8MEcYOoGMu30sADS689sOrnRA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a4171527.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb62f6CRA9TVsSAnZWagAAZC0P/073p9LN05iRXhvO5j8T\nBj5zjk66Pl7HkSb0Mza9dJynn3lRAGcYNXT8iw/vfQ6Zbr/LKCyiLTSem4H7\nkNpwkrm9PWSIKgWGs9BlN4TLOyz7LRFlzrl8NMDz5gFZuAC2UPhmhBILr4K5\n1AopyLXvX+IDJ0+A7z/dddyF6jhjuHu6w0u/XN9lOLyrR1b3PLaQObeurAvn\n7rN4/MJpDHyV85Qau+aKlJwu1dq6r+ePhl2CdwavrpsL7xZ44xtPAali0Xbh\nYwKRN3uPp0/3RLGssOqvNLpWWbp2I88j5ZgVSbVM8q7F1Ry9nBmfv3noXW4z\n5O6lUiHnhoCA/AJOm5vumryq0UGKY/VZSfjk7y3mb4LXXNwhAlfURi7Yvcrw\nVxBuJy9eve9PEi2A2VRjPtYbdWAgXPayRO0+tfmSPYiC660DGsVyo8rfZneh\n4mFopf/yaaTS343zwTl2DcQb9Pq5ZSJT3lYnOCVYEUKNPxkctntWFQdPKQhN\ne7u0P/4m1Bm5bAgxAeFvp3+UXB7OLD+neZnQWKmrnGlM94AGm5PRGtN9Pl0m\nbU0TUvRrKxw8l+LqNcLj3KqJiY3EuFVB36Ff/2NF26nZb3xuB0syzODVNTFA\n7aJaArOEZ+iIz8M69w8SptGxUhjvTnXxkwsvSuPSKsFjyVvhajZBoKKoHHQb\nSvX+\r\n=9XdR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrR3SJfUG8+F2xI4G26xnemlo6PymE04BQiwdHjMv+4gIhAI1OzAyXv94WwKdPYJgyQGoVSJzBvKSvrNnEkwcjz0nx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a4171527_1542154233511_0.45542963692480654"},"_hasShrinkwrap":false},"0.14.0-alpha.e3d992b7":{"name":"graphql-codegen-core","version":"0.14.0-alpha.e3d992b7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.e3d992b7","dist":{"shasum":"e89d855dd009ddf38d1e90aea4857c05867681a0","integrity":"sha512-HGcuM/x+IcazXVz2LLSPJDnSHl4HMVej/pmte1ExKVGrzDv8NoDCZxm2weWg2qbtnYywksQVgr6xxPzoq7XxoQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.e3d992b7.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb68FpCRA9TVsSAnZWagAA4oAQAJAs95XkI7oVMG3oxHZw\ndp/c/LD82PfiaNvXRC/1onMQmLOHYsm1VN/9zp4IDWSVmRNqe7irAzgxtyGx\nKZXPTCZCApv341/9fNv3RKVWghOYNq+M0x2pJlsCjZC2Oa4Pv7GmKEpF8ocb\n0xa3jx1mF/IyXFK2bEFKSZe/Q1Y7MYdTvCnet05Ga+S35F96q6i6rtI82KK5\n+eX/WIB1G4H2XtOliZ5EcxhtW0Udw8SODiXFAus1IFoNSn36QVykZ6zUJRP8\n8b8T3oW1QICP9al3lp5i5pVlAYn+cJUzGsZVzPKn1IFa0ZtB/Kk4DepybNiO\no/VL1imGLIpbWM5Wy1gh4WHjPHdRXXpWGseIAl5a7SrE39TCGZMndsKPh6/0\nTglwwdrnOWKoXz1Wc69Bqatxmx978O0BlDtPT+SyAVleUSx3qc/JbBfrQ8kP\nF3/lGtJly4C+UDR7yila0z6b989WeyDHBIucV3ejcUiFllPtJvSvxGwrsHv0\naOpUH4DAqIYiIUvjNhoKkaL10i+Y0zdLB8/7hzWMukz02Xp3U+DfjXwtYBS3\nVlPRC4/NJ5DBKsalgWBcwjP7r3m+DoopY/uvAc7A3DQyADyOdeOZo6aeBXyN\nic9xPmdYocE4iI28uAjEmuz/RQMX7EgttvpZjLTCRfQIvkMBd/jBvVmUgHrS\n914W\r\n=Y/at\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbaGQ7GUme4BHCoWfYBQ7AbJgxhxXNSvwF4XYZAWFA7AiEAh+VvsOaXbgpXPSR094Mgy4MBDTbide4ZNHjy6iyfPLE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.e3d992b7_1542177128765_0.18887420456342996"},"_hasShrinkwrap":false},"0.14.0-alpha.f3fb8b6a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.f3fb8b6a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.f3fb8b6a","dist":{"shasum":"f2a4c13a80c5cd7b1f936e39e9f3650451ad4022","integrity":"sha512-OFpFODpvmm8FKgNuEdqELPZaZd62wsNCPhEp7DvoV49Lb+RFzgrrkuoHWb5YaHPUGLLsqaSYdXUMCbKu4dygjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.f3fb8b6a.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb69k9CRA9TVsSAnZWagAAzLkP/1BAM6WNLR73oz0odBAf\nOiAGt5Mi3C5Imarr7NUI7GZYza9RZtkJ+BeLjYZO/Ov0qebrtCeQ6SwJ+//c\npQC1Dn5AR9qjWnuD9P17CdGs/v8Jhvkakr49hGlTyGkI4popQyLhaeF/+NzQ\n/nNlrhPURkq6oSlREqIF6e9FwX4XknKxcNAZ5UhL/uBRsoVGMa5nkB5/51+w\nO+kpcX8aq0afbOhxtYp3Dtx02Tb3uV4koImK/V4iAdytgOIubpXNHeV9Ih8r\nel28EXfnGF4NEUU//fA27Yolb8GlJbCDbVIVUvviLf/eae9SkV8kFYZ8TgLn\niK4BEEAqfRhe3c32S4PkhGHUeg75Rr2uiRT78jhDlTArxE+do6zBK2C1yA5J\nX4PC56m/1mVFdEqZOnGVV+xPjNpxcTb1bMhV8JVS+6gXQsJtuFKpARKTxP/b\nY+77PtHQqTfwR2hYCNS6WRxLZe+7PePiqWe41sKNHOgxVUwumRdqTbCVrGH9\nPAqzucM98QMzKmQnJt7v7kbsgVppXWbGOIpNiMm0WfJC+BdhDSny6cMLTpUW\nDyctrRvEM4LwSh1nOuaWwAYq3EyctgJcEhm15BkZJrCs2cPbHoL2ScyrNXf/\n4QFuwJ7sPo/owKi7z1sJIS+LAlQnIshO7sQyOBi23VDd9zxd4F5Hzx7CHV2a\nj++o\r\n=b5fJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6ppKlSDcUHfoBYngOfd0RhFxPTGs4QNz+mA5czhPuFwIhALaA2UOgLt141kwDdX/d47FQsaDz+N3jR1pY2zOGrWYh"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.f3fb8b6a_1542183228721_0.1004407298632739"},"_hasShrinkwrap":false},"0.14.0-alpha.43914c30":{"name":"graphql-codegen-core","version":"0.14.0-alpha.43914c30","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.43914c30","dist":{"shasum":"5c3ff06b43c2f8b9632287abedd20afa4099367e","integrity":"sha512-H29rFvfpgex3+EGnNjgddiJvdXgv4AVHIVClnUcUkaKrRQdISwf9JV1Hrbs4qjUTqTjn6oIvI0PcgwEYZqNikw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.43914c30.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb69l4CRA9TVsSAnZWagAA9BEQAIS8hGkim2PIi4gdvyuB\nhG+o6uqV/OxptcC3f3Gn103FvvfrElKfEyz+V+pWVlp4jZ8XxNhvFLW3k0Zu\nKN2AOM+4jlARYKF9mx0PvvkVjpIBVETSq9DYEaCNk/TdsKxEJSlEAgcN5WkR\ni0XGjB6nNbDiIRn/fp/dtF1gCPKaM1a6rSd+x9f1x6Z8V9UhbBx2xQI6p2M1\naCrfs/1zaB66OP9SjMsmrHbhvNDJJ37HsokEujeJjzFMr7SjQ9p9HVMRvojw\noz+i4MAhCqJ9U1mRsX7WWDVEu03YueFz9yTTDkWkinxskGs94apjdQ08Eq0B\nw24PsdDlstev8MNHL3c6ztSJIpWCHJX4G5GqgmeRWYGev17179e4qfrk2Ss9\np5Q0bCpMMCkBg+soponO+dK3qRnoRgZLLUIa/F7QzYW0KA4+1qFNySJDkLV0\neP59RVw5+TwdkxcQx0aNORgRGY5DWhKR16Zmdz/mTxyEuTnaCu4TNI++J/cT\nxDdm7vaZn7LjdtL8ia90TiL8zsBIJANrY0AGPy1ogIzXjZvgtt5xQbbH5L86\nU/tHYYbkQUcvLeNk07qcG1g4ERqzRxNntDM3ZVyjpqytZgvP3oEBXq1uKx6o\ndxk1gvKZq3a9yKpDVyREIxQL4ud0ghntWe7WCotAhoQB5RbHVUVTfbvECE4i\nZ869\r\n=ML5h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4HdjTKtVIhZZMB5ZKu92zwnG9XHzubsG1nriCCaVwoQIhAI7wxIkvt9LPvE1kszBflzB/lVFOJqOyvi7QDVSizJkb"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.43914c30_1542183287916_0.9844954980490535"},"_hasShrinkwrap":false},"0.14.0-alpha.b1fed58e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b1fed58e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b1fed58e","dist":{"shasum":"dbf8f7ece8ee2d65b5cf994d5a0caf5b0da18098","integrity":"sha512-pUaiy6DKolOUTIweZTc/ujtcY1AOKKhcuPU+R6Jjuwc00HaWbjod7LijThSDNbXjg7+0S5JIDZr/HwXJRo9XHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b1fed58e.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb69maCRA9TVsSAnZWagAA8mkQAJlKJQB+JK/euth9eSJ5\n4yNaHXA3WxWG4PjoEW9CKfMWEfRMJ2vAqc4p3jRHaVKegxJ3qUEmXwTUavV+\nQ/HOOGOZbhIOc5s4P2WL1eeQ+o5rXhPdlgDl83T0ZoDNwYOIJct0ho5NRCkm\nA87JgWn7+gunw4yVYlwF4A2XvNrkNIIy4naGzTN3mFYL/zZVGlHc7VHogHP3\nWswayqIuJ1B1YwVf+i5BXjpGJNz9+trcJ9ky5tqlEOhR0WuGhvJOGtwPNKaU\nWNdC1oVln8dn2cKb2DPPXeFWZX+ze2ru/pWPEWCI1xcIHmSHfDxosDVvC0cM\nkpEOxVmRZE8sQ+NTdP9XJMk+iuTIVp/q/kmTWhBGnNffprfpEEs8DE09zpe2\nG4uCpvy58XcDuqF1Kgs/pRf7XFHq7wdxDN9KLZ2j6r+2zWgJeGGYqlxkwRLE\nT8I2q/6sqlqr4t/vyPOh3XT0WqS75i4dMBtxH2aexf8dEj6Njp970F5Kr3Wa\nuFFHuiqz7YnTf9GDJTFJfjBTqd2iBf+2VkAyKLAtmb3t/FkukW9vO2QZDM/B\nSbeqkuBSTJ1Pgb8NbdpbQb8ocNhQEaQ/rB3wKnTCkQKDB7gYRcdX9AUrql29\nTmULoK4XE2BZhWFIYNkr+RdSWYWx9Q1m1rkOFXLkxqnYHVhMi2LFZ1apiYX1\nyMkY\r\n=BkfI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0642+ZdIytLQKtd3KbOMa4ZukVfL/ejHdt3lgbTmzUwIgF6auBxpb34RQvhwfBD7PRMwJwCwws5+xZGIvZcvN+B8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b1fed58e_1542183322257_0.5238834948869415"},"_hasShrinkwrap":false},"0.14.0-alpha.0c5e69d5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0c5e69d5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0c5e69d5","dist":{"shasum":"e95d339f760e45ccb58010b236ca1a692b93505e","integrity":"sha512-pg7zg3HnHMSgwKMH4v4vVK3xDWspiOE7pEsgVHfYQQTB1ZsDROfCiuJ5XTOQ8VwAvYSXKcEOYLBuNcsZwSLcHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0c5e69d5.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb695ACRA9TVsSAnZWagAA2CMQAIbNY7vs9Z3bs826TNXG\nvgVBKBBW8+LK9NpWFPRaQZT+QJXDIPjQ3AwxEcJWFIoOohSdf6oHbmjJJbHl\nquhjoYBP/GxIkVYdxPdDTvJ3JNYfV6VE23vV5Mo0dvHEK5bgOd3c9kykr6RY\nWIo6oFPFtRRq0XhXgdzPjJft2wUX6kNjtL7bUETx4wxHCBmZJf9o76hgB71K\ndZuiWH+c5kfBGTrn2h1kNVjMkD2vxYMBl4tEs+rDpsTbagsJNnD1n7rkb2tX\npHcfdvWCazjuJptakipYBXA/lnB6jYM8TQfuHda7PcrHP3MtAoyIxA5nirUL\nFjc9Nbr8vzhpIIOnUdiiiCfzxFz/pwt9erGPdRrbxJTVt1+4IF2I/ixbnLzw\n9UX4QhqTZG53AsmckbgXyQ7FPXNepuaJSDmuWHmxtuavP6ozYEzIh8qHLk7s\nIN6iR/edEITvHHEb3s+ZMQAC3WnWNgWSIyKM4ETVhdiaDV5Eg0qiu91CCYYj\nHs/2uGPWMyiPGXNsSsUiCQA+f8IbUPmYXKouXXqfgx+tkU/aFkwE4s8X8fWL\nwWJpQZMUSwR92lvoDSflCrnmHMg1zKJXNPfz50Um0aJd9C0BzswBP8f/SmcQ\nmBxHxISHwetDxbmrgdkX3v0X+QCXVMF5TPgX4sngq6h4K5Pml1F5Wau5KnJE\nKS6p\r\n=ISih\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjFLj2WwybW8URyODEnk8JVwbCqKBYded3iSzaVblDcwIhAKwLyzjc8mb0y3HSq0QB/aoS0kBY9CWb5RFaPEVZE9Fd"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0c5e69d5_1542184511178_0.8056876282261964"},"_hasShrinkwrap":false},"0.14.0-alpha.f8a39b17":{"name":"graphql-codegen-core","version":"0.14.0-alpha.f8a39b17","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.f8a39b17","dist":{"shasum":"45c881ec84c948a3d3c06f45f88a05ac97b27db2","integrity":"sha512-U26Yb0icB7F4HxtzeZ2L5NwGEGfiZxNuD6sKj8ROqlTIX8SMT0WbdZkUI/Te0blkLxNRxkxmSodmJeiK0B+aOQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.f8a39b17.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6+lCCRA9TVsSAnZWagAAkG0P/j5zynmnvAJeGNKs2oaD\ns8vV94UC0nh5m/dtYbFAObxSfoTO5DsqJkqQIWUT+t/0WREqC90WsHWTEJD0\niZUowkIU1fKydp5TiENA+dNKGBdMcZzq7JV1zlL1sAl1iTMm1IskHKvVpkYe\nh796P2/4xcBtLjNJmpQ2gSiS0EExD4Zrtacgx/v75Htdaam6I//YNjq/Ik2T\ny7jmLSnxZ9YodNmGomTs5YFOVDDeCbzWf8cpuuTzXhCPIgl7h1qERlzC+1R1\n0C2gzXC31ewSiKJMfh1xgbKZx0lLeWolN2cuNK5jqhdZHDuLGN7JABfFuYiz\nAxqoDiqpOdTWa+RUU3y62ioEGRcD5Gb9v9WhNeb9Gx7aPztluICXzCXC2pW9\n4XB3MXtNfCmPA470Vy0STERaE0h20OMBNP77TCxuTWFmgUf4PcjedLY8lySW\n6F+Rr8cHXAatJxB7A8g4met8U0WAXcFAuAoX0ZIHphhLesu1EZ4PAZIMnKgB\nX244hO0w7aCQTjBqwLIbtzo3+knBFPG7dYMWRZTbueaFSwCVtQTsI+BzjrmV\nCB/bH0J86dDRoUEhClqc+qcsS5Q7zWjZt94M08fvzpO3AzsZNdL8hH1jw+KP\nwK/MVEK8wqPcTWc7WpTz4o0DFSKrq6zTSgwZsh/jzFQfFCPXrPpe9YQjsUoQ\nZI/I\r\n=uyBh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDTwTOA6dDKtCI2IaolEJedPkrVjOKI2KdB7bevfjn7zAiEAkFKTqqrB5MVRun91Gi2m6WvUtC4P5qsCRqtbryqSTFo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.f8a39b17_1542187329710_0.0977906020061774"},"_hasShrinkwrap":false},"0.14.0-alpha.4d9ab511":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4d9ab511","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4d9ab511","dist":{"shasum":"2e31bb5b0f1e031a4502658ea559a04e13df9aaa","integrity":"sha512-pqvN9tTASZJrhkdIaxb8c8jVTxavbwf9etyeISp6ieZc9PT85xR6EY+UDB7WyBzA0HnGlYKQwueMIKB3RnjxkQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4d9ab511.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6+sXCRA9TVsSAnZWagAAGAMP/jx945y54QVuViMVXZYx\nBwb3bv1Jym8StKEhX0ccsBiW4aiUr1a0OBQQ8MvIBkJghCyT/cG81aS3RARc\noCHTe0Nbb2i50yOhOLuGh0V4HPM5uhTsnFCq8Okg3ZBXbCAHjlOKrlgFr7t2\nyFi1he4Ckh62Ng3Mej87XPYfG3HRr6ti8Ye1Vir10/YZIXSkBcCX79rpVRTj\n0/NJnZlK9pVXVxS9HjCjSPidBJO8fGX5/ovpsl4ON3btxrjsGPyv+B/0KKRo\n6zwzMx7FbC7AuBvRgbJbUsmuu4KUCwgFbu5c5vwfbfRisYIKVLkR9gq519ue\nOHi2U/ED3IZjJAU3zeguFl+5nr/9g4BB65b45sOc629wnuL/ZvPzg46hX+fe\nGGSat7qEjhsLuhPcRyDZgbjAHxnh1FGHFaq7lXCjsEHeAHst8YhHatFVkGN1\nerCrBwGBdkh70P43A5PWwMd8NuKMixgC+V+v6w2mhd+xQPSgW3nPFJ2oKLw8\nJa/uIoOEQu42JvHcjuwbRBZ7X3XGGUrPWJgW0G3WMV+YRHBOHpZ10VDIR51I\nTXVqOXxUxhIIp84AGGe8aWM8ahuvGmrV4j+OWgOd7pLkE2qk6fCHI8VOont6\n5Lxc9Tu0NwA3EzVTpRfP0JDtGA88nvlVqK4158NqvbPYrPL2Tmr99MJj6l3x\npD50\r\n=2jFO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOnKNrhmN/wyBiz/+Uqw2Tj7t1PIwBMkUeIERY6JQB3QIgJKFSUHZ+Bzqp9jBtvF93+ntEIxQj9/o/ACcEvbEJbb0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4d9ab511_1542187799061_0.47346783438244544"},"_hasShrinkwrap":false},"0.14.0-alpha.245e1729":{"name":"graphql-codegen-core","version":"0.14.0-alpha.245e1729","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.245e1729","dist":{"shasum":"1a510e6a99e1e7eee2cd54664c6383861c692d15","integrity":"sha512-vj+hXYxrkcmYTO3giDc4G0K9tvP2SBQtPYdWvaEU0GnluILgpR8+Sl/NopNI9/xFCNhs+4M7JV3E/f3AY2seZg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.245e1729.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6+wUCRA9TVsSAnZWagAAohMP/jAJQFFQR4At/t6/YYq3\nIogSBlnMjwUtx22q/pkyQ0w2txRLu/MzQtQo58N5MKovunNHEvTfpf5h7LGE\nRDLyPWlV6uR9APA/O+EI1cczFLeckv5N/I/4XDhfkOIqSGcvR148x9o/SMh+\nQZrvnYx+uf+FBgiT2l4CV2MxOrYEG8R87jNwaYY1t7nozxcG2zzaemy43MMp\nRv0P+vmKZTGNIrbml9UWIJ5JSkDROxY5vDCTIWvD7K2IzGHblKxBoImYYelc\nD4BQoIyjXXw6mJrEhr9z72+4UpyYTEeJsPxYTm3SY+GktsTRHjdtOHI6jlup\nzZzhkGeC2tlxULBs7tM4fgiIAhuDK+fTpTahUWh3XhYe13j82zKpyFOkEoFL\nNMpudHasgChlU6Zswty6MbD6R/Y/q580qTs8WGEZwlGDS0ty5JnUpaYs7Z42\n9lISCi6l1NNZhT7wlWYGkGPpTALdXphVkArVeluumNgq3Qppc06aogW10X3D\nQmJjHNJeo2jPtrUcAbVf0j0pIsyb0Teq99B6T0VEGZRPJvBdSe/BLR6xjPKb\nwBHnScc9KxxwmcaP14p+Kk5h5D81wL7dyjCq2fQjrTOWe8P4dDweJGKPxmcE\nJIWI4XbnWgYz/278ZZU2I7VX/dJ/Dp3YjcEvl+QnLBnraifLcm0wzyyflMGa\nBsYC\r\n=JxAs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCg6S73nQoVf+OGeg026jLPmIryRY7DTZA3Ep4B/2RvegIgZ0SxUvGEqjdBVW/1kCQciZEXhrhC2FIzfj1wMShRdBI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.245e1729_1542188052029_0.655293905273729"},"_hasShrinkwrap":false},"0.14.0-alpha.cb4cd223":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cb4cd223","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cb4cd223","dist":{"shasum":"ed551699bd9b8f13ba2cc0129d752c70918cc4c9","integrity":"sha512-uq49fbMxRhIRkfQY7hpfsXjBTv/yE9Cpyq+S/Yo3aNkXsMyMrryo8bQLCGqLU5MvOkZX7EJThIIZq4HS8rKiNQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cb4cd223.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6/FsCRA9TVsSAnZWagAAKDEP/2qSQu9BMsiwR9mibhd6\nuGn87yTPAlVq+g8tJUc/ukK3Nd/8VMMKPLynIjdFfrlUOJMi46MTHi5DtUbN\nt/lTpKEwCSc2F13v0OUX03FXBp05B/EpdONl/L2TipEfdR9A2JZc9KjblJVZ\nqsHiieg/R6Xi+EUZnf2lSFlwj/W03GYexjCYP1kbfWqEnjlIzpZTC9xrfHlQ\n81T6Jx/lCja5Y9rp3RLIV7TC3wJ20mtgf85aEp1MgnDLsYjphP2Qz6dxnNU7\noRFp/tbI1jcIaYs4Isad9W3uzcI9ghl+DdFhFhoH0CmmGJIH7qhE/VeE5nSA\nKwhTn77KGco4/dysi/NGWRX6CE6smb2MDg9lHNgt5pNTziWi+LHc2pkPzpFm\nwb5O+eitUSn4FBBmEnekM4qkwKHXVlghwRiPeWNGA/SslIfExwT5TtikcNkU\nb1/BYFjYraXnE8thZ9ZzU+t8ZQCYoWkZQRq2K9l6f0lhcWHsE7t4H9Vyx106\nBPoMpOgnmZsJqMTWC2r0de4j9OsJ+IeHOxfESG1trDE3lo/LsYh7QFlKNyDP\nPfibxaG21pJq3EtARs6AtqgRQdtjOxZwkuzty7nMbbZY5wgsBWzECLPALpl5\n9sDxgchrkO05Es7euXqvyF8zIa5E11/xS5j0f06guUQrbiyEf2Yw3vENzUuK\n09yM\r\n=xG4j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC+iOSBW4Qz0FcEQvkHryPpYYJRAZfVf5uHOx9ZzBBDhAiEAt4jnNcga5fYS6mzqdSkENJplaGnfwRGcVUPSqGlozoU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cb4cd223_1542189420023_0.6687785492173433"},"_hasShrinkwrap":false},"0.14.0-alpha.2ceb8e08":{"name":"graphql-codegen-core","version":"0.14.0-alpha.2ceb8e08","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.2ceb8e08","dist":{"shasum":"b5610f8662fb0ec4c49ae9f03bad35a810b5c670","integrity":"sha512-zgAl/tZVrsUS8eZBi1uab19T45Enctno+NIB9mwyRCfamxplarTcB7qX1dbRGotURiNUSuJLWSxmWsslDbb1qg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.2ceb8e08.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6/G+CRA9TVsSAnZWagAA0VQP/AyHGotm7353pg0SM8cA\nOtDcfDZog60nDc1iXTA4Tjk1LLLjtyhCXBrggXQP/yb/4b8cf0Okrog78eIv\nI44o2m1Jp82T26mogf09jyvkDMVOVpvPYHS661J8H/fAWYkkAq1yRi1nGBrV\nhP5guzdGRQAJq0W725s60nr9LAw5fS8/2hlwp51UaUlgdtaFAb/L6/1X+i5u\nsd4PUmfx2NP4hi7TvsuJFenBBemaZAQ0Eu9RuSt+2fWoSaHaDZcM4L/011qQ\n1WU7SNCXCqZboOdwMERN2H36a7DnnNT6e5LsOMUcXMO74PMSkU0xd6vce0yI\ny3/W6rtLdg1RJ6TWrxn0xT8cQDBpPe1+0Xg+TzbZS9vC+jCMNc0wu49xwrcA\nQrcO+m81CKaTh/ixtecgUDXg6TZ/dSnP2RTV2iNhq3APkBQXI8gEb0g7VMua\nsJ3PcJ/Q/eDUKNHuf/VIqeGku3IeAYZkRUBLVTzNJvmDLHNWUDEK0p5JwcW4\nXMSzVgSUvXHzcKL03a4FvT186fzBbcSR+1i9mBe55eQ5QqgJi7kjqBjE4OMe\n43DC+xf9ciSh9ki/JlCwnPvHhgT26S2rArKxbCCqRsnmYBCn3G1dkXQYhWnL\nkZFpWp+NkjbjUIRngDWCQjS6U5PBvKa2H8QK1CiSTyI5y1bksCvfOAaUF5Bd\n1NAN\r\n=xi/H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDpZaBFHkiOgW2J592jKLsOWCazgPDs9DLW9aYrUF3d5AiBj3AP4JeWDVX+5aTHNcGKMygyucV/uLFOy0zaifwTX/A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.2ceb8e08_1542189502016_0.4263458039856265"},"_hasShrinkwrap":false},"0.14.0-alpha.624d9dc0":{"name":"graphql-codegen-core","version":"0.14.0-alpha.624d9dc0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.624d9dc0","dist":{"shasum":"881fd9cb469d1fb4b50e8b6d9d28676edd41bac6","integrity":"sha512-7VRmt0GLnmdhIEzgiu9iZwK8fGOx9Dl9EfvaislGMy52HzAVxa7xSOsf0pg+4OjfCXSSBv22oKrZNetW2Y9izQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.624d9dc0.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6/L6CRA9TVsSAnZWagAAH90P/1sjx66WGOSd/JSt0K1k\n1gpZXkRhHuItVJN8/1QpMNS1CawukYPwLyz4o9vnkI7dgBvMsT2WZmQuocNF\nPIbe3X3ZSn1zAoXOcl/BrB5F6YBNxCzu2VIvdW06ReuubQ8cBuRHL+alUxUv\nE6vaW05fkQHqzXlCb/scHEWpUCNEsYLcgMF/sC6QdoJ+eaqZ9BG5nFR6tsDP\nDpViVS5gK8k+XvAWsZqd4kv6Q2twmmBQ1g5jXvEZ91tJVztOukSa+PYellRU\ndbtu9euGlHyoZ9c2JlPrazN/O8wihMQu3bO6b69vTQQMyMIgOoyeAmU4LQNb\nyqkPOC/4QPh/5UZbC/s9UxJija2epkngzVjwQcf4mov05FgHREaf15atTJ4D\n2XWnxTa/eZyt7ShX3qDn1/tb2gBIGzKw7k8sMXCD4/rp10obFaS9ndYNB39v\nW00ebLgc2ox2J5b8kRwsrYxisfNy109I5Ozge6EzFs5D0sd07HoibOaPnL0o\n/NOtZ7E5s6J00SnvoW5UFKBli9FXx7Tws6MXT5c1O7MDUEOdzmkuoyxbG0WV\nNpLV6JHTTn5vfJQDjKGQl5S1AGxZmiB5pmVIPYJZWXA3hk2e3HgioxtieX9C\nUQLklLcPwTVpQZC1SFV6Qq7lj1M7TZLFRycfHz0nHJpqlNgj8h05QvzNLIbR\nMqXD\r\n=itN5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5v1Gk7sSmnyohtWI2Ca8/L576lGgUk+FxrDYMlbRj7wIhAIl318CapFy63pwYbt+x8EMrSBOZVmmibyhngldixR5M"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.624d9dc0_1542189817236_0.6422059138375937"},"_hasShrinkwrap":false},"0.14.0-alpha.318c81c1":{"name":"graphql-codegen-core","version":"0.14.0-alpha.318c81c1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.318c81c1","dist":{"shasum":"09cd8c54b7b1623945872ead372f0c5c7e1e526d","integrity":"sha512-DF6qGkDtWPuxjxSTfSnaJDOo6p0dwmel0YvTxV3zYYqS24KCdZtSkzPDgTUKm6Of88LX/1iWCOYvjkPKxSUfdg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.318c81c1.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6/MUCRA9TVsSAnZWagAARgUP/0l5wzcua5pxlQJs4ThQ\nNyiCYN3tiPBGEE2MhUo+Ml/wCP3j7owVJj64frrlpoCY1/9gsGgMkR5Z6/np\nfaaKxo0Xr92E1556yXZL5BsdSWZpNSVF5+RFGb3N4Oa4CUmrYdEORS4Sg7AH\nVaqnCb2JcBp0ddbmwdHqpSm2FsoSg5ZQRp8r3XxzZcQQ+1Kn9oLRRyT7S0KY\nhQG6Oive/u2lCHT6nZAW4ChfQ9k0nFcRZh+oTafiJjnL/AiLQSuyk8WmsYUe\nOxpbe2HLAWAjflxWCKYDaWT0HvgvYc6ujbe/U0uXNm9/A2X4CJAE9A1qAkwa\nrQQ0/ydG7toS3u7lEUxHXM3boW7cxIUwjoGSC3JKYl7YclNZ1mIBYe7EXQ6e\nB6yUdT5d4mcfRnrgN+qSJTvRunEFoJmULvHsrMbNgvm0xu7LTpLBpwJf69vQ\ny1ctBals4v6b9c0gFuSWvDhaTIcstUFbyZNKI4s+9XiGhVteKyXsvEBRqQkn\ncX4P40veyjTA4LTt41JR4yVcdE0FJEtNT56f4cZ7Mxmbtz8N325nrnMSkua3\nA1hCTW6NjtSx+ms6Bg2d6hJsepm5QgAn3wMG3tFHGLTFpNrgHmzYEJQ4nIH5\nvNVACKi5Cb6tbWUZowDylL7FqlfRazFwyqqrVAqmqZqpIniojluf8q6G+dXR\nrCwu\r\n=ZU19\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFKz+UI/eB74oWoh4uUv3E6kMR0Py+KAnmYdOldTFTv8AiAiXWjWEjvjuYCfh8MbnXyoWnILmgjMNL1Ok99oyth65g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.318c81c1_1542189843597_0.6475550718006664"},"_hasShrinkwrap":false},"0.14.0-alpha.c7471403":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c7471403","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c7471403","dist":{"shasum":"94d399c023950387d3f78b1a4d428bd5775ec8aa","integrity":"sha512-MRsexucHz3CfwW5FTY+5qV3MD0JS/enOOV4eIYNHHh2guB5hgQ+i0Zr2+VI4THVxqFh77oe441MOfvDB8jVSQg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c7471403.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7CI0CRA9TVsSAnZWagAAWFUP/0MZpOK5ZQGy5sw83hAj\nS3pw86NB0MotS8bcrVfb77dB8yha0H7oMY77mK45rhhdX5QU8On1q86CfHCX\nrzJ6hxnTZMtb8LmFxCMq9y76sOsxAKvwhkl65b1EWSfxtYDpM98KIn2G+h6k\nfwurqfyPFxso5nNejzyyvnCk8ZOyFUiVbvPrqqFO06UWc1MoHJL/EoIw7eFc\nnin+DVjHOqK6nXDmyNb/fbKsfT+Mk79uMlaF/xT3h9+K3xBFPuXnRtUVC2uq\nF/IyDjGeCuyV5zBjBNxMSjYR9cM82cvt8td5gBSCE36Mo430/yYJiuw+Qy6p\nfKWSO1AYc1HJJuYpd3JfuFkH85JikoTWhiGSzQeuCktk6TeaEubkPBEjXgGw\nUHdhhEOgpZvDgE/hZ6cAVzqah+iCESlvibDJ3OVyaa5BhqNZRm8vR1E0/PlS\nF+wVi20PcOgPzPFHSwen948aRDN8RWQ7AWVnrUwvHzv42N1Z+hlQAia0fZVf\nV65ddy+mY5mtyjgtrq14liFu/vtMZV5lphSmJQcuomMtcdYWc7al3vGN2Q2Z\nQSz4eGqhtBm9luwp9ZGmEeE9DMGZAQ6KokzXOCxb/TlQZOA6Fd/kMDbjQnve\n91s0ztjV76TVUxbRQXgopZd+QEfz9n+wW+muEYCy9MD2mtIg5eEvEo7ZCJ+y\n6myc\r\n=4LxS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICB4lxNZhlcV0t4QUC+tXutOxBhvBw3lGh/u62+rvDbqAiA6kXqgqGIV/Bd8gzeQlq2BmDjqZ18wlBOd+3gwY0+SvQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c7471403_1542201907415_0.7709096713614365"},"_hasShrinkwrap":false},"0.14.0-alpha.e0b68192":{"name":"graphql-codegen-core","version":"0.14.0-alpha.e0b68192","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.e0b68192","dist":{"shasum":"dd608b16ac9796ab6eb118e48ca348e4b6b1a457","integrity":"sha512-0Wz9gSjAaOk1ufmGmJw08Kk4kg7oB5GZKo3mPP9TAr9wWO0LxXMukUL7wQIgFiQz7+w2jyFSePc35ahA5k/crw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.e0b68192.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7NmMCRA9TVsSAnZWagAAw5AP/iWkde1/AUzU4tezznhM\nPMVN6cRhOWrS9cc8f4lLxdix1o3iToDdTqNU/QWUtcVPWIAKks/UCB3NpC4i\noQvM/J3/ZfHTFMzLdTi2a7AD4zh/4CIdQeYDBKc3MnwxOEpNjG1PHcg7nm1R\nM6lk+fySrTuxn+xI/X+If/fr85cskltgjDj87uhsx0hQHEX+Aqi9o/GLhnFx\nxc2cMHflZN+rFjkNKQDmbhEM15otLQ+tVBLj4J0s0biL/ipcuVUFmQvx13N3\njvKR8Zc6g9Q5db9a78nN38ovSHrAL52TPAvOwfuA7RFQOAihBz/j2ZU0XO3j\n8l2q6d0jDDftJGkJ6atthDaOtG/zc9Lo6P8e92p/2nm3g+DfQ2NGvAtWSGqi\nzKoYiHq3dGF29j+8UfDTAVvtUUoEnkotvnhWlY00BwMyTK7F5F+4P9xmfKih\n6qf8WBPB6Y9lQAF57iXYoqNPj/da2wJ+QrYN92KUt+v3OfXeaXO/9xNNjovX\n4rxBLMHcImNGhxWgb6rD8SRNu4oizSDmat1qvVZ+ye9dw4R61ddbaicn0mJ0\n1whAT3AFI3e+nyP78kf3onvf09qWleW6vuSSh696MwHziESdOH2JtsEde9kV\nQJLGfDe4MW5pB3rXe+ZigyAH3KZsSfUqzJGhm6v4ThzxSY0SQKly/yRr00ju\ng0Pe\r\n=vdfG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5LtmrXW2KiVfTJhxl4fMRNmCykf2djv3k9ZA3ey8XCgIgSeeaeM+ZxE0DXUIwHSqMRQNkfbCzmkZr3jOxoO0g6vc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.e0b68192_1542248843644_0.752743997103275"},"_hasShrinkwrap":false},"0.14.0-alpha.6918c68f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6918c68f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6918c68f","dist":{"shasum":"c062978036d43a2e5f9ad0a0700e55a62e2fa243","integrity":"sha512-qc4USqH8m24Yz4i300wHa5t7ZIB4j7zkwnkVw6CcIdLKgjHpti+xO38WOdf1/vlhq4nlIfZYQunT8Gabz7Iq4A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6918c68f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7OCFCRA9TVsSAnZWagAAvuwQAI2P/fQDWBPDV4VVpLo7\nwMRFOT+Dkdd699jE7d2EMyKHv0yCbK74PqTPeDxLGz7d5fXlL09l9NX2f4bj\nKeDmryRm+2JkKIHMTOg6b+mvENqDUaxoWuSBTfRv5kGDtQ6pCch2FVnYitKr\nFsCYH8x8uIOuMrxZ8TvfWMXgLvFat4NKt0+YGv9zRnidrd4bDIKnEavkmrCh\nJ292OJlXthTyuI/7KfhH3aWNne78hYUrbiYzWIu4zRmCMAFPCUW/ipyxHTOg\nuzrdY3PCQN+3l9f0vx3BSZN0mun5YBfslygT9rRa0bq03YkOIAusI2kz2nZ1\n1V/eV1V8SHqaCuSFAZtItPzALDw2LqsYevhy8PCzLz6KIJjXZml5aAsELeDo\nOk53ib/8UqEN0xU4yZo2pnAWDgWCjfdFvrxHFQOvSh/cvTRjH9RnhBnA64QY\nDual7uH2wzueY8lCbLp8IUFV4mdtgV02Sgh9zUwKBAaIWDFu7M11uPduQGyL\nbG1M/6i/XcknbeZ8Wtp8KUL8Yi4Ulkd8E/wjUnaTYRo7vko4roDviaPXONq0\nxfvBYj3W/ZD7GTFILXlW5oe7LLxKPBEVxYwj9BFUdsn9so6m0gCWvO6YSwWm\nTxKnfg7rXUhoKdeY1mKaSkjIff86wldq2Ln0gjrCbfMNmn73Lvy2bvh4660R\nzqbQ\r\n=uKQt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDU2uG7C571jTiQP1bozWwqcrC8z524vY9tbA0ct9mwkQIgPfX1Z1W2PX68ExJSf/9VGLM1GwU2/TFc5ZTT2d74/W4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6918c68f_1542250628735_0.4096389748369669"},"_hasShrinkwrap":false},"0.14.0-alpha.ef29b5a2":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ef29b5a2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ef29b5a2","dist":{"shasum":"61c9eed56b871dcee57588d340c8e8fae0e85a06","integrity":"sha512-mLcgkJjmdy+y247yOy+1dUdYg1mxc55xkgw3Abl6kYrfBzLjX45pSMiF8qyuZDExzBYjIdWdJUQ8Ha/4tMCHlw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ef29b5a2.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7TaVCRA9TVsSAnZWagAAykYQAI3tM7gcvf/Gs4YwIfv9\nby40S4pWF1X6vx37bKzDn46DyLZ2RIpBilGczDsXvDcqT1Z7AYa+lyfPzPne\nBP5KSma4Iap7tH/2D5hEPDSX6YHeCf/3FctjztAlNx2udmO5mo0FSW+P8MGT\nduhu5AeTO/Tje6eaPcJTy32RGxMdADGwCeNOwSLYJasmhggDdkzj+oHIMNoN\nYdUdl1rdqtpiMji+KxgkTrynqImiM8mYNtpn7wq2UfHXHMTCnjYWn8+zfhtw\nc0+NnI+0/W6zLFVqxeXBu2/lRDb/hFGKVCsJ9Uanfcp1UBXs2S5v6/hrV0eE\nfz+4jt37YPnKzJaGtnLzqK4ZLnLHDjDgES18Ls8Pcvj5o63Z89JYku8Gykkr\nQkWjO92S9RrtEaqXLYHgrggMTiRohjDvedbWZ1XNURaOvHnMTLvEv3WL0uth\nE/4gEL39WIxPX6fMmtjXxTCWMgBNnX4cdG01HCRMNA7ywPSOyhgMrxdrbS7m\nn8pLPpAJZUSZ0dpIAndbRUFljlvTf6BTvCIfRN0CQ/okdQg25isoxojP6Fc1\nnXPKsR7Ltn7iqQrNxa2qjN6yGaVe09yfdXwEXJhNl8QlHE/fVPcQ3dgi1BnQ\ne0OPGpjFVn72DzbGEXQ2dlYVeA8zKxOY82otoebb3/8XqEUsA7kLGb+M83u/\nWBlX\r\n=pHrH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBx/cAf+xTIseldvAQjF8m30kA/Ycp4SySKW7eGbarBgIhANmqKesZ8UPEPcGGfqaxs3pfe6QWVXGEo2MGyFo2qFIX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ef29b5a2_1542272660998_0.0995907505186695"},"_hasShrinkwrap":false},"0.14.0-alpha.ad8b70b5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ad8b70b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ad8b70b5","dist":{"shasum":"4475e3dc24b5dc12fd337af351cc9bff4e005211","integrity":"sha512-HQwKVERx+inw0EN7GsLbIntBHt1ERnDoOfjwiXj0KHsBdJsqlYVv0sRblOxDnokT7w2oKU5MlA8UTVfEEoR+VQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ad8b70b5.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7T0HCRA9TVsSAnZWagAA+ZcP/RqZpPyGujZpoOpklo8s\nrfwEWM2+8ueJU1t/3Y/KnZlAnZlXjlbj+LUhwLvpZo6iXFQZHKNi2W69vPJL\n1quAd9Js2ZDAzlgm2Fpyyi5R/HyYaXzUq0YXOcnu5y8V2nt5f5T62deOKyAq\nZfZfX0EnHKwZsbpLhO7snEM3tz4Os4EW1TPdjarpyG7Go8ZxMTdnkJ4DZ5Hc\n1tP9Ub/1PiTxwTV81Vj0kAYgcz/50sniGRQ/m8dCuT0LogEL9tF4RB/iuHsj\n+dsryl2RmQU/gqaxPl9c2qS8z0amqxVx9tdh1lq2DhgyyRHruZqHY0+e8NY7\n1IN+6XevQTtDV9yjru9/kQ3BShpmRX5O5x/THEDE0yUV0iITBpY0OvepS8kk\ne2WJmiBD4WGjYSPKu44ArHjJg58VJkm6z0QnvzGDk3Plm8NTo3pzmK2PF0zv\nv6iHxigi7IFF3nYJ9Np+gxI6cp5elbpw8KH5eKyMcc23M8ugvMLAHeeNFMB6\nhGhn21y/xpACLlBZSVwulAx1gbusLzgTEyH7NMraedxyBXw4KfRHnwY6wcFn\nWEIKfPbql/7SoXKQj9YkxGYjMJPho/5iXjONPISwk78CrD/A5OBjEy5pVXPL\noeaOPJOsXtTiTmM4B61lkhI7ShEwJ28yH2gVYC4BUmCKbbo+Pf1E1tps9mNp\nT03T\r\n=URBm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3/M/M/yJlZ7HCZc5zsJvgBkwmOJHgnGsljaZVw5wIuQIgTnmxRJkLIUZuQZlN+0zM5WDUVsyokgxkBMyFqQDp2I8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ad8b70b5_1542274311184_0.9345117486938923"},"_hasShrinkwrap":false},"0.14.0-alpha.79712f95":{"name":"graphql-codegen-core","version":"0.14.0-alpha.79712f95","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.79712f95","dist":{"shasum":"4a240b629a64ee868efb40e491bf97dbd5b6c969","integrity":"sha512-r4bP6fCAdRXNKwWpCMjHwaLR5zIefs9IAqMJ0ZdFGutVsiI1t4ogQdT35MF9w2l3Ij49dUkzm7lz9eyf4P5thw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.79712f95.tgz","fileCount":96,"unpackedSize":92522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7T4yCRA9TVsSAnZWagAABKkP/jBRnLjyscx4ruI44R0v\n8XhZI6RFz2eTwby8NTaGtAwcAhcvvRHHzXcWw1Eg59YratUNbdra0QyWJluN\ntRuwhcO5sEsMXXo5BIn45utkNhk0YHGw6vgvizx/uSLuHDz0DanvAiffg/tX\nuEN8pkfhf9DcpGNslh7XOX/TW4luo8fOk+yCSzXrdwZc9IgKv8HWXIdKybRg\nWbB8jmOdRgOCYYTh5uHzSUW8PO3Aj3ybDM222NLwp7+Stg7kvod2b5r11TAe\nhSBVr9bowUECCzvxbuTRwnEml/+Yusl1F1Nkd8c0GHzKbhKjKurAaOoHhTfS\nlIJ14vU4kVrDmxEGCxcjKvDCKd/Ed014AE0I2SYhbdftJ6LFlcRgpDojOA6n\n6C136qd1ieQH+GNygtRMLNtZfhj6Pgp1eFzY9KWZ3Ba5x+QvtbKeE2LbM6Wv\nvuORJ3Yu2vrX7sIcrKtPhzfTYWnS5wCEPtGu6DWOLOnIQDX0Bpfe1dvtJC0R\nWR0O+mESln2qt5eEoJtyGZHEyP9VMcQ9BuUvCnoKqh1CY/AeZus983XPuh5z\nDr0Veyrb2PABtrUzVhaXgsjPwiovXKgkmhtf4U+6ZtpwLlEwLSlEVdlgmxfz\nRFH4JsFGLPy/qPv8jNi4BN4FFdr+M5dkxipzvWyU8412NxTQ2Iy2VH58k5gD\nbf1y\r\n=tX4G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBRVd8U8n/FfssWJzSp39XD09Bt7RPjPIBTQuk3auuwaAiEAjGz86t6/7W6dHCtAb2zbFOMD7zyaIHhZwTr8xL1llHU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.79712f95_1542274609314_0.44860899445436275"},"_hasShrinkwrap":false},"0.14.0-alpha.7868be68":{"name":"graphql-codegen-core","version":"0.14.0-alpha.7868be68","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.7868be68","dist":{"shasum":"2a40e70e07984dbab7cdb6424d9c194f983e54f9","integrity":"sha512-AqYYueOF49zAwB96toJR5fBdtKfQusdnYMvEMhpmBSXxLIT7YPzHh6Zo9OhsOCJ4dL5l9p1VQZpj/91DRF45qg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.7868be68.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7T42CRA9TVsSAnZWagAAXwwP/1pfT+d98KkY1M5C+/XS\nhmwm9aAgUCVORg7dILLPKmKsOTvlEcErEI8CwtkxIjHWdiqQ+dR+Eo1Ph7ea\nfxPw4cFmnCB7I4gOH/ZKxcdj97hB3TBR/DJLvjB4x4iYcLpJUWqnKIiXBqzY\neQ8P5HD20Bx5aY6VDiar10kdYtjpcyvVyWqukRrSSpME2+uU1+dW2UjD/rpb\nbvgOjMYX8+yYdswSNxSMaiULwpK7ta5U/Lpo2+zC9/LqLLY3GNFM7StVah0n\nNe0qxJ4GCzXPlH6q7VRsvtgnlCkDOC0otXyryujdEbvRRF35von2yY0j+lK8\nzc1bCJMfLtIcESQTxA4NNCyV7CO8C841t7O8g7C7LWmkYzx+7wbpSBZFNUsT\nYx0io5XIQf+DZMIx89kcxC9FhKGV0CZ2jbJrl/aJin2/2gettGhcUOLscgLO\nPVPcMaLInY5WK0ku1ySZKEiPmf20gr9wPC3JM1qrgQ/xp7KqFtizeU6K/o0d\nHK6UOMKiFz5L5suUC2VqvBgpmSGLZSoqf1pIjogoDGA7lpRwQkT/m+GzmYpD\nfmJM2Pww9IFxaCCEwyZjuEBfZRlUNgMuviIHIGNHPeTJvrL4MHyAelUs404A\nuctcTiQCf9zekKYrMrn8D2GjkjWbOXsWB1bOhajyccRQ4cMjOAWX2Eb9czaW\n1NDp\r\n=oHb3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjMFvo2ul3dipeJlvKk4ImVEIql9BVEF/1j4o1gFaJLgIhALMYOL4Qe5eKbpUF0mVn2ROY8gje+dq4lpXEvvMNp5fo"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.7868be68_1542274614146_0.07694979203606378"},"_hasShrinkwrap":false},"0.14.0-alpha.dbdb6a68":{"name":"graphql-codegen-core","version":"0.14.0-alpha.dbdb6a68","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.dbdb6a68","dist":{"shasum":"c927816aff401410af8db687ac544c41d145fcf3","integrity":"sha512-Zg/Gpw4HZfEmd3i8G8vc1EwC9HoQsB1hdt6snmbU1tSHjw6cUayZZ9DZY4CMvc6McCmiTmBGstV6X6wgioh8jw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.dbdb6a68.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7T5HCRA9TVsSAnZWagAAgt0QAIvHh/EWcTyDUkp0QXW/\neTwgcJ5ftU9wEXARvPUo/CPEY2r7/AwH6VJGlyoSeWsTKmZHfk/1NIYPW2RB\n14Fzl1HKFgYoBmpUUgzfjBq52zM9x/5Ck/NsMTsbz7kTNfrGXGrwdnCrRch8\nlrXX+FBvLJgsdj6F0Odj+5y89ezpqboJiasCvOBq2GUKSur8APNgAIJARXrT\nEl3PkpUNdAt6OLSItxegYXfJ+RGofnMxK6aiGLBwPovM5cpzmkZvY7M8eBWc\ndz5LYg/My+oqFetcXptlfO89BMQTTihTZ7wY8Z9apJpucO5u74WfUcVGt8en\n/QAqkFjK2SFq5wqt3eSRgVXFOTqBZWBs5sPTjlQ4zHt4UH0Od6JZELT80YRN\nugayZD0rlr8VnFcba5/2Rwb0+j3/BwfQQUUSQyCb98tJ/cTHcgxSj/6YTpZG\nCefjGzncGVCP1kkAsQN4unajzeKnFxdJMF05kGn+cX2fQRvseTeocAb4Bxj8\nNoroLefu2t911ldg4gi5nzkGO8oDZEDDujbMZnxFt0V9NzX2aVrQNHR+Qtn9\nuPgUWNnqziY7SpJRppLCiBISVK7bbd+pXdIRjc4lFPow8oA969prhVSNX7FZ\nUno+RRqdz6/H/11X5OWKe7rgNsqdQLfwtRdPJmE3BNStrrZI2ziuxySmefz9\nEQEE\r\n=32yK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICw+JJR8OrTs0IrfdpWYe/LETJkf5kG1n3OMBQP99et2AiEAg8I3BX3dm+LtwshUgiTW775wRowsIkAsweM6ZRFfrBg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.dbdb6a68_1542274630492_0.5739294628495062"},"_hasShrinkwrap":false},"0.14.0-alpha.9430727a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.9430727a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.9430727a","dist":{"shasum":"f4b8b97bb4606cf2aac1fa4ee75ddf625c006eb2","integrity":"sha512-VjQQw3dmRkMDubBiODtfc5PdVWsEG7BlrxTeFITeKIVrBozatKS8RGVIVn9r6OGE+nqE7o0Fdac//A2uPjezpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.9430727a.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7T8GCRA9TVsSAnZWagAATF4QAJiL1q91IxauI3ETU7RQ\n0cS0IFogvVA9646qXq+Ew+q83ZSfil0D5KHzQY1n04lNZTHlnzHmUZRbQl2Z\n7omb3TzTeLtCgU7Ar6AdsX8iA2ITVI6heRAfOrBc6dKwhnxrR5tINMEGZYri\npmem3g6mp5QyKXOj52SkvRsEsvaieXxugiZawoNUI7SlsVXkOmcX+7p+fIpO\nvLeOXUmbMMDyvThc+YH/VXO+O9Em4qOICzCBkFwY5oJlyzctocT5/9CGzgoT\nIsSWkcO/2zo9cvAeKVeESrVPGwKSG1zD7UBUWLFvhVzViuUQnixehAibTiRk\nWiTsHTgkJdrFNEspxy3s/yuUruDYLMS0gqPpsS7VclROZKTtHFgqic/D6X5/\nbHKSYNUGOSm0aB+3VBTpNJXVXDHuWGPtcYHpBB0glTPNxxNYtIuJqgXDKgKa\nlIiZi/0kLRZlKsyVjAmkjJhIw1D9IWzn7xSsIJv1Vk3TZmkMdWu8jDlGs+Th\n8om2Jae3Om/3dJZMrxNM1gotNGpoFoWWpoOu3+PHyvs5WTCLIajxoR1is6D9\niWk9yo4Pd0Y6oEMmGJUniKhocUXzs3wrvi9FuCmSN5lqfT5fSkshABu8H3i2\nBhWn9buMM3+sd5HjgKc9r6jRIym+DgYLP+/t5C+KJl+KHt0rCk/Nv/tD3KOI\noJ9K\r\n=uAQ4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBxLgotmOeDkDH2PVwkTkONVmE2X516kfi76IZVYJa4cAiEA2JJnu50kiwEaua+4CNVH+fsuJ1jTC7xTUASNv3EKTho="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.9430727a_1542274821804_0.9469841563390533"},"_hasShrinkwrap":false},"0.14.0-alpha.a81f478a":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a81f478a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a81f478a","dist":{"shasum":"1d484ea6853b406e3101de49bfd97ce78cd7bff0","integrity":"sha512-2p1jRuB9WIof+7fD37aZPPIbA9bztdhpGZf/n82EMkhQRPf9ExENZh/h7z8NSD255q+csUXm+DDCgvUBkES3KA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a81f478a.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7T8mCRA9TVsSAnZWagAAMqUQAKOo6kxl2pBkllVpgmSJ\nfPztCDBjsbvNV7gVyd9N9FKEwVeWD3puW6PgKGIxPptf2/f/IrpQ2KA247gK\n6al1zpGDhuyFNaZ75Spxb29x+nk5L5Eo7TkzmixEsEfgx5LYt0lgwrQrCKiY\nD3ax6YxSXFLJf/vPL9eQc65Aa2mrCIBIt2IOoa8cizFhRIbF8f989s7ZTXc8\nHyJWSLgyQ+OAcVll8b4/hOl7bgqpSEmNRoN3xdrOuZXsVhQ050OSBUKHwhj4\nxvADFP4jEF8Jmetc69sI3wkwveuSo6b1cCK7JPMO/1WW76UYff1AzIhVQ37X\nFWW36b3pXz7T2AS6jezIYmB24z0FmV5EI9FUxjjpfFYcvUTOVQ9FMUtOMob2\nrtUgmjI+0JOeeM64fU9of0bHRVqRJ4YjafHo7ChACMg683vKFIOrTdf+0rb9\nIkg/XYEd8XJ9h247MxNAmGkiX4Jy5EbhKM28v4rlpRyl9I9kgSf9Rx9jp+w9\nhiW3Juq/7xeWpewnYL/J83jl3OQg3Zkw9ZHVbGVWR24l7Ab3UcM1Et+4WT3o\n/7ppo8bWE+dij3Xt2zZ9q6R16EbqEguJWuFreG4dfh8we1SwW61hk6lMX02s\nxFTQqOQwvgsP/Eeoe5mAMgtXRpDX2PPNexVXMB3+mfD98XBM241vlipPPGGT\n+D2o\r\n=JYZz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICX4hwxs55ia/BlRv3oIfuS8H2wi2S34iEb74z0XaZHPAiEAuhn2ajmZPj1WwrtcIXIz7AcycvrdqDPeXb/K9CvKuDQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a81f478a_1542274854091_0.7504326404579378"},"_hasShrinkwrap":false},"0.14.0-alpha.a3ad4912":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a3ad4912","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a3ad4912","dist":{"shasum":"83eddd6def26d347d1c9895550a377711a58dce4","integrity":"sha512-WnqrpKrc8hP9F6oEbrlQ3sDeQJqo7zFp3dkvFlc9PnyB1hbR0Kerk4YKeFkDXHp4W3J1YSRMAdPFQo/UHABldg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a3ad4912.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7UpdCRA9TVsSAnZWagAAEO4QAIH4Ag79CjGsKJ+fKhoZ\nvrs0595/GaPoA23Arjm8dT1BdOakoFpvK25gW5kA/Ka9FbxwKRAmrsi91Je8\nSexGHLa4cmNrr7BT6W9B6x3H0xT4JrDOCzl+pJSwuWMgkkr+tazM7uOGDrAk\nVa2eYJi54zGXHv/5L8AKOizf37Z0yTCJijG1rEFFosKKXIpXAUmn46BF/6tM\n8ZYAkzh7fS+Qqe9hrmHP9q/ak5qQTmGHhRS38ZeB19J8GWIar1NgRcmNxIT0\nljItOvzLaVwoBG96MGigJwsRbzUIPbZvs0YCdmJkBOzl7phOI/KGjrnlFsQd\n3Cy+Ei0/CcFGCql9B99drqsKOmeKi6lsOFi8BG5TZDKsjroTX1HBkbnlxzHe\nO95vRTl0vyKZeTRm1eFgYdXe2apidUMcJTBA9d4OIlYvXoodUz//8b7Xuw/T\nkWJTif+fZnekfpAgFzfoom9yEt5LSXXqYw8hNyDrGtQOrur+LhDNBUB9U4vi\n5alsvLzNZvtUFAi6d3FGkj7kan4WGmmmbP+ajy1JkrLCS6nLpxBFmsWNl+Ch\nbgNOKaicFvACVCdIZ4Kg4B+Ytao/QPDRXSaPg20uG/w88euZufVGzOtmO3jg\nT6DCWUke7Oa73uzKjuWndzyWWmcIOP966RAcxJl3JVHlAHnRWloYeXZFj4Dy\nBJEc\r\n=6exo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgtG6mR7lX+ypU5kSBgSyHbFo9CcWkFXPm6J4+zWPgIQIhAPBO+wI7xBBoXBANEiuDV2z7UKMKb3EEHSkolYP4HK73"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a3ad4912_1542277724911_0.012734922630507572"},"_hasShrinkwrap":false},"0.14.0-alpha.ff6f91a9":{"name":"graphql-codegen-core","version":"0.14.0-alpha.ff6f91a9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.ff6f91a9","dist":{"shasum":"35545ed95f6d6e115a0a19d2e0626106ba0ee8b9","integrity":"sha512-O9P7xOL1DjHrfreL2fw5BIh668++QIxIZfRugANoSEQyjKSolBDNfaZpffmgBQWJ+GUq8sv/hfyQ7v4/td1yfg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.ff6f91a9.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7UtOCRA9TVsSAnZWagAAbpwP/2wHBt0I3JfVCBw+Y8Yo\nDZkSwBdyeQUpMzYQl+kt9N/d/WJq6Rqel1R6nXKZYGaY232DGOLg2RNSJjHp\nbJb/QCEqFuPkwTdSfR7asARnC88OY7dWPOS5epHHHAFOxeJ8g67ujfXKbLG8\nAD6dBkzpslnPjbNUz8O0xuBUi/4Y0HZw1nLnxAU1Vy4rhWBhH3lWVyIHx/jY\nW/paMPTWMRtuy4YpCgcN17kAdVD3SYYaN3roXCJGZGDzGKjHUpWA5a6HlfNb\nxue/zxhtlNloa0urVr7dbDcwJxCm9XVffmQuo4gN50WPD93VBhHUMUHZTW9x\ngaW11rr1D2ViysGDYKUE/kTG6E1mKowE9B2wPqg4QrT3fCgQsvuRDiHtu1T2\nvjDVz7VxKe88eZuAKSyHNpov6qzKMjtxhJ6yGAvf89dqyiQvMaeVrbp4/kLZ\nmPYlwcZvi95KLmm9nRVDKtDTxgb2XjS+dyKKojjV9hDTlziynTuJaCyvO4n1\n+f5gdsL+VlTd/tLiXo0ZjXzDWyV3VaPvEATlkcFQjIdPCieMv+XnAb5qiV7C\nOj35Xm4AibIeBHqmaCEux2yUdMzPjRO1mjMviOh0vuuHvQMWUrwuBbxHHPA7\n1RPCsggoi3YdiHuhxywvmwhJueYdotrmLlMilZp5df70T6zAylKIwLiKSzFW\n/mRt\r\n=9igR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCd+xRPnhTDRaN5q02nq6U2NNhhT5fMXQp3FXZIt118jgIgA7lYTMkBPmDZLZBA/BhE1LR/3McXODyb+7ylPPy0z2E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.ff6f91a9_1542277966106_0.025574702838646157"},"_hasShrinkwrap":false},"0.14.0-alpha.6c22f8ca":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6c22f8ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6c22f8ca","dist":{"shasum":"0a123a00360735842bb48d321b8e62c157bdc1d5","integrity":"sha512-eu/E7lprcuDog0Etk7C0Dv05xt1GWgfnncdI4wpJnNmvFk/Xlf4fAJ4ijaKMuFmu5fpIusqAcNpfXyg2667yfg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6c22f8ca.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7UueCRA9TVsSAnZWagAAJVgP/AwSmHqSFmMhlOcWLshL\nuP4l7Q3o8WNmoP3SF+tgf+9jWDWlNycgf1gkx3ynroVoy9d2dvlVSUHku3Ao\nC/cDb25F8lXeuwTgX4lN83UtZhqfy8u2GhyJisdpnUeQCtqpfRKkqAYTrZkJ\nRoOIeaz8kfoTANp3XrDzMWIu6TToT6b8OdTc6QR8KfTZrL4nPofLFDgIVWqZ\nD8uqLBcHJqaNLG41uo30dXkuAEVveSvrRKoGn0wCVcWgeYPpx3BKAab/aSmV\niFzTkbY9RLLRjrAD6AUs5IGLS1wT0DjtoS5JKcGrY7dGAiruvxpkY/waRD59\n1JvPdrwCWVvrgfXxEEH2EpYkjmws61fKV7zLFwQsJxuik5zZgZlBudH2G+n+\nUUP6x409dVzc6SNKVIr4vNQnw9sgy6eQuwPgth3fXiB9a+yx4+w2I/XWzBTS\nZG0R79CHzAm4H48TGFfFWy3b43RX5ouuKO67zaP2FKm8Bn3B0SV0Rsw8zMUe\njPidRHgK7bUKOv6LIyf6WREju7Yipq3zShpmqpWPnrc/KIsmWdJ86V35rr6U\nyMiGOvuyreecCBvrz1h5YDckM/QX0F/h/bNPjv9N2NLkfCpVeWF/zbJShVZN\ndnFyxUoLwPJSd9RjFGAB2nbbK5d2TtHHHIe0XeLHRsJ2gHYLMyXqLruVkou7\nq+U+\r\n=D2WW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaY81wvRV9pQKN0OcWwOCw1ToXnJTZ62S+FDDRZF8kmAiBOTtC2kDhQO7/GGzdPze2jHkwQqVZHwJ+XT3PJDxfBUw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6c22f8ca_1542278045882_0.994578860307308"},"_hasShrinkwrap":false},"0.14.0-alpha.1a6b1b1f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.1a6b1b1f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.1a6b1b1f","dist":{"shasum":"93cb94390d4e8eef77d75cb3aff738f77b6552c8","integrity":"sha512-9KKSYF6R7dBnTXLDDSCYoij7AN0Q7mjTvmSygwSnKKDRYMAED+Qm1a+3WexAfh+sRrfYWaOEdj5IJ57Ax2cEsA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.1a6b1b1f.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7UwPCRA9TVsSAnZWagAAwTsP/jxFa2+3g/bXXkwxhEaO\nPyoEjMEADmuV/g4gCF9qnryRd143APAoV7qnFJW8L+9Km0y4F7mRcX25LCYT\nki+opJKFsu4iZNcbCw7jiC+2RiKjtwaEf3oonLhPHHAx7Z5nq/TQH4F0WnEt\ncZX9b0uC2bevtmt0wz+RAHuiabbrGpUPsIu9Qei4okwlnp+qDyc7IMiC2h9h\nrw4uoVBSthbMBe8TjNWccmmfp2jZsqw6Ptuv6ohU6eemYTjrznr0sxPiKatX\nCcXo07tZz0G78yvdFxPdIHwcqhlgf1nrZgoZV7pzErQA0HcRlBki09PH9DOI\nsDbvksD/CluJulkI++Sq6WB5rpeHHi+TaPDQeXsxz5iV49k9VxKrQUgkGPlC\n+41k58HUJ517NNvC9l4jMJgAijEdom6bhSIGYTxLMWfwRmQoUV9wOlIHvj0y\n/95a0siz6KrXt70zfBNGxKPItq0UdBl4r/K5dSeYy6WgAcJgocBb+9o8ZTEl\nRYh92H7YC5/ooLioi0N+VYC3QqfoWxvmT1es/ADW14GiqEMghMwE2UHs+eJG\nputzx6FwzJw/d5c9VGShFMouizEG64S1y9Nuvkohwl16VxUvHRgRWGIY1/Aq\nmdbftwb0d0YjbNoS5bUlqhDZ2TuixIhvEZGCCtuJYkRhuoLWTRYqJ2ybJXfo\niIMJ\r\n=OgNq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDL/RzMS3Wy/36z3vKmyqhYtsR474E6ChJIt4GMnS0H3AIhAIsCHZ8wNGd86UrEyAOW3krGLWfdqO6V7wLyqif+P2yT"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.1a6b1b1f_1542278159004_0.5793086508418914"},"_hasShrinkwrap":false},"0.14.0-alpha.b16a622c":{"name":"graphql-codegen-core","version":"0.14.0-alpha.b16a622c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.b16a622c","dist":{"shasum":"921055edd3abc1d5720b18f8931de23cef52c512","integrity":"sha512-TfPEn918FK3WbeMPS6RVUubMNa2iEiEhiqtj2g8ONb0OOY/V1WAVNMVAHWe3sW+rCGxrmg88KcMOquGqIkajUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.b16a622c.tgz","fileCount":99,"unpackedSize":94914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7U8CCRA9TVsSAnZWagAA0WUQAINtH3JC1zG3WuzKa9KI\naW+W8AReS5KzGV+dP75NuEaIkORUrLBXV0ajf0gQ1tzAxPSmnUjWQfAozjew\nG04gQcLmIaZdWjPwYCS+Z2au4PGmQhDUX0azNUWE7Dbw1QX7ZUc2sd5Ol8Fw\nbtj8TsQs9tlNPuNBVFHoEmPwLJWiAT4sNeNHuFatzz2cJgcaaNK+862GAUZe\nPrmxkIIovJ9n9o34q1KwRjmA0ajVPRDrmTCpdZiwrbS0Tp+jDzbfBFY16oms\nxjh20ti8t2mxqUhSEq47k9jkrjPFT8TEe8OhG2OWwbErQ/Hdk2J9R3O+o/vy\nh1cLpoma5szNI2zYFudstOq/yQY5y+JBQoZNvedtS5v9PFkdxvnBPCXPqWWA\naIOFO8LrsK8yP3+xqFHqNmEoO5x1eJBevOvOIZdMSYeuxvOx4QQ5bXlkjD9T\nZgxW1JQpKeaIx7optO9NCOSCzyCzmMbIPmJTrDiTQQYpprWFrHRyn4HgZTc6\ndRqKJPkGk9OImavRShoU94saNPMh426SNzPc9FPa503+3sq5gS1rtLvSUEtp\n+nQfAaLhAHDy/WxO7g4pY4w/uBa3HU42U9tDMLwcReU3g/1645rT/Q8RyQbo\nlcogTRh1FqI1hQY4Yrv3DwDxzh4/GvJYvAQbATBKJWiWjnlZYP+COHVvamjm\nutYi\r\n=B60g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfX+2elfnRVtl2vKbZ8Uz/+X5l3eHGhwtAEXnYqztfLAIhAIgeeGSLEr8yTc/rJpJWngoVgIEsAWQGj7VmfTX9+Axs"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.b16a622c_1542278913619_0.5280817473929382"},"_hasShrinkwrap":false},"0.14.0-alpha.69da2212":{"name":"graphql-codegen-core","version":"0.14.0-alpha.69da2212","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.69da2212","dist":{"shasum":"a0b9bd4b0d698b93cba79e41df997b49da0059a3","integrity":"sha512-gZMzB4tWfayu3R3YepR/Q5WxL34PaRWmDB7b27HyIsV1FHSfOXBBD+YqLCjiGuDlJQlkoN9yiXi2hVjxC+uX7A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.69da2212.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7ZGfCRA9TVsSAnZWagAAkj8P/3/djkkW2R8rzZXYLhKm\n/V7V/S3axKX6u5f7lcwsE2if3MfctZyvvO7StW3DohI9EFsMAPrGOcvV2huz\nDaHYOg1RfmqEONScvB/qgCAKTJearIN0aqznfxr3U+Sb6oC/6E84C0CYFgG2\n3wtZ2B0gWQVoNRE/YeJ9Ri+Aipl/kWZeJAXogPgXCr+BdckbqXA+0QbD9DG+\n768KJMcz6p1nneiI6Ke6VSOntNGb2JnIPxwuk1ryTZEIIlVXSELUA6fukMOM\nkxYhL6e+znvopLam71Q11ruALraOgo5Rfm3M/f87feej1ZPRRvbaaTnng9Zr\n3NvklaSld0nCeXR31tzhJcNqgTLAKUV2s9Iz+xJ6T9YGGO5hnnzCKSRlscYO\nXEpJ8USSRaSPPjgGywLYsNvDhAjAF2bM39Z4TA9dfpX0AFigR1y4R+WHslNP\nf4Hh0R0VzChXPjiisOrVdLmw4yK6sig8Qhhslrx0C15tZMh53eWxZSEhfL7t\nGb9TCffGkctZ/IzstlXZHq2URhDeEOqRZlXflwONA4ygE7qzyvvcDKJnS5Zh\n0ZTgaMgbCmVjh2kKjjds6KLCgAicMRAQHsIVaA2O/SZiIIOd38qJ7aQzhUMS\nrHgqoETAfeSyRH0RnkXD8ShYWoGQqMdfC2LuGOlC36jv5ETU0QbQEptUfy+Z\n851V\r\n=WwdA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe1g+TZI6NtNBlkDmmjYMl0gYsa8izLJVjlKlFjz3SegIhAMcdzIY9KhhxqJfhHqCO8ma3nQCjr++eE5KiB8fblfS1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.69da2212_1542295966480_0.22732733381807946"},"_hasShrinkwrap":false},"0.14.0-alpha.84da663e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.84da663e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.84da663e","dist":{"shasum":"a9d01a2247f91ec7a964e214b8edcd5add8455af","integrity":"sha512-lDrTthQDwcaOrrmwURKpNLrUO3R8kUpJ8D5sf0AuYjx6Vye5AriGev1yvzBtonF4KuF2iWAnZQXhlIntwmLPTg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.84da663e.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7ZIkCRA9TVsSAnZWagAAlpQP/RYFFBPu89/Hw9X4ONpa\n5KMGxei9cnf4C/3XE5J0F7pdQc8/h7tb5swpD8arIZMXUqTUHjDNVUJyh/1B\nHLcn2WQVdZPpAbOWFczUp0aHtKmVSucbPc8g+gQaCh+VMvfYcutTc4oFMBx7\nZbyrU44mAgSvOPX8YmJ0dcrxSzYq5gU2p6Ya4/ha1FtOjdsAR7PNCcCZPati\nzNQM+ojSbHD2ofoyZT9aKkNt3GFuebjLCPoqXxquO3xtEckxbAmO43uNn+9L\n6PyC4D9nxt+Wd6na5Kw0I4uu5eqkngvd2bkVgAZFcjCCvWr85XsgQfE1mpDN\nXTCD/PDwFcJuUjQMvtZ4wq1nVjdP2iJrtOlcUyl7MNQUgiS7q5ArM+E521Ha\nukyzmouyYgzuVyXvoeMM0UhmWJRlwUw4o0PYExHU3WttROJ2+Xf7gEObTpdp\naxgtC/aCqkp0xPpfAlOEQsoa921VaEuZ2W1wH7vDJILylL1wcUfYJo1KmJot\nNSmokAKsWJiVOsGpJpHi3n8NN+javiFsW7CU81F+kwYwRzVmrvv/0FyQG3ey\nfs/h51tlCP/iEk9eHEbW4tiBqNc1EmvFdbSdVtMALN/zeCR7vdN5ButOzxKp\nD+/YIFYocdz/CTDoQmRRCF+E9we9UGGxy/719WMtjj1MHn5QxMYIpwU2di76\nNkiJ\r\n=FZQ1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBBzIUdMd7Y7xMHCdnAIegkTD5ogOFPwhFowmtDHhkc3AiAjbYRT6tWg+F/zmkTzGsid7xUlZsFVhnX4CuHGw98CBQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.84da663e_1542296099405_0.5688972858133752"},"_hasShrinkwrap":false},"0.14.0-alpha.989ec240":{"name":"graphql-codegen-core","version":"0.14.0-alpha.989ec240","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.989ec240","dist":{"shasum":"e9157369c0c622f1af64aca21ee58fe22d8f2eef","integrity":"sha512-652UMUzEFVZMgvPwUtsqbDNQi0qpkXoAICkdGSTozQa/v0mVavNkXrnuP8Bi7bh/JZQw2K/bUnJiYFdzzbV38Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.989ec240.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7d9pCRA9TVsSAnZWagAA8SUP/As/kWdo9OiXtFddy8kt\nlkACjn7VrOUEeqA/dguLG65mf6FpnFN+wPZz3eZ1HZ2CNK6gDsUUQGtRCugc\n/XzNd6VzX2oooOyl0NGYUH4juQxpfjyftVC+SWNem5ZMtqe8+UO8wUceO0+x\nOzjeDPwtMHTzY1j5d1cg0o5WBrntWzutG8uuaIoaDKceSpGzwWjBKS1GKguZ\n4/BeJdbnvqSRT1T5lwlYoeSNrIDXZFned42a5S0NxLOK6/16rgB4n+hW2DL6\nomNkXfl68xdJ7Q18d9cPAzPU/TmVRrz0kHshgQ6jWXNou5GfQjDJeO0DMJAM\nGV2e0cVTIfCwEAXW/HxugqRt8SivwsjnwVAJP53LbP28Dzr8fYPagOtbyH/F\nKRP4D9rG69nmBoqPQZHwpD7EEdpj4sjovNZmWKVQRYfsFhAElo0BGiuQqvek\nQc8z6XJ96PDBOE2CvNW+RRjb3UH1RlRf1RytrqydsjpJ8AFu6/qfc192fW/B\n+C05W5SFkRWYs/0hvgu10bUlhgWdM2rtC2w5efPiV06ftpABLAyei2C0jA42\nPjIaWJkXQOOv2ZHdm4MuVPeEuYIAVSk6Azw7h7Gjr5I/Weq8nB3Bvp1zMAAu\nMTIrDQiBy0w5SobWV6cukE/jHRdm/XlZrozY5lys/Scb6xjMfdSq+8UTo6AC\nsrB4\r\n=G1NR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVLnLK1POLbnVvAedLPbLcStXeA6SSFQcKdN5f8rffdQIhAMcQig0mbhF8a6UJgqcbYA/vz8E7/W4f2xhmY2ai+Ejq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.989ec240_1542315880086_0.8036346915744512"},"_hasShrinkwrap":false},"0.14.0-alpha.4c8fc26b":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4c8fc26b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4c8fc26b","dist":{"shasum":"b5370f04501fe15ea030b9123955f610ae1184de","integrity":"sha512-LrydPQYNRrb5OjBLiW3fQQVxyZ5vUn+VodtJkQxQ4XiMXm4WG3bStwT4+i3z6qk2YzIVOMyWh52jxHgSJEooeQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4c8fc26b.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7hSYCRA9TVsSAnZWagAAW5sP/379HR4/KFT65iTRlnSv\nZi7bJULRHBlLEWvmBefk1bWMYeqaSUogbvbwwNF4A2aD8ItBO0quRD+6jMw2\nuUy+6nUvWZc4DeZRpFNTcaKKfPidwhRONfkAVdOr0fRhybtwAztrHgWucswz\n/V99U7feer+5P0LE/wjd0Zn6cjdxrVCFCQnf2cyUVYDBNLYt627lCSbm9DJY\nsWVXHtWYi3ocwVwAK9oKfhT3/gA9Fuk5R5AMS1z1TyZDRIXjRyxbXKrTYJtK\niQaSrVbLg+qnbUniaQUF7ictY7oVsawHj1IgR5zHdHQ//cz+t13WPdyl0cMN\n8fykyn0jJB+5zC5rOuluI2xmRX8fti+zWYb+dy2cy25Jx1ssv9S4FtJfM2CE\nCHvplrN18uJRu8i793/JgLzUpg5yv7In06Y2GIBi2rU5ycsnKXcfW9gpmPzu\nzahoOcPj5IWpCw3Hwrr4pXyxSrMsmDJsUgVZLsuSV6NOxZ0IhZ15FZFhIQgI\nVeCdC5lUYUkOyFBoH47S6FeoCy7r/99rEvAM8/qpyiQPtbzBlkeFKKMvK8lZ\nLDijDW5zbZtF/RJciaIgc4FV79dmq6DzqvREXAlVUy/vKjd9dfLz8TH6KlcD\nFrG0Mdt5lEgPJUW448MQvtD/qUONOLSX+v71L6h8WqqFs5ak15QhyxsVkWpU\nr2u1\r\n=cK6d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDes9tWzhxXctv9jNHqroQcpP0zalM6EqMfDawlIQ3GjAIgC33zylLoLz2I+3rFnvIU+pV/AVvX+gugyvgySCvwgyw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4c8fc26b_1542329495523_0.2810809203446416"},"_hasShrinkwrap":false},"0.14.0-alpha.0e923410":{"name":"graphql-codegen-core","version":"0.14.0-alpha.0e923410","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.0e923410","dist":{"shasum":"a1a819ab4dbc406d44475427d12bc3aca0587fad","integrity":"sha512-1EA9Kx+eQoEdpWyCWCtnEjOZ3+62OBBv1PtyU+xAxmQKFTi5h/f2elKiNeK+RnEfQXTJlOtj8i6onUL3wzekqA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.0e923410.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7hSwCRA9TVsSAnZWagAAsPAP/1GaFhQ9t7vpk+TMRJAJ\n+8lPfgb4BFMivt6Gu0jNCPdjAO4AU31UnB0hHAiEkloU6Fvff/9gPi0Oj+kT\nrNGsayKZZSb87Db7bIdnB+QitbyWefkWoZUYVmrbZOP0pmToNQBpyL7YgitC\ntK8ILtBYhxpqfsYRevqKVBjWr2/GR+OZvwW/c+2ADkcIMeo5EOngHb38yo1h\nEwhhRFFJdJhJewLYYT37wqLSKK9uL8pgZkf0AEeAQK0cvGtLjqfTYFWMVAzJ\nGSEvuuKQSqU8VEtwasxncV20ZZpUUP6bG7W3KZRtZ0D9QUjgcWLIhO9vFhHD\n+7XH7qNjxzLoNJRAPmB79OorTs9RauTrel+09p2W7ZakwHv7QiBh3YKZOdJL\nMsqQFuwsXFRIAR5b42T5WHDgcX5RU8x3advsRRH9p4zpq1TgMxxYqiQyudyA\n1yaDpgS8nXw0L3AP74HAKluH0b7nPctgBsSyf9V6LqKhcc0dKIsvCjhVvk4S\nQdDMXb6Fu6IKj57Ttm+K+3VARF3tDe3ku9aaZFWFKUAQjYwiw9SS5u7vpYxB\nrT7TZQ5LzSfqjSXY3C3/8Bi+pFujU4h+e9CacxQWXYbDWC7EBjL7Xu7w/qW1\n2HFrmiFBs8ryiB6RYVrtRP2oul0AGnaAiZyEbUhaPMyhfCho4gEUG936m1D5\nwFxW\r\n=7hrr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGJx6hYT2UbkCgSStgtrECa+J45Ur8wgziwsn0ytKmySAiEAi/6r0po9HFvRmVaWEu9DTQ+2aakQ09eBDPVp2EQdhaE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.0e923410_1542329520065_0.9377490876876411"},"_hasShrinkwrap":false},"0.14.0-alpha.cf7d1146":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cf7d1146","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cf7d1146","dist":{"shasum":"372a3c26b2f281493cbd7f049d1eddad09d1a68c","integrity":"sha512-l2yPvwgbZkP70MAqaUWODW0h3BwAA3vhMMLRHfB0vxExFyU8nbvlTw+vMW+iOhZCXAnPjY/fPfOu5qft1ls+Rg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cf7d1146.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7hUCCRA9TVsSAnZWagAAJsEQAJ/RFU/VT4JMLwBAJaSI\nukzERS2I6MZhIDo4PArKgUAlRmP4kcSnxwWoe5g/Zd1dZ0eofyenqZKrFjGc\na6CwcEzoM9CTg/HM//RAr738LqhG1tEfId2Y4Ge3TxaukneeoN2/+l2q1IFv\nWWiyWHrEcG0dT17r9Be8ZvP+s8gdFf4dR/ksCqR04ofxf6tdtYmcn8XsL3m9\ndLg+CJce95/KEczob68xZYdSftECmq0AEf/ArGaonliA3F20mGt6dGUn78MO\nZFkIU5iJPw/FvR3xGYR/Lt3D0mkvMvXVbVPXpUDlRFTxgwxmLI4yiHuDif+c\n9JAP7I/0+O165YmnkeAXd0PemX34pFS+MvVwU8W4RVB+3VmWbV4gK6tWPoW3\nlLM/o4874OhTOE6USDBJU2Ke6bklJsYgym8iYL3DIo49Wjj8r7hs11VbFqer\ncPLUeq4Hn5LhKlyQ3YGLW7M7vemORMtJFdZAuh/iVuTewkYW6Y7505tTd1io\nA7QaVmDqCEo+LyhS0VvVqcu8UIsO5FcYCl/yoXQRgdjUF24Fn/mUgGnsO75i\nMka+T6bLOczq8WiIq1VEhLm/jvkFyrBSRjOno8iOAnAALmiOMW2mPPs6hbHa\nqLA7D+PwQXiENNumTrGp9a2pGI9nw3AW/4wg/UTHQG4sTWY4XdZmfZCU37KB\nBtoG\r\n=osXp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbfMY89wHWN0Z6AeLh5ww7QqaeuV9uxhEavLDnft2OYgIgJeJFpL948oJOh4gb7S4wsgUaBU8qLtD6QCG0ZWzoZac="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cf7d1146_1542329601363_0.5385055896189406"},"_hasShrinkwrap":false},"0.14.0-alpha.c3bb00db":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c3bb00db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c3bb00db","dist":{"shasum":"45bcd4f3704042b4207914f8ae319e62086b2af8","integrity":"sha512-ABua9Sx1+zOE+YPJQKOlk5PBQeXuzfK5TJJdvMwZvZ+XkMXUf0JhoidgmN96r+H051LTLtD4t746QStt+3IbLA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c3bb00db.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7hVUCRA9TVsSAnZWagAALEcP/jeD4C8fK0rdpD6xupab\nF+fc/0TptAwxe1Tc+FAtD2fceOA0uf9rHIk83ko3MVssHFxQItOovMYb1TlI\nwHMM3rraOWValTdDwczWa/djtxYSc9ByRvJ1PjZq5LbRIWTjDoZ/lNmC41AL\nYpI/h4yr6X+Ppryo+RUIuCnXJjkyBAI3N7yhra/9thYMg35wJ3YNdeESaRRG\nU1XkVQB1yn2uwWHwnXpi2MRupNWkrwqCF1EPUzYJwdxe8PQjyFmYtGzwXGIA\nKjpSHO6mVUhNMOTwjJM2AH/Smwa5zcy7GC7wU3j+WUEX42CDkiR+FzXQwpsU\nG8rLWU/6y11ROkGXHTQsLmXkTYail1ZfziMdyEjTN/vIrzm6MZ9iwPuEfuH+\nH1ZynZdl/pP2ond91EhUL1Tz9w4aaoAK0U6Tu2lg0IXXIXTTKqePMsEK2ewV\n1Lu/0wmixL6tqxJNtob6h+NS7WYvvLYNLeS4qhtYlA5PYZEg4/Vms61gdKwh\nav/5wDjl+dfs41S9C1MRhbbPq47Uv0lRmW0evgui6iZsotynvGknHA/E+kIn\nB43yBMHhxX45FQ4uQVxH2Yz6p0mT7P5n98Fz6iL9NNibSGDSFbpQsaspVQYM\n02ihIuOFMs0kIhf+7YmuhAWolrULpa9hZeoi217hfP4DMa8XJN1p7UemooNP\nzffb\r\n=yRYe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICQ1i06FwLsS7f5dvS8fm+EsYKy/phlK4bZaCWpjiduFAiEA59ChYf5qhDRYF3/xRwR/Fa7fvh66XlbpVhFk3FaijR4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c3bb00db_1542329684324_0.6682358720370614"},"_hasShrinkwrap":false},"0.14.0-alpha.4df73d7f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.4df73d7f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.4df73d7f","dist":{"shasum":"f85d1f738834adb5533b689c3363a7d908b2a45c","integrity":"sha512-eU39Abm4dIIub728/PXpr4shQijmpIWsE42avcG9bstsUQ48+sQcFgpgk0V/U+zTLbhhLUjuo+OIsJgZZAKOFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.4df73d7f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7h5yCRA9TVsSAnZWagAATNEP/3WxH4R0IwS6g1tmuntB\nMy0TCh6G6/awHRWKkMY8VLadSnw/HviEEQ+nuU8xedSkVVA9jfOOLmULwSnM\nxajBYp+V2MsCAyFHxUQ6M0pI1w8PpfxyrgOY5807Sb0yXwgCnHDZ5at+C004\nC0a8yYPyHc/rpJJ7EfDutm2GgLuM/45YhvRz5vBtz11RQ4BFCQjw6/JSJ02Z\nz+rTGtnT5ZM/JFPaHPuofN1Yo9Tl9PkP4D54o0/CbpqbkzSXw7yu6SMTQsYi\nEYvH1gyIMAoNTPL0pkqvJ1VwBzMTiG2rTnw7hY+QX/G3tCELC0AOAC3hvWeA\nGEJ4Q5uYzDmzk+6aY1jqfzH4XAN7Inn5hZVU9a0qGXDDYa4OW4rWu22AzDG+\n8k8ZftRbaurSxvPdx/vb4nMccnVDUQrC81B8FCLetfKUj/FsH+jUbhY55WAV\npn608JFuyQe0QB5OBJyAZV7ke08oQIqs5jzlJYBqUAerHX5Ws4yW4uQMQmGu\ndz72az1bMJXBGaWmnP41JT6j3e7Cb3qwEm11MNzAUS1hzy8tHxyCAFRHK3hN\nrMv9oRZRYBS3M2XTxEvb4Hfuy5P55YQ/nfTJWp+FScfobqkQdJ0w4+lcU5Tk\ntQwvEW/v2ZFUoougvX7Oadf0e0rpT3l65UBygaPlpgcLj2R6EyKzLSK/pWCN\ngxOD\r\n=aJeu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD83YDppCUgfXehUclM/fJl29wtjaECGZ37SKCDTLJ7fgIgc0amgPwZKhlsTrH/X4Ni0XO6/jCHiyMXrBHlJxMqSjU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.4df73d7f_1542332018117_0.3749860691891935"},"_hasShrinkwrap":false},"0.14.0-alpha.73beac50":{"name":"graphql-codegen-core","version":"0.14.0-alpha.73beac50","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.73beac50","dist":{"shasum":"a5c334b8d46b594a4d9838a367df9184378a803e","integrity":"sha512-6xgD73AooxhzjMeRASMmANAmNktWVr48gQBV452zGF79nQAK4bLCAC5UFqd903RzJoqfnvWi/ZC4iUpNbTqGsQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.73beac50.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7iEbCRA9TVsSAnZWagAARhgQAIRiY95AirEwSIss+Euj\n8t9a/LJ+I7RdEgwvQDndHPyN0yAOh6jHsI4OFY+gj6bu/UlGd90YjGe6MzyQ\nkS2YrJ4JeK9iRv5zfhwTZZuexBZXVCuaJSzAXGAxs8fT+rxAkgljmTXlulKM\nvGRXedJ045/6mzi/CxqwjWNuqdGnkhS8iCMjUUgy+iXnGAGy1+ZGYrNAwfwJ\nMPki4N9bsSvPQ6iLFspXPzFWjHSgIyXNoYaA3lGvwhgfcpRVwa8DhE+RGnID\n1Ff0rQEpYXdqcKXQoqBGdtAJspBmEJ54ujHEhZY127sMzK/Use6IB7A2pif8\nE8rpibVbSboBvcoKMCI/TfaJrrjF3/+TpV6SdsQdgYoQj3Ym4b2GutfK20k+\n5uFOPwA32H268Z3FxWZoGRF+446tOC3NWTCLL4stCOh+kYqPfeYxkXTcb0ZR\nDbrxvicMd1gjYkPnaD5jIqMS1SqH8IfjqMTMwpkPKWKnxJedUDAW/ZBDqBlx\nH8bvoUFopZ4tDCLmbPAQPOA3TXUFbrQuPfhvGsMxgIYN3Z06rmGeSJlrG9QV\n7S/upyFcBiQFVzE0jmmcZTOJ6NLPoncFtpFWFeaYxyooHWIrQ2FCkbRqTNzO\nK/NWEpA4PU76a4GPfOt09EBg8HvgPYnmjSjMDaMkgyAx5W65w/t+uBcg3517\nIGF8\r\n=LhVD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxzRHfkdMwGDLehbjIQPpQRBFD2jE9PtUw5oMO4urJGAIgCSSJ1Nh+HDHyswXJU7vePkd8+WNxLJfY63B7TLKKcOU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.73beac50_1542332698503_0.4277684141799747"},"_hasShrinkwrap":false},"0.14.0-alpha.a4e47993":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a4e47993","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a4e47993","dist":{"shasum":"d74ccd54ce053d33f800bd6d03ba1c2524f36416","integrity":"sha512-9HEJq6FL0AFr5Oye6G4KpzbkNcWtwh92X7Qbc8KkyO0eKSXywBgfq3vgSyY34uHVQ6kgpW2pe/hJfhCMDHkQZg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a4e47993.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7id8CRA9TVsSAnZWagAAfw4P/iumccjNP+TcZNb7AM1/\nsBykltqoIOatnluU1+OeYi1bNG0f5u6H8azIhNUUsgmsUDyxpeLfG1+jhQ40\n9xCidI9DXbQ4FP8HTABed9Xhtg/JZAa7bCsbteeJXd2Yd9sqYfn+b/ZvnCU8\n0eqnDy8tXW566WokaOy9STboPwqWehiXiC2K4BYkC95Ar8SjeAH5CGxbpm14\nl3us09lR1k+dkWJZUDgWgEp0DubCTlxrV87lxEiYglKIbgbLIG4dZPIkYvZb\nB+UNsfvftsQ3oWfK3PLCo7Cpm1RP5EAGvgXeEyyibyQ2CpQJaj6bteN1Rgkx\nRFdKyC8x0RDc9DutaqmZ61BfWIulh13PV+e2AChWmvLd9kwh+y9WBvWxRUXb\n3JSphyE0LR8MbmzWflYjCt2P1CyLzxf/Q8o2N/MPJ5a+4QaYcETioBbMspPy\nEpurxaeSHqoLJ+YbjkJAVyb1zxd0h2RXZMNNzc/zzOyMfjh/IoCvsWkKIUcc\nodhdG3Ieqr3O2ykUBvHPunN0PwJOCedqRVFCiXTiZ4JpFkXsMT1ALBM/jqyy\nsiXREuNFbWFcio4buhbnaYo620FpfldWYOW4fv18+rZII0hQJkgBjglz9Equ\nuPls55TEYjcp/Va5Cx8aGnu0W6qSnFGqzqKVeXZa6XiBEloR6d6z1DkFlNm5\nbkUQ\r\n=jHIo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEhtidoxShWyrJcmQiOkS4+RUANZn6D/gP4b/BYRCBibAiAh0IW4R1HYipZVLTI0iKLK5fxUJuwplpYvEDGN9fyVFQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a4e47993_1542334331589_0.5873875354308082"},"_hasShrinkwrap":false},"0.14.0-alpha.6fb1e99e":{"name":"graphql-codegen-core","version":"0.14.0-alpha.6fb1e99e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.6fb1e99e","dist":{"shasum":"f24d53e5a24d83cf4bdf51231a2290da71011a1a","integrity":"sha512-skY94Kh/2FXMnVrsz2AWunyZiY4/9WRZXN7TruzF9oRpfuQEjaohk/pSqBfl58mhA1OS2u6PzuSiZtsJeU3fJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.6fb1e99e.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7izCCRA9TVsSAnZWagAAcDYP/j+rmqA3tgaw1LsKCyHx\nKNZVHkki9sJn/XNMgZrVm3qONxUtUVluWgT1hZsxdIgzYRz/NwalJuZhitOz\nC38kAJHtRljoJuNlI+JbObuEVMP2OPvCSTgmMVo/9cF+76cWoLbOiTloU17L\niFHqduCI1eZMYxitwasO8k2PEQgpZXXjDaGPLPqKtASFvc0TOw6NWtr1miDO\nBnVorxfisAQusuaP4arcUd6uifTIl1f7HaXEznBlPf0HlnQHk8fXhKl7T6Ny\nulfYhH4zgIDj4vOnqGklfjbfgzM0lIDvaMrne6DZjBgsqC8BwfVeMEhRQlP3\ngpDw89Zvg7J/4YSF8FAkX5g3SvyfF5X8c2wg1knlVksIse1PCnEMGXd4bYN/\neeujnLDmCgGiSgeUP76dGF5oC1RexG4slLXLvgb1mkiYWaDQISBXxsBxOdeU\nzpwEA0Vd4lTqBUxUSFD6uJ+30vWCi3PCcsmgWpgb6aGOyum7xrxF1hP19UZt\nRMZZmaPm9jIEj0Y3Z2NKgPDqwQ+Cnb22eMpEa5gVOZ1E+wJGP58j2dsgjbVz\n3cdyFB4wPTAHD5xSYeKb9iyAPrW1M4jQT5LjtksSxn6PnC0nAsZ6sU2oDLTl\nct8LFDd2UhWGg+mwlqK6vnFDnJu9AvFZ4DHi59DujeNlphK+FRwcdMfy50yj\nWjyy\r\n=JZMu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHwRdHG/jAJcowg6fhA3rD3PUEgUB4hq3T+gYJ7c3DOsAiB4I48+KjC2IWy+da1M/7CivMOcVa5A+r4/tROLtfpmEg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.6fb1e99e_1542335681767_0.017736154525835657"},"_hasShrinkwrap":false},"0.14.0-alpha.bc1935d7":{"name":"graphql-codegen-core","version":"0.14.0-alpha.bc1935d7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.bc1935d7","dist":{"shasum":"25a243aaaa3799ca2fd67947d4c0333c34472932","integrity":"sha512-al/Zytbwf72lEIb37DmtWTDVNE/oupq0bCPzyOucotSK4CyzWY0nokUoTgjEdyuHS+WCJ49KkpXbk23ksSD1Xw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.bc1935d7.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7izmCRA9TVsSAnZWagAAxRAP/17m+0YDhOGD8OFDvJK4\nhCUn60B7ZSBwk/TxssIAIt0n9R04mxCPVIOx/zj57iIOhVMz9c4cLzV4HgS9\nA5FuxqKw08i0Gr7CHIp97hhbyWQWp6+uIDIDkAsHGA8xObU6qfrwpJXAWQZh\n8rE57qM75jUoU3X8HTh6Bzhd6OiyYjWxAYKR/Qc3yPUcLzQJsoRevsT6JZjj\nKRRNzMrVUwMIUnuy2O94TQYfsLAyHAFVf7BK/QU0KrL1vUvXWi7LEDUzsvVl\n0MgX06QAGjJ19jEepIMvhY0WrsfprtnGkKd0Nt8zK0pnaW5NGhry570lXKhj\n44cuCzgUKDKwEDn2Wv1Oa6ySI41Y53vOrSH5JOvh+MDAB+r9Fzz8zM3WnTD0\nOKXZ2GnTr2hho5pfZRq7a2n0rr4e58YSBAsi+UhWB/whtcIvn5A4MoWBOxkn\nZ1IoHXscMTKXt3yfdAQDRt3sLO6x9UjvJpTqvaK1e873K5sewgzIGee7j82b\n0YdtJFG/9wiH5N9Wln8znUVlKzQaZGPb7/+9xtR3UbQGK848yh/AkCRxlhNv\nrTGq6zmZzQFnd4KfwRiI8QleZrbE4AwSichfY90L1xPyrWCg4/fE9xrEW5RG\npUKn3RDEEtZWX4hx3sn1JPd8SgNrkoXePYE8bWmmIQN4x7yvVZNJ/bDt6vXa\nYw0t\r\n=W1+Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDf3v2HsPiLHu1rZGrZn9+LwKPIzEnr0cvsaFC3lWEnWAIgeRVgUMFbE9aNeuA3+FrgZAwmOGo/ax7vpklFvo/bgKE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.bc1935d7_1542335717641_0.03567137754270733"},"_hasShrinkwrap":false},"0.14.0-alpha.bfd70d84":{"name":"graphql-codegen-core","version":"0.14.0-alpha.bfd70d84","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.bfd70d84","dist":{"shasum":"7a91414d5b76416c696b3fd3bc9540165f687f4c","integrity":"sha512-2Et7qwTcxOcFeKvBaDX+592kGlTmZVhGbIkPSsuR2KkqWQOjdr6M9qyuCupAscGZJCg0/EcjjTiI6zflZx+TPQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.bfd70d84.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7i0DCRA9TVsSAnZWagAAmoEP/17LOJ4aSnu1h8225ylI\nwJPSdKsGqZXhh+E+4YHz6tgPwXcajTdxasgJFXAycAMp6chRBzD+8yHJHdsB\nL6L4QfT033ysQHa6CmIb9xZPRso6WxDbJI/Q6LBhurSMI1qfziTB4YpHdx0+\nafO7eP1FX9+gSf/j7dnAv2m40OdmOyLgdPcxJtwmRBFwn8sCgFBHYnhClUJt\nm2TMjUIv/fbJSzlKUQBAcYpmq5GCyl1mfzcchIgNT8xGG5xi08yLzQDyA+lu\nB0BL7W0/j/w32f/fYJRuTY0Zr0YmtYn1QqIcD1eQ7o/BQZgMVaEMwhtARq6k\nChWG+/J1oXTNEJqFNvfKu093xjjfDAqVqBUCz3Bg0MBOj6PhO/XUpNn4DxsI\n+R/rqIOnskdzGl8w0+x8wKf6jqVoqOnA8yks3R/A5qtbRCXYgqi8TveMt0sy\nSofoYZuvbuMxusaveB3rT6rhUmYrsYvlZw0w5HlwFOe9TGvUzcd5h+DVPPpl\naOML3OjU6ZPbJTcaot4qPyYubhq6Ik5oSNWdiflitlRrZNKSI3OYbWJfMhX6\nb6wB3e/JdcUFy5wASgaG9Sk6ETkvkyzn29xN0bMdniiZkvmDBNDpESR+JcZy\n5C1U7acvFvAGbv0Z1jNCDdiw+NF4gjKCz7aGOuP4q2GSjrH6g/UNCbTYd1Pi\n+2hl\r\n=EpO7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXF/XX+d83cFK2qNF7mRaGYEkdtaXmbP+j5B6jK+ZGAAiBy/XQ8j4MSp2MRDAl/sUOBVFe+EBPbP+WwJJPtQvmzqg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.bfd70d84_1542335747022_0.9041347533893083"},"_hasShrinkwrap":false},"0.14.0-alpha.efbb7f7c":{"name":"graphql-codegen-core","version":"0.14.0-alpha.efbb7f7c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.efbb7f7c","dist":{"shasum":"7f01d42f15282b37c7e24a4edc720701d4ae8876","integrity":"sha512-EBAs9p74eVE0X9AuWnLXMpHKaxM/8niwLlm3uf8BrATVEL+B8Ii0jGPQ533vN+mClExDJ498Qq8b9eiwXa03gQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.efbb7f7c.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7i+9CRA9TVsSAnZWagAAJAYQAJ6WCJ9JXtI7UPMxZvBN\nQxlkyrVeGTolF7a3u/+X67mrzjs2HQAq8l1UQZGngnegMwi9FgEPQ6GEUD09\n2OQLXm0m0PO7mWDX8aChPlnbBA0LQuNFpcjbqiFcpYBf5Qix+DfZwJNNXgvu\n4t8oII5rXFyfSnIx/hexu/9DoDxJrHr6J1f1Zpxs1WGBx3JUjhbmRD6jhC7r\nbZjtee9OEJ5yFt0XvWM2EFq4y1yfEoIz7f2Ycj4C4ChECqqzAZC0tNs2YVsp\nAFmDw8kv+xCVG8Q/PPK739jk1mWFZkZ9Yruj+kXnzx/68sRdu7fuYUBqO0WV\nT3+GdAfxwLUbPuHSIKWmoye5HjykcG6EThcjU9gf/upCz98Lqcoc2al2Tn8W\nkHjTVIyC+qOhweIEm50FucZN+xUv6h5vxr7KHdipgUoTCZNDi9YhgxGJX9Ir\nz3wurBQlnYu+r3tSPnZ7dKErbTz9zYKya2c9cjCYXSzCBkQFw0WXRRRNhZZj\nwM0TcCdl9hvlK2F17W+20lgB+oeKQn10/1llJq9Zkh+cG6K8O21sEa0GfM7b\n9Gghqg4bkOagIEL0Ep7RUbvYE2L+JItDYAQxaq51WtDQjWl53UIPlbq9xIXx\nH9o4eei3QgSdVykYcIM+Ttok+9WbLcTyboZGdcy7MPLZSirw/Iy6aeYhbfFw\nQiS7\r\n=j1do\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICfdZtuGlzQTr+l5ZDgRekvdMzQjowcpJRXQqG86SKc6AiBBCb5zdMEWTC+mweZEkTQXoFIop19aI2Rv36BxfVrdcg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.efbb7f7c_1542336444595_0.9677948283258715"},"_hasShrinkwrap":false},"0.14.0-alpha.3ed7fee8":{"name":"graphql-codegen-core","version":"0.14.0-alpha.3ed7fee8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.3ed7fee8","dist":{"shasum":"b2219d695610a19028c4e19500dccd0f8a650d32","integrity":"sha512-PQZx4lVUX4o378n5R3UwhFZ6ijtKJ8bqmBrQU/g7duGAPhLsHG9G4rvWnv2iRuxdWDtHBLZdGOfUqRwTl9jKmA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.3ed7fee8.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7jcJCRA9TVsSAnZWagAAxgwP/3JeB/rCMHpzPTiHZ87N\nTjDRRsPhaOGHxqwXq3m10pukVQCJLV90G1vM6LqYIMb9Sx6foK9x1k9Zn9F7\ncY7Ea4sxJR3wrja0f2P9Ug/om0mF8W2WbF2HvQlmmeKdlovZXbCWCqK+0pEi\nx+hZB85xQsUxU+HzFExy4k8C/6fbY5Ivxn+Rp8R1y1rCekixXT/al9sfqpob\nArv/Q+hRUROsi9OSMAqcMLkHI/H61MRMshms3jX51a/2PdzNMVogPDYZYbpK\nR67zsobjvZDjmmB6Wfcyw8qfkuOOGHU4eTDN5f8tamiDc3xyYRWmDH3WLPcl\nJHLqLc+vXK5NXsxtMqmmkcA7RUClLD8QPZ3lG6sXLYtjX7Bo7iVpeqjUv5Of\nCkok/OXZ4t2zSg1Ubh45mY/fBFAOAfIp1WnRd6Qs3S7/QmdcByuMw1X01RFW\n0FZnamoRwa1bj+CZzttWRio229jKoCbjyEM9C5wzB6d5oG0RzMd4EGI8VDV9\nrbbB214Vg9IYLqsGNHoY/ksMSU0ZO165PObIPjbnDI06AwUrarEMIfyxdoB1\ng763hNhGzoMwHgtgqGxVxsjIXCofrwZ0LHcU6BJBHSdSjhY4545OPsGcpjHr\nboJv8fc/BcEUE+vFWszl5ldVz7+sOyvM4GES94kIc0VaxMDpoBTuL401FTzZ\n7IMQ\r\n=5j6K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF9igKtXBcNtfVFW9OV3+l44noExrcBBM2ue5S1/1FYkAiEAutbJVWDKs9ppqrd1mLZrcI/p7JAQ6+QlHFeUahUlQMw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.3ed7fee8_1542338312664_0.1837366638806326"},"_hasShrinkwrap":false},"0.14.0-alpha.876b8e36":{"name":"graphql-codegen-core","version":"0.14.0-alpha.876b8e36","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.876b8e36","dist":{"shasum":"ddd4032f6efc0c5570e9d0974bb3daaa57890e65","integrity":"sha512-zs9OJr4l9KXIARxmyJr6P3i5BPnjYQtqWXqGhkzcbSU4w1oIMc7Fu0mMkb6hQ3XtzLAYR5ZsOVvIUFO7yp2E8w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.876b8e36.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7nskCRA9TVsSAnZWagAA1qgP/iga728gmNLLRnrBYlk8\nbomMhE1J4Ojk3hopu9fgPaEBVVKzDJBTWo+7k4YR8ix1z/g9F7oRSCpt7KKG\nF70HSgPU/8lfxJHQnSGAaztV/ci6Vth9c9BykiYOwq1wOiVGHgXW4BDO7h9z\nsvotqI8lv4A0NUPFz+Yeb9nhF1dOYNC+JClNDEcPW04Co3Pme87e+vmqG8Fd\nh4iG59zjiexSnOLcai9UEP5tNBtCQmS4cl7M2XTkBi8mwMAcqP3Vmj5nPEM7\n8TObONTYjUpdircgQyRvSc8dr3Qqv+ULt6YkDi3TlJUxZvLRId5dM/zEYa12\nJEy8RY/A+yL1KcUNpiq4u47ZqFHsyKYdfZJDzXr0nDnAO/1gvq/wqTvXN8GQ\nozoZPGqj7sHxaCOEwkrqFkVFJQaY0PWsPGZBCLgQdacdVZ65NyfmyesP/8qn\nLP5FyPtCTzBmdGXG8YHX3XkIkBwpjGDKT3aEvIOreCP9qBELb5tMHqjAUvQ3\nkkfI5o5gFq/CVNwB1uqwXXhr6hQsEjmjLQc+rjt063vTuJkocA5fe8C2HZRk\nYwFP+dQwV1EbTvIEshjQ8D6OiX+zpOoxALWSkzd1d3D96cQ4jYoyvfEs1SAL\nhcdGWYuWy03S/gJKoEM4XliyUzUJFcrc5RwZX1fohCISHLTYyzjzGwv8ZiGH\nVk9a\r\n=f5jr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC9Jd/U8qEmtkbc3vdyBOzQ/WGaUaj0ZSAFVAaK9DMlMAiADQJfDp2CBlzTruBtgDUv9lEHhR5AoXY62P6R42Zir5A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.876b8e36_1542355748093_0.3565800202347673"},"_hasShrinkwrap":false},"0.14.0-alpha.390507c0":{"name":"graphql-codegen-core","version":"0.14.0-alpha.390507c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.390507c0","dist":{"shasum":"9db840fd8b8a6acd6fa49d9b1ff6d3033dbde29d","integrity":"sha512-1Bl0LFL2IZwdL6Oy8L9hxvaQbPJxplJCAautv0t+0MVK7lT2eRPvDKCPglnxOZoW8hjhZd/aIaFiO1mt1VsMBg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.390507c0.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7ntDCRA9TVsSAnZWagAAv40P+QGl0QJCfIjce5I9YY/S\nvo2HvZEkiRDeEHlwIwWZOXoj88v06Gag+fqZD+qVkwJQ2qxVOcuYT0pG2Ht/\nL3ev7YaeCeflk3dFjlZpk44Xs/1u6r8vcnALVrlOJo0NFtSHeI7uyZKZvIeP\nLZGRJV1dmdlQKYzALoiBERzqIgVfYqQE4+MJ81TfdkdltFm17LrOYFBccxEI\nLV6QwGPqVXiGXDxPJB5zegUxv7hm/V9srQeDFcpXCWCnlY8ArfgGWPPw2Gx5\nXYrsYClPR2YNIgNgWCRLa8YWQ4SEw6ps8+nWI9R+v4FF2Iuz0Q4XJJaSI2oV\n8gI/z9fXKNX9SWwX3h+LAO6U6NjRTqop29dcEVD2jt8eTb60Bf+3fZptkBSs\nK7i17s7N2Y+qRxctL3ye9fLjq2kPkocc+gcI3Va/JmLmqKobz5LlTyAhDhhM\n862cDWJohyK9MH4AnVOG1CR+B5IVVLMjk7wVpIQIBOESwXLo7/3/JpLqL7NT\nOs+8gVFhiygrz5xNvQF9gVthh9D8ObRJ055LYd1VYdFWXxvsgx+7RxVQRUtv\nJwcPUb0PCRu0bFqQ3GsmJxBhuwd6EBpqGo0UB0LkpkgPdWFaT4Yf/+TBoDOy\n50b/A3tcnM564r6LP1p7xZu7+z7PH80rBWQb5RP6Gl++W0HYO9016/ITyNAu\nktLg\r\n=DLHV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC9ka8SYlnQBa0G3CWATLCR2UPJ2LGbbzXMcf41Z+0A0AiByJh1M2hrUfgr4ROKxbfQMJO9HLm5/PTYQhlr0qfivlA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.390507c0_1542355778482_0.9544226154760911"},"_hasShrinkwrap":false},"0.14.0-alpha.eb34babc":{"name":"graphql-codegen-core","version":"0.14.0-alpha.eb34babc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.eb34babc","dist":{"shasum":"a1bcbefc8c6e6467580abe155066e514c88b030c","integrity":"sha512-YJQHua3g20LLQwDoqT+AClkuQqSdHTmZfd0aV3CL7g2TeFP8Phm9bqNLJTqvhljLbxKzMKz8qLfQ2xfi/hfBVQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.eb34babc.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7nvnCRA9TVsSAnZWagAAW0AP/3ifafvEKymQC/s0s7bJ\n7GtZ9aVv2jO8fqmcqObonxgZokuaFTvMC0GrXnQKlmBVSbGyyorTSe5FHaMA\nDqOWiDKISHawNoKzVvfnPGkW24FgyTaC7tqRLmDwbNX1U3Udz+GT1nqPjpow\nXzmdjWWjOsFgJpZYfFQp9aIpR+9UIxibdN9FgGdPAmh/qd4dQ6i2xEJHT520\nRcs8OCsd5kUfY6f6gv/6S8smXfTW5cAWoU+WLCCoRuzdvbMJGkEXUys3MVaS\n9GXCDEmMu/KSfym6pkoEop7mSHU7XxOuCiynAokKtzontz/5N5pZiU7PSWfV\nhBJAUw/P9S9gR+ZSZpCWLexPeC2d3F6ZRkbkOX4aWGHGj358WD+FpeL3psmo\n9qtzKwa472wjq4vUY9akH/SZvwSn94cMsT6lQiP79wW2ZRMFZVmyVREWZEXj\nKjP8TgVmyYptK+MMwaVjuhJcpKAIpZZpKR3FmAKmy5m9MSWZ1RdUFJkibv0h\nY8NYvAgttsAH9Ext4w3fGXl+alIQx9eG9YyDRWmwjln7QAnhh3+OCqoemGTn\nmGrDaazFd1ZKvm3D0HFZJwT1mBr0yKIT1TBBpm4e5b0tP4XlGjhAjPY3Of3Y\n5L/nDlRj1XoE578wB+NCNYyXaV7hGw2eF2pJowzXBk++HttFEJvBsEzSTqzZ\n1g5/\r\n=Sk0F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB8a2IiQyiB2d56+LaA+Cu8zBeapLwzfDsUooCRnSv6uAiBspVuclR9BJMNsZ5hDitnjPyfivaDBNJ2kA/1ggZqVew=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.eb34babc_1542355942591_0.2967552261683384"},"_hasShrinkwrap":false},"0.14.0-alpha.a1c4e35d":{"name":"graphql-codegen-core","version":"0.14.0-alpha.a1c4e35d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.a1c4e35d","dist":{"shasum":"f3f3ca9527da621b39e5e9d04dfc4f78815e2c7b","integrity":"sha512-06kcJMd4zBkYkH4jHzkKDrt3cp6d+Yj9TbZck2ohj8ABjve3M505EXwJrX4SvLHRz9mcYr9ZCSM/gFEehdQ/3g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.a1c4e35d.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7oEvCRA9TVsSAnZWagAA/qwP/1+j8Yd5ZqsfIjbqIfBl\nF/zJ92muZvyVbec/oS8HEaSi+6Ok0Mdy+0M69bKOK5C7iwxxswGPO+c+zs5N\n2Z9noccF2/SX5wHHr1LyB+pfP8yS+zWvNlRv09TcKCTpx0oObl0mfUTN2agx\nXKXOjq/cq6gSYGlmAgVlsFI4tMgEV0H77Q/vfywDbqOqvlGQt3BoNZVarktL\nfX9Q3nHMn17IunVRRxdAUMHa4TNOqvUt86Z0jGtpwuRMUXM3Kxx6q83T49br\nOhZ+Br46scbdOZenphNeF6B1vSBDlIME2Mt8yd9sQhel+I4hOuYYsZ98Ltod\nOZByRcJq75jIGi/H6KIww1pOmZo7prP2qviKERYW2fjMDk5eOdO+qScoa/5W\nRI2EgZReTGzOKhIikBUkhyBVZuRQPUiMhYDTpxZSmYmZ7TOkFvNeUCE3ralF\ndfEscrxM7MLNgonsyJhVAUNqr81a3H797MmhxNSXnBGrMeDGeJJy258orxt9\nWlMg3CFFJFfYb/2/vZJnkEqJYWlsycfCUv5gz8yJGJ/UbD40LqSWzmU4JhlV\nMYA99GF3/XBENpX4h25v9TL9SetWWV6/OgdpFwz05+td9QofdYE4mxvYv29m\nB3PHvYb7/Aq8ybH/TtUUiaVBYwFpJksL5W0t94H7XQ3HNqL1exSsL8OKWzxW\nwEJi\r\n=Lxn6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH2hTsphtTB6P8USM3DuHB5xxHqP4a69Imgxd7CyFUm4AiBNYI6I2Sq3oH5zca3ytK3F6KIV02OmumpC5C56QcCAsg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.a1c4e35d_1542357294721_0.8101467087319785"},"_hasShrinkwrap":false},"0.14.0-alpha.56514cb5":{"name":"graphql-codegen-core","version":"0.14.0-alpha.56514cb5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.56514cb5","dist":{"shasum":"14e69cd0351bbcc6a90bdb6e0ee00bd5b335e2ea","integrity":"sha512-VbehGrgDM6EDLev4Dy91VxxM5xld+8DOzNDKLCC9rGwiQUaK09NpUqhfuS4070NykRusY398WkT2fr+TH4ELMQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.56514cb5.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7oJECRA9TVsSAnZWagAA0JIQAIZjQw6nRojjRATvDy2K\nwmNSD3iEUlej+5wNG3xHKuF8kIDd504A/A8xrWhKjEgDYe+N3VTaIwNbmsrf\nYjRciWYrKtLRci7tiC3z+7REhw8v3V1kPpUILBCDiyDjo2Y/ejE46OEF8MKm\nC1S86Uq0mfyeT7igqTRoHLwHbF+wC8OwWqylm85VyseegkuhhdJ6T9JskKNw\nykQbf6W64PCIjy4Df7AHwowrYUoxH8Rxzgzg2A2DRv8v6NhLwM2NHgkeilTj\nPFohDj9V1VHp6DmtsHV/ZVW4nvNU6jcP9schCWaeFqG8NdN0zvpi/uIDuh6F\nW6VQsABjOH8+QQAAP1GiO5byfhxNKIhcuGrsu3MYlhJ2l3KkT05kq7BfUJf2\n0+TQLerB/NfAqkDjyUGUBaoEm86V3xPJEOcwJLn03L2LtuSAZc8nqCsd88Kp\nvS/ocgI4+DA/ZVey5/wnyvLzq/SemCm8KVU4hGkPZWlVlakroh2upKlbQDNu\n6EpriE+EDr6kEsKTcyF8OfmZFz0FG0kEEMOL+GYBxgyAKP4ydDDm4QOWS/MV\n1d+D0s8LNuglhwU4FkfOeSIdaHtuSEeuUov2su/M/AE2T2dYjdpzRYvATcgb\nNh80lZ76DciGWiTFD+nbVfSaeKHWjlcfCNYMLdCZ+H+R2wh/30yOhT/fNsgP\nL+QR\r\n=GyFk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDN1C3FCIsXA2uL1JqLLJGozBppD+Zfvqxqs89/XrCGjAIgIxIrPS3QGx8olWdnbXx+aK5OuVfs/Q9/7eabtfRJBMY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.56514cb5_1542357572003_0.1308867974994552"},"_hasShrinkwrap":false},"0.14.0-alpha.fffccefb":{"name":"graphql-codegen-core","version":"0.14.0-alpha.fffccefb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.fffccefb","dist":{"shasum":"d60bae723ff13ce4f23ab62514ad207f36bcfee3","integrity":"sha512-gk8Vfz7+KGLX1HCmqoui/l3xZHLr34+a8tiRAaGOehVrJ8+cnfYa+ntDQNq5mK6MDcIRGHrfQ/Eun7lHnhP0jw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.fffccefb.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7ohxCRA9TVsSAnZWagAAlm4QAJzxKBDjg3vSqOqYKXmL\nDzc9nxgIVITVbhQgTeJ830URRqIjbhxInOrNixAqQQfvjF1ERBES5eLiKj55\nQhp0lX/PI7mQQjSvWq4WJ6kps+nwNyfKoy/vBO9GVwrS6V4sTQXqohloyC2O\njQLKXDuuTJ3gIBbwbjKH7PLJTkkBqX/zu4IALat/fJBCAnYGc3S/jTJx//pD\nd3KrA3MEIwm0pEHPrZzLtP2dFhtGZkasB/m6/RB/Fm0Q/O0jKh0H3snx6XyO\nTVB2xLMkIswczCWnZX4gTEq4GpsBASUUmfTk6XLz06yaQzUpGyccZ9vktK7W\n5peXJuoxL7GPDDpvefZH8T8pG1H7AMT88yZjam2563TV9rFLAplUe7qIMd0c\nW6xMoYBs3WvUF55/UDQ0tZENat6mxhjPpD2Jvv/+5PWvszOnORjmM+0nTzNm\nqQJRde3SWxiKrhyXuXscZ9w/sk90QMDy8Yko4HjMDg5X6U7IPys7loY/Ot4t\nacF4zskWlnd8kwutSuGgEzTm90m1Ly4SbuNL2Wp+ygYfs/3J9dUpc25E2w79\nC+/rYNAKntXyg7M/oRY5YaY34zi1O2eb6jfuWHnjXKKW0fZxjdMS+V7hhNeu\nMCeWEFlWqdCLMeVDK0MfyVwp5r7yZ0z6zotxWsiquaGToBrTSXgoX4SOIBNc\nC1sQ\r\n=bI6b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCECCuhH+5kWu6pKM/a3mVYjOo30ahLdbMTVMwXwJBeYQIgR1fo+qZCDAoW1BePKBO3n4JIIlUQq2+Do3rxFt341p4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.fffccefb_1542359152754_0.1569177690518211"},"_hasShrinkwrap":false},"0.14.0-alpha.c42826a4":{"name":"graphql-codegen-core","version":"0.14.0-alpha.c42826a4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.c42826a4","dist":{"shasum":"bb91b89a6d64b992e3046e906c550b8094d00644","integrity":"sha512-5AcpwAOYl2F88eijdE9fzgKtRlOfcB6gzzchtkdKPtufbvDa5tGVpy8WDujw3fS1Qc/uBe10KtBAhd9b1df1/A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.c42826a4.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7olZCRA9TVsSAnZWagAANTAQAI8yd1nfG7T0Y6hLjXpI\nQobSInAXGe1IykvJC/NoE0qh7aBpDcW31s8Forr3J1WJnr48d5X4OwSIkfU5\nYnsR1zP4LP5JszQ9VnWkTx/sM+hewrTsue9w5xr8s0hF4J9u6s9LNDlEhdZt\ntSDjAxjPdsupB7pRH8FbUsgLl/JOPGQXIlcmZKME0MFfFUcACcYVwzFlhZWf\nN7av04K7wNJ2tqDegUpJLCVKCTkRSaLITxEj5J4LXIfvk+s1hOfq7Vk1WhLv\nnubK/H4sCUc26VVHdAFGUvRWvLY3PaFqgxEcC9VqJiXiTy7kl6FolaNM5GwG\nuRX4MwYQVgkr2omjoeDLRaUZbBIgfUNF7GoRSavx+lZV2wN3BSP7UliKE4My\novNZ4Aif+02esXzQQ8brvmUODL+IeIDi49QaLrsAlCVukyzK8acwuizE/Vwl\ni5uFfWjN8j9mGMOvc63cT01HKNNT1qmzR4O5q25F0dYV6dKuytVWhoK3lTi9\n1yv41SNcUIUOpAIoVowInjESrnGIW1ezswSiziKTDoX2tuCqrj1shoq4SDsB\n9Fx69jTE4E42vsp7BvC+eVQTVMMAvt4PkfunCozHgaUGdu5G/8oHQPs6Sf7u\ndKKsjkkQnltAJsSEHejnVFhyAHpMo/H9knwLfnJUY/ikC8HjUbaPERYmF/uY\nJV5q\r\n=2wF4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGBuJUIR6K0rgv1zHqsOXWr7aqbIZvLUSQzObz6HD5QuAiEAioe1y8l3YV1r6tbfGIUzb36rfwbQThyzPUt9ZOR/fX0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.c42826a4_1542359384888_0.07598670853232292"},"_hasShrinkwrap":false},"0.14.0-alpha.d6839e6f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.d6839e6f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.d6839e6f","dist":{"shasum":"74c4e54d4ddec4b03250825ca83d804c25c8aa46","integrity":"sha512-4CcXg5ODyy5gfkrjmWRFID+1jjYGwCOHp3jEHJWtmNP0tUcn7xAvCiArwlw1KmfKRWcvncvN9XrCWD8+yIfJqQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.d6839e6f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7pJPCRA9TVsSAnZWagAA5DUP/R3St6MVAQW9OcoepQpm\n7ZLQNDmHD5ZJOJNIyZ0xio2OCGKAjF0Zi7PJboqvCbi1zeoPt1+3NudPZvoh\no/Jv0+ASpH/zrac6NB63nAsGLfXPa7gfLSTLa0edWF/NCMj4DR+ZC+QubuUy\ntmDy1Jy1Vw4f0hPdPgvQNVKvTPOGGMCNIzIvEC9CvllBfPhldSgIP1ynSCoH\ngtuASJyW66F96a1Y6YfMPQa4HFyswJtUj0x6H8rvarTfwuFqZt5BbF6QMn7G\nJW9OLaS2nZIscWCRXoeLhE8FIEZ51moQLC4HLubBR0HrkN4di2FSE4tfRjTk\nx1xVlMjYazWPjbadGvHPBIKEWFbQ5OiB1G5Wy77Owsyk1euNwHgyuT69G3Me\nOKJTcZWKu4JbzPQb0tEIWjbWSsy0PKHBYTuPPRqvf+6Uj393SpWleW1RnQHW\nUuF1a40YMYVFsrOoxw/SUZv/C5U4/9qQKqy64Fl6C/Zna7sUICFFEtWuFTrL\nV7iLGfkfg75C54kt6OxUfnUREEmjCV2IkcakuqvjkDJroQsKeBOa4hp5kK6W\nONBmxgQ0fSjGOhiU/HjCzusjuicIPhyv6LjO7UVH8E/gy5nv94avtoCOwNIn\n8M/PphWG0W+9G17Frnn376TcnfLrXFvoKbCrtipMLEBEu43xEWYqgzhuPIUJ\nKWm0\r\n=3JTi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCUIoH8uOrohMD11Z2nITaeJ8jcd3/MpZV+hZ/vdqFmAIgOUpbYIlClh+v6Bc3sS3ihay5D28Sqi5GD/lgusB6R0k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.d6839e6f_1542361678672_0.17234046506089906"},"_hasShrinkwrap":false},"0.14.0-alpha.5e4ba2a9":{"name":"graphql-codegen-core","version":"0.14.0-alpha.5e4ba2a9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.5e4ba2a9","dist":{"shasum":"27b54199ccd56da5a467ec8450b9edcf87b6ba23","integrity":"sha512-1LYZEsscyC2Y00XDhmihi4NIjARDI4FvGWANTWgBdy5jdb7YDUHq+FEfm9FYYi2NsaiL8/cNOn6Ei4H/NQN+JQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.5e4ba2a9.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7pQTCRA9TVsSAnZWagAADtUP/3i+MCOeVd7iZmv5b8Ks\nY4HcIrfzAAVPKCfcsCFnT6h1JyiA8U8I1dMyPQH4M7EnlCP3h4Higfa8iIHm\ncjwqG+TwKl/aep+JYbwa9r0qtJIkyN+WUISUxYl39OSoC0fQ28OznjAqDJ1m\nzvLUkY+WAky+IxrRCPXljpoybugA1NSjOvlgriLi1j6NLzS7Pb6RVSS4t3Fx\nYqP02J2c1+7IfkNZi3ZKL1YSjUnVTygQQN4Rz7ibe+vRqP8MKc+KeqWwHHjb\nC3mxay/zx1ZLJ2FoDlqYXkWrB8jJVV1hyKPaDEsWyBVUn4TOFubhvT9rAOqY\ndx9n2ue8k7CGjxrvi7vLoT4EH5JmeTtFND7/u3+ob5TbZrw2rMP69Lau7y9S\nkEuMkc2dW7hsFB8cnFGMjUDzT+io47AYDqT6n+60vGBJzvgWMBbbA3Ln6OaA\nM6bG2ChPW27gDSdIYx0n9qGH0m6u6dRzypi8mkItB9hYwAuWwM6cBE55t07I\nIn51v8kknnCq+0T0IIt1o/eMYNE5v9ye9xCzEN5776T9dXshnqm6tsilDSKu\nMisKcKqvlroyAVywRHB+/DTFbcPdi6pW6n5DWeAo2gTXKczM46Yq1TZIi+ym\nLgQ9Jw5zeWaHnJl6anBni5NUhtROB5g0OiCKfC//SnJ8xB8karCln3M3SxbP\nm/5H\r\n=3V7Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/oTaeZZUB/YFzjhZrLy/rUXOQAYQJaukHDeIhQncCGgIgAgiDngQVnlQCcsC4QhRxzbTF6RkXoBe+m43UT6RS1kg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.5e4ba2a9_1542362130920_0.8705792628128914"},"_hasShrinkwrap":false},"0.14.0-alpha.cc0d6e1f":{"name":"graphql-codegen-core","version":"0.14.0-alpha.cc0d6e1f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.14.0-alpha.cc0d6e1f","dist":{"shasum":"44f0e39ab1d177150c2f848ac52a6f3e3f79498d","integrity":"sha512-aksWQ9Uv2KplLcsKvk4BgatWc8DP8FbxWY1zWNX+ETLGnzNh0spFvH1e81I+dN274IsvhZa0YJ8bWaQVfZFllQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0-alpha.cc0d6e1f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7p3lCRA9TVsSAnZWagAAGE4P/iiUv7QhAXcrNkhcHtNp\nTUNcrf74zJ/XjfXW9wOnaqMvV4r0iisJjTdDcL4dB42njBbuk7RxJjmviKKJ\nIdQE+Pqtm+YXwhPfc/IXGNhe5oILzCP9vfYLx3rZPd/nU2lUOxQaljGRCoEE\nGHo4Nf2QpRQ8W3XhfgRPDSzREPa4/f8fYvsbZv8L/oX4R1wq/mt3AWsHtD3A\nqAFQywWghdu32iIkBwchfJzFT/yqiYZReSlNrcWiSNLRizO9PYMW10SVqDDk\nUS50+c38NI17E+cvVPCWff90LQaWR1E2hWrCZwsucRWbAu4FVlDEMzc3o8AM\n3gShAx3d/suDKUg9oOaZK2TYZCY9vUcomA1LcDidmfg1EjSjYn1+U7koWmDe\natUemGcJOElMPv13CREUZKpX2uH5e2uBfbw5lgt2nTTDLa/ZMJRwfC01YDa4\nVVF7VkltEf+STOA4zwY1JZRQwuaQmixwT6FCu9a1BDC83ioawJBpS33D/AI6\nF13HD49G/VBjkbtsB5fn4gZVn1YMcOYtRHXN1JcM2PmO+wp5cdXE8mT8nocB\nwVJslXAgACJUYMMBeoZXGr4zqADsTJELx1BXKz3XRIZMSlgV637d9549T23k\nW2Upi4oI+RKuiyfD5MGAabbzVJtiQQuShpzHak/tM0nQAn+igpVXIMBJwuw4\nO0sl\r\n=EJI5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNWI6+TMvxtCg9SSDVqezh795Qh37c//shi0iO0aY3DAIgS0XB3AP2Ti5dlh7UGt5ea+nDHQZMrJzVlvtjB9otyR0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0-alpha.cc0d6e1f_1542364644708_0.21690490179919553"},"_hasShrinkwrap":false},"0.14.0":{"name":"graphql-codegen-core","version":"0.14.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.14.0","dist":{"shasum":"c147d80892a30677935a7abbda7760f5057bf444","integrity":"sha512-b5vRNceAWoiwxZw6UI2ZAUJqNWWBpMwKXGP8Ldal52TLPjDLxD/EcE3ptwzKysgkvlNJ7r8ziGhl1wpa3wxkEA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.0.tgz","fileCount":99,"unpackedSize":93014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7p+0CRA9TVsSAnZWagAA78EP/R7lea7MigcCTS5tcYaB\nd8W2C00EtBc/+mZIFS78dx0HbBQhuV2tnb5BEbO4s2w9ye3ruqopjIPC+Zso\nPrrgXI1hdJ6MuLS6mAtY9sDPDo/Go3hKVrOT78PSonYkeskH+gBi/Pj17m9H\nhb89fRE2IlfzB0EFFTV69THZwXCgYIZqpBNR6BP3IBuZh+UE3ZY57JSVyLzb\nmIq5uonFZ9Wo76NES43acWoZA0oHZXaRnLZEtb2EzpidUFDOg7fnkSysc3Lb\nMmsR+H+baCl4tuf0/CZeoR0iIwn/TP57VY9u7hJ4BOrqQu95BnmYYFmqVF+w\nMAtA7DWKw0WmKu5jgHOTb9rCYQLkt6i8+5tkDRTwKj6dFCIkav1XxcsyrCm0\nPIHgXp5grel2uAL8ToIS1V8cvC3z2lTjImnlqLhL9eL31Jwu1zdMOH0JFge3\n9yPojeudNEQZm0KyuWWIVJIEhem/aB4ER5gCHcm2fUea0WjVmJARtpuBzvFe\ngSNv/3iuojjXrvtBvqZVGDcpKGSFA7SdoeWxrauI3T68n13Egtg32y+a2qRB\nk0pDFSr4w9ORP72caPwD16ZqTg0Ktxe7LNgjl3G4MzMKq9VuMxfpVQbQWS9v\nPc2ymy1ZRHpC7vcgzP+QRd5yMACZSWO1oJUW51LJ5ANMIWi263mHj3f8Eu/U\nzqm3\r\n=afXT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEyUNyRFCutf+VE8VNC5QuxZoFr5Im2ZHfGrDM1/Taf6AiEAtzAWcx/0aVWq5I3A6QYsSI8tVPsJkc6/RvheO+m+4AU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.0_1542365107886_0.9301228412735949"},"_hasShrinkwrap":false},"0.15.0-alpha.bf38b87b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.bf38b87b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.bf38b87b","dist":{"shasum":"7fc19abb39242aecd253d5ee1bd13b794b4915aa","integrity":"sha512-ZQJR5mUcnf0nifUzTE46zv+xrHVp7fYuA0Jdo70n1xgHUcTKFvP2EOKoOnjBbUZY1MG23CsqJjT+uzh3bkIRaQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.bf38b87b.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7zoGCRA9TVsSAnZWagAAY/oP/Rt+pnLa1P71BicjxePt\nRik8TDA/U2WVFKdDSjZQG/rw4bFbSIhZdDwm1ZS9oyXnX+UeEbLB2XEpXEus\nNCHCt6oAoNR/w7Gwx0ozBYXxiHcJVm1nyvqeFdMBnXXG7FiqmtBYIqAZX9go\n4tdfT2XYO9ttLVvTU/f/m/DfIrNd6rQS+dlLIYz5e2bGXqvIqCUO8n1jTUiz\naZVUGwoNoeUc40TI0tFuaspaCgj5TZhaHWTvTYajF/wL27I+VP1CbrFqy49X\nnVyfASL2oGgKDxBpryGH4/sYQJG7WQ0ckJiugrsOLiULf7nqFPEY8/9KWvzb\nSMvQY8GxpO7woZ6/Al/zHOMjLgYXTNLhfyzuwruLQs4TytC6pl7pfd+o02+v\naF+ucKcvuJlJfWne3zdYMTU7h5grGhouvU1FZZNwHsOcaW5xId3ki56OhGJI\n+dsOTsuojU8WZ6D7BGBllVsflIcdnqevsbFE0Rk0Ap69KrGakzLr78DYkNhW\nHHoitgA7uQYAGgrtYSg9ZySBF64mSKzfmpjX4LgVXkLAw4cAdqyrKlI02Szw\nd0DOmxNSHfMMIIjWOmMtTLHzSfqshQVjtaLLpm0FgmcXfCRufYYvBiGgN1g1\n53uBntvNcVpBuBcKjczc6tyc/tNHdwwCI/1vIaqWmJjk/ZRKBB8fEHBlpNoN\nLCRW\r\n=C2mV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkm7Le+FciZXLjLs5d4+s8daVEJq1WMNuaOxMVenwmNQIgd+x9Q+6OZgOXfeTnnvv0TOU540UjFfMMO4WIutpVaVQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.bf38b87b_1542404613183_0.6942254163454977"},"_hasShrinkwrap":false},"0.15.0-alpha.5458e7b4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5458e7b4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5458e7b4","dist":{"shasum":"e64c94bf7f2d6e054a96bb164dd9614d6b69bd27","integrity":"sha512-1dAzB8cEsuEmNNCOXks5Rp+oIS07VxCL/vwBst+wRLl7taCTliOGwZzaIfXZ4KJnXCd/REl7NT9mNxeYijKKvg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5458e7b4.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb70Y1CRA9TVsSAnZWagAAy1wP/RCX1KqCRGCv0EOZUB7M\nCk59JaIwz+CoyEriIkk1FhaKx+jc+F9xpVQaqCriGLfzld76uaEyWeSCzQkV\nh3Fx2HvG7F7Qv23szgydbDpnlTrsJSr5DVn0eImPev3sIWKpDadW/Brrv3iX\n5quagD1XQ7ANKhRQsBOUQ6rfx3gEXZLszXGq4SNDsjNKbiSslLQW/qDoQB8V\ne8QvfAi9jsbubRZtrnFf5VriD5dTJdht12b/wmMuT+ZMBzzXFgEgFXzpQ0z1\nDSkuCcJrMG81fScZMH4nRCOB5fAD+4E9NTz6SjTS3NKiT4zG/QSXvSfrRwHR\nHSyewCyuXR5igOxZ398V9EOw9uUDvpeiKIFmozOlCTzeE+uAda02gvQ/6WXH\n9Pzt56Hd+3D08GDq99MmArAd2DUAnYlaQ+qcSaKPvLkjSaNJgH17DbxY1Pqt\nQoabb68GlOxrE0qSFGRTBWAe9MBKx2GGrCcKwOEyOuxlrh+Rn1A0oK3XkuNn\nGuKsxEKYJX5ZIoOCIDnR/hDLMmUsB2tjAwtUpB2R9YhEWsE9i+GomhdrfwaQ\nlXwcikM3A2MDXP2hSHTz+HNqb1T7nE3l2AcBy4sr56PZqunI00ysJa4D5oIx\nFJuwo0uTPQ/n65Emfv5oaJtMLUcTZFR+UXR7VUtfdKpC46fCFR9/acUk3pJo\nGKNB\r\n=HT5p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDiIPGOCrsrcPbkjRZnyuOnbOlwHhRS1/s8tm/dYIhEoAiEAp9gj78TNZwZ9zC1lqMC5J2c5USFL0lbd8MxBNeXVSNU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5458e7b4_1542407732413_0.7814845557493859"},"_hasShrinkwrap":false},"0.15.0-alpha.a013b04c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a013b04c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a013b04c","dist":{"shasum":"f451e26d8b3a2a91f7bfe4fb434f5430c597eb14","integrity":"sha512-+0maIph3rlRlLtxJ3UMLDARsswfK7kPIeM6PxGqnNN+r8lEteR08Q+MeeW+sglp0zLJGCB+oJ8yM8qOgiyUc8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a013b04c.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb70ZICRA9TVsSAnZWagAAEZgP/00GTrxCAaUZ/hMcxfwD\nKfsYAjfDzUiPg8tV24pqwMKBAFhGWGwNsq4pWmtq58hROhbDw8Aaw1ShfhjW\n9SwQmDCsiflg7FaPmdbkEwNx0I81uNRU2FdECPNJJs0Xio6pw+9F0tJFDWq0\nntcFtV0HzHL00kDknFDg2sc92nXZ2Z0fYssayhyFUEwlwuHoaTT9F5TMewXH\nEE7+0EEwr5QIxvh+rrJC5rOuMHYQ2/eqHS/DRf8bLp8fgUmUJu0y6TeKcI41\nRavcn2KLHhDFFE38rVIhmSowPrC/MNXdHmDzQaLrIIlIuo1AkIxVhxxQRm65\nYLyL23TMM68l/IObjMgnVt8YjN8kzIltO36wx8z7/rv600brHYFprFK2unYz\n5MiPDICQ7D7e+6x2NrC8qDAzK+4GUSpkg2oQRRhqblFbeYsfHNZpRIbEmPku\nJDSeK7dW+eies0JVHfL/efz6nytjTTVyKxceGGa40QKyYX9AgMvlsYQLclmu\nl345nR+zmlFwj6ShGlKWru2nlgPgDmW1FD1DPYMAyjBGGziBxpaxYayqrpKv\nuHBg/H6jTw757ROGLnN7PxJ8nti2H/MA3GkTMIhsAbQEzReY3sQN5MkHHCy5\nmVmYj3h/Og09WJsg47Bzm2tbKcRcdle1Knzwcd/d7wEFFa7yCyKYUewct4kn\nIM35\r\n=71EC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDyPdJE6q0wS3a/LhVvOT5F8LaOcdek4wzLQ+AH8aA1BAiBVChkrLV34XvP/4tvT0xEG5ml02WWhKfRxGzSb8WVrBw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a013b04c_1542407751943_0.9377370218147121"},"_hasShrinkwrap":false},"0.15.0-alpha.0cfe49ec":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0cfe49ec","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0cfe49ec","dist":{"shasum":"aba803836f3f15155219cf32bef64cf047d38819","integrity":"sha512-ykWD8JQcuYqIzNFB3V2ryfJSmwILxI5pja2nTWR6UcAYyMMjyDvRsjFOA0Btto3kA9Mdf0xiSTvl7NQi1djR0g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0cfe49ec.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb70ZVCRA9TVsSAnZWagAARJkP/3GjOM1mbUmJG78NQroa\nwecweOa736G4nOT9K3JYZn3sJMqAr8FUOhTLn57fUWBGn8wd80Y19HVvIAPt\nTg0noI9NJfv1A3gclcCYUsE8L1/CXAxySTOhPYtlck3dzHNFtsraE8lx+Z1U\n52fbld4CzPc4MQohLoVhfYH4hXHsdTYB51ZBPJD7WUTszfjM47YdcpP07kyi\naJzmwbTeAr1WpycXv0cZM6dYS5tq7bUifT1amqGCa7786a++04P6ZYUlANmv\nz7dUrYNZT9TzOrKXAPKXZM/t597DsLPEbo2fjmv2puJlfRtc7Tj89UCVK1dH\n84JvXK4D3r8C7AJBcle34nV+9FItBTyG6iZn1VfNnwJ3UfPQRx7MzwopS7aC\n6S1XVzPfTn0YtJDS5WRig4A3ZhckBvrXKHUBOqCjNrheJ7bXQT36p7jiqMki\nUQm0/kfxqzuTApByauoXHnlNdHiXTPZg+sXTGm3klRoBr/aeAaON7kAMSatT\nwC2/BJhIPArLKe3lEkRAdsCzoW8sYhg1PurNj/L40RS5e3xip4bmzElnemkR\nh7BpkhqltqeMpV7lfdq3H2SbK7c3iSfePUjxnrfhqSgs+6YhwOVxPJnxNw1d\nbl53TvWI4LlO5oAxnznIHuX3RGAgnkoJqtkFAiEcPVWYsoKLpYuHKgpGuj3B\nMUt2\r\n=CbKe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk9sBZKsDHKHal3EzABBGlYnW1gqQNF4vwcU3UaR7uFQIhAJjhfWchrQcLHFhmqwp9y3wRWY36HIG0cJlck63B7DM1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0cfe49ec_1542407764567_0.9134372176619212"},"_hasShrinkwrap":false},"0.15.0-alpha.8541a1a3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8541a1a3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8541a1a3","dist":{"shasum":"d7d0689e13e048e80282e49289bc256450875bc2","integrity":"sha512-55OupXdLBVTJ3QTXCGP2QjIye6Y9nCLMF9nhJa4yi+Kybb8WcpaFoVt9YqdCygqOjZR96XzjdLhkmtQAJ/t5Mg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8541a1a3.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb708eCRA9TVsSAnZWagAAcg4QAJcnsG6U3DyZ4I0INVTT\nDNb0zncq2zgqQtpYIGn7vkVMmJArx2J4KPtT3poJd1LSINFCKe16MVCeOpNt\nhUne9n0osjqfwTdQI0TOmmgS68i6ARV0h+VipG4KmNM1cpwysnS+2fmYtajz\nDZjT4bxwS//UHMQDhnwBnoji5iONXB3Yn7kB5zdo1NzTDoxi0QiMZDllaAK5\nNxCOR8UkYwL8XC2L5FHeQwth/tt32ESPLBHbiGPli8ho/oa28eZA3fXhoOX5\nd8w4NrszxI3T9oJrgM/3T+y4wzmc+rG8c3roWdtdXuxBwcs29bA6Q/bfzdgn\n1AIjwH8oWU0xTMYG9cOJbEYNQE6M/KmQG4liy91v1+9kQCEDNN3Z6LOiuPg+\nwZ2rvHXFI7+NFNxyxDKMUEWiZg760qqJYeIueTpeJSH9rmkRmE8SRRdYFjZ/\nV8nkhosMkv3PctTcvDKImNKvC+06I7vg+EQBQQGvl1k0m1iHPUMjLk7nwrNM\npjLXZ4f0E3JKkfNktvDXgN7ltyl3UOkWR2FzqRZqj7GDO5Plc7F/GOeZHRTr\nvrln6yp8/m+oVvTB7eqyfMlTmF+LRdINDAcy+ScR0PRyBZ5xxXfhCEm75Izx\n6H5x0OwgOt3dvKprPbhgAh/iQT1P6+7zZ3OsJ9LvU9xM+3B+9cpXXtphf94U\nDof1\r\n=yr0J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEK/f0kft+FCxNVkmy+1ebDY8qqE9qvNSSFIV2iuQvm8AiA7XA8+4ngvKgC22hX0IN/Mjc1svhiWEISxt6Y3ArXH9Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8541a1a3_1542410013347_0.6555654749006992"},"_hasShrinkwrap":false},"0.15.0-alpha.bd62c390":{"name":"graphql-codegen-core","version":"0.15.0-alpha.bd62c390","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.bd62c390","dist":{"shasum":"ab9b73397708e3553067e5ef8c7c7590f821373b","integrity":"sha512-G0otlS8bPEiajEkdmajwA8xJfZznyCf8ar7NEl2IuyZ0I74PfBlSthCpoudesDm7wIduBsN5sVD8WNrbrVV40A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.bd62c390.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7086CRA9TVsSAnZWagAA8xUQAII/JCFqUcA5anbBBucm\ntxmHT6a0mTgoUO6ZmFBrEbloSwEOrNWYnVWYmfFIBtQAnZ4LPUZUbzgTq5QU\n+5NXUWCoGcx9RgZGhB+GPm9UdnElgXyqYqmH7UQ2ZuxNhC5n5DeKmTDjLgWr\nBEB+oI93ahHAzuqYWFxffmGLpbVxiajweYLRTQdSiG6olGOawJ1PHGdq7Yjv\nK/qWoc0H/sxy3JK680xtbp/N3eMeZ2XdNkj0G7OqLNMFA4zrcRhjEoUZy/D6\nx2oARd9+ld5FVcCttiGYWbtumoaPcg8nvSurSe8nwEHONkq8ljJxIoOBfy47\nJ/71Xt0FSBpOoXJlISk7Jn4E7q1evZIQUhWAK5BoVecg4/Oo+M4a3Hx6LBnF\nLV3ta6Rj1xb4NzleOZAN0dBPrQd3Kd9iaRYvvMPdkDvg5nwAxhLIkHMFfv/7\nWv2BUPA4d2kCAQSKmSc1Q4XTRlM8DnHzmvPgoJla9rzPetctRkWfjQgC1+5e\njbVxwkS0JPIurkvqoh102/iyZKf0NoNxisnTolk93liIyaMHNfF4yoebaYL1\nFX1LBEh6E59wKRxTde+UirKqxS/bQMiXV4120Nrvvp2lbhw9VynXjxzL3XK8\nWuW/hTkc3XB14MN8FG0rWFV1yQwr3S4+mJbzbaJQDBgx2G74ShM0SP9uoNRB\nqyOl\r\n=P5dd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVCt/7xTdHQnyxR08IDssTcTYTONlzfo3etuFLugNEIgIgdj6d9jdSsZALqLDQKaHQxlQgv7DKOT0SdcRkH8Yr4go="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.bd62c390_1542410042196_0.8677803333599947"},"_hasShrinkwrap":false},"0.15.0-alpha.e4e788a4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e4e788a4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e4e788a4","dist":{"shasum":"ad06571f9e65e10e4b52832e05861d2c26f75747","integrity":"sha512-DU8Ck+X9YH2jFi2hQN1t36+SxKjwHUiTQboFTWIeRmtG/6e+f+AKDZH4twsiQOHkzLsMyliOLQuPsTir4dkAXg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e4e788a4.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb709PCRA9TVsSAnZWagAASqAP/R3TnBfGx6Jv5Zep+4yg\nOq4SfpaKHDTaxXDmelZtZepSOf23D15uSw81DsrnRKg2+ULTwbRdXnGCxfuW\n1V4vstyF34mYAMwTtGBCE5K49C9p2uobkWjCM90udEF8Kihju1CoCVZt+jnq\n49YFHci2pp8PfcYu7h7SHD0ezURhzAVx4Z8W5Jwgbf4rIgymXiq68iftzvoh\nhg0NkuQUUYH2vCCir/FpNbjbvRdpXfcChXKHC7hpE/8ymqHmtHd92na0jwsc\nDPzXN2qleaT/XoCCDkC92TPCZvpNVX99TSN3Na+tar22VO3wHCzcbIs4rvNi\nbzVYMXxECPTAkuzEqLS8x+09Cmo/ybj5iXQy/xTWfSLKMM5zcEHKqGEUBcDE\nYMrcsYZMCUOjzxj/6/QtUboBzEt9LpTw60SarTzYDDIPw39WOrx5aVe3j1XP\ntex9B6rVx5wX9a//YZI7QioRBPDxkbfswd7ZBRMBoONDaDoes2OYjMM8RtNL\nA/akHm4S7X8Vn2P8Ih6kneEveKpknBbt8CBgAxOfXxVax1FRwzvTCYKlOGfO\n+p8N5Z6Tmyd+SBrp+Kwk6KWHqgClWcnPC2uc2TK9twncpXrkBG4EDvdNBQYt\n5dxOWhOByV7XsE2oft5OBQjowRgDtom8nju8Mmy+WYb+MLsunBXrgNQMLhH8\nWtn5\r\n=yAsS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA3KF4qDz696JFuQ3ehntoSCVFE2Zqw1o03Q91dVZTsxAiAy6XzHDcUgCZBPDQK4ijUIGJtYyM8tE3+OgsRH6YBl1g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e4e788a4_1542410062414_0.5244014940388186"},"_hasShrinkwrap":false},"0.15.0-alpha.f84d45b6":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f84d45b6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f84d45b6","dist":{"shasum":"a3772d816d09f7211f289a6611efae785ffa4590","integrity":"sha512-PoJPk4xS/21o5se6PljaBlq2eOcHF1TLhL3TJnMEeYOMmZd5LtBDb0qVkZ8uJ5NX4GEEPG5RDyc9esLkpqNbSA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f84d45b6.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb709WCRA9TVsSAnZWagAADv8P/10a0LEiM75cHzYQRmNx\nEfmh1UbrbnHDh0IKoK8uo1HCkH6yJ7LuiaUJTN12OYD5X1th7Kt+7liCLFKA\nibXemi35ydU1KEb/QrLM9Ps/FjkkqSqOs0gccA5F5Ua419hPcxmTBH5prJOA\nTx+MNvMM/AbKzoALVLBTH8Ble8CRPiEl9m8u4RjIEzQ7qjt+d6gybrM8jQCp\nzzqTLe/T5nO9zcRwAfUzg1hLA1FT2TiZTh7NjpampP3BUtLIl7fie7ye81rK\nuZHAlR5HlT58DmNjSQs8ngypehr8GkPGEpTHlmZdhBnYRavc+YfHeGdhq9ol\ntdneuB3FrSIV41iPBPPfOqbf7j4qBnsyNgDyLey7e86qjCt+mgkDEyTQ4WEv\nKGjHICBg3TtPgb8u3l9gRi6vGQnoO6b1DGZqzA1d8xfmUBnEdJwV7dd+VWQN\nal5SiZbjfhDepMa7IKBmRB84KEy9I1+9sFRfgqicTjPvTdgufUfvQRx5f1f3\nLcUtp1h8fJiUSgzYMZW9hpY7Ilk9mIKhSBwzF+0lW5W7nB7lagaSiaXk8UKz\nQMkAKAL77ygPYi5Urob7GSMSwDSKmfvMzur+x7j8RtpXSE9H/GrRLRRU6kbd\nTojj5q5qGW6NBiEE+T3qoLY7oAcVm4hoZRyX9dDEm5YzT5cD0fP4aCD3o2xT\nHD4n\r\n=aV0f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJgLq5iaKMSlp0zo0XSExsgm5FPoYz4vVlF+UIcNwuiAIgQcAQN3QBCEsgdoW7BIhACq9yLrHTGJ2WUx+nlKsDxGM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f84d45b6_1542410069492_0.7023904696910142"},"_hasShrinkwrap":false},"0.15.0-alpha.5f2a8354":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5f2a8354","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5f2a8354","dist":{"shasum":"942801a88150cc9ed6489553381cdd68ab8f03ba","integrity":"sha512-/Cvu352dSG/CzRIqZazSkqlK1LDXgIFmyeiMVUOO5WhqoSvJHvQd+RdFsDJpLxis6XMAPWeb/R4oHCT1US9w3g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5f2a8354.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb72QFCRA9TVsSAnZWagAAGcAQAIKVhQv64pm9WxnjW3ti\nPTCnNxicIlEoj5SUuc689g0ojsYIEcuSbiFnh9XhrfgdS96xzmhPiV85Nhy7\nzmH1nDDWh+bP3dFOojfwJaoDFBIZ/oqQ/RJ3ioxKjZl9RT36TYYwAS0pjKNR\nsVIJUGW905SRRPXXLFdx0X3wKXvIsJp0JnyidguT+R0L6dhvPvcrfD9Lec3M\n16I+rljQniOvZHsLE0/y4pXblYm/XYm9J+fMNnp627Lz0bCD7C+zTe45y6JF\nIWoj+WoD3pP+AvfY0k2TEZLbbP0ILYG7bA1uy1HelCLXXqgiuBhRxx44Hcwm\n3FmMIMLhIX5n7Uulp8RT6NycEZZzq/HGF1yLYpsJbERJcyyB13b4l7h0NVx8\nccA9pU10NURePOToL5XpJoQFosbrD8FeJ3fkIZa8kNIQ63bUnxMPPyZ4HPbZ\nWLaytf2nLxsYGmLHCNmwEmJJ7uCJuI1XkoW46k+e1VFh8WH3PjVjR+HGZqQS\nYJjOcBG2uu3IMhHH53MZoZeAowoIOJwbblsYJqDh9I5P7OgJF1H4ZjfSXW5d\nw4bowv7Bg9BulfGf7Kb7jwWkh743x3ljJM13E2H2jdf0X/fB8G7pmE1kOV1+\nRdsOAaiC6h8oARoIKxufFc9bU9IBwjTN4g1SuSPmISeKYS2cjyzgbUzmubi5\n8WlB\r\n=W+S8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA8X2aN3MAeeD8570ui6AACm9NrCjWOwH6f+lW1gUcLzAiEAnZXazV2PmQxzLd03Ght3xR2epfPvS1vJwVqSib4Tzxw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5f2a8354_1542415364245_0.9010890777464011"},"_hasShrinkwrap":false},"0.15.0-alpha.6db34d30":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6db34d30","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6db34d30","dist":{"shasum":"5a53eb3306f0a58031db299d9986b7a2f5692521","integrity":"sha512-L7G9dWHHjpUY9YQhlF/Km0kzquRc/KS4mbeXVdrNonJGDJlLEOg9BWt0UVpA/zb3YNZxMYjx2chShG4uM37a6A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6db34d30.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb72QpCRA9TVsSAnZWagAAZWgQAI3heIm3ln7XM6mAeVwv\nx75fhUgr1Si1WLlC33MZdh+AkqtM1AsjndfVX+5A5FwlTBJN4EqfIOgB9/E5\nbAYQkv/AKNErjrngZshokkwP25wG8ozW/POxSH8yqzcipn8PUgdwaPzZuxky\ndGsyyPd3zhGRvAvHn7pDRV1kdPDDZd3rl5QkxYX00mJT4MhxjKoh+p7Mmrc/\nlFp59FkkQSuybOvNqTKEUWZu/HymjqT9cnWa+44qgtDePj1B0ZvOcUyEwxSG\n3gJPhGJuay2IL63XZ5FV3q8RA3r7HbCwUbHcGSLM9gfD5hUhbae890TjZg5H\nKndAl5WWKQOd+D5Dknso5eTiuB9l15huCjuGRL+N8AYbzxNczcunnUVCM52y\nLBPW0bLOOuc+eStyRfDTrDRxfwytQjUM+3Mn7ddKpyxWfSKqEP3rtgkNrNz5\nXOWY/K6j4tOuJpn0hlKxgDiZeP01/4N5wN1m+c5OV3HEbw4Nf6POnyHodmI8\nFeyLumXpnN7HVMgZhS5Qb0OFDnxNfnS+/2sPSLEggsBspLngInd6DTr0xAMw\nzQstDjAj5E5SXaQowtfLuX2I5+Q/HDxR8ByxIjwvkoCXF2L+Zim5cpcjQir0\n1KEuRFM0EiMJcJ1e8CDo44wgvrwzWum6M75td0wLLXCQTDiz6G6k+FyhQJGK\nkjmf\r\n=hVDp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDovFhR0yywlWaqt0MQFyMhI2YP40pth/v1WyaHDeyQ5AiEAs2eEKnAc/MT0AwTYmGk8os/NSoZOJYfW/5yotdEFCNo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6db34d30_1542415400585_0.2705747780905252"},"_hasShrinkwrap":false},"0.15.0-alpha.b1f61774":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b1f61774","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b1f61774","dist":{"shasum":"fd7e3ddc27f6aa6c621a752efb22f5db75360926","integrity":"sha512-BbV6UdbR1N5sAJYxKC1IxH7XGLL/0phMWXzGhbBeK7nIzEpp3lbOuwdWzhzPrxoAribDu2T0eETnIP+/HUAJCQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b1f61774.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb72RMCRA9TVsSAnZWagAAv4MP/32ASpV94d95R5GsVGbn\nr2LvDp6X2Bedaai2icj04nOjfJqKUSo7hPBU4WIln6C+Ogamadtw6Ov12a27\nC3NcAN2+95RwHONATzoOrUEz4Nu3fOr8QErLNWfs7FIOZ0nun9ABFk4Mbrf1\niwFOV5ZtYqgMxuxd3e2QDFsDdyJbMg7dAEvI95NhIEhgy9G7AQdpyVNTQ+Qj\n80WA7WTDfb0aq/1vZS96FuhoYGbQ28svz+RBJFNrm63mXjOBV0v4EiFgOj3k\nhiKtmb5FL6XZNaejLV+9SxkNhjt8P84eBiN2AgyofpfduIe54WgC9GzEvhao\njrqHuoAqn/wfJAQasJAwq88Uo17X8Z3Plc/v8pEkDT6Ovnx+znlG7SOsPigD\nW55dC6jQ4tNKz9Lqipgg23Ch2BAmT2mdBkm4MuY4g0j5jtWtplcnlrD7WG97\nj1uxK+Kr0t1EzCea0v+Q4WYxPnRoKcHB41BGxTStMhK0lq7n+ZfWW7L/oxcx\nM2YnCanAKHwLkt5pyZjirfERV+jjkdRhrsrwZcVKmXI55qOpmGvQ0dNLrkjG\n26CZT66QQpRLid8d7hwqmPvgQ+4SGMdLxWqdRVCUkNirL1H+8PonFUKh/LDS\nx9junOBv2PokH/PR8G297bnVINbHFSPBBXvTcpBDSiJy0uiFMriQ4U3mlNMS\nAk1W\r\n=sdFG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrUdCDBrBy/aR7aj58IaFktavRMSEcCBz060G0gD+YoAIhANbm0S/oJRiQh9EsyKWD36ddIc1Vs7yJg3MBWSkSAGQP"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b1f61774_1542415435571_0.10321192077731278"},"_hasShrinkwrap":false},"0.15.0-alpha.f389bd15":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f389bd15","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f389bd15","dist":{"shasum":"9cfd9792288671bafc2d363d1683602fbba34d21","integrity":"sha512-4cC9Y+ZzAf/X0ClAuW+iiFSFJGYctGOnwaL0JthoSGZYmXcwKRl26M1NYvQ6B0kpQnksSvfap1HB+uEQU7f5rw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f389bd15.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb72yRCRA9TVsSAnZWagAA8IQP/37CcV/FXJAUMB/JVFI1\nUoA1t5M6mFb+jB2PJfk629Z+dYTuiJbMlAlI1q+L6ULMn/CH0bJXmrx9Jkzf\nVT6QjZ17I523zTyeGewEmFxDzii0mA5g8z+TzzAeVwvbxp4fspudPCB2mkQr\ncyBlw8AHcgOkwD1rAABI3XliilyZKvLsVOuxjHMiAAbHmnAwG4osoleGiEbV\n7ol2yuyr3XBsLCFE14um3q8wcDQFQnvXFDictwEmmWG2Zzvdfy7fqtAEhCXh\nxE51PnojIVUeUZg0q+1YnNsgk+ScU9KTGAfS3DbvZZ3aq6tFD+cZrXZ/iVaT\nDmFKI3luQJ/NIqGr3tIP/e/B2uLUBKnPyO4fz+VHLSpHvYc4Hd9+/6tB7Vsv\nLWJztcEwrLGBcBLBAAqClD0xHOx+cSWM0QQnUeAGHH3kWD2MzheVxK2YnbHO\nIsOQoQu1dOGiUCgD1D3UCaVmTjSwpuUpO2aWydRs4iIECmN/PATh/ZGuV1ao\nApjT1jjsDUtU2ADXo4cuoupcavRXmJ945wn43rspoxQ0D3DEpbPN2QOv+H0c\nktWAEdLl2/XsyAvMEJKAuj7fh1gCHT65SFY63A7QGpe19fWKYmZPHPverXuG\nMz2tCNaNbpTxrbew5CLdQzpfaVoEm/QY942eDkj0Aa2w1/2iPGvfPMC5guK9\nCARp\r\n=DJVn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEe9u7swNVVhhuvOaf+PTpDs3zUeRUE025eEzqBvLWDGAiEA/X1xAu8M1Uu2YJhdxb3n4E7/eKJ4TL8XnzX0Ap0nciU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f389bd15_1542417552480_0.17262179702684954"},"_hasShrinkwrap":false},"0.15.0-alpha.a647e3d4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a647e3d4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a647e3d4","dist":{"shasum":"dae2bc11bba3738d0df94f617d6f632358db5fad","integrity":"sha512-f5B7u9jcjXyytVpO9pDBafXSpEO7YJzweCooVQDsqBZCWEKDr55ltbU8XfsDrljI3xH3LPPJH4t2OdlcmxS3Pw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a647e3d4.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb72yfCRA9TVsSAnZWagAAFFkP/191NCFoaey8N/9IeihW\nMrJgKQDoczgQUhrQ076bZNrmcTNMMLT1flCFhXg6ghlxLe2Nu8S3uBIPutqw\nQ4dqkuTMXJFOeUfTZnXCfLWo9gmejM18KMewSFmkHkQnNVZ4Lx4ZP0a9tkMs\n1HBV2MJst8bjRK0TV2N4FYENKIDFDc/9R2Anu3ADUpJXcU/4WA8DeJ7qFR3Z\nBOYmjOTczalYOu9cnUs9V4+2zZQPgQyTgkjhco1n+vcEZKF6id+r4+93/6SY\nFE9LC0+EBVLc3YQLZAK0qFPGeYpRUK/lazId6hryHFWODz8ZAhQ7muJd8K4k\nAU1IgkHu+hCnLHyYpa+1Zjdq7Culu1iCalaaefKnbi9gsAf/Ea7TeDgIlH5p\nMxD/r6N1GipbtZhkSBpEC5sGJq6R0u6x1EksxChksJdFtvGV3uI50SI9k8di\nDlO17IkbHeucJbvamy501PkzVBS90B+AXf7bH1g3miPu+hrtlszEvzJYPnCb\nJZ7jlvexjrDuKQE6/dSKHKPD3uMFQB3+jqBHdyY4+dbhAHwFI2+iajrN6e8p\nprM7b7+4xTRRfCul3eL2EqdTs5udTaSmQx2fGtmtCHALoIk5aEHTOVN/nK1Y\nMqLPms7HEFWXrOHGlwVX571SxuvdjYBozTzIckLpANAPEYJ6DH9vEnMXtrO1\nlPHL\r\n=7z7D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCknMTt4zCC0IOtC+xmXGHPHdbahBxggqBJbk9eVpcL8QIhAOyCfdOZ7zyEygkpR8inZN1b6V4JgwYZSNlfZFJBOCVO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a647e3d4_1542417566915_0.010545656466534492"},"_hasShrinkwrap":false},"0.15.0-alpha.16760c04":{"name":"graphql-codegen-core","version":"0.15.0-alpha.16760c04","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.16760c04","dist":{"shasum":"ee6dfc5606c6429c4d025fe7044cc496f9fdf9c0","integrity":"sha512-D4TWl1JCmTLN6ADY5s7BkPh9in9280WE5z1y1zUMTYYymHlpffY6Krkls6E+15WgaV6QoHRy2hQCBbDiKcqCOQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.16760c04.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74F0CRA9TVsSAnZWagAAyDUP/33kizpo+WctHeLjt7BG\nAlRroyWgpfhYDi57lTb+7YPab2+z1O4muCDvbkAJQvctCOLuaz9CSjO5JOa6\n0ZMxNHg/E11AVxQOBR0ayXd3VCE1DVzGUiYWr9kc5HZkrqIaq0mVlI3PC6QB\nPSqOfLqmNDpSE/j1sAgteUjYB/7mF29xrnRA9ywD6mBKgf0qF67vWkWXrEDL\n3w3s/6jux5UioJkRCotuSyl8PCNc8HNTJkOXxzIIDnt3C3BThLaqA0EGGZvd\ntSzruB1NEiDDjiUO9PJqvLVul7PiFVJm5bF8+VTdFhR7NRFZvmHXHYQy1YTt\nLQIDX21zH4TtKfeYADThULoAjGCdYDz3zlX2WCKjJ0CYoPTl1TUKVBaJEwp5\nlP8ttCgZ77gMF0qSXBmTDU2hTb3pC6Ab7uPkSrl4gtuF/AgiTMqVNFtGiZu0\nlc8sg4xHe46sq4cmYIu/PgIk/oh+h3T+82VATxHeilv0RlSBOO2Vj1CZYR+W\nTc7VP2jYgJIq3WRVwE3G/ra4Mj4qU0oQmYM3NGV679AI/xjGLWDWfENdkBZQ\n1iX1vcM+Q7z7yypsuGm7RNCYU8TnkPMsWkbmjb1Mhq0eGwyz3u6EL8qHvymU\n5DoQh8W5wmSbSauj58+7oHKcR28m9/fmUpYBQ/XdEjF9QUlYBbSFfXrAMnZo\nmQFK\r\n=7jZK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgdzMYpEshZF7d/1TrcPFf1bU57IWoc/v/mEvbz0GuHAiBe4xo2kO22GLyo7munKt63ENUyEYWzbppT9pzXhnwneQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.16760c04_1542422900092_0.3211060281122464"},"_hasShrinkwrap":false},"0.15.0-alpha.ee31e4a8":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ee31e4a8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ee31e4a8","dist":{"shasum":"80836154541093aadea816dd56c21daa507bc0ef","integrity":"sha512-A/nzS6mRBnxtw2mGkBTFPEnzBTZp+ZAhfHhpZtWBaCOhRjzECcL4YDKEcWqLKapE2dZwDy5crV77xpsyPI7mlQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ee31e4a8.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74MvCRA9TVsSAnZWagAApbcP/Al5G2AmMnPu7Rw1NjK1\np7dujLxZjOJ3XUKWOP1eb5tptoP0WzQDJF58JeZfo0JAfe4sfGvPmQostqpX\nRx/8+BTthviIe9tq1JSL7+PBDLowaCqDTeOJpcH/KWYcxtXlRpmmAdgCWrlT\nSSVTaBIWAfEe6rp5riwGUCvu1HLnUKAoH+dk+jN+1OiYTR9TEBaU5OMuMGhx\nIcteiDzQ5P9JCMMAdnCoQq3hsdRUDckbDnuQCVWMlwJwB5aVa3WY7oDXa0z3\nvg00EGB+P+Mp4YVyH/cLLmPa3ZnceSx1g4pG4jr6NxnQ+h2pAJUYa3GHdA+n\nrRzj+21noAvEPee/luu644d6SWSF79vMOn3KOtPWfklXHR6RrCK4HrsS1dus\nzm68CgztuyEZEY49nAjscPHGgZ5rwfPFro/UXWiVu8tvVziPABX+ByOsBWqA\nihgUwXgHdjC9OumRa8mUjGrWDgZNkzI4pBwWZxSaUoXa4O3iQPQU5lo5Hzak\nneNOmFa81Jr9D4O5BzB4FtpGHFlfznTPEQ3Clx732JwCd/9RJdC2jbkUlOcI\nWpKkDVw8l1wraIKEN3qcAX/W5IUTF+Z5prMu6PmWrEy3po8m8PYwVthtn4Ps\nR2gPLWSobNniuzWqsW1Pax4pLWvimj1mfZwty3hd29/5h6WwrDY1Iz7NdI4M\ni/cv\r\n=KkHW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBHcJP0Mb/sOI5KOvri1tHYCeJYwTv/qTH093Dk3Z+BlAiEAzodsXFVQGv3+QL4fVV+YLyW4l55u3Uj19mCGsfw4MRM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ee31e4a8_1542423342782_0.29398788972456735"},"_hasShrinkwrap":false},"0.15.0-alpha.addd396f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.addd396f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.addd396f","dist":{"shasum":"c40c1a5ce2d42a261aa906799dd4d0ff0587a34f","integrity":"sha512-18Qq+OGx1BkkEMFg+Xf+eb9g8COGshvnRX4NIP/7PE0xGZuk3rd+eieXAWKysHVrVDWgcpgP4Ij5zz6OitMTSg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.addd396f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74Q7CRA9TVsSAnZWagAAW/MP/Ry9VFEQxZ3TBmLb6TIn\nZldNXLr9wCxUoRhyJrWI3avLzTlvvldTnfsLNJ6cAh6Y6jLloiwVW5zgBMgy\neQtkKtb469rR7wwVTYAtpZfiDzY4LKQCUc5ecxbvOQ0bYOkJlfLfiytdYoEE\nYolAOr2tSCa+dQNQUYM6mnKVSZpWEjOCivlp7kjWd2zQb+SM8CZj3WD6tq8N\nnGcF8yllgZUQbVT0isRoEvuliOo44CnE4kqCzKn184fP91CEhC+lDHd19tHf\nq9UpU6n54d0RF2wsiYtgvPM20N3dhTSecSz8peaHyqn4VH4KN1dW6OG4udG6\n7+JCyibAmdQ5huJsW+Qz8ViyR18dytVZaQHQFcIsSxLETrlgyhuuCjxCCq+5\n9t7/uA/TH8U2wr37f8LaiaYjHoIF02s4KQ6quWUGrrrKSYhbYGKKHxsGnhKD\n+Jh2bL/csVnPgc+IlX2EU/cWQhdy6cKVVNoSDuoofnG2gVrhfTt2keH5Z37q\nvVDWzcaDv1pEzHKWFKXGFcgTinjPgYGhoBZ26dy51XYiu4JZj92wn9048ymz\nhqITc48ft0JkP3aeWdmZcQLzaeC+jTLGxDNJeJVL77T469nZq2yVMWhZc9NK\nn7gKtfUdNLeA52aqrM55h3eoXVA4RgnsIY+dwryzXP86UjKyWSuSi7F7a8oB\nkesB\r\n=jsuP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGXLjihg5GrrgfX4TuNSd3Zc801WszepIJNmJOjLAvLcAiBd4OR8spMkbGB5H2S45pmdh3iGLHzyHDg/90Da43DqjQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.addd396f_1542423610352_0.04690037121420465"},"_hasShrinkwrap":false},"0.14.1":{"name":"graphql-codegen-core","version":"0.14.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.14.1","dist":{"shasum":"335a88d03a4093d7c6212bb27ba4f7cf9326d081","integrity":"sha512-+b4uicqV/Xax1JdZvkemYQDhqPJmowdQT5SMQCFh0EUVWqlQGbytGmjfg57npJV1FhbG5/UYgm9j2EirWLMzWg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.1.tgz","fileCount":99,"unpackedSize":93014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74TnCRA9TVsSAnZWagAAVncP/jFDHte87PsLNZ+PiyhL\nJEuftEQBIy3QaEBTywnM4EvARS9Ol7PKG6chm1K0MGgNZKKsVBQcJwmm+pTG\nuLHU5nryN2Hnhn0CfhSjMdkvVvNCErCwiJkfGQpIFoXfMCWM9bxY5P+HcrxO\nFqlIoUuqFevI5NTlJC3tJeB+udTc5lXNkN2w9u6sDkmKIFBpu2vtaquu7De4\nklSTLS6GnxD2rcXeddgCk/wd3JpyvYrHmKSkvNzSnx78KZmCqf9dBHefP01y\nLvRVkqX7ZnFQ9VgVRpDpLQg4dag1cpuzBrFeJR3tq3Pu14Aeo4Q18i7pXqav\nOtLtLhGbuXESgVwHVOH6ueNvobCrFrArv+wKY+lPDqpvA8p9JQ213/rME2qC\nzuhcRUWm4Bry/m9Thk0Mqx4nbhI9ePBjjE/jMX81bDovqLLfcdNa5AuUvkdP\nfdOK4OWUhjKs82XWcOJu+5Qzik6rEDai152sfHgoCx8/LSVQWOOoxXxQO/Ls\nB2VsaGy1SnA52GeER/NYebO9YoN/B94ZtHiKEO9MIUVaS3tMf2X0SUXV3LKG\nWeoWyZSaCcKrr+LPBaLbqiKq3uc70s3zBOrzjsO5WZ8Rsxawt3eB306NlZSI\nqyYiOjbmvgtmznuOnfVSjeO/4u7W6Y2AeQ20vLW1V+37o28GYAmcudcoeqeH\n9bgJ\r\n=75IH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGYyEb3Rh9PfhThrG4f+1FR6hxtTHZ6mH+v2ipCdisS8AiB+eZqEel4/+Uy42QRX9K657b9VooR59gv6eipaLUTbCQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.1_1542423782680_0.18551236553870254"},"_hasShrinkwrap":false},"0.15.0-alpha.44dadab9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.44dadab9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.44dadab9","dist":{"shasum":"7e5fc58cad0244e38277d7a4ba96388c59625970","integrity":"sha512-LG90fTdbkCTla4TaP8meVO3lijTKsftQ4HN2M1I9v9hB3+5nBP68rulxkbj6Et+vwIDHHZ3SmSVpvGm1HtXJig==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.44dadab9.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74WzCRA9TVsSAnZWagAA9q0P/3gU+tGF8qT75lUkjG2F\n0A1zvn5UU1h7l354ePENqPLdoRTHNdEACbrWtGO7ffbzGWPbI9ZOItzMmDSN\n7iqXQRmlX46p6BIk+rk1CKhlxoSVvhN0BSHBb10KQLdkxYGL1zDBNIkL0pF5\n9WDp90Pl0luKQBC8MCbe/UeWTBptvAupIwrPHgzED8AV/ENW+KTzsHQmhB8V\nJZQa821MPzAGZBzDrPmKETuWbC9W5SvsgXNHO2juUEjgTI/oStnrEIpnhZUF\nrzF5udf7tgfoddreqexbXhfqPZIB7yxEe7xALM+6ewGe+WrXWMe0cvt0tGtH\niGgpeT3B4X1yMlq0e8HokX9thXVd0bf8iMChBYNBjmytLgT8X2uNi1u3RObX\n6BnAk3ZhjfVZcwyij6oZN36bn/7SXDviWLEdU+s8gUMb03kW0MbRQugKjRaQ\n2k+mOZfRAL9uZQnf8zqBHbVAB07rhrcHL6oIHdeORcb0ZLumdXwPiDMW6TKc\n7Si52qiZvsXYlo69xvBJrOlssNHLa3Q8nO3fKXOxLFnemWh3vpQbSihsoPM+\nY554GKvn+0vC0vx5UtnrXsMUuEX+afidCCl/DTVsh3zZgrxpkKsmwhruu+UJ\nVECsleWP2FJisc54NtnuUg/LGxmiOoX/iqTPPEgSGAGyl9sZ882wDAG6b20e\nf3Dg\r\n=zEdY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBevvAjKsybxIb8XL2OoIjxv5fa96az63H1V4HaRR3gQAiBgQU6Y1EcpcS/pRkgRCUP6apyHXlpmfjLCiHGd+QSETQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.44dadab9_1542423986920_0.6402986481704298"},"_hasShrinkwrap":false},"0.15.0-alpha.5a856f80":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5a856f80","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5a856f80","dist":{"shasum":"d45727ffff3a6d44a2f8a4d6ccd76d428d726996","integrity":"sha512-2sJJkHx3ONUcbvp4yHuehmLR08FXxE7EX9QE7itwZDtxA3TsmSVpQ0OIs5AO7iOf/nSct6VOHrBqdUzUFMdnFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5a856f80.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74XaCRA9TVsSAnZWagAA7QkQAIR49Bv8s3W59g8GeEZP\ni12yAki+6cl8K7iMrNjUV7ZgzLOWD7Dm2eoPyUvxtSPfeglsodLs/0OuObju\nE8TkYdgwiuQIwW+PMJFzoRU88lyIBt8YOt+u40iv4Gv4h783HW4QRjA1RYrC\nJhPhfTKb11Tx5NNwnSrjAdEPB54RmV9xYM6qJmR5B6BVpHwIOwmbR8TCfAsi\nS+lsLTlkzb6wAtNDd7MjV4P9tHnZ6tM48oWRsqyjSQUyY/w7SqgA8RvBN2XY\nl+GS5XtNiF8ynqwM+GOv78fn5JWFLnhvPVJmRXe7XH023/OPqw9s4G6TNcbV\nSXCOEDE4BfklY4RDYsGDzUN/cAmVD3UuZGwQZE2zGJ/Rs0NNjgCnMgx9u9wu\n2eedDyt2A6qvJKBaCVnsTRNqff56uj8f7gSRSOGaZP4OecJH59PM8qc5Xye3\nHMLnF+Bq7fBBXHHOgMpIWuU9EK5hRkr8dy6Gor43rJdpiNorD3tOebqjFcQX\ngK+kNtN7XGUjJaL3q4ZPWf9nSLDh5hg7yc5/sURuR2jpIapBiI3pfSbkJHq1\nmyenMPEH1AvUrpuqbxbl4HrYDtb0GnPI8W+19LVSQwaUFTofXpr1xPyHPD5d\nVz/7p3cYerosdo/TSFfIGnfJjIsxzkAonnu0d8VVKQJ9lRDIWlnDuLscsmYl\nNJ5J\r\n=68mP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH06SbjREGUF/2dpTk/r/fpI0wwS0YV/W/PC8+XwiRxeAiAH9Swo2LsfrcwOvePNtGHOU5oRqqUERxjfeFI26/NKQg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5a856f80_1542424025623_0.7816671489130584"},"_hasShrinkwrap":false},"0.15.0-alpha.15f1e648":{"name":"graphql-codegen-core","version":"0.15.0-alpha.15f1e648","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.15f1e648","dist":{"shasum":"72608e071fe168782321ca6c2f100ee0a895b2dc","integrity":"sha512-nU9TgIM9sMVplmsByskxF8DY1t8y7aOBC7QwTULqgDgTDuL/1eIXNbHAn/hfky1JZa1PO4KH36sC1W0TqdCARQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.15f1e648.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74j4CRA9TVsSAnZWagAApToP/2CtoW0AdQLaXMOyjgel\nC0pL3ohFZpXkfp+2b34Mksj72Dqt0OkGNzOOwaoQzrDAfhEMyfcBCrK4+d0J\n1gYXfF9EtrZTAPYDAakHj06NElJ4/5PxN13sH7IHcNAkFLmwVGDCM8qurAjB\nKwoVGYWDV54kCiJhrJF9OC0kSDX6MKIwG6fdi4ruRXjI3IbV8pyUNJL/gT87\nqZReszSy3WJvYNOqOOSKTd3cBgDDVeyPOy31y8ezlaNNsZAPmtZpQMIC9B4L\nfVyecxBN7hry2jVecYQaV84ax2BYlwtRSGxKCmb+YEhA4349vh5YwyM+Tlea\ngq0w4cwTVbfzTioeZPryyayrakTyVnW8ViLoUZepG94rbuxzfUfRtsDquFzx\nvbq0NE3DJz7RN4rFWDgXyY3mwwO6Zsx3Iy/bcxk100aiglGK7X29vMN3BbEf\nLLgx0WNpnrZsq2RaPx5ecJY581qD/jUO22ud79JVy6BCaEnHfTukxQNMKg+s\njkFnr6NeB8WeoMCkZ+OqKhlBcpfmiZvKQl5ANoXGXUQ+rQHZAjOYdx+hRg2l\npJelaYf1zXJhtrAyh7KsfJ2PK+daRqlTD+fx2MAqhvr/ZhGrOCqkHRCdg7QF\nY4SXksSoirvw/HLm0nlKl2vxxRRlXYAR0yELbWlG2mWGgQIclFKiGb9z9g09\nQkc4\r\n=ppag\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGQdCOQuZslLVMrwmXAYXpDa6T84M5awOoGt/nTpdHUgAiA0AMROEl6bpaI1xlcqhMI5pxmgKQ+9I777tu4wpeb9DQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.15f1e648_1542424823541_0.9910489812331296"},"_hasShrinkwrap":false},"0.15.0-alpha.480727a0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.480727a0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.480727a0","dist":{"shasum":"4ca78e7f38b45ccfd1471d7d2b494ecb8f26d527","integrity":"sha512-xEJc8km0e0pnmOA7lPAP8eHIdifKf4+GeXZKpfM9EuCs9zEujI7xnuGLpAV7/3NuSxXxBEfEssyA3H2UxxgIEg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.480727a0.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb74j/CRA9TVsSAnZWagAA4WIP/R8jEOi+Kf/XDnKuhMDY\ngajXCKOxVEamnZyp8ReCnNr68CCHU+003adLLaiFcrVSDNeogt73BAdxV3cY\nYNS3NCzKzkiljw4Pz/7UGGwh2MtjHeHy1SXp+a4zM/dVqmTch2stoZiC6N0b\nyoBYuH0fcP1jHMHY2GFwca43n3DNdiZnMt8/bKWxOrvyS37MKKGG8qaZJ4Xw\nOclA+pKvFLUXkzWYE4YTQwYAy/I7mCQeofoBO1cb7Wkr30EQJWuoRs6IPXaA\nSb0ebBfiTLVmGKsNKEN5KNbudkARgQHd5WnBuPLqS8RAnKQ6+mDbEyJjjikn\nd8vDJUmM4RM6n5LA4Pv4GGBXaMhlR/DujxKPsNyEH2bjs1LSALxXsi9iVNzg\nuW5ycdIr2xe+pUJZfNEB40AY1qtEA2KXJcHxeMoC6PaB0718hoAMOsPkU/eH\n+kkTrX5lJ/U2ZS/CKZHLZpKLcHEt/EMt6HVMB/4UtAsmyR7i5qhJ1Re6NZoj\nikljPpsMqJIh66wNrODJ6FeMCf0BKKghkxcsxJE45MEgc8wfqIf4PC7UPO55\n9+opcBPgFjlDDs4SnBW4ZeLnScaRDxcveuWfp9pqwVajW5Ez5wDTuay3wOXX\nGjOEuNaCWvHJpsWdWn+zgonjcTw+aUBaL1LYUcdJ7+Zhdr0GAfmQrI+TgSEZ\nEjN0\r\n=MfDp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeCu2uEJx5Qkg9KS5vAoKY4UMaxx5Mqa+dbqn7fmytZQIgRrzTsPz57bIyG+m8ksv+rGRz5/HJon4VIuF5KgW9/7o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.480727a0_1542424830561_0.2806878367720136"},"_hasShrinkwrap":false},"0.15.0-alpha.76bfbe64":{"name":"graphql-codegen-core","version":"0.15.0-alpha.76bfbe64","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.76bfbe64","dist":{"shasum":"b5edec571dde2c92870825facc4f1dc58c8c6f74","integrity":"sha512-wAXnneiFUyUfjOUAVMjx5kXjN0iN2UsFSQzSESmrtZod0xwiQ3v3AgWpJQhsmnrmONA1SLvHipxmhlh8C/xI6g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.76bfbe64.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb75QDCRA9TVsSAnZWagAAznQP/iqYsW7Pc2IjMF+tBHNi\nZG5/Z95DiAr5YsPLe/DntB/2evF7j7T1lEoQblUoIPKhjb5BFFHe3RP55XEA\n6eoDtKgyUbG9b5YLZcyrKy+n5bunzCqyJu451GzdfANGgQPHc/lah+zhLgsD\nsnbEs3bvdj6UOWSZ7qb0uwXYSIfuwZzjWzqUwcZNLRzVuFfH/nUYOo3s/7I+\nDMTzvXguGCMxXpwixWZF529DxUFja6uyGqguuYokm+XCO/T7C8GxN2XXPuLM\ndvlCymJW00ziqYRlBur4Hyivp/zJ6rAjdYGmkLGiavb5DNTK2WGdukk47iDz\nnPl619Ax3Em3tqVywFAS2gi7kE5C3r5IWk9vyy7h/8iPlGYEdz9zAAi2pv/P\n6NH/PdqxT+1LRJFajoNdQJTjCYr491CFpXfLakFJZgXuPSKLYXWXBJgbPQvp\nEojA7GwYoR6MfSM1slcgdRkl83uP2p1MWkqZWvYdQR/y4RPGII+DqRM27vLS\nHjHu5YsJPfMIxohGUV5UY3epH3UX5CFJudWZGXX3HuwiBBvWGynJUR/vO3Wa\nzJB/9UzjiEAcy+5pUlOwxMzhY4lOthpTHXthlh7wPOrJjAehLOFvG0U6up/R\ngzNxZSzI2smmyeN36YaOkXDQoijQ9rtBd/ULjkx+kBpXK4MxGH93LICgyuNI\niOOf\r\n=jyEO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4Z+zeOMzgKFlhoAr2SNk2xd8yRZfg2lUAO2GRVKd4qAIhAOmUo205q0P4j4AP9D1TmSsfCPBhThYfDV89uqV27tfH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.76bfbe64_1542427650775_0.9409779308351058"},"_hasShrinkwrap":false},"0.15.0-alpha.5fa0f731":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5fa0f731","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5fa0f731","dist":{"shasum":"84580db6ecf1811b96a317f5cad39ab8134d1d2f","integrity":"sha512-7KpSRwPBLbgklYEGjbaZo6l9N/tDvMElLdftD2izvsEGW4OZ9YHy7c/Ncb14wRZCBXm8PRZXrOLiuSPtQ42w0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5fa0f731.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb75RyCRA9TVsSAnZWagAAfEMP/jlpWsRWudduRIzktliB\nT3jipECiE5IpY43hdLE8ulo+CW+cS+Y6asmGaAzTkwIqQnxzZMIg1noiHUnp\nsbwx5sUc/N25yy+Er/Ygp1BXlUrnxYbnmu/gnNPfVagffRnocurvb2uO2Utp\nea0WRnvQvssZl7lRTBGU7QUaMxGW58j/BR+om62e3YdxgbbZPf2r6KsDtuf2\nJehXi6i3DqXrhrGQL7CjJyUMyTAz0eW9BmlF++Gk2zOOfr28TTU4wBFl4dgh\nuKSLBVA/9D7Smyric9fOUdS4YSJg5F9PI6N75jjBIZxZdcqHedvG1nQJ3i9z\npARp0pxOhkca0SrTXOCvRgKwLc60Td4cQLebaXCk2EcXAedXeuQ0Z1pcXn36\nWl/6Sm0H7YqrbdnGdifw6szXaFdyfdzdntYG4MNktu3awwDy0N8I2VhDW6vZ\ndUikxBGe2riNNLpiNOJBDvX1n67NVw6mcV8IDXiIsF5OBXs8CotlQjU9i/3q\nX1O6900tWEpRiHM5MrZSAmyR/Ne5UQ3Lr0cnmuPPKO84lQu03l3Ye8+yARvH\nHgIdZEV/iYk/EzPvo7oz3MWJnPsUiJEsZX2jplmDFa7rpfkcvGzbr81ruP4h\nOetXT8st8T7KnJVcqdAV/qK36BwlMpVcCOg4b+pCOrvo9FUbc9pg+55A7cri\nm0nv\r\n=e/a0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCL47iM87eTw5nIgT6rkPvCPhCSYYm2+tonFL/DhEhPfAIhAKfM/TYxvMV1UssZGjQUgx7+Ld/q9OkdOOMTTpDenzle"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5fa0f731_1542427761593_0.854832781992632"},"_hasShrinkwrap":false},"0.15.0-alpha.2fd70590":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2fd70590","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2fd70590","dist":{"shasum":"1859d83e1ce1da28b56438ee7a931cee4913aa42","integrity":"sha512-Has7VGkYAS+rokVk5wm97FehpkEo7hGYYjH8ChpK7YQWb+YnpXbMbsxxtDLY4+BaXuekZclaZh6GZZ8ApqAmsw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2fd70590.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb75SVCRA9TVsSAnZWagAAts8P/0IcezBSpU2x+Mtkg/Wl\n817BPGnowed6e9bAq/VSwv+kJAtZrHPtKCskyJqTpCytzineyD6Er5UtMzGm\nnrSv9TGaUqRNkTKbJ3bZkysidjHFeWb7kBRhOWacNSZj20JNL50yRnCs1vy7\nqcGa/ZBAloTy80VlGkrZdcBdk11qaXnBvkVt3rno9zCpXDp47l8QTqNtnil0\nG/hU9q99wFO9QLtTrYUeOJUM5MaTvp7DDFQQDtkrv2Tlc67rsmDX8lAqcXix\nbZHZTfZcmuZZwVCoobLmHGjPk7jz4fz3LcrrpP+i4K0OmZ+L0Ny6nXdPWLKn\nuO5Et52mMu3HBJevEMf1/HMXbFtehp+rcQFYABM1QRxv+I3eYz9zuG/lM9hL\ns5ugV0uLTze/ylrFghf8NQqjEEp09X5vUgeAWpr5wrD99CUQGlYS/fZUbggm\n1Ly7j+CFW348VBVXPJJAmCDyon5e3X0P8aJsnPFfOoNEq828Sry38JQXNCOt\nrbWNvZFRK8YGA7vR2sZNi0P2VESH60hiNGxF4xbi8C5YIvME2VWjLHRWEiyj\n8NKkVfrKTIuYyTjZJ69cvUYP8x1fByvSHYkAYmCyRThHrPPKKq4CdofePw/Q\n0E7pdtqJJUyqwJmd+Qxa+saptimHRJ7JJ5dKc6LkdXbp50mRYaTCgydUBVfa\nqnK4\r\n=p1nE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH/VV6OImyMDxQl0htZR8Ca1k29qQEIFJepZx3PBuj2dAiALSgAA9mPLfM+MueLO6WAmRCKJeOS1y8wPYsBRzhb+IQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2fd70590_1542427796856_0.7677060429128395"},"_hasShrinkwrap":false},"0.15.0-alpha.8dea67a8":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8dea67a8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8dea67a8","dist":{"shasum":"85c6c4118e1d3a341fd38c88b8575d52aa200e53","integrity":"sha512-Og9fgMcEBc4pj3fOGPEs4j5loBpYngBmnQxjZHU3DKS0bLvpjtI6vozLmhBTzAJ4tzsTD3jUYKrZYsFJgjhNgQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8dea67a8.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb75ScCRA9TVsSAnZWagAAyDUP/jIb9nli0U6Tf91/2s0h\np4F5ij7fnNX8s/pA5mVudcvS6UAYEdcykR0LbKiy87m58i2OXeawix9QrPXz\nqqIK8hm++DhBvZZYRG3PshB1sMhYK9EJX2AHMh6819tfkYP2HAgzp0cM4k3Z\nupiU2rCqwjSxLiXGK6Sdl9Y3QjFoSON5HDanEkgnb/YUZKGmYzWLXEgI34cs\nk325krrj8eEd6eJ6Vc9DTfIMrBnniW1It7oHxQvIM1FhzaCAMUvR4oj52ys5\nL5dfOQfvmxJUX2Pnz4/2IOBzlp2IYysUf+OPJoMcTKdN/ORSAxORcWiTufDd\nLyA6A+jx30h/6AgXK0DTlVSE+Bby6MbXm/YI7DULqvfPEszzubrRUkgAB/gk\n3gl/Tix59JaiJNV4nKBzm+YLLUZ4FpHzulYP2PuNeG/YXy149KFAfMVUxW7f\nsoHvzA3hLLiLzFVKmHpf7GNDz6lINT5zmuUhUYWs4vHh6t7rBOYYlJg1i9I0\nTq1rRzaU25UatYfUCdoi+WDZ1T1T37cp6e3OjlJo0bL4zZCZN6yjdivaImu1\nq36uSsskRJsxI6Q82AIoge1dz8ulqbiLa1ZzZOR2IhNYZ1IMQS++xWh/YWqr\nxsK0UpgwkD0ANEdL2h9qZa3TiV3Ppq4jAE9FZzBZR5Dpvg7DF5l1SORT7YWA\nZ/hw\r\n=VoVJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNCtuMHLX3J9MphlNP0/8hP7l3Hqs4IJhdD+DsaoRQkAIgCzFnaru84HdXzlX+RnrrzjU+6z/NFRh8V/ZCOJiil4E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8dea67a8_1542427802814_0.2628932320695354"},"_hasShrinkwrap":false},"0.15.0-alpha.90fa6c34":{"name":"graphql-codegen-core","version":"0.15.0-alpha.90fa6c34","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.90fa6c34","dist":{"shasum":"e30d16f5a8dfecf7f2b6dd2d9b6668677a62445b","integrity":"sha512-nf47VY3QloAb82PZxHX0+on/SUPMZynL60x9aa3nFO23Or5t0gbH7SYGalXDP3kkIaGQR3L2F4LPnYgQF3ZavA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.90fa6c34.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb75S8CRA9TVsSAnZWagAAq+kP/3nAy1204/8Vfx2S3Q+g\n6CCwNRaIDD4wZno/um4naQFBLeJseTqRuuImyoHz2lp3SdHHS5n76Dja714x\n91g7GKYUvO//YBH2V1Kb0t7Kmy7PXdryNVXfV3MaEtQzrhv+kNXxMnZi2VIE\nudRq2Be6f4MEKADaGp4kjoqszVeTZUKxcj3BKebwsTg2oyE/MR+7SSy0vTaL\nU2mgNbqgTSd2eX2KNVmLo+EsEtwOwHBRUXqB4NytElRx5HGnIyaBT/NzSz5Q\njbFg1ksH3dkgtEJztiM5A7oavN/e6AXLU/RkNQTxlNCMymhPybVF1SLygOHD\n/znbYGuap3MX5OsjWXVz9A2JzUzQstdHAAl4Ltb1p0PR5hBj7yZalixc0elF\nczQ2rXwTLL9hvHjxxA+05TNTkDa5Ijt3lwLHxmlqiJmE+XO6a01QFndmRbfo\nmvTVk8Jj1N9H8muvEE+lUjBxLAhfjWPxeOPh+E42Th6BDmEx6Bfrh9yFBdm+\nZViqyvt3AdZF4vIsglsU0pBdfN0l2n/UMsJulainZDNrDC26/k07TVFya5mS\ndryXz3RziWILuzuhO7XEHR8AJYjPuuAwf0Km4cCNZod7Bs5J5sOjrWAL4Niz\nV1cU0UPh03/b0/p6bvF4A+ris/yZTJaxBRNxgNyfkeq2PZjGzlUB1B5Eu3uV\nlSBu\r\n=Od41\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFzDvLhEmgFF9CJAdvwAGJHFlBvYNg8aMEItQuD32l9SAiBQr/uGyfmW/vkXCAdUWeyH690vSW9HubHnLUlMw5cs3Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.90fa6c34_1542427835673_0.5400682246900275"},"_hasShrinkwrap":false},"0.15.0-alpha.ddfb88fb":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ddfb88fb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ddfb88fb","dist":{"shasum":"4c7bf0081e2b7b9b9cd0ceed0fb9331283d05ddb","integrity":"sha512-9HTyx1v0tNGVQMNSqBuwqI3DvRFPyNwoFu5S0EgLdk9Y8P4qaMemduzQvlCQuBerEFW/t/w1bQyM6Cw91+Hq0g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ddfb88fb.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8DSJCRA9TVsSAnZWagAAg+UP/3DPmQSysj/W/CM5Dnzv\nVC3yJyptOkXHEG4IXf184ehxLkY5qahiG2+HxqF9KdZ8VeaDrEB/u4jH4WKN\nN6t5IQrkA0mPJWaqSaYTQFspk/LuU1tBQH/azA9fh/ce5xqmYaRquSzyewpO\nBnMArXhhwl+wLZMz9kJRot5ExkTYe6WZKNVnQUax1OqJ2xXklhgrjeXuavHK\n4hmwKjEWJ7Pn0O3eFEWUONPzwhDvo0LUANLT0xALDLUX/WdAEiMpqqe/kfMY\n845nsxD3AA1ARgO+U3s7qk0aK4fgU1BajSGZEqy+wHi+/v0j9KM4/HH8Sy/Y\ncKpinoFF8d/EYJXQFlkh8GFv53Le+2stB5kpVwsZKUuXPm/9FCXlqJ+qxo8k\n/WMsyiCKEQc9+SzkBMgP6cVWyllitA7femvtPOYhi9aMazLtTVyhkiA8VdIX\naWjRdXRpMysoBluHgMYLHQwmBIG9dA8m9wymg5e2KRFCwR3FGyeTHwlaDUn+\nZMh9ral6ejhD1sv3MqOjOZpEWY0EdBIUgXZZBanANMhLJlz1o8Uc3IwGUmC8\nnfxKZCT4h7FI8pdZzye0FjbskZEmRBdEwFWLCAFbPD2jPVxtIuR9qSJ25LD7\nUu+D51hy8AqZLEhP2QnHMau1nhpl40pbe5mtTsAbUcUqR6hJ12C4cJhH3/hY\nhYWW\r\n=QUbq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB3xfK1ppyUNb2ROmGsBmHqwbnx+Qo4/YsukM6510SVzAiBMsBbrfUUyXFQTUM0YUdD3jD7LMUdbjNgMfH2AnyELEQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ddfb88fb_1542468744291_0.33070488063437486"},"_hasShrinkwrap":false},"0.15.0-alpha.16d780fc":{"name":"graphql-codegen-core","version":"0.15.0-alpha.16d780fc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.16d780fc","dist":{"shasum":"3e685fb6a862783f38b83c4fd84be39e21517b2a","integrity":"sha512-Qh662/N0Ip+j+q5Kd3bCj4pQJS0W6wUovQP4A/81Q2QtqufNi1gtV7whkFMv2QBnhHAMWN7fES/9bh18xSimfw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.16d780fc.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8DS6CRA9TVsSAnZWagAAUfgP/3oPIFMH7RF8FLWJHI0Z\n6q+QH52+wY7Iu7JUWUOUcg/KdlLeZEQkXAMEyyAWETm3axVi6u6N9l5t0Pya\nvpdlYdhqFYze7YfdSPrMJ2wJ7hFO6M/dEUh4/Esj7GtQxL6Xr7MvowSVzbei\nBhM1dDlztYnUf/XuWCBCXpWZ9BKr0Q7A9pPorryZRgYa3hBhxye8VbfrMsV4\nWeAJnNSVluvYlZ553jGIQ1EEDhF3GNHRKF43jABqB8t9J+UQNrkgUIu9RYr7\nSaQDlgYUG4jQR3wgc36k/xCmpGiV41E/6A4xlU7iL/Omml0nVlq2kOqLwo03\nrK0tAlMs/W31Np3COIp6Z+iXA6vzL/RUaZiMGEHMptsit20Pj7LFbMOqVqEd\n/3V2SZqnv6f74kZ94YBskUoublz1wk8RfYo77e9AfWfQvuZTd1j4+/IeUq3R\nLsv4FNFZwyS9/x2MgVd0G26D626NuCHsltBiVMVYMEhLuKzQOpSdVSi9XKhP\n+FUitIEriSwpJLn4/jmqr0/xqYqnqe/2GhFtEHFvk7GO23GCQK/VrjGgTaVj\ncWzR3Y04Y0LWRx0FB9/30EGfDzBoCW8CH/Yo5LfSsfrLBgdCZO4BgzK1/cFU\nsQ1ElNS3AGaTouxDL2j2bhn1KcSUUP28pzVJqe8RMGIfwyOvDAzQgokG+UI9\n3Yz4\r\n=I6To\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+oytEDhu4ISTIWXihXzFCoOXfMvABqRw7hIvVvGU2mAIgWzK+gzcphgfo4MGalgKwptKfxMsr0fcMRIeKvKsP0UI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.16d780fc_1542468793772_0.24653430479761873"},"_hasShrinkwrap":false},"0.15.0-alpha.055fe81f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.055fe81f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.055fe81f","dist":{"shasum":"2158d236b7d00735682c699084547c516b382ebb","integrity":"sha512-Nu8Z64zWUVKFQGhmPLFy1tSFnIJ44uzkrFtkRSD9MGSAntLYx0s49NoXVt6qEl3/55Jrz1MRW8vOWF55OG6a6g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.055fe81f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8D4nCRA9TVsSAnZWagAAkHsP+wfEvcd5sWBsSaA9HNlo\nL5sRhHhC96ya9dYzfwmrw/qKK04fIUpWtlfqgjg90eJUJOXpAd6Parb4NDT3\nzHT8mQIuTPlwAxNUv5HwyuXO2bQsIHUw42Btv+7U2L/s5n+sY17nOKFyR+ie\ncBdGFthl1niPsf81TIAIRcz9UfmwaFZ5CVlWw3fKrBhXnvlt4f/Vg5lcc/9Y\ny1pcKoL0ks9mALqAxVP7Ig1TiTQluwfYLer4K0KO0GNLOD3nXaMq8nICmimb\nloUZPaqBBluk8YfEhyJCBCyWHW8Ufl8JThUN2WWiHyi9A5885vz8D+hixpEk\n5ihmh8/y6JFKqQh5pqVNZdF9kDvjGdyevTEYvg2suZ4aMN3NvwZrNl6eWHEf\nyiiBjROs7qkbHHQ0+KoBDh9VRQn7q2Al1YK7HPYUCBpJOFIQZYGwcKpHGZe4\nWg7OkzAhc0rwMBSseg4L5tnctxSLHxQ/PW5/3P2pPC2RHelcPg+57O9iadBh\n2aJ7JCe0lQ+qDuEam/tRbAmk4phz6qMy7cCehmE1zmrIM4fRMqxRUoRpajXr\nSsV9YPGAu+yiYNeb0Svn57LtJFf6j/j8r9zxgQxY5NZV2kSFjDELtvlbkB9M\nCa9y0M8OVgK9W2XJOO05tpQaUOFCbgSuBL812w06Xs/QtGEXKAdK/5heFP8/\nFmwG\r\n=6aVT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCXG+6bPopoWg010+qmXcUkP1jM/eMDPRyf3uLMyCvvgIhAMHOBRv1MN3jNhR2BEyetd/hD1BM0CKBOwXKgrgwOCPx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.055fe81f_1542471207307_0.4608019939449193"},"_hasShrinkwrap":false},"0.15.0-alpha.79512000":{"name":"graphql-codegen-core","version":"0.15.0-alpha.79512000","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.79512000","dist":{"shasum":"1b31b13b281e549b6629523f70bc1a7a6c58c7fd","integrity":"sha512-mqRjWV3wwGBRjU2vb2hMZIuPhtsPTPqhqw7vNKdH1PzqypmYGGRIEqmLQ+9TKmStZzpV2Z6iKWXKygbsMrznxw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.79512000.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8HjlCRA9TVsSAnZWagAACsYQAKSHBoBThNJvqc/PzQfs\n3Hduvc5SpAjxtYwStqWAQEMS3ewWhnCGHHjXX5yHdL7YtBBeogezP1k0X3Vm\nikkqDKASjRBZ6QsuV910oCzI1ri0UaQ+d5XT1bH59O4SUs2jYA/nT7UQbsUI\nMd7JMJfBy//JfeRi5FtC+GajhgrpDqlMEU0yILxxVC5gR8wbYHq4mphciMUO\n3IAxC0tCE5XKGAzfLrhhOszxPfu8lDege6MrTUmKYnHcXhK9jjGCffXikE4o\nFBOst0HXMAjG5T23rJAjLnouml0K8qBkM7gJ1bNzRMsCdFp6+rvAY2ZOjrFb\nLdRItH6zVBK0EkbBC7MgvxWHoOY7hsLcxY37o8zbyQ+6LEzVD1rBHJpYo72g\npwVpHh6E9VEWfmCNJj9oYbliR4R0fEJsiyeF0xA5ylIWJmO4WhjdzfwGHASv\nTQgZnAf031rChbtSzdwtXkSbARxVaVviqMgMBcRhtIk6ZLuSlVz/AXHJn32y\nmjBfNHVFS9wtk4kBbrxRHhZzMEbpLyggPZUyWK37WruEGLj3zMQirdQ23/il\nFnlAg1DL4kyjeoo9/P0mCYE2N9jBilsdg5Inz2rzm9AKd1c/BCpChbfP+b77\nei0PtnuZ7k1c/3nNxrRJ1RliMVfPkonnqWYliAWS3ErE00oMS5rBuW7f+fNE\noI8x\r\n=ipeL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRjTSD87woIax6jrV/prG+vXQde3Tem27tW7wHHXbf8gIhAOegxaKos3H47ioWI0UZeiZvVwm292iSuMVDy8uYy7Ac"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.79512000_1542486244316_0.5855204665048293"},"_hasShrinkwrap":false},"0.15.0-alpha.aa6644ca":{"name":"graphql-codegen-core","version":"0.15.0-alpha.aa6644ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.aa6644ca","dist":{"shasum":"3a32394b744957d445c893c7cead536314cd4b83","integrity":"sha512-gsvIEFaG6zh6HAnJl1qevYEKcmLoq16TY4rQpCeKto8ZnHxho1Zek1z44tPMcYx5lGvUv+scDsi7kyLKqScuWQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.aa6644ca.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8Z8ACRA9TVsSAnZWagAAKQAP/1GNpz8CPdVCuCmUp0hH\nnEq5nY1mR61oT/RUgSw2mDGgTo8Crv8VKiGb5u28tgEZMhLr7/9F85P8vAL1\nUPrhjGQpdBW7pS5INYMjTXUMFaRVoYhnPVNBWwmGvCZ2Zo6sf01BtvKZ5RVU\nGnKMOtm//6TqKuf+dSLPvBT2716Kys0sU4uo6yQZXaygo5LD/d3zP8oRQOvY\nAWx0tC8UHmuBIVQJuEPKwYEDgzxwXItpFSIlvD/2mlHMKbagHTjviYPdbQmJ\nYu6JZtEOa2V1z8n9pve6pnynMBiEZJzERAMevQhwf4llUS0Xn9+eSO7Uby+R\nx7YEguZPNQv68kNelMnjeVuLR9jZL0EZzZ8aYJE7LEjZKum9jYra+Eg77uwO\nBO9TJZQ1wTrB4+Y8wxub7BVz0czRiTJywrYzmh4c8eoMQTtWWfuBHKi0ed8h\nZg3zOHylhmp9iqTVOEwQc69g6+VqpNoCNAtOjWuqK4jweni7SES6p4j3fm0B\neNqYXjJu29IVP+rk7RF0FBsA37SplLCN8l2sXSR9K9a7FivHjDJTF9wZJ8VY\n52HLYwZ6ekIJ32perw5iXwTXwP0gTGiJurbD4OpQnREKIf+5XzPaz6nXoVBH\nS5Tg+BizfkwzNG+3Acpr004Bha96Ic32FyVZTfMBTstDe/hMjSXyPJolu6F/\nH6mL\r\n=XJ1E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDegz6y3OGx+CM3NS2IPbc6ga+vja6jFupmuCp92OFhYQIge4XWYQvw/coDgKvCOXAZHQrP8bdzEr1ech6t4wALvlg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.aa6644ca_1542561535372_0.8140037905422111"},"_hasShrinkwrap":false},"0.15.0-alpha.205f7c08":{"name":"graphql-codegen-core","version":"0.15.0-alpha.205f7c08","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.205f7c08","dist":{"shasum":"2a9d344a16ca99dcd157f00141372bae49c84c9c","integrity":"sha512-eJlRLTCfW15+uqKtvwzdYG3Jw16nemQ87wjUbJCrM7CqP/gUv2h99qSGK1EB1hftvsDcsnzs4WF0D6oeVbgYFg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.205f7c08.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8ft2CRA9TVsSAnZWagAA458QAJS6qTlyjDFhevQBI1ag\nSvF26O9iT3MEO5VvrmEDiWEYKvHILdLnEu2VsWoe8O2LnmFBs2fI7Mr8WJuL\nnoXBr3C9A5WFbdIJ7Q9N79LzJQ3sNgr9kcCJyydPSsaV3JEJEXgK2ZokTj+T\nOEqbP5ZWHt8fWAGUbXfzuUrDYwFCvjK9xFKkPwvv/V/f4FvDYtzEowbHIGeh\nooqMJVaVBDOZFux8ehvny1iIxWJOyj6VxTBU5oD/Dj3qghsYqJvTuQ+bZO3e\neJiID867aFBaZpX8PRpClH+ghpeS0QbLQeTciyhD/jSkXIK/E3v7BJIp6CjX\n8EHOxUzhkmNAq661/hmehowMCI7WtjlGBcTJ5ENF0ATBMqJHnsPc3TRCQpBg\nnMG8/V7L/+7E/y2IX8lJTqsaDy6V6bJTpBKVUFSBtaCOTBl5Dty/t9NTwZXV\nR+Pf1gsfmWF44KsfjKRjB+R4LYc9xw3wpMQJ/XMPq38wfP/l/yMSoEbhOchy\n0O1JzjQ2lS/9NFnXDs7cRccWgxqAwfnhSb+JCQCvp6WaG4cIJdSCSnsJPopm\nUQpov1Gj56QtoNo7d+GlQ2x+QV3NAJM7l3Mj1Rjs7+8uCpz4qP2P7wbyhUwh\noSscs45pD6Tk1DWTCA1CTBEZV9W0V3T+t4Zvb4Cx0vknCEsOwanFImW2Qray\n2zef\r\n=VU76\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLcTbNRkm9qT3qbzQHnGoelQd6mwIxeHk6JA9yD1mxMgIhANZKJ2Tn4HYE7FAvb0Ci2IlYVMT0wm293sE4rSyky64q"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.205f7c08_1542585205535_0.5886496907936367"},"_hasShrinkwrap":false},"0.15.0-alpha.f6bd44c5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f6bd44c5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f6bd44c5","dist":{"shasum":"9807ed48bddc8382b45b67decb5c25b80961c1a5","integrity":"sha512-9VEMh9v9MoYsp08/BNm+pj5Qe9gVcO1z8kzJeprGrFS+RxHEbKGFFUaUas8P8LIinp5vl7SxReC0YKJgtUWM+Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f6bd44c5.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8gmXCRA9TVsSAnZWagAAnZwQAKDChT1HBNSqDjGJy730\nHQ4b/LLxEyp6kAuOCDctghaNaY9MWP7+6M1xbKH1XHR0c3nb7yMJ3kiGW4NG\nLM8gTDvfPysibkKI9GvMBcoIN4e7PrV0yL6tBQwBTAWINGUywYILvCtfaxls\nAXTh1Zds30LJSFB4hyeT3wld/l/vnnkJAxEGLzm7U7yVRdtkVe2ptgv+A6RP\n3Atid+3CN6NOEHJ1h4WHcKE4PXQUXjTqYV55b7z5Gi+QMtfHiqZvv0S5DV4C\nt787u1HQsdzhE76G5mUWYpF+bRklI2aLW1gHheAmQmzQwLkikU6a2AukWHTh\ngpD7I8ofDqxmiA395PWE6hPzaNdTHTg5V+8MydEI2wcCi8QHfdTxQtPb0ZHn\nQhtMGF423pzVOqQ+/JmMw0brxlNGSMvXO5QblI4J1OemMzk+7dxLugwRHZk1\nH2JsS0he3uAofNBcDJswq9B0LnC3ovge5Qr+H4pk0ruI42PMQlZT+2P1r7fB\np6UQUjWoDiK5Wfavoubs3FRe3dTgbOI1ThWYMyJdGmFZEqGRhQcIQkBxT4ka\nksQEuDXsOSmxbWkt7Mkeb5Gaeg0fGL4Pl0qWqTk58t9WnznR6CTJf+rD0PrP\ng+BO6QvxLodDIzmYy8SezzITJ90lKtaZyVtwN4KtS4T7BP32Oj60991BhkLs\nwRw5\r\n=D204\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOiJjlatfdd/OzDpdkUpBbnDj8O8UM2xJdOCWdXEBp/AiB1QZONPglD8M9J9EX7mX307Q/JRwjA3Iol+FgmfGtLLg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f6bd44c5_1542588822588_0.049856858694655504"},"_hasShrinkwrap":false},"0.15.0-alpha.b3d4adf9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b3d4adf9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b3d4adf9","dist":{"shasum":"850ac54d0c7f925b3fa98625bd192765dc318998","integrity":"sha512-V+dSrKWrLuUd0r6GiGWNNtNuecqvh3zhJggFuFwwgUFIeyGe50dZafXG80e9k0PdRvN2Lq/8zyc858gAY7OxAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b3d4adf9.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8gmkCRA9TVsSAnZWagAA6xsP/2Vh54mv2t1W5dw1hvvR\nxaPjloA9wMqnG7xm4IEZ1a4CCjnMxw1OQG1nqLFpSfWcXPh0SnusgAoV1Knk\nCZFKYYD89fK4KNrbZ3qtWc1Xpw3Lz/UGEYjlRPSeyFHB28neAtYYM9OjA0M5\nRDHEcdxxROxxZQIPFGjDUKLVNAJEkw+v3vD3DgtTe0ab0LVNXMOHtIK0Xvg8\n89hxl1PRjpSnnWvfbDUqBYSdWGRGgxclpNeW/SdTPpDehnyPiaS8tAzs6R0S\nVDbnTNbDgANCwNJM23J1GzdtqbnwLK89CTDV/odhIXMrzX2is8B2syBwKsow\nJm6Gq5VssYU3W5twvshswV3DEBAfqT9dItuPiyKIYeb1QlyAte9Us+RRvsGr\nA6rBNstaH8chv8ZtFDgxXbRhRCvWBwhX5lyrEEb3SJMDXuQcsBVW8LP72rU5\nnHPZp3NI3rAGZE3AqYaVssJVWEvM8NHgNBJtVdtdROdwGpP+t50+B5z5Vqjt\n7UfAKICsgUK//hDyfkQWKTgPC7qehX1ROIZ3RSd0fSx2qz5GC/SK8W04dsMY\n0vLd7N+r1cWQXlRkH7Ok/31X4+Cee6moMz39FKY20okrz739BzfU4zj0sX2V\nkgFjo2ixati1lgJIKaAm9B5j+HkZYGS1iyttmdG0BfLTQsdc8oPaOhZw41tA\nB+bn\r\n=Smhc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICNC6NjYGDorm7kknadrx5wEtDu5jKlvuk9PDmir2LGkAiEAjU5iptolHEbcROMb/DvVbLofnFVBhPShj11agWMEl8Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b3d4adf9_1542588835765_0.27829203348364384"},"_hasShrinkwrap":false},"0.15.0-alpha.14aa151c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.14aa151c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.14aa151c","dist":{"shasum":"aa01159849f19739a8c3173e2d875a1092bb21d1","integrity":"sha512-Mn2hEc7cd1qXOIFmeQq7bxkN7SRYufffd7MJXaX1dgkfd3tSfCZZkns81c9Pahjp6HjSKLlBkbDl0+O5AICWBA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.14aa151c.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8gmqCRA9TVsSAnZWagAAL5EP/isbfHbyUkkRTm7WzUqn\nakiJ7EiLagZSqQHM6gvnaqRcv8UDBmwVY6SV5/XEibLR6obVtaWayMD4KMPa\nhoPqiETe8eBD/X3/D3StWpRLw+wQS44o/m0X9QUqAWgg+toRwWCIJOyKJJZy\nitM5KBtLbCpnSwHuuilmkKVPB1a4weyMdkjPwd/q6IGzQBNMcpKi3w6lPL5C\nDTRUIbUA4iQ9VfSwKW6P8Q8XJQ69BIM3zwHabYGz3qXqDOaKwCR1El9cKRNd\nGFHQdOkbpZm63yGPxjP+oqGmcnWbVsBZJBzG9oDiYC/8oVnfNm+Z3u2uq0T8\nHLZyvE0klHGJFBcrOdCJxuNPR8fPGFNEVrq3pwXpXfuKRADx6lnHj1mZDHpN\nhDSTOLRHt6jWOKRY+0AfRPdWUqs63uWp/Y3kIBcU4T6lfH6OyoRxlvKNgAky\nVuNsE5T9mCzJIa1vEN3OGNfnoGstVFE5EnxIZRIh8ASS53gT4glDqv+8DSCE\nTw0t4TNW2YnNfqnzvKxQtK1jHcXOGi0G424SDqvjhRre4dFNFz7O2kdgiTFG\nFWcX/ySEmrMtZS0bX6TSDjt/2ZNOzAlJKoAd6uHlXmcPkKXVyROluY9YTH/j\n7qbO+d180rSuRCk4boujF2dopaYWfvwAoR2QiQgw2n/BB9w3h+VVeiVEh1Yk\nFfo3\r\n=wKqt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEwNBm72yrVFaGNd2DSAogZ8s3KMYKKmE5Gr3vcfT+TgAiEA3L8AcXyHC8wtcoUyhnMYC3ayrq/f+NEkesdFv+JITLU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.14aa151c_1542588841575_0.13426490462285012"},"_hasShrinkwrap":false},"0.15.0-alpha.38c66ebe":{"name":"graphql-codegen-core","version":"0.15.0-alpha.38c66ebe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.38c66ebe","dist":{"shasum":"dbdd95fa8df92ee4eab2686ed3db1c7587a1474c","integrity":"sha512-YjZUXjQU23SDHloIFAVHYOn5rhCC59BG4MYJ05wu/6fdndzbf4aYllTmAwI3kmB/i/gr/tXZkL90LrcOyJAovw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.38c66ebe.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8nr1CRA9TVsSAnZWagAA6wIQAKHjQrKZV/rXIaumgT5B\nm+nJjxD8Ub/ZGq1Fn0FZl2ScnhVo3tMIfRezE8hUS1isNzOGDFjSgU4lSjAH\ndSLO/98CTcjwCP9uUwudGCP+KqByI2SLr8pT7nQsdYQ461HNjVdJN3zNpSsF\nKqBCz9Sa62+nHsfXqJKgjRw99ayyeMfi2t1zA56TXocAcSaelZ65vuh1OzIC\nxkz+sasXv0twNeLjAjXSMO3KOqVBZ1WsvAl4eELLDq2DgkRgXmzSHAvr3n3g\nRy13adITkkNTQXpfj5e8nywP3ftRY2r+ZRkwGZcQETZDGTQftBJQ/8xgOjgT\niq1xW8apDX8qPtuTYNpSGC0ipvgWxNrZXSc6aM2xy7Ih4W5UKBEXBxMtKyPf\nLFdVNMY8350K26bomUh/NZDQeMtSUxpK2gTp6GSYlcItnHsZDYUBBnlvAhdZ\ntU8KoPPmYboBrIOoSF2cSqXwsSJsjUCf1lQ49cMjYDlTSrxZGIht8iMfgtR2\n73q5Dwr+N6H0Jjej3zsRdjJgbdQ4WM2xWGi9sMDVVsojHH2MBFOo+4GdvQHF\n7Kk7yx5jtK3dXUftcT05/Ujvi+8mTC6TaGsYv587j4Jx7wJSmqDIxSrCtjGK\nSuW09h5L8kvlyKe+vmUDA4YfOG+E8Y1kqgpeNG39s+hSfKbhmf6enKS7adLq\nsqcU\r\n=45ut\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIETAf27FzOB22r+O3z/HgcTupzCerwErgM89TknjFWvGAiEA/KCrSx+qt7nO/BctM68cw0RPKpZUctWBxq4xfbDPo+M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.38c66ebe_1542617844969_0.6193551784612363"},"_hasShrinkwrap":false},"0.15.0-alpha.0c9be47e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0c9be47e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0c9be47e","dist":{"shasum":"37603fae1f857b1fb144e19096481df5de06d8da","integrity":"sha512-1mmsElUAuIq4gnPmUBblLKDTKTDdV6ohNGvhnZEtXgRbn0gRsVpNPrVitx8B/f2FDl5vnpCHJGIHs8QNmYpMaA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0c9be47e.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8rL4CRA9TVsSAnZWagAAJ7QP/RKb33dKfHDGc31Lyi51\nrDDgRvTx1DIr76rjxP2sdvM5p6H1AL3d6pbEz/+X+IrOBtMG6LHSHmFVnDNq\nNdUzRrL4JrrxC398+9Pt2dxRf53UAwGv11pG/Yp7EEYC/QkNepzsfD7Z9OH/\naiqvULmpx7RXrkRYU77XgWXMnVI5oASqAxCxkzNI66PAiqMWoHQ9xXqBcB5B\nFccK76rLlg21CxLQwj9UuVAK9HCdhcMoMsvd8kJ9aoK8niXj7yROtO/TChD6\n1mgNahkiQ6D/AcyIzZ627lGoocMNvaR4Ny2w4bQvEae5TNXxzLMvvBnAqCgT\nS5QSXE9nmxxEc+oZ945HFZofPKMZCF7BSLQDJe8f5bJsMIA4MHh7PVwwoex7\nSa7Mj/KIPwGj4BfJIsgElQU/9e8YZJ5J3YKbT1VlpV2vRcfRK9fqvCd8E1vA\nyS8Nckbd5wZlilMKHonYAHVYtrnM6Fg8mqQSYxj27S4elAsC97AM/cESPojF\nQtXdmAVNwUN/Q7aAmW5Loii5f0SMGPF9Ra5KHn9K0b4Po8rZZsBRftK49LO3\nDgYlke/RQZ/ho0NUigdsCrDh/FdlWDKPxFnGLo4eTajnSj8neuh/MORcmXe9\nzukyUC2IuiADoW0e/p79fmuNWIZoMwCB1wvXbeeaAAm3TcrkldKcyNbxdTyP\nOD9J\r\n=WYg7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTy3aurp19uCtWjUrcJz3tKobcl8j9w0/V58dIzKwPqwIgZcj9OuKtO1k716ImG43tQuCLhibdvCNCb2V7lcqIC+E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0c9be47e_1542632183622_0.435041794584871"},"_hasShrinkwrap":false},"0.15.0-alpha.7f546158":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7f546158","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7f546158","dist":{"shasum":"7767ef39216963fff053c954af2de5720d01082a","integrity":"sha512-L2Ee60EB2uSzopdK7lHTuBWhWCQLf7mrBHI11y7t/FPT7nyN0+KA8QOkUsJV9bxENIkj1iwcsukCBh3iUAn0gg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7f546158.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb81hXCRA9TVsSAnZWagAA99oP/i2VHbhAhV0eFNLDOKGJ\nQZkGMEMc1j9H8kQuE+NruyYvTrrpa0oUoyC9nqIs85W1ygCN1SWcp/LlqxdI\nTiBqTi91q/QbcZ6vEmdxXZ422z33B4Lq1sWUs1H/6Awv6/z0pE1yy0+xB3De\nqr6s9ZKFOEyJC2MEzfAP/ophX4Mm4fACIwO8SwLeTCcvjLb3ZY05VdEU79WF\nJA3UZPaoIl3dXfb6k/tUM8d/b9/ENumVaHT5Zy9e8pQdpNk4RcAtY7pACXsc\nIou32ATHYZ9rE3fDWzeeUWdRNYt6MyCC7sJqO3JEpCcFd9mIqDrlus4ASYYv\njRrICqvENWWmkRcAxDm43nNZ8ScR66ywxhhK1C9owYKC5QSw555voY1oLO+Q\nHQUudLfU4PBsgQZYHRmUJ4JnIo858tgXPerNdw+3mecUEDot2Qrf2/zwzxNX\nZct5/zftGoNv9eoyULJgrSBA9Afu/Ie9AT/+SjfycvbiHDGzUNgh8E+iAMrY\nA4R12VVbUa1QTJ71Bkr94OvqV7cZX6k88oISad99Q3EIoi1O1NOSjS8su+pN\n9P74TbHwr2SYluIFmAlUxjNvyqjEHiQ7qEIX9AklggAhrt9s59WYa3yCPqej\nT3ZYAaV007NDo/iSbydzQ78EkWaGbkBAmxoRPh6xO/QBlr6gsNGxtGfufZRS\nOetm\r\n=fA4Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHbMvI665LhxwFAxqwKP+b4qj8wKd+owcVhtgYVx6CZGAiEAw0avQfebKwBQNIzugF6YEG04Ncylu4yIxVj6g6L4zZA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7f546158_1542674519054_0.7329645592226575"},"_hasShrinkwrap":false},"0.15.0-alpha.8055a3b0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8055a3b0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8055a3b0","dist":{"shasum":"ff95a4626f34378a8e92c9ddd3784f8dd946255e","integrity":"sha512-wOp0tTcYMbmEmJkzyQGKYiFkn0a04iuJ/lUG1kH7ZzH1ro1ayQlQscSEAYizPFRI2lHtNaR2CWshF30XcTk5Jg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8055a3b0.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb81ljCRA9TVsSAnZWagAAmcYP/3UzH3Uwe34dIDuNOkPh\n5WXAr1pz8Sn8STHZAkMUBI3APp4UgmfWDst46BTqYTFnj74B5V39tf97yP7O\n/WEiTT4+C2HxaDcIxh3HWDg8W4F8TXcef0yskNIYO02f32PnqUG6QtgxBWIe\nyol0NgVsjSrU4kxamv1pdbSYETBLuWCuGY1VlvxHVKNg2DV9Z85cVgn3GNEw\njS4d8OupELWpcw1ifRfNBrwTSejhfUvcLWZWME1tP6vM60VM29cRtRPsqGmx\nOnQf/JSlq9Soe9vc+rKIY5T81czQUJeX35hCT4uamG0Bmb/Fgw2kB6a7jJcM\n2xKAfQS1mPseZghX92ksKep1a8U6FzPp9smUI73NoRPLO11q6E+9sS4LP1sc\nYGQolvFTzm74rbp2bnhxXPccf/hT1AHTMADEG00t4F90m995EtemRGs/SERI\ne5+n9s7yL2C8QNsGWqCKqG5FjkG0Rb6oCe7rA4fKT1LhTu4xb3G9x7mt2HO8\nhgHaiP8lf9t0I83JS+RgUSqL0gIfkE6zKvIQ/mcIME1aaHxx+n+OpoapkdiX\nB3zoQ6TvaUeYRMf+4PTeHBMIFwQpW7ACI+3nXXUAUzWh+r6WJQ/SxsU+0djZ\nkrgR0E8y4bpBc3j4cs3RFhIy3vJUc8+QmEibl7yMDk6n5yiD8P057phU19FS\nDGFg\r\n=HmJs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMcv75oGhWM3Jy7bQmNGcSqdHEFQvNmAo0PoVpWy00agIhAOBw/xVZRMRFvyzgD/FlZJ76EBsU+gCtn586PEzHFTgg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8055a3b0_1542674786799_0.3422004616415095"},"_hasShrinkwrap":false},"0.15.0-alpha.3736a87d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3736a87d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3736a87d","dist":{"shasum":"e1c8c2d5692888b12591da1b924eca9e7c7cebf3","integrity":"sha512-+UufbKqPjtPgBENXy6Yq1fCB0qYWeysFpwAYiOfNIMa7T5anyNJs+UZcXWaXI2XUwbO1HCMeC1Z20UHvwgkzrA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3736a87d.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb81mdCRA9TVsSAnZWagAAM2EP/RVURceV2i7GoqR7XKnD\nojUyX3Zy90aFY3TNJuilNsaxC+EPVNH77dn07aKaxjKBtkG6vM/JNqg5yscY\ni0Deuf3UmKPg37hF4bH0j6yFI09NC/DDv8Nc16deiFjTfbjPHU5IzFivQZzI\nf9G7dnJAuCxq5zQQoSEDulozzUj37Hf8ETgXz0FHOJ58kaQOBTys/k468nkI\neejw2c3R1c1ZbqgQZd/vIyqzDBEjRUGz6t4gmQ47ZO0iT2xPkORJ+zOIdxxC\nlQZjBIo27b5y7oQ/wNzgjoIusuuSfMJTevXImbsAz0elIFF2gaYq7ZQXACTC\ndW/9mnYPe31hd2Zb4pP+Q+OZFovgXCfysqaVg2grlVXPPHlUd84rp15g477l\nXbegOSTER+X37lPsU4EouGzTKAf5tPW6GBsnIzxbj03B1/I69ohUBRf1U4Qu\nghqzYsGx288F+tYT6C5lLibbjuphm26MpeoeVM1APCb4DPQmdzxOXDn6BvVR\nkYUL+FMvD3SS4obCADp9I+YWnIekgVSnIK2GM+G/+yOn3t3o0QppgopOBZqz\nBJ3gNaQj0OdRG613r+cx22N4UHEGBObuqN30vwRtse7Ks9hNk1lxBCn93fi5\nchEDw39D1R9GRr1uK7ovYZ7Xr2VZL2wGl6wyIG5dH7ScKYt/HWqmueU8++7z\nbcaz\r\n=Wquz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC14TSTc2tJQvsjIvBfz/ZAX5d3bOrq9AuWVDfqPIO4sgIhAKIKVVeeiD4e104qjXfKowCruAxKjov+p7EYXfwK7il4"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3736a87d_1542674845155_0.4647312533092196"},"_hasShrinkwrap":false},"0.15.0-alpha.257163a3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.257163a3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.257163a3","dist":{"shasum":"53a46bd330e46898fb3a35030f3dade094d654cc","integrity":"sha512-azXG1RruQgUV1CEY5jwXIosfoK2mzEsP+0ZrmhxWTs+03WvMHeVfzK7QCxEhYErGQdbFDPZL4XXR1rq/PmoLtQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.257163a3.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb82N+CRA9TVsSAnZWagAAriIQAJVszThDkAd+KmszSS0k\nt0PNnhaKjZaY+YATaZ+ijmfwKSckl7fWb+vpMKEtwCjdODLvyOlRTqoZq/dC\nbcA8Rn8i8kUMWbDt9Q57Dtw0PS0kx8zg8eY4Q5Ft6sU1N0nuix0c32pIqGoJ\nqXXay7h2d9yYZNluZux2c5n/PNQdHl3coceVU5A4TSjisOoZuMgSvCtbm/ZN\ngl8snPWqgHHTflzxFlYNu0XqyTcR+Jnn4I4VIWAzWuCeW1T4Iz48DzoCRsOB\ndJJNQjLjAGvVSTYMGCm4f6oXUsL/cXnWNlkbyCOJCZI710VPvwSpctaQoHwM\nzXkMdRi/6FIZSpaaXwt63jvnFUKYOm68ziffyLjT5pnbCD0hQbPBJvV/0bEm\nrfJ1OAjxo9lCJz4YkygN3PHU7lxZf7HQj3whYRONLAtnmoi/iVmySrKuvBwt\nAbemfDbbg2FkO0X1QwKtSeq/3h+GKoFXsC9BtiuMziQ8QuJdKr0ajbUipekj\nYvFsZfuhAFDRCeY6Vow4u9wNUkpo5Zk4Aa5Dg/BwHMJhqLMZqADE8OeQQQc4\nc8Eehs79Pm1YTgTRR5f+4EThfTQDfPDZps+6OhLJ13Qz2OvmmO3vRFMCUNM5\nEEofKRNZoTAgZuY8jqmj2Mma2JTbUXPkIScpBU7dwvEkIm004kT5wa1PgCCh\nHfax\r\n=0ipU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaSwJS5YYUfOKvMXBOjNyUPMO+7ad4aPSgyT4mccPrhQIhAOEPV4zVR7DYej5D8ymDcQvEn7iQAYxExvpdrMwr07ov"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.257163a3_1542677373964_0.7491885568405363"},"_hasShrinkwrap":false},"0.15.0-alpha.9ccb668a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9ccb668a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9ccb668a","dist":{"shasum":"c46a6d761255d339654c5739256c455dde9d4219","integrity":"sha512-vvNWZ2PqNejFk8F8s7VgSrq3cZVA1AJ0pQ90JvgheN1+HYJhSQdU3WfZqdxTbMOJGdKCgPwD9R/2j7mBmT0jrg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9ccb668a.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb82TxCRA9TVsSAnZWagAA1eEP/AvGrRwIockSY0LH7mlq\nORbrUFz6zM/uuVWDrCLZSZ0D+uX7HlHeGCljk7ApXOU7YaLqWyBmALBeKntA\n3FWLR8gnEP8eTrasCFL92Hn/G/7pURpbOYirQFfF/w5+/TEuTAOx2FaN2512\n5mS5xY1VkcjGUD/DH6ZcHb38T0Gni4rcURbPGrfbuYBLsYqTpURa4BvcrvZk\neEh7BhR27X8riDN4S7U4AVuJEFP80QMpkOcYF8KjuPdlViYlyJy0Gh0MkE9a\njHirkoU1bNV5KRzFOm2t7yDKmL/4f1OENEVsZoq76yr8kAmXpnChr9WIuzSi\n5gO/iwAZd8CD9X9YHkQ82yTYb+nTDEfI2dWOzV/VhSideL/1nGhOcYG5Ot+9\nqOpjnGRWrjLJx61/xrOfgTLtPx8l9bth2enuzqg/lRR1ew4DRIKhaTKRYdHV\nyVY4devw8RiZjRcNsAjsJ3xo2uemMD2q5vxp8NLbAYGqSiJ3lLT1gJ/SXYXY\nXQ2MrBm1oDWbD7Ld0n2jgP7uRjncIqNmbPBBZl+LF/uR7H9v2t8GPt4FACay\nTRw4O2aYemnozry8EP0S5HsC/CeTRgGBxzmYqB3oNeT73AFvpOwGrdDad2VU\nVKJtuLEHdzVyUlFumgDxBS7BBuGOcdpLkZgGXVnqLY5eYiAhFq6hEfZfjG92\nXq+V\r\n=H0NU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4wW52CeRkuDyCVU4hk1WPVOLLSPN54WGsEiN9Rtoh5QIgGdRbtOtPAF3UwIcmkRterSrK5GPqE4GBiGJLjMhR99o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9ccb668a_1542677744547_0.11187709410360491"},"_hasShrinkwrap":false},"0.15.0-alpha.4877f55f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4877f55f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"devDependencies":{"@types/chalk":"2.2.0"},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4877f55f","dist":{"shasum":"7a7dd3925d274191029ea8a7069518f5d6639508","integrity":"sha512-1UC+d9E8Vfy6EOMcVh33qPMtfidYdf5QqFWQVCXw03aCwOIr75GeVqe6My24L6e9w+ES7OsZW+5379QQjLLVjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4877f55f.tgz","fileCount":99,"unpackedSize":93029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb82+zCRA9TVsSAnZWagAA0VAP/0VJxxYc73SmgayxV3mC\n97CRBvFUAHiD5V3GSeMrAvN35i5LQ1mRA4ZWKszvaWlaq8nQnK19dB1zRkG+\nMm35vraDQaHGzWpyJy0MH3Dc/VwWwP1xibaleracJ5p4lDHmLYWcxVm54zZM\nfLCkREOIFoENUXo5C2466E3jIpUdNeEI+FZ5EZvMIx2eH/h49gjMawpdUPn0\nkr4G6JkOjoH6n8bzYx6LvFy1UY8Zhm06MSS+MRvO6sKI65gTzUHn842Eivhy\n5jOMZcFX55u3FUwOon/6tbMGHNs7wjn8xTNWyuKSl6xVQfGTpwlUTbTRDoFd\nN8vEL5Qwo2WS8xwxn8Rg7lOLveBestKLDkslfdv7CJ4GXPwzFu8oevOudHhy\n6I2XifMpqZKNgbHfuluZvVJ5RP7Ycv1bGdVJrZfXk5ki6zKBg4erGg5qgvkS\nkrLeqhBl8QtzprsXRHe1dv+bEkhyIsvqnyGfokxsgGvDguxvk98ABiy2ZS9R\nkc4VJNaFfvhw3I6GQZy3VNN1op+ZRcC4jOIN7m/tENybf/iUEFr7dbWm9Qvf\n54zhxw3nfLdjRWxwtd5ajESGIUXqnvqMtzfiul+UUcnUige1uwwzDdGlgeph\nEdYmjxg8nVL43YyagQjb8scx6dfVNcJZpWcR2qHtLZeom0pAgPkqoTZyJjxZ\nXT72\r\n=EXUK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2YOA8OtucFbvRltAWnoML6/FDtJKHTDP7vjUyrkYypQIgGexQ/NG2N8ZRWV2ggoHszrfziKWEb+okNSirQNNo3lg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4877f55f_1542680498924_0.15036923144104097"},"_hasShrinkwrap":false},"0.15.0-alpha.20a298e6":{"name":"graphql-codegen-core","version":"0.15.0-alpha.20a298e6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.20a298e6","dist":{"shasum":"85883042fec14cc0c84c322949098e501914b57a","integrity":"sha512-KJGNhiOrIBeUISTpsRqCRWMHU52Ad7viYl70QJ6J7pM4+y8srkcDjos27ZPTU97SZbdhGcylUbVZHGgqQ66cIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.20a298e6.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb89pYCRA9TVsSAnZWagAAM0UP/0ZJ/qh+BSHL2hTBVU5+\nmlsGwKXDi9PlIMHYaDvPtUbxp0SY3H2C5kjWxzFZTX1gUjdN0ArNxLA1InPK\nfNeAU25eLit/QqsgCc9lLXMCwLbmo2u/lIiHOopPIj4os6af2fcD4FKAV5Cv\nl1BMHl3nDjVjfjVpi7DRXAOqH19gyDhgdy7DOakxNy9D6qISuA1p0Cqy18al\n4pR0ChTk70keXJeYYNb2wFxc/WGX5R/FTrohu5fMg84/0+87IRLWOMixavW5\nX9mW2rcem8HfNTjA9UYHK6pmJaMn1ECufs1Gzj4omDizo48Qk1Mp15HCTFGk\nAkzbI24vLRtqggPbPYClnBmTMV2kDvXmURxXAprjB3mmnMxqxvJfAHiY4/Sf\ngbVjYrK6vSCogEqtTLhBBsXziVtgvLJH3m8RIgdxQ2WYWP68fg/iTmh+Hm63\nLFN2xijcSyMwyimT5CeA6b9278OJsqNzmI/DJasNO0wUFBQfptX7jjI5NGf/\nRcN0QaOgoYWPSmmeWTNNmFeYMkOOmZUxGMrBOHm8+cELQUoJM50L4OpOAc8u\nQPGbb0dffDuHFnSUUYjUv4CE3vxNLaASuKh3IawvB0BpQP/DlnAdPF0lVizo\n69mb0Zf1OVEZK1j5VKadyUxcoPGi/FPF8QKXgRPpcJtpeVsnJfpktTgN9Ywy\n2jyB\r\n=3hLI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBxX/HmQfcpS2DHCGtDFBANF10I0/K5sGSG48EI6qWqqAiBPulXlSrGfQ6rPI0toNteuLj85/QvAK427FV9MfsCDzg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.20a298e6_1542707799602_0.3701657285700177"},"_hasShrinkwrap":false},"0.15.0-alpha.e6a49ca2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e6a49ca2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e6a49ca2","dist":{"shasum":"cf81511c191286a0c4b915ac1649524664120b71","integrity":"sha512-EzT2MKgIAiVFr6uomoI92HGE9NlbDMmsqsYnpJjyGBDgpSzt942f8UiX/0bP1jwWkp0RmadSRFTDX41ve9/6sw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e6a49ca2.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8+D3CRA9TVsSAnZWagAA508P/0++o5cNn+Xhxkx5j8hN\nT3J+mDBS+8yq3X2AJkEHICYyDn0cq/Pthtc0cpGsiSGCfjSa9EaUqbE+2zoC\nTynB9G9xtOc0DEXRu7neAzK37bd9UqNqgX52bvoZ054aKT2IuOTwD4UHEIIk\nTGZgLBFroHDDibEBnFqZeAquDXMTYWomsf9CYvyBhZAWS6oxTEIVgDiiu25I\nttkHdfKQdGEIf9uSeAHC3yBzCdlJY1nzRVCKCWJN1qMjV/gAdDtvpF+J7CBC\nx/Gb3y5cyOZze31GQcpxvp72LoH8sQoyVxO7UK8tha+Yked7XDk47KtOL9vI\n3F5mvPoiY8bgtyp1Bx9j76WAgNZt1DjYvgd6Y9sgt03katoNJR6xpknabj48\nSdnz1tOh1eZLbmum5xTFCeVVY+koTV10GwFrOPV9PEH9r0m/VhhIQdjQxTpY\n4b4/Bj1D1QXulTqS2sZEFQlyI8SiU6M3xXvPbNkWXijs13sD3Z6hDGv6cAW0\nSPkZTShAcyNS0M97rYcdzvOc8p/yWgQJQ+oypYdAuBuPL9OSXBcp9ZVwayoo\n8X1TYjULrm7YiyNNcwmyX5HOBM4aK/h2zmaRnt37eov/4ftdrZL+r0Qa6pP+\nkBFimcePuISZKEE3Ap+FZWbfqaks6u0q4aVb4burZqjramdSZu7WBsK2NcTx\nPM/V\r\n=KgUu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4jf8Rkf3uMYsdFu84ZYLTSENVxxOQWpMCC+ozDrDZrAiAxZJvU7Q3r1fIJ5yyY/RY2IZw586Y44t0qAnPFB17RSg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e6a49ca2_1542709494793_0.6771870162772462"},"_hasShrinkwrap":false},"0.15.0-alpha.7944ad7f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7944ad7f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7944ad7f","dist":{"shasum":"d5d5ffe5330ed572abfcae483432e6673d50edb2","integrity":"sha512-TqlNjg/gaMWKUV8ct7vOFnXnA8cYtWz6Ih5ZcZUPLZ2FZ7fg2MGPWSjt+Lq7K324PMB933Mud3FmLLAnEohNdA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7944ad7f.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9A4sCRA9TVsSAnZWagAAD9wP+QCmS63YCoI8+tOqssPe\nFL/IQGLAxstIar/egfvHoY4Ci5ZZ3CfJHpYUHeQiaNicPU+q1QtRDQ7N9YMO\nyiTY7XQu/Ip8cKFAVXwYX/Ty7Tq+oN4cLlu9+C1RqGnUMOLcbARLvrqyRFHw\npWSs35h3Ify4b9ciKSUnGC9T0iRl1Ib+32tMd7VQl/dDNyf14XU0+NL/VOTA\nHpgjCL5Cyz2C68ZFWKWA7axJXJKz/Kv5bxsR7hDrTjhisvmgidDtyoPVO0aH\nFK6DlicCuGSJ+uclZ+sqNSFpGS99SMu5lzAYVzh1ud5PhA0c18fM4ccZc5dw\nrbqg3/kaL3TYbzqMJfLffhpGH9HtlYMjGOYWl9ZFHkmYCnvF1YW85w1rLFVg\nGruGKMIjdwcs2jndzc+kBFg7CxPNdqDc1TwB03krMKbTDPWWIjffUeE6psvQ\npJHOVBmvIS//axtTGZiBiTeNpUT33mRhppfnn1ht5appMBl3D8+IK1cXJbNH\nUz+oKgE0DlPRlcd3GyvHbKjYqzhnWTz+8ApNDevVgdJrgzeMCf9fHnZYzeGa\nk21UA2Qr29KwV0hlzAHycXHWSthSfO0h3pPsOiGI0jbHNxDB6hEn4YHiJ8Or\neK1pMkahfX3GmIJ4gRYAbOtdZiOgRRSWI6rY1zpBdqWTilDlban48IjhrSBa\nVtTf\r\n=PVsa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFn+6UOTJM0k7uvfz7mliMAO3CQAXqBGx/CAY9sLUW/gAiEA/rRbuMdYp0k+2LltnRb0XAehxElDlXf5QbWYeqJ9W9I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7944ad7f_1542721067795_0.5875186249520887"},"_hasShrinkwrap":false},"0.15.0-alpha.fdc14503":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fdc14503","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fdc14503","dist":{"shasum":"4c02c86ec8f0978be2c4289f1668a9e05cc460c7","integrity":"sha512-rqq5ej4cVx7X/Yxivk+uIik6yLdwlmlXAtoRl6WaaiG86Uxjc/ebfbfZ0dMrvu8qQ4m0LQJ0A2Ji6RocwU3GBA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fdc14503.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9BmFCRA9TVsSAnZWagAARHYP/1mKGM1XNeDikQcoSOMe\npmivM5cbKhsEKpZFFzSa51Ld9PzJ509DgpOeRGtB9wuPy2jlF96mARWvAVDE\ni0+0A9bSIPHb2FCjqAQHbgHmS2rqtvL/XmAGwQUFmAVGpTG1mrQ93isOpbbv\n5q24D74PfQFzYnTJWM19tY8EqVLQr24zu7q2rnbdEUQI2sjm/vW97DE48JYZ\n6YMJIfUJVwnWtK1giLwLyWCTGLg/t4WtfUOt67Uf6nzpwsXaicTdQk8y7dMb\ncObrEZeIfGIWJR7RDBeE2nfc7Uf+vo+9LF/TfZQmnDfhLmtthx+GE+nIQg55\ndQOYeuZn1E3bTWtnvFEhA6XExKJiHVrhOQzLBkMMCpqkPRq1kVTEjuEqIDwc\nkgjwSDkF8S7e7sefRBKenJkmhnnp/tryNJ2cye+eSC2Xfg5TJNkDSJLuVoUZ\nKOXmKIatVOBkGBJsn58/uy5HEclsuYEiOogNhkg1i730IUxhOIH767ch9hAf\nHBZ4tCjA8RDyv9+wH9d3NwD7Ah+ur6HGmZRUgsU9Khze/tUOOi8lvT/qR3+R\nZHQabNL6xUh7oJeWMOlirw84jpHcGsgMlc4ev4x3pe3OyMSUmCA+grigqzBA\nhiZY10e6kGO2VEhXMNj5eNw9M6QNWI89OYQtsET6ZpxiUavnNYv4o87SHnJg\n7UU2\r\n=L9nK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAM5K62VRwrAnUyYce6baUFnuqWWlreXpmQe1BDfQbhkAiEA1W4etbDYK7ULudESilBN2ZZsDEcSp24JQJ/3623cZLo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fdc14503_1542723972311_0.029836005741193272"},"_hasShrinkwrap":false},"0.15.0-alpha.771c0019":{"name":"graphql-codegen-core","version":"0.15.0-alpha.771c0019","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.771c0019","dist":{"shasum":"e12edfcaf07668388f98e7a5a91727c02dc24e74","integrity":"sha512-Uliw6E1v9W1YCVgqF58wYnPcLEB35mJhpjy078tGwlxm76ln3PK0VuppxzrcQvh4XYvmbsG+xV4kjBaP0wQdEw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.771c0019.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9DlSCRA9TVsSAnZWagAA3WgP/0RCKgdggZYtKeOHXJOj\nBPPTlJAj9tIzlBig3Au4ODpB0QxSRYCT9fV71P2XJAy6Mq4rhhLKA7HpA6EX\nQjEQQf1Yd21CJmTiELoVkcAyeGz7LyE4LsPUcQGVwRdil+tzrTPj13Y06/64\ng6XCGdCgbc/cs6UTZMaRBajmLpfRhC8XCV56utJlj6G/ZLWenG1KaRsQGRuG\n19MYP5Qd072/VSmFmyJlSuiTqafKhLLFumx0q00MG703T4ysu+TRRU38WSBI\nZwn1mQigMUP9np2t16n8sOLApm7GcRWXI2aBXRM8rYvwl+Oqk+tFs3v1+R5e\nAvVTbnkGPeiNk6jcVgOB8BQO0KdNez4Fol8IX0rrj86hAqxjUzbiax9nxHG2\nJO7IzyDML502sb3PTfTERoNfHOI2d4KPtJoQIdVa7SHVcEXsqTxjrXBx+hFF\nIvhD8cjAkYrMi9fU/n3E33dC4SBXYT6DAZQYvOlVSdfG9sUfp2LA4WZQyYwv\nkzwB4K+UGtc9x/srlqH9v0mjjfeE74YuKWGfUEgNt6j2JbRQKWZFmec+RJZ/\nUsWq1g36Ofn7crfLeZ3nrNvUfE66qWFNqsF2Q+4BMAGSWRenua0WEp9RsPWg\nIn1mRU1Nd3iNpU4NhEWVW4CDFchTcx176s5+/GR3OVP/66nM/+YMgjK2pe3/\niyZk\r\n=dzv8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEcxESQ9JM8AScFRQaCT1wb8oYLNnOzV7FEvH0uBDFS4AiB4d8W+5UlIeNJLvGEKhWDCKfB5mSz4T0Vue1bCvEFRJw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.771c0019_1542732114018_0.7433112684798109"},"_hasShrinkwrap":false},"0.15.0-alpha.b1bf6983":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b1bf6983","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b1bf6983","dist":{"shasum":"825d54cd3f1f551f145e6d755f6a59be27a83c65","integrity":"sha512-MeKymjXr2RDFDmKrguZVbYu68uBjEivmV5RGlHb5qf40KntU4y2l1HNyr1BGuTrrvJkftPQJoyLT+wgsdCJkfw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b1bf6983.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9DyFCRA9TVsSAnZWagAAsXkP/iKPv34ogLfyMVvVVVOh\n/tV8qDKQst29WVuwLyIz4oL6K9otL5BYwfAyQofD7ufq/oC6QNkpCdc4cduO\n/RN8RGLfRX8+mRteb4k8WqzUhmuBC87n41qGwif3xyXkyh6BJ+SDj0cG6EdS\nwb0Jw+jvJXDlag4n/UA1y8NqM8j3iqa9g5OZOFKDoQokQgODUS/xuaO45/oJ\njgs3zoTpkRE9WEWrHbtsIfdqYIO2XvXIUIYLj5ziNIMFDvkjDycJf6z4+sRB\ndRawPAm4DCAGGMt72ukupJ/s5fXmJHm8q761+1qfCb/UjK19FHffI6aumAEx\nX9BKo3XrCCr3iTa6TwZzISxN0P8eV9jMTj9eUpDNsgWTu2Pw6R4SFI16M92S\nixzfu9eKTuTKcqvCySxPp/dc5akaEV9ZhtDDrho1fA7z1CJkbcoIXR/eW2TS\nGwhcEPeyWBEXseLJ0C/zW7TwvhgsEExoZbQ3m5Rxjrbrgkqn3rstQNDPHbaX\nmyv2F4fM7ZuwCbIfLHZRxhR4pU0ILwFwSVJhlDsH9a2GKd0vuBconUYRGEni\nF7VALZsjFykTLzFb5XXxw7qf3Wrbjpp76gsqH8S4ajNv9WYZuiBI8goMGrQ1\nUFozOwMujHP91iNLBct08my9ei6MmPnWmPCeVT33wz/SjBrzuHA03LzWlwMw\nrnzI\r\n=ANq4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCICy+6nQTiLe0fjccxk8JOAgDa71qk3bSKYHXIjb913QIhALIP9yKOZeKJAPUANNeQyxNr2rVO3DkelPBKrHVEUi7O"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b1bf6983_1542732932773_0.7579726183950923"},"_hasShrinkwrap":false},"0.15.0-alpha.1ad55ba5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1ad55ba5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1ad55ba5","dist":{"shasum":"5c11ea68d5a5663a9c8f6aa440b6a4f672d1e93e","integrity":"sha512-8DcsxJ1x5TUbzziOp2liIKGz36QYRvwKP+nk6MhwedCMkQL4JbmuxzlT2nN4zde18HUblNKQ7LCKeM2/r7m8CQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1ad55ba5.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9GCJCRA9TVsSAnZWagAATYAP/2u4T4z1o3zfdlIE2Tx1\nCKVV7e9VnqLrxo68NG7jzryLalxmkULr9R2HvZVOLhRDzWouGmfJUU77hA8R\n7L+uISchu10VKJoxkAm3crwnSKUTzG58WOxBY3oGId8exol7ji5BkHfyCTJu\nhNFeiiaqmWfNOlLVXkbFMlkkBzgEf+zB7807vSI8Toi8xxPPBZp1aOCwK2DM\niXD6pkobRmUeVB1lEdP2w5kuoVdGeBuLA+bukZHYvJ0L+2wtOL6d9kiPoZKn\n09Zp2KJE/RH7bGsdL73unUv0L+JseFcVbrvnPFpQl48ROXuY6R9LUNYBe+nw\nV/wJo/XjXh3TVux/Btecr0UH1o2ZI/WiNQJRokjwG21fCq+6bZYV/mU4w3+s\nCh7/y2torV3k+UBf317iGRnbsgc29js+VlQ2iErjM5HqO5wEnh1C+/L/PQ5u\ncuSTqqzc+3ANDYQYf9SMsWN3sUxNuNN5MMetza1qkFaJ6oFb718VzB9tz/vQ\nEdT//qz+8HiVTusRM0KHvhv6C2wFwYUGmmMgI2tHIg/F074cbTwbFFW+o3n6\n2bR4FYnBOzhnWfUmpzSHbrnoTkautIQsyqdSOjFyAjfZs91ztQpPDXZaaqi9\nWud4qO0kcy9F0N+y2BxsqAHiUg8JlOs9AXHepLXi/NLfgnjW7alJeix6J2zI\n8GXB\r\n=Oqqc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1Gi+H9qsFsY83Vz4S1D7ZNS/qGghGgzIXmmV8ZskAvAiBNc85r+8ySSY1jKMsN1EoYUnL0cge0LdNU4vv7zvmVcA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1ad55ba5_1542742153163_0.4585120818332262"},"_hasShrinkwrap":false},"0.15.0-alpha.dfa77049":{"name":"graphql-codegen-core","version":"0.15.0-alpha.dfa77049","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.dfa77049","dist":{"shasum":"bbfe1dad5ddfffdc06cf501688b2b86237db2274","integrity":"sha512-RDPhEjFGjrO8Pg1HKQxrvLMIFkLsTATTaAzq8+ioHQ3OG2jsXLt8RthyoJdND7j6AGbBUV6TLMO+8KfI10o49A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.dfa77049.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9KEGCRA9TVsSAnZWagAAJIQP/jvhb3YGHBX/RDRyBgNW\n0XNLgC0Y+oPrO4ajG4MdUpyUR3EnG222DgsWkWnH6gnO5dfSXDeAoZc4uNZe\nMbBTsHPasBeszTLJ3xWYrRcmCdauveYjs2jn/p+iVns1TXNfu9svGLKgc8UA\nJ4gviw3J3WcDeptVUoo79W1x9Sj3TgtZ60M9OyjD6354bD2WKJs5d+SiRqN7\nWigZ/+VLzvPM8IAki8whCCoQZlv3R4MbHtXditx4GQ9G+tN5DC2+Y5V0vXQJ\nvffEJK12I2Z3sNELVxtK3ku5Dxll2v6WQgnY8HoWpxo2JOf7SB8nJFdfh74c\nmzQu+5sNxJ5nbzidfmU3T18hIpJoh+NrWpJNTjUQNwgc69NLUTSEbiZEgtGg\n4lDV92bGnJx9B1zPfZh24M8aT8Q5rsaMi8VajLjoR77WWDNLBwWutx/H6ZKr\nGt+e3xy9S02vkHoy/lRN4XBoqw9aRyD/fX0Sy+LzqeznVU8l4mn2V5dFCa1R\nJUw3RVPryBKkpil+y6vxZjq+nVSY8M6gv41zYZjgSuQjRxIuM9fg7rQWuG3Z\n5zc4jHYinwkakDlQTmrt6MRy228C2juWb0XsJyA0GDj8XVC9Ft/PL9Oq1P45\n49AJFd7h9CczfYXCXDPSz6GjmqGSprcu+ckTgimrjFzuhPDwExCgR1DUzVh3\nyso/\r\n=MG+y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2bAVC2cE6KfzF8DbRchIObWEUpIvSo7pfYwEseIOPZQIhAIF0AH/btm5tO5eZhkb5L04n59BxzuDCD+D2eyiMGhdp"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.dfa77049_1542758661796_0.22609365480430932"},"_hasShrinkwrap":false},"0.15.0-alpha.bb94998c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.bb94998c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.bb94998c","dist":{"shasum":"0d8c531cfe631bae1c1e16b95601f9594a5b1ed8","integrity":"sha512-5SqxAINmF6ADTHOZYaoKiE4qiJJLPuxItTj4GVFKQf5zqqDbSQwHilvYrAjXqld8LuWnNBcpL5s/QCOBbxvN2A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.bb94998c.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9KEMCRA9TVsSAnZWagAAnqoP+QEbpoIgFbRU3m/LIPLX\nN3MFa3D+fkZgz5IVt74qoF1sli5WQ1nTVXRaHxX4JRt+BXWYd7QnAEwDWtCp\nNAmtQ3BFUI1CYe0UR6fOU077BYjnqKodYC9qZyMc01EnBj+HlL9WXyO8AvWI\nvRSGi4q+LmuqTXJKq61cPE0GDSfLriChGdt4rqWEG6AXXfl/M48FGN5fZF2J\n13Ca1zLmJovJEmidMIQIxQPbmMe8v6osOq2fU2QFtWB0hdbHmhBuZBaJ6vGy\nUd70uYZt1vKQZrXDsjFNG/B8VlrNNEVsiNe8/wCE/X9OJFfmqm+5BlNpmMnu\nc0W9G2BIU7i+vnjIJlZwybMeiile0VxmDwIcVmuPxbFQL7aFaPG8lWttCdl9\nlB2xeviw3y3+6JkqP+u2Xmx70A1OzkFZ1WNodaoN+NK7KSWbdEZ7xn9IzVhc\nAWWD8vog/ciDITWguP25cDVe6VJP1LqlzPJv3p0+f00sxDP9+xtgo8nwhV4W\nEiohu7TrkB9E1LK5Ze1PPaOwzVsRzeA11KK9ICyocrE61YjG/7drlsWNUmBK\nZ4XOC/wCTkTGhENkBOfWHvHf34AkgszTnHJ3WOTNEjbCYlJSUQ3+kI89mUE3\nnW166cORXgRJ6jaodLq/6kHNKt+ayD2CKO6xBqmbb0kR4czSGrUft1+a65Yq\n5WFl\r\n=YEwD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICUq5ZrTJH0Y0OI54isaqH9NdGKllvjInxXjxW1RY7bLAiEAusxVTW0ZUdPli+FMpuGkYE7KnpPvrmWmtez2SaCbUMI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.bb94998c_1542758667532_0.6237057174932665"},"_hasShrinkwrap":false},"0.15.0-alpha.4e56f4d5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4e56f4d5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4e56f4d5","dist":{"shasum":"ef12650fec29512dc14cd50a567c3c6bc62da23b","integrity":"sha512-PG/GJFR2+OXcAqAwChsu/wRziYZ3qfUmc+4b602eoVK8+wz+1jqJ4Yz4ikVCp6flU5SHDIb6oxAfKRoKjkONwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4e56f4d5.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9KEpCRA9TVsSAnZWagAA/0AP/jCAu+F9cTpIfoFr7MyS\npPYFNr9qqW0v31E2HNYqRfNtgLNO7FgEWcEvF70BOAAjbkArTBu+zbkwls91\nRIY/5dJrbx8xN8Ub2JdVv/qRxc+zi/6nnjfjxM7Yr9gVn4zsCZBWa77kEeEz\nTZ/+HfUp3qSHl6BDVAGnioc28mrfZd+8MeoDd2Ysz1WWP8eI4YLz2AzIGDrH\nbxAUtyHDDIfrCIKBF9szeKvtzmAPYd4jSpvxicUrgr07sNMOMPePTbu0i743\n6leSjgZyMGPPOrfbJvBZlmHjqB1vHuAOTs2jziJgrL1Nl9QL2YGNDD/iybhM\nGqmJaYnT+Q6Bz+yETrH5nQIY2ZnvADLSOUKZW2YUO03jZ9K/MAcX00KAVXGM\nvS7Wc7l4IRgGZxQDNStLLJG9oIT1g364iShYeNDMuXMO+1npDNrLyf5OOb1f\ngbo8HxyT/SzBRwqloLC1+Elb2IUF3/dlOevv1v9jr1rNsH5D0ZVVUEUrGbeB\nUfD1BWT1Oq7YH6vOuOi8RVaoqkRm0qs8DhGjih33lsokC5zLwoMPb68xKh9G\nD4O3sBxIxr/+n9dmUlrnczilEj5If/D47QEyW3AwKwjO1vXD6f+R1h/P+RO9\nPzmugPkFiV2LErkvDM8MmHdz8uK7w0ipwlaG9Ko+QVnA/HxxVvJS0eHhXlJI\nwpHP\r\n=WMk6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTSiQP4FOaKdSY/dHLf+kzWCemW8gSo/7yXt1b7d67cAIhAPcC7VXP6Bb67oUrwNeQKyVZU8cuMctK9M3oiNxRdkUH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4e56f4d5_1542758696840_0.5837211424570128"},"_hasShrinkwrap":false},"0.15.0-alpha.f145e023":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f145e023","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f145e023","dist":{"shasum":"7e0908dc4f661c306083223f291cc10c6fb3386f","integrity":"sha512-gzBFQze4XLss7AiIAM/q3L6SlOgZSOTtDCmH7t173WeDvs8IghOhWYkNhicSPF21/ws7BCOET7llNj9sACwAtw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f145e023.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9K1/CRA9TVsSAnZWagAAcYwP/AnksT0EZnR5iZz2eePh\nIxRKGzqXfNKad2gHA87xnzGYtLYcxZxdrHGekhr8+oA/wFZNZP9Uhug8TCr2\nzDpIjKyVAlY1NShhAmv9ySthe1Eo2I20NDeQvaa3IRZxZTq9XraUnif4jyrk\nrg9yJBMPlSdJ+TXiOe+99S3o7KnMwikszSim0542pLnz6HrSBW0v4pGNNyJX\njtTa0R0kzwPRkJ5YU3MUy+cZCt/ecilcAzFbQR5pMcuxVskh9P+HGiqjazIY\nYq6pQWoSXGbIA4j4EnqKrln9QGUV+gDEQAwKSoMNIOu3/B4uLwAqHAu1so5/\nu1cN10jX+OeevgJEqw8LgqksTJMyw6EyJvDl9X7jkDTVKb5XIr612YGypmdd\nxsDQJUh87meShP1GJ7kPpfHw1ICpbG32NgJULtKWUdNgvRHVe4BChqqYwcVM\nmZUCqlOytY345XXHyXSGs3M3X5QtU+NP9gPiT19w2McCUyftV/8yg40lHi+q\nFXow4clrC2geSnZT1LLrMxzEQPH+V6Iu/wddmkxvbYHap+ntws1NB40F0zox\nSiMypYxEEQfM7t1amOZkfiNL5+p9dB3kQbIdNot1NrwporNS+tUZ3489JnlN\nc6xDztd2VdROpdhtHHCcToQ+TrpBc0RGbyc63lypmX7izvuU8CGYZYZoFU+E\ngd5G\r\n=39X9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHhxwwz4bXLYndP2R3TBne80N6nSyTKc2oSfvCky5PrzAiBMBOuWtJqlLz4QBX5g5f7+yvlo15A/Z7QRNhJgwKt3xQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f145e023_1542761854470_0.19062486902360143"},"_hasShrinkwrap":false},"0.15.0-alpha.02f4bbe2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.02f4bbe2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.02f4bbe2","dist":{"shasum":"c68d62ffea8874f6bd2945f6e26288db18b6c725","integrity":"sha512-WMnXBhHhNbVvCy4OV4/50EpxZpjmGFnxHLRcwaugAkUtRM/T4zqvPcU+d39YuagFeYbfHMkmmL3aiBaIFroa7A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.02f4bbe2.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9MriCRA9TVsSAnZWagAAFOAQAJRNGJ4Pfux+k88GX6OL\nKYAPg060vMHC/42h+GvUs9COfb61Kh/SmMnSsu2kMtChCRGTTlPcftUhl5eJ\nsGXs8ZfJDnz82ZG4MNMd5CFcRXRyCDKsakYGYNCg8qi9PpZwymip9CqaqkPk\n0pQB7Myu83AMCQb46HACs8Kah332v/5TT0S2I5xYctZ3vnMnv2CEWeexmgtu\nXZltEuJ2UrjFs3KTh001VUrnkfVJRVUyrUAxJ/w0Wk1/UpLI5AgANeqgjNj5\nXPcpW6R22LYPRGYGBAeA8SKFJTXD6DVYLW1kp2c0nekuEPQlF6Rn0jwtk/35\nQ25piWbdln5X5sLD+t0mmYc7HWXgXF564kcc0KXV6w/23gdQJidXRZ1KKbJs\notgdBkaOl20Tdzb8NkpWzo4UObWDRdh7wno5bECr9tHdn71JCAHbnBc/Cgsn\nH1Hz/Us9o1648OiKvBnl+zPDuhaKhpnu6ON7+dwl7mZrTTPf7mAiFEjVMksw\nxcxJuAyT9DwBOCIa/qxGd7BdUOQ/CbkHO50skm4nFD/tWZmzrJNgey2J2wZF\nH7TiHn9rMLLG2FgfBMoVNBcFVoX8EorqcZTbAYqYh3qxxrcZ5O4m/zb3iZ5f\nzxwGRCA1l54B1/5BnygYR0BqAvkBGP+zxrIfSyWf4jn9TqM50+LC6UYYr+B0\naAv7\r\n=UIyZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCv71EsMZwEHXlNyiZ4T5zsmFl5nww+4N/4AnHu7BJ+sgIhAPk0bPCepyFOUSjX+sVtITIeL1xkoBiFl9NI2KFztat+"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.02f4bbe2_1542769377625_0.9518667882633376"},"_hasShrinkwrap":false},"0.15.0-alpha.47ebf08d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.47ebf08d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.47ebf08d","dist":{"shasum":"26c950aaf23065a8e598a3377ea45c93bf15bcc1","integrity":"sha512-KODDKOJ/QKKDh9P+Dp1tIh8F7jEG5YACK5VpA5aT46DcxGy95SHfLRqofqAodlSveJdSKxTDIi/7OxavIfRt3A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.47ebf08d.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9QckCRA9TVsSAnZWagAASI0P/3ktccmrnWReWlY3dIWs\nWZUnIQeRaLWkwdfOwgHsl1QwEWfdIAIu30wpo8wHQvc7bdmgEFlBq5xib4Mo\nJkM66MGuRPU4sU5KYB3WltSSb6FP9wUTL9Mgm9L8ad64aAUzXQLOCEbpgJvR\nhWaUIjfhwXKfcTQUyaradgHqawt+VjjhHLKsV4BMarJnmv3cNUJjQvY/OXio\nBu5VCufHbmIqXcZXwdlHrES5IF6ROnPg8nuHwNjlou/bYWHWmLCg9qsAumRo\nH8YHrYZmBIO6lHfngVUIRNaW1NQ9lsMErTB8qLahJr0kE5Bc8GOopqW2n06u\n1P9KXhUs9mHUPLS0tqkwtBZWMlmMiHxP6ZJ5RDaQLGGf8gUk6W6DM2LJ28f5\nyu82HJrrdllJpSUH9cqAAXTaJrkuP2RV6jYL1DCwzlVX0KczBOV13hc/g3aJ\nv5Ht9poKBZmyZg0qrFi62mFByaUS7i/+gq85L1/gMTNGkQCLOG7ResQialmN\n4K4GiSIv3wEFa/uBwKb6XD5C0ylxgbPz3DV4aySJUwqfJcNcBL1g4j8akY9c\nwQt6bDHntRsg9ctVAgFao4vjfF7agLRYz3R46G7vM4b91SU+y3mGOlugNUqN\n930KK5KgQhgItU5hZQ0FCVaegNcBe/6hvQb9cDBqpZzEkCuPlVwLyc6DM5hY\nAMFc\r\n=jVSv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBhBwXEpXRc60nvODfkjuKY6p11ocWevupCtHPIwR1uUAiBWkb9i8Sect6b7Rlmj/b4vUOlOhj28SobEHAO8TGCjFg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.47ebf08d_1542784803369_0.3207540938251203"},"_hasShrinkwrap":false},"0.15.0-alpha.0795f9c9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0795f9c9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0795f9c9","dist":{"shasum":"e27a545c13f9f0058856dbbd7e27afd572686831","integrity":"sha512-4+QQzzb82lr6m4qkZkaEbxBGihO37ioBC1vs42NXhlQZzneoGSZhGNVUuTGDUi62dQ6LncSyiSUdz59urv3STQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0795f9c9.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9RDQCRA9TVsSAnZWagAAoY0P/0PjvxI2mtQv5CyvAvqt\nIkCGQIYN6xirWF5Cq5x3E/3X5TtsM9jKx3NJoQA/WnMTNeP5EJVDWCik2KN8\nwcBFo0YePspHTZ5EbZaogXLYpqI6Wvx50coinbNIuxmiV+Nr9PYh0OmS844f\nwCYjm0HcaIW9oS2cnccXYb9pN8OaRAgKBIuWD4V+SF97B2FgeonYvTrLK+j/\nfK2oU5MXC7T3t2sqUSl4Tr513j4k9eQC973i4iKq8sbjOV0jhqkJO0B3VWfF\n3ds75kBCGTElNEw55Je86nb7FmQhI0qDrzeNbaJol0eFNWhfmOIlWjtWmmwt\nDZZCcNup99RpPEd964xteuI7X31psKLEl/B5tT9z5M2Z6XPv2Od+r5dHavOe\nV3URvn0cneorr3ZY7u744A+wLvQpjgCVacKKg7XwIB6UNin2bg3k1m0BTvpW\nVGpNpoXbNX/IquDEdef3rkFxXO2fPdHJBaiGUT/SiGtMKUTMOGyOQEgNX/zU\n9nH4sTYn3E64xQFYXArTOw0lsgkD2ZFifsMTbGAMRnGNeflYVGF+4tPjm9o+\n0EF/1ZH92+iroQxo7Mx3ozU7bAmM91NvUbYM0lmfrf3DNgN7MGzzQlFnIH5V\nl5zWA2VxT7tugfqL6a81dzuUpOrKSDF/DGy5BOPZ0d4+PINTDhxZ8JBi6Nrb\nRbLF\r\n=go/A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICZRJzPUyC+w1uRmmY13FItaKGnLksVHGfD6uTwteC9UAiAVKuMoZuz+10m96FViGBMQgDg09SO7J6mxRgohezKLKA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0795f9c9_1542787279304_0.21983922602285788"},"_hasShrinkwrap":false},"0.15.0-alpha.b5a7dafe":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b5a7dafe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b5a7dafe","dist":{"shasum":"ffc3480b058cbced418794eb0c6913241f603789","integrity":"sha512-eI6w3hZKoMDf08pdj152bonPrbzCExZNZctaD14UZ0Yl/LkO1liDvXzVm7Ym6NsQxw4aI1gGgBOVogzR2Jl3Yw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b5a7dafe.tgz","fileCount":99,"unpackedSize":92973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9RDgCRA9TVsSAnZWagAAVJ0P/13lIH0l5Vg1xpnHaKas\nLVz6zYwj7t+CufP3jCQVAK+CIXmO8Yo4yaioJSNLR4T3URBF+ocp6F8kHIxj\nBr9B1giWE0Azp0bMOotAhWMSEQ05j6/YAT8RZeXMr2kH/z71krcjs/vK31Dk\nyKlaU0XjkAXtdSt8LfdYFvBFPh6iqoKMqPrJedNiG3wDbNX4USYtVRbhDRfH\nrT9D5DPTs+/sGp0iHXlHan4RWwztd13CrmJDlJrhfOBd/4W9BLbNrtu0W6x4\nLZ3k2HucrqCFqfX+gEFcyjdqZPal/Z6lnNZyeSpF//NMyPTAcXMQzvUCvn0h\n/n7HKkVwFMW294KzyoED10dOVXBw2Befyp0s8LaYaZI+F+2HWcZyVBg1HdWb\nsk9giIc7l0g1T/vSrUb4ZH79+0kTDgUBBXDp0wz+i212EIeUX7WjwRlwj5a0\n0Y9A65X+h81H4vRzdPRagf+QXRQ3IN0s1G9n5w5AN4pMv5PGx67JFO6seHxG\nVoMAN8rJ9aAwUNajGWLQDNTm/U4o2Cy6Z5N/kxffBTJyBveWgXGvilk5uZg1\nWsyk+c3S6jLxnbGDfzEV43AXNRPjcagOxfWvWk2ts09E/IPokNByWOrzF+da\nAs0H77KWlNNqu0HWVrKOHr81aHipPkFL/clZZt0uC7FwwsqL88T/a+5wCdtk\n/8h9\r\n=7UY5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDw+X8E48FHp68Y/0NhlQbbJL8l1r7Fx2F33Xx8y54GhQIgeXH/lU77wKUCeSWIV5QJ65iN3YdjU7Gzk30ppIAGqWM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b5a7dafe_1542787296073_0.22628282199959404"},"_hasShrinkwrap":false},"0.15.0-alpha.2e4bc5c2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2e4bc5c2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2e4bc5c2","dist":{"shasum":"84df8e37c7486785b7b0efa2f41f62eca242e56b","integrity":"sha512-Ou4cIVKNAe2mUhM8OmEuJGj3xs7hdfysKA45nlDogT6mLbgvHmVJjuUDAyZ1b6l7KWkzbqYIoBnTa4Kh5dxWng==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2e4bc5c2.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9RDrCRA9TVsSAnZWagAATpIQAIcz1m0WqZXOowDdVhE4\nPXJEPFZFrag8SsL8uUoKQbhbuc2VyRz80JfOEx2PH17fDEH0l+53Ur44EXVx\nWNtSRhj7x47Z/ioX8I1+62FCGWjT+SvDDDkbmNxy4u6rd6OcdNqHpQL/UgN9\nSd7Jhmj5cQ5vuuMFnUXVI5SEVKPAilsYEnfVbkMQwrxEJ/hTj4epsom9XAfg\niOFWOkacGEMNcpt4BLC8Ra4DiYLam23ye2dJUcJppNQhCVCEbY37c0HiSDJb\nyi/3k6M43FpBH/4TGhuUEmA/ylGfvCSc9g/bpjOW3S4WzuJFr7J/Bm+xEcLj\nU8g7I0Ete8dPb3N+D2qq4TJwLYjSSG1jenlD0dp5Ha7XqwFaOMu47JmDaZeS\nl0e/aFecE/fvQj5Q6FwnpsaURjqGmxtSq3/IYO3V/g4AK9MfyxgxRIFz0uM+\nqfROHDVQgjan5nT2+Ppga7jlv8DwQ0K/X2o/V7jpWqKNsz21q/tFUbB4hA9Q\nT3hoJekAUbyw32yodWmed6HQ9sWJlGUnHkHSo569P2l+SN6t2C9Hbr9hH2W7\nA5CCEjXvhRFJTL/iWgd62UktxT1E88b3V7WGwmF9wY+uq2WC6uhD3Kx7OUXh\n6mflkleo0vL54LcCPD6/l/l5C24hUgZwkX1yIT7MZReruju4MowbYYwXPjCL\ny/qU\r\n=ccOO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFU9Px9nNycxcNyUqnBEoIPjsiqhVg159enSy/dxWM0RAiEA3P15vg7a2SM6NlWMW1TstLu9cgumu7NjrTrHU9WZejI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2e4bc5c2_1542787306660_0.7182218566158514"},"_hasShrinkwrap":false},"0.15.0-alpha.fbedd413":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fbedd413","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.3","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fbedd413","dist":{"shasum":"85230211d9d4cfaeaa4250ec8da4ef2a5426503e","integrity":"sha512-SYxaorVwUTx/kPI9FEfWpkqAW6zi4zNWRA2pBg747T5WrYq2O+cdzRTNGyQr12y3G52udGYWb0ZEDx39Et61ZA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fbedd413.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9REWCRA9TVsSAnZWagAA2GAP/RgCQZicQ+yTRqtRYCX0\ntH9+rVeK/YWX0WidUajYQHuqVYCtJKGM7ermvOpxjAyS3AR0WnrQ53C2nye8\n6jfORxNeqImjoqYSQOsJnVP2dpJEuQyZZs5lKlu/DbwwNCpz/3ncNUaB4L1g\nVbNNj7diKMEJrv8t5zwjb5aH99IuZ+hKbnR+wvgzLvbbxfiCnpBNgVe7Ztbj\nr8UnOuVLAKN6yJnDsySZtRoEu6971wrVshe5COZZ0VOHuwKdfJncjgcskQj7\nzm6dQ1x9Rv2G5/1aLZS4yT9N4oIGWlbH6C+5/UQcJlYGpsJOk+fZiunEUR+g\nMTDHcFpDsBjV90J2CSjq7sxnUyQTqf8SQBt6G3FpYf95guhoRt7+h+GBjL3p\nex3g+ChFDVveqm6vwcY40MltnlDT6dOzIcYy2Afbz746tYUnSEwO9h6hKoUF\nGVKHTwjb1xxz5/2SaYPScM40o/5PuXPKAqB4pJQEUrDcIi5bbPIG/CawFwyw\nGXJrBCd/Z+fxKMjfl7Wdf/iSknJG6iYtoST3Iubluwqn60Oiu4my7rNuEg4h\nLcw7GTqg8ED8r0w2/fjK1a51/0hs6Rn6TnUzeOXPz7NukjJ0O8cnb8kOR7d4\n5tm6n7oDMX1eVtWToS6gaxR8TrL62has9nYvEA7HGbzxck9L99DO5YBiBOeo\n08hm\r\n=CGZQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA30s1OfOD09fsiQkU10xHy6mguCiC+K34ybG9OmZJE/AiBDXt5zUvyfPvICvf2ndON1KWbFU/zlpDDDs+uim5/t7Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fbedd413_1542787349192_0.9079127720549676"},"_hasShrinkwrap":false},"0.15.0-alpha.ac93f032":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ac93f032","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ac93f032","dist":{"shasum":"1b2e404c0bd6fe1759158f30b7baa956aac27dbe","integrity":"sha512-wcJp4lngBUXQDoOuW5hlwvql3ucmA8Xt70tBNckggrfqgzRglHmxEOzizQWWz0f6pcghYJ1BUHQcWfliWjCUNg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ac93f032.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9RP1CRA9TVsSAnZWagAA/7wP/3aWcSrE4nkOr8NJ3iY5\nXM9SFO43zxfAoEU1/nHSUe3d103yEWLZ/SV566GsrBrwvhoVGX/D1+W38ZgP\ngqHc3N3fbjGJPKrWrSXON3rS7ENoCf7uu74NHzEOeuiF2a3lyUFyfbe2KFbS\n8DkjCWUulR73tcHqHiW1riDtvuQ5Tq2fIwi3LBPhia/tjJI0iKIE1yABmitg\n5JvDp+ginIgmb8575tnto0Gh9Okw7TpnoNIGtBRpGlHVshsiWhYReck4dsGU\nVA46DLKY7RMfbPThRM/BunuG9vXBkhBCjQw3xsAMyRxjvsle1h8EBKLQoTdR\nvHhJQPlhQKZO2flbgcP6PgrQSeIK7qlAawVj6usBa1PARU1ipgzpeVsjt6Sy\ngLfCQ8n8MzCHeaCXB7n4P6ypvFz9UzeHgYW8GYhS+D419NJC1hNap0rBoU4h\nwUh4CWfrJG+oqHoRPH+3AtN3PC7nh2xEmB0JTqBBVfU3Hn/sgu5vgXpAFlzW\n9gZsfZSdd4tscwPA2bPuAj2/yq98j3OioHQuOjme/N7hjZ8Ni0IP1YKpWUzm\nYZKp8HBT3c0wlkx1wu53IMr5wBgVPJ6//Q/qPIoqlq7X7ogYeHfqbApe5l65\nPgs6oVsP6i3ZPJBoiEiiGftoiDtBLBEqNZvy44mHYZ/1TtA2J5v6FySP6zHm\n/cMe\r\n=Q+sW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgID0/AcPr2wlhT20pgJi3AyaU6qPAbQ/KpH70hnpI7gIgVfvLRXlftiVsGzKGymWKB6JKD92yae8SIJTqrnCSE3w="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ac93f032_1542788084899_0.9142996439430511"},"_hasShrinkwrap":false},"0.15.0-alpha.a2305377":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a2305377","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a2305377","dist":{"shasum":"e657c2edf48db8e0e02d51f066e15915e046e503","integrity":"sha512-AuGpj01pNzBoSrbkGhcxKkn1pq4v6DAu+uZ/KS+Pn5c5B/YsKqwxqZfwtAX4SY+vhgCxJA5hAnOv7kLljs7B2g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a2305377.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9RQ0CRA9TVsSAnZWagAA5WsP/A5CKUSnbBJGsb5odFeS\nCie+mbeuJ31lpoCIXjo2icMzmEx7Bjh7UyTOKMA7y0cxrNIKVf97FTiAgKgC\nepBO1CShowe4J5ZBibEIEnlOW7qUKBbS05ahJczmRMlXatxO1S1hXlaQxGRa\nsCmzLE/cDMzynG/wdpYeHMlMvTUXmvMdoz4/tycqxDhRXTHJWMoYdpsGmAaF\nxisoJgDCLagr3hF6tlWNhh+Cly8zUeqXQJEyMqqaTk4nnq83Z6gVA7bQS3ug\nthQ9irA9QeXUsq6pIVLLhMzy3U5PZzdO5PpQTBjIVeJB/a/3Zemte7YBoHf4\nhDz0ebVHeNGKkV0p0Zo2cbOge2GmxpTJsjMprRbBBm/SuVa4wcof52f7M7nD\nKYeovNLmqS2gqCQQgwW6NTLLXJwxLUPypXXadgSxQqr+IuUxXqQ7sUqjphlF\n/rxRZqkGbgsbVA4src7iIRYGf0MG9YpgM8Gxqa07CGAG/oucJ13D3NEAPX4r\n+sX8+sy2UixhNr3LwdQrqbfHuwmh4t+/wU+f8xMdnfa6Ze6szkr3mPgVT6i5\nQKftBne3kL2zxrI4VSXfHKby5xqIaFF1JpIAgJEbffC2UwevtVXLINuDtK7W\naD5s1VFN/lVu+lZARCLAXQOyKLvka8VOMv/XB7zhtfruv6etcrDd6EJqKi//\noV9m\r\n=8E/F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChy/dGPhKFj+EOZ75CVnqxzpjaPc/1GgYP2GzwFd4x0AiBgMtJzaSlzIQnN8Rbkdusi9ZotnAN4dHEhu71IsWwA6A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a2305377_1542788147236_0.644505022127102"},"_hasShrinkwrap":false},"0.15.0-alpha.26dfe4af":{"name":"graphql-codegen-core","version":"0.15.0-alpha.26dfe4af","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.26dfe4af","dist":{"shasum":"32b71bc80d9e6b12b3839c87c3ad63c5d5f7e986","integrity":"sha512-4voYJ/5r8NwOr1n8d86Yi+R885oEGTQWvoG7uGHMW/Bc4rnpylYinn7GU7xza9SU0++wdPPdaYWbLw/P+RzCkg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.26dfe4af.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9TG3CRA9TVsSAnZWagAA3v8P/3N3v9S2Wn08SwBjHZWe\nmUhJ2+ldXTH3IZ9VIUemuJAe0NxREDf4p0RmxWJOTUaQJRRe648YzjN/ytMQ\nQ8/FY7Nzy6Xum/sbFO3osqnM1cZuyXXwy+fFnqEY9TxH5frScYp3gg5MGZn1\npQY4RmYaAFX90fxfhtHeB7FbeSeAhdPMuYmOx4uEFWwe+Teq8FGOX9/4gPKQ\nttyxSzbIUNK133K2M3lMOg/xJJl933sQG66zocpXXlUPNlR2hW8roEjFtpw7\nvBPS6jBbLYU6LZ7+p+QG0d5HaXFxVjrLfxtylKGqW9Rj+m1NXmSzf2vz7aKZ\nzu0TJqpsfGCtYd+RtcIfyJhuglMZN9LAuReKP1W/Z7zKAwPq0xMB50tOxvOF\ns4L2DrBqcJ5z0H5J7JriNyff2UtTERFD8BgyX/O7dllTgi4eRU+F1Y5S9HZk\ncGic3L8Tlww0+WVzDnhYwqWXt4Sf+ncqmEEE1tV3TbYjWoypfgUFV7FDbvhy\nkQum1FcYm/GNL60G7ucbGc0Y4EMfh8fmPirBa0e+jd1qLFmW1/E65N2oWjOB\ns2VDyHU87odAWt1VShP/Kxuq+akbWh/znKnhB6S5sJTN/NfBRNCi9u5eb5a4\nnHuNoGdK84QiJ7hQykW1ubRgkNjNqSq9rIGUzUnYb3HFt00cH9ebyjyiupMR\nOC5j\r\n=DRLl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZNFzEErARYAS2MOFbkbEO/RNCe8mN99oXA1azUxuJ5AiEAtx8PgMlmDjQFweBikRK8c+ncpc4jrHue1DcwBDJkgoM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.26dfe4af_1542795702423_0.6355729283442983"},"_hasShrinkwrap":false},"0.15.0-alpha.dcf688e5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.dcf688e5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.dcf688e5","dist":{"shasum":"4b793a7a6ba809270ab267c002fc17b0cadb8a84","integrity":"sha512-mfUSCuTgYNmLgWc25NVHWMwDY+M4b2/R1NzgIf0bbMAQ0QG7NT+n+D3KoFK4LMLK12S9WxLQ8b8k+A6zS+bb4A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.dcf688e5.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9TJECRA9TVsSAnZWagAAMQkP/1ePmdmuLo0PqEyDDwlD\nBrpQAX7chP2WUtRx6ax5z9VveRZnIcs7+mjWa4rqCY2/gVvhrwWt1upNrP5R\nJ9P12V+1Ju/KxhvlQZmvknyiLTCldmRe05eUlUq2HcwQafIDOmS2Gt7T0x5t\nWWodyLMH+/SjvOqCSxdX8FCqp2/vtcmIf6e4V2B3QEonkpBArRlYxaBRr6g0\noKRqm1byO4NdLY7ZbyK8sGuyeS+Sy5786g+OF7Hi4xNb6Bw4ZGo0o06ZBd7X\nhINUKQbnxodQ+npwcXybGpdXmiZbCohRVQbEtHdRzJqB9itx4ERInb8bVSw+\nP1SzIykZ7FUMfqvVkNof0KF/HrDNAox+1fezwskiiqN30FSngwx/eUG2AMoV\nsF86MNG/AR7DYtxZMkOaCdf3cf8VBIJYCQidSLpPT1i6LQV8/alFqgaVVRfW\nHx/UU25l7TZ6SV6RiRJ4XCx22HmqoDIDt7bX45tzY+UXBui1MdPEGZ8/BQRV\nuBzL1VyPp2KCCXH7iyuJir/LH6h/GV8tJ/W5NkA9ZQ0SEuyzG803ziBfcPFD\nHxV+Au+aW30T0T0vIh27Mt0gDvleio9FSGOLm7MIEmF+EWtYTqHldi+Rg1aK\nxOVWzznZLY5kOr0cTJHtlYNlmkFHhDQ3yfFI5/YhwrFR+hhurbC2X7zUD2Jk\nBoRc\r\n=Nkcr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv825xJ4XTb/7Xq2akUn0EPE0jtN9PiSnNlLCCmzEvNAiEAwzTuqkEa7OOh6VqJwf96k87so+e6Mj42RaIk3dMCufk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.dcf688e5_1542795844171_0.015064594812635557"},"_hasShrinkwrap":false},"0.15.0-alpha.7c1a7d2a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7c1a7d2a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7c1a7d2a","dist":{"shasum":"337ebf4848f7bbdb53f0611d5f72c8119a584ec4","integrity":"sha512-T/V+V+0dKv6CMTmaGooRucWK6uSHQoqCj0sMBc6xqiiKHyATjaOH4V0bHpX+n+/5vil9MCN4CsURz0RIdanAQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7c1a7d2a.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9TwACRA9TVsSAnZWagAAu6oP/isyzEiFxNvoVfhkdvIv\nR2bTbKWv4lvfDPNszitZfXMB/gl5edwmVhKy4x+O1xGIkU+Ftx7hfV5ZQJd6\n/ecmTc5yGORqBpp4BV4za/9PaPrfhCfNOKXcAuZOoZ5mXJhs/HZ6/lvitJt5\nwiEZlENwkr3iZ8CYkYXWnHXfvYqY3RJN4oWAH++RUxBUMMnBJbwfFhOImODU\nJpYoClMY+fi+sJIHMqCaE4+B3/pVfHXvBNRPtvM2qzeiAoDUOzF/Ay0NJQzE\nG3p/ikisLqF+pHoJIbvN08pPJstiMr/ddLZeLjSGmA+i70RpgVIjmubkrT4J\n1lf3kzh3PtGumXdTfhmvA9EIWck33MaF/xBwAG6KW+8CTNQtFeUTxxkkO5Gg\n3ok7ri6VmvCAspP8cnXOTTadpHzgzYvyIQrDuzaRXSRZNrNWBPcFbNrZ5k88\ni/o0EPZHtBYZ01pDHnNzDWShmfS+cqUspj1iv2IF9FS9/s29pyGcgqsSAYr7\nhC3cr1eT0UwKBQzQADcbKTYqWkXIxcJUQ/GxO1di5Jg87ZjDSnGAn9eD813v\nOFolqIRdO36b88448RsuU0zCX41Vd/AJx12c8fiap6hnw+UMQEUZftSfxO4t\n9WZRGYbNbmnlnUH4ZzZv5wJsVdQ4nVX7iEUIDqEaCDFN4V0Xgm1SUfLpALtd\nubr1\r\n=4a9A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHp1TIc1YwaQfuC4wy4dBuWDUy4GUz/0ia1QFIDTA/8HAiEA7tDqjWOkde/FDYX8Iw/lYMqslwlj1YbrIERHNSWY4y0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7c1a7d2a_1542798335605_0.036398581590094015"},"_hasShrinkwrap":false},"0.15.0-alpha.6e72038a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6e72038a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6e72038a","dist":{"shasum":"c04b92a429d44a59d4922981972a1f475ccdad85","integrity":"sha512-xvkHk6sqJ269sQhRSedOEkjhcO9YgkZDFuKNpu4LSQ7N9TbNEoXFqKnrISGQOyZvVAkp84rKt5bnDe4d/gSxhg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6e72038a.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9TxVCRA9TVsSAnZWagAANaoP/07xQSk7IRwC65VJiD4t\npMK5gtdamBB22LEG9J9EF/tMRL3QNVCbUOmrdQ7MyMKS+TCDsFRRZa+UiYnR\njStvCvB/JxR/Gj9F/sad/Lc+2Q1KRMYIBRNEVyAdYvKmbs8oJ+LhZEs61KJm\nd/4fFEtiZHRm/XI8DyezXa7Kue/05deQRJzkAwAAIPATJXV0aNstW9K0bt6e\nlAa0c5Xigr09RnJ433E54QxQjAgHdwcDCnjtxUq3RNUb0BVKjvWXxE+6AbQr\niYLmTcl6EOrLbB0fgLGNy/+lv1+3yMc0zFArysrTs4j9hPS0XhN0BJySqPkC\n3kDCOz0ReOl6XtuAHCod/dm8Bl+kLF5As9kDAhn5Pk/sX8nCKZFCwHanEvEe\nogXKEUUVSnvHFK5i5PMdM9yjLEL3XyY3ohvkM5Vp5/S1tauJrfzykM43GLJC\nCx2gkfGUm9lMoqVrqHbJ3oIY3ALgf3fbH3om3O0mafOf1oNYvqYp5beO0vnw\n3kaPieWt8BdYjTgiOCYTLKSDOUOFY444axrZZ0b3z/ItSovlAWnNCpfXdsvU\nV5I0Xhd9yYRgFK/1DXc7peyDPzuQNAdajjZJiDu+ltbkOdxacymKAYAr2TRV\ni1ANon+qfmGizokUwD33L8nPBRHStPWGn+XDtTaEMP3+rpcjHO4hyKFyVAnf\nBUPU\r\n=2wPK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbk8DoOM6G/VBNqe3s4U/G42nMZV2LYXG5ZGx01LIbDgIhANjhuCjqVN+tkmlV+llO3kgvsRDbwDQbhsl6vblIQWOJ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6e72038a_1542798420995_0.06158687989911171"},"_hasShrinkwrap":false},"0.15.0-alpha.abcf5f6c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.abcf5f6c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.abcf5f6c","dist":{"shasum":"1cfbd91589d9d468983aa4e1c29f947d0a907ead","integrity":"sha512-aJtPTZ7YbKI2q0Q3fIjvAW3Frw8TvJDqUswpOoX/QiV5xddTW/fLBb4M4w3T767EVciKMVVbb8oNxQQK45IqdA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.abcf5f6c.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9Tz/CRA9TVsSAnZWagAAq+0P/ApjQUec0PL+MMNA+ZST\nHIUqlIbzZwGFS93hss4H9i+m35NAY0t8NM63goFFkUxk8FqUbLYlPEeI2//n\nLhIUhUq7aYLktVW2An0BX9sQ+TlQGF70ramD9hfAuMBCV9dIVJ9sjkPi8Tq6\nLSt6G7oCJssK/vfs3tECBjTrKIUY40LxFP07f2t4uiEjCiwRsOVBm3lpfz/G\n3VS0MVV3wHJNgws9lhqZTtxGk08fYwIHbIAHqlkdDhkEUx3ymDZIOXy7pRry\nlOSRj3xaY5PCPM34fxOY9PC7iKn+iGrto/lxc3goTCTJzLjDMTbQxKsSX//q\nW0Q4z+aV2FtzHQahgFbC0QDM5q/AdTkGu4H6VUBWN04fa55gSzljLBtePgAW\nmCrq6RiT9gLoTDS4G0Q63lFC96mcQNp+gsiCo89Av3JwieOZ69V9EaMQC0RH\n6+MDVUoQ9JMK/C9GkKSbsx9JW5UDv2YFfQlUS66H0MhEZ935hHNOz7T+Jc1m\nau2dyHQJDoWWZs02pq/ChB+sgCKiaEE9kzg31ERXt1qZWZiXqUhBG77Y2s9+\nVaGsDchFpAsz3OIUHrTT+bJcrz2ql7IC45SLBFlcfAvc8fBw/vGKyyKf+uS0\noi2Bcsm+lnxX613JmRaaYC6euCtAaogwGiTiv45/RUFAORVl2aj4rdo3Kq/J\nL+39\r\n=/P/R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB9NYbkZR8y/AOtHtpt+KAcTNLjKbbs+AvPxjOSvBxaJAiEAovHZwzTrrOzF4WvEj0JQsCTrLPs35LkhdTj7Y9/R7Hw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.abcf5f6c_1542798591137_0.7163514288743662"},"_hasShrinkwrap":false},"0.15.0-alpha.4fbf1e2d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4fbf1e2d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4fbf1e2d","dist":{"shasum":"47eba878800e90707bd33bf85e6f2d2cfb0c50f9","integrity":"sha512-50entpx8btpetOj8BGEmsHPhDfv6gTKX7g1BHvV4JLOp1hrHedp36dW7vj1/QQ2vxkdn6jbFsu9v/c9ECn3BGw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4fbf1e2d.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9VS3CRA9TVsSAnZWagAAXSsP/2nHy9N7rP1msf7cSxyq\nInRzXBB1nsf3pVweLiqPc3CM7PzaPFzasfKORqdJHp5Kj085i/ly7EkhWsMu\nEvaw/u1gfLJPOdlehQ9q0RGGCjP0/kd57NCTqrNAaWGpRL2URniaqPYI2KGJ\nUHIq4j+ckFgT8+ZpfEx4rd34o92GjeqDDR5nmjpM1ez+0C/ehKKbBwZLvBu6\nYBBXUnCm98Gqs1aPYmDCWvjxWbI+FFnAK/dRhIiJJfY7W8VDolRdIjReW2KQ\nfD4QSzdB/WbDW3ELnzyIGaDXtBgb8zHiGNGo90uqOkJrwA6cVbTABwgcfWvm\nTwFu3HsVhLRw4x9DeGVgakkFKoOZOPMFmOJDaKOo/0n7B6wjZLr/wDg9yLYi\nnjxER1dQhlziO+QIet9qwwidvPOLpcaDAKgubhliRLShskA2gk/T5Clxe/be\nr47C72Ymdl8ZeATmVjC6bIyZLw4qyfI/VDZvjQVCmXrT9TihXMpLp4RrJuWI\nWjfLh0XzWRQrTi+Jfp35uNQ/whBJWmb65HeYoQrCEelqzJ/SwvFeHa1Ptv98\n5EKSqipUGeRUc48RdLUhLqhOwBW6ADb0i1wYtazy9Xe9nfpax5weRUJxVBed\n7V+hXRCdZpTarEHjnOJzGPnxjD2AI3CS18vYKP5g+3F0JI/dy/j97HdB9gPe\nUvh3\r\n=vwid\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBl8WhNgeD7TYLnvOK7kBUDlTOFvHhm9HAitHFwATO8qAiEA68zOy5S1hRyn5e9ZV0THXpkDPhL2q+pzlR7k7hMCLkE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4fbf1e2d_1542804662700_0.9533050244450398"},"_hasShrinkwrap":false},"0.15.0-alpha.4b8e24ce":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4b8e24ce","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4b8e24ce","dist":{"shasum":"369521917998919242cba6b10a3669963660a138","integrity":"sha512-TETIfvZ302ne5dh5CaARk7i/J1WKgsosJL+OcWnq2F5QXk4N6CQ/YfV/0fWvC95FmTzVKSEORKu+5ob4erNCsQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4b8e24ce.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9VcHCRA9TVsSAnZWagAAizMP/2lGUX7LZtisx8eMBe8M\nwSM0xY3YRpOyP/ks3ripU8C2BJTwNODKSQ8SshgM/MV+gFCOZtHRNpfRpFQU\nEzVF4RjCbrJeH/GnvR/3fFwfNQ+/psZmsaa9urfwWNFwkc0WjewfoK0nkjCd\nlND/7HI2YJj3LDGkgVHY50Es6vZOaYOyzzaDIwHZTxM0nfQ6biuGcEfezmLh\nzSCHtpBgube7NniQRnITi04lrnkVoBcqrulcZurFE+jV9eFzinUrC/67AEeE\nx4Q3kjaPCYT28QaXKiGUumMMzPvV4oc00ZFhViCG2iHpHJmyAKV3bVq/2m6F\nIxqPmIjwv/ityla9GEZdu3SO+tD5OYMqcLZIo28jx7u9eizIQG9IwGVdR8ei\n4OkhD0m/Cu6tfDWS79u/GETYf8eOfF5el2wmWF4n7QujmPBrQSA1T/ZLMgr8\n3heZOaR8YF57iEo0p/Q67yf4FDTOqK63+C0KZTbPpC62fthZneeVsmCesZJd\npa9t3Ev+KV6Eh84XT4bdzu1+AR7m/4ozwUGnjFF4lc8io/eK6/KY9Cs7i7fr\nRuRmxgOxL43GPP2mLqrBCVcybRcKLu0xMRW+h0l/z0/nAbpMxaPIJNdiQ3hT\nQXycLE0W3ZRD+VIHfMYtvfPATHZELywZURl4rr52dP7dZ/S6M/S5e8fNfR8D\naq8D\r\n=Ru6N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQNSYTNab7DxaCR+yUwGiZdsGlPQ+PTRD22vNynqeRMAiBwte+apgt+j00oYANW7noWrajKLPK55IEsiPP8Z7RRxw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4b8e24ce_1542805254530_0.8826948498730727"},"_hasShrinkwrap":false},"0.15.0-alpha.0c41270f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0c41270f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0c41270f","dist":{"shasum":"4f6e3778580032d8898b10dc216f05023462c83e","integrity":"sha512-OAKBnI9HP/4LQOHGbysWUMbXAduk83hU4ZV6qV3/EnXQtP3Q7KpY3ePafOFwdKVhn10zk87qte1psY1n4p7ybQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0c41270f.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9W2cCRA9TVsSAnZWagAAAvIP/j4iS2kQFJIK3RW+YEyP\nHPvRA9f19XKwf1EMV6Os5NTpXpIYtiABAr0L+Sqe6Z1GiOKQFSy7/XmX1Kls\nAtvjF4cZrcyzfoBDDYm27VsELKfGBL4iaKcurwBpEila73n+AnZKyFebwhNI\nFEVBY7+mNQTWnLzaF2tteRMoP+w5glygOxS8n9eG64XFs3zDk7jxWvqKpNb4\nbXIshK8/l88+TkttiyfDJErbadjnEAr3h7IwUjf6DIPXeYnkSUhQpNWgwj4p\n+o6z2o+VREqjfxJTGsxsVLHB3u3YOBnneYIIuV8EQy9MEPq0qwcViWZJPkrf\n61NgFqJtC10qBT2kxLuR9v/VadzPcitPPZyj7BJRNW+VFQuau7HREY0RQs8B\njA7vu+AndRbO64dzs3koW/po/Cb6btQtMPhuJK3rgjuac7R/Uwh2fwbzQmRM\n3nzctAGtg9rFnTDEZZP8/DOEV140QKqStEUn8hW/APkOyunk76muk9h4R19s\nb0+E/UyRavUxmfNOIhJyHWibqUy+razh+M4f3s4dxoEQW9TP9xx/tEQ5J5e8\n1Mo0MAoWBw4AZ/CrY6g7DCFrFUGuQaGCUkh2eYb0OYx/O2jMu1XVcB6+sVub\nLikVa6W6pUPYBMFtPww4WuZhnAXQBtWjJEnMygrE1yTA1qt/klUXwU2tpYQd\nHzC2\r\n=G17K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGBwSqPVGZsjXMuPn/25KsffYotxGacLmp38Z22higV0AiEAxOtH6p7D4i3rfKn7ixTphjhVyAPoobVza9O2QM6NHhs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0c41270f_1542811035857_0.4627052524487625"},"_hasShrinkwrap":false},"0.15.0-alpha.e7948b1b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e7948b1b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e7948b1b","dist":{"shasum":"3687bd83c2f5471e32cf2a309fdc18a9bfece0c3","integrity":"sha512-3ngziYnCpJafzRMpUokba2OGYFjNQWp91HJxKQICIplEfUxiaw1wwGNVrY7QMaCZoB1X9cKYbscEEQoScNBcxQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e7948b1b.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9YwXCRA9TVsSAnZWagAAvQcP/ileOyT66Tnu2AFpbHlx\nXM98KIVo5IRprA/Tnu38MeqlFsPGNhyAlbGMWsgQON73bTqaJFb19DJC8orD\nPU3Vf+3CIzZupE599iMYs5trcmmPG6DbWrizg/tMg6HZ+AURiy/2dqmUgljN\ncuCM0I3k3CIiKZ7NSNTwrTl6TY2pkpNLrrLCRNWmiHGpFePE2kUW598sCeyB\n3jTSNbIfpG9OvtlQhnJ3UM6vI4ShrYkuR1k5EzsdsmRh+cQ5vE9CPf4sn4Kn\nVHZRL06llAx4zCaWLCDndVqZAnywGkPHzew4MKuARcA/xMlF5ErJyeb3+L5E\n2bsLHj9p+a7adIciLUrQ4+uKD6WyXEJi7qtKdUF3XfDfIBDmTxlIgLL5bucg\nD0tFkw3B4/EgvPN9L7vSIbB2sWV28EPgBeuok5j83BNyKVtjRv83DDNjJj3n\nRL9DipBr10Je29GpDccwqUOc1UmjknjDEeb5FsCq5VEDb2H9IeWE3aPSvRp+\nsVa5YbKqCaDMV1pNYYm48Lyvura35EYDnCjtvqd4DaqdzFuk49MicRCMKUOT\nOB+g6x0t2KH9TEL/amGnwR1UC3ePM1cCvY4iQzRQkyKbqczSHLNGogDjwx0G\nBpDQZvmgkLb8Ild4V/Injx33B8c4LvQOJRtY/MIhT8amDSIzGkKBGrdEIvIK\nQtZP\r\n=AJrW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBH/hdHtpq4+UOyMs4zXZv9tWDx/5UJ4KzFmPWf6EJYZAiEA+yhI5Tszcr6iz23+Nlpx5O8ZZ/Zw+QOBlIvZ32X0MaM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e7948b1b_1542818838383_0.2638203422555869"},"_hasShrinkwrap":false},"0.15.0-alpha.cdb1e423":{"name":"graphql-codegen-core","version":"0.15.0-alpha.cdb1e423","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.cdb1e423","dist":{"shasum":"7c8a4cc6395fbf6d16beb32c4f5ac452a9ce924b","integrity":"sha512-AqOuUkFIHRr/0s7Wug7A9BuaQsb/XvBIHiO+kulA51p7FjivAFSLgiC8ICnBr4MBtSotPqVU44n597owlzX+mg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.cdb1e423.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9kDTCRA9TVsSAnZWagAAn6AP/jFny6y7PsNKyaQgcOgs\nmecEi7C1qd15fS54o9UXUCMyB8a/AMDMdtVs2BBKtEqGh+dLIqU7ULWDu6Pw\nWxOxtAxjw2wFmkKbWJRxp4LLeofew1DGQc6GOwuNCICTK5ReQqY0PBXP4/ok\nmrXStmJVr20IKASSgNCbtqaa6BHhHaxF1FtP1ZmQVndaJauGQqyDqRc5s6Fx\n5fKnY+wtalnFVsdXywWJZJTlCMRVMJrtZlokKLnNr7X4pJymkYPkJ4Jx5FSe\nGsWf98iiprgCsrKOCreHNziVjbJewHP2tRVnt4KYTftZuIKqTXU2dXtpag7K\nHFXG5t0N8LEHXTtVEw6TORp08pY6Yt+5wGd4wEo/qCrgjZIYfu6K/c4EHiyQ\nNtUbJC8kVwMFujsSTOSzJD34AWoTkIgWEB55zRdTZ/6Mmm2BScxPGDX7/Nyt\n7rZ9N1DaRZhcKHKmBIhg2Tn90r5l+Jr9g+SKYUggzSyg7AOEAVQLZ6g3KjKh\n4O/g7CAeloNizn8ZbWgb9WFMvSAkMUMrTPIQtix46IvgRwuY4x9Vo/oyLUoV\nKcsGIeTHFLwqVycVp0Y1Cppk/U66b2vgjKQIhrA5RaGcI+smo0kUOcZ76DJe\n3aOVlp8opEu+E8pnQp0piyvJqpBmhMHZesntKaNcZlJIQmHeVvy/6iCFPcC7\nYWyk\r\n=aGZ3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWskyzgFDa0iuxfa0DKL9eHXLMq+blhjAEeYeT/Bkt/AiBCgvjHI1VZCh2W3GoysGvCVtkFdaoJxH4uw/Nbc+T2EQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.cdb1e423_1542865106290_0.8022247912780376"},"_hasShrinkwrap":false},"0.15.0-alpha.1914405e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1914405e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1914405e","dist":{"shasum":"210c9aa64afc698bfbe5b255f3d57033ce6d37e5","integrity":"sha512-s+FJbP1g/ErRR6n2KdReOG/hiNWr8E6vmn9EeNzBWYd/bGlU1hGKEsppIoffXyFh54hi91Qhet83zd0Vc5p+lA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1914405e.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9kDeCRA9TVsSAnZWagAAozsP+gPVcEfwwpLUWmZdhmqn\nQ5ShavfE9XaRrUDqHA+wGb37kzimzhbjXgr30AFAn0Vyu326Jl+ZcKAjTir+\n5DaDpopPEoL0aNJI8ZnCJA/OieAAjlGpuRGzGQmnzOJH6wImtnBTnMXiJU49\njZZcwaX/UCEHqIeQhppEautAMtUz8GcHACw025VpBxPhtp5fdNCQ484gov1J\nolcG/2zCCH0AmOcX/JY3qS6jpezkolz4p+ymRMYl2pf/wDu6R5PHiiBIAxzL\ni9n4lDfvHXo6B2ARbkaZar9Lz4SALrY+O+8vC+P/qsqW8XZj4MPZ2W+8/OxE\n+izmrTotRHRPO+f1UlYXyli0cvT+f8RI8/56DRDyQb1oAh5+mR1lnlpLnZaN\n/d7NwDN+phJSrw52M93PV9RC0IG4xsxv08sGIIwvMGwRbAsA4hETRInXecDs\nZWD+6rHCJQW5DiS2aetsUHT1V/acU6KubsJAnqHdft1RIv+wX+ALNVx0Id4x\nPf/99C0MTBvKDL8afWwjHpWSfPZu/E+nCCaPD2hVX7nj6HR1hBMsEwdPrXmo\n7Jgrc6cKDY5QFdWUnlLB6cm7Vss7l9UmOVZr6rLIhU3+gwUL447jTqGax/Hr\n5yKCIA/pQInsBr4zrN0D3ZfPS0QpkUiqzZrvWx6qeOZgdviyazOdJvai3zH0\nbfGJ\r\n=roz+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIT/4WsHZmUCkEn1hLb7kFRvLVW1E9UC+XqqzPuUhWyQIhANeMSJiK937dSO7Ulm+Bcenc49p9hrZUI0coaCsg+VSH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1914405e_1542865117732_0.6155477354361136"},"_hasShrinkwrap":false},"0.15.0-alpha.6344c178":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6344c178","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6344c178","dist":{"shasum":"f9c89f14c05357bd4a0d37da2896e5f335e84b69","integrity":"sha512-Rt2oMHQvCFuTPMgOFcyS8OJrrt+sv/Yk+QMKfAO2ho5nDUyb+H8xFY9UC8YcpJirMcHtnxydEeFfmF4asFZp7w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6344c178.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9kD1CRA9TVsSAnZWagAAYMQP/0mPoBzCVotNTfcqsUhV\nmVmYAEBGk1IZfu2aUjmiKdydKbjXGT2cI/vzdFadkVSLvPPLiOC7IBy24shc\nZSUEL1n591B+kbPlQbLS5Hh36C9pCravuBsMO4Xq3WTTekBsnfzWkSUQBT8X\ngftr8AT2l3T4oymIHHqyNxvsvG+6MNv/eFjVYPRys+wOeH6uM8Zsi0uDKdmB\nkXs0N0WTz0aPCsyyf+WMwv8XlwwchDr9L4gJgShhCvB+m86x6CMycoSEmZCx\nUIgAojceE4MixM4kHkB2lnVOzB9MmhWmcAwJjHwNXgnUQdqeIZBIZRpvUj6r\nFuJ6UhI9qUzEYjH4VdIk1eE5Boi/ldNCjwXrOR7bG2O9y1gWc0ReFMlEnLm/\nIPjcc5lMcG5vTjhc+Lhnqg6SBVXAD04pH/tjiNgL2Qv8FTLeuT+Pxb4z3d6I\npMYQsdo/bgNGKk8j9lQg3/toh11okKQM+aqscHNHAfBjy3xAyJd8qmeSy0ph\nJ+NPDYHVNrmJLvlzk53zhn6TqBkamZpY4ukikS9vjp8VfJJhoKPg4FqrQMdM\ntIO48k+ipURpBqc1vZ5Xc6gPddLUUJMQyNhOz/5cgo2jGT4Hx9BWxlbX9EDB\n6uJEsrfZ/xpb8A2ly9zu/g8jUJuxVGFsW0Co7nD4kfEljMt3vB+yIcG8LUG/\n9dYq\r\n=5Sfs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6WcCSSFGX2CMmpY19GSDWz1U+rO5PXjfk/BZ3pFHTkAIgFznDjm5ys5Ojc2d4uX6U3jNha4Q0iv4pyHxEgG5bPqA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6344c178_1542865140449_0.35552174721138585"},"_hasShrinkwrap":false},"0.15.0-alpha.9bcaa5f7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9bcaa5f7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9bcaa5f7","dist":{"shasum":"247e2330746355a6998c7c440992c5430dd02f8f","integrity":"sha512-cU5s96aLyQyTME590SGdsiw/DRdBq2ZYousys7k0Nh9H/23aMOl2rgufAhBMrMJVPGAccQhZAsb+kKK5NIum7A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9bcaa5f7.tgz","fileCount":99,"unpackedSize":92984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9kQ1CRA9TVsSAnZWagAAsjgP/00ZnyNYc1VgxMD+qKHY\nYUtwHMTlqo2fpRr1FuFl5FWmlGB6MBeL5s4Az1JV8RNRsSt73v/AJcnMzlFT\nkWXIFi+RWlFlZjzATCW9KvNmdj7VIgCw9qX2GB69LLfkrGbXYYx/vZaIJ/uQ\nemMuEorI+sHKic7hK49mwiEoHzu7mHuF/c4yC4iFx6mZSXvKRBlNiGi3cMPt\nWVQ4SJQmX9JbvTFG6Q+EMoaNnHs+q+zRsmqY3R+7NZ8vUkqYnyuooNaYq6pi\nfbNXHLAZVxFWCpHXl4J0W/GocTrgZcrJRolI/fB9dQpKy+JuMavyaquNSdYq\np/1msxa1xGyNCnAyGouCH/axYQoextSt7v0i/pz0r7b28MAIUJrI92ItuQxM\neMuZGFHw9erFBMLkn1QnvfSnldSngRxj3FyVnkhRV6BQV6puisfIWtiCd2Lm\nk84VxppmjIfNunaPgww3X7XenLRQLR/CanvQ4iRwV8CaYC9dSqEallN+9Euo\nrt2rLvj4ol4YofdJdijASr+jt+fDzDZeaNmG6YdS89JSTd7fEhxYF/zqdg/0\n3N+pMhH45iUWB/Yq/f0NmW6xosh3rt544/PjW+jJOBdn8P2bh+pg9onFjEqd\nUcM61UI0yGPogg4dhYEGY6x+LRo3DWp1NeaNtRokl6jtYawxmBRa8xHfEfzc\nD9TL\r\n=esVd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA/NNX8Rt1Cqy+R88ClxPB4tU9YDfLATiSDLOP3MuojtAiA3wmB9i74uYjb4PVst6ER4K0q2Xooh96Zog/cuI5b+9g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9bcaa5f7_1542865973095_0.44035548553655923"},"_hasShrinkwrap":false},"0.15.0-alpha.3407d212":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3407d212","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3407d212","dist":{"shasum":"f8a8cf6280ffa4e6d0662438268e91c476974f22","integrity":"sha512-skVTz60i4KilWPJMWijU5FY/98h75NBvUZDITP8CJiSG6jevOONVh8ODjui3LJ+lyFV29dHfJb/v9Bwi0r2nyA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3407d212.tgz","fileCount":99,"unpackedSize":92984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9kyrCRA9TVsSAnZWagAAKyQP+QBIKeIWEFENsjGvYGjZ\nyMdRojxti/VAlGbip8BWgVzEEMATDaer9s1yIkoyVtpEhqzwjARbdnzBaRLH\n2lBD+04XBObZkXrElVf0JyC2wbx5ygOMd2ojXogGPM4NfUaLt+OZoWbLzuPV\n7S+mG/SBgyGUFSNS/VRN3dA8STUk0GHOmx4GvzlHwczh/MzWMdGWTN8RNM8O\no3xNo4bSjAwKAhC2vpAHzwWGTxclicGB486t7FyivwKgCIvG+aLiJonaPLA5\nN0b+F/LnqNoM1rY3iUFp4HUQyjIMKkjRFd4PgQcH3bKCxjWEHk2LeiCBuVnj\nMJ4vNdx9b2z9NXYXyFPuo6F1LsNbsn6kxmcB8IjfEhPn6ehyCyvBcKSFCNVA\nqjw0TrAY7YJW4ZGpLKt94sQL9eDtaPyM+bWlQ65BaVCAEgan0vMkol8i2RBN\nDsLxAcrxOdAIPGt2Xl1qxV+qDLG+KTzGhtolFUEpqa7KdEQTarUAmj93yZFn\nraHuOt6Mko6QU72Vb31JuHt1tH+jW0OcCE4iNybodDgJJMZfW1Q5IeWYmT6/\n9B2TfbDMHiI9tfgoc975XAr7UzNmMbKWyE3HxxqoV6rNNGhBrAZnCQkTTfF5\nxGCzmuPF5MI36lKTy9DUrgghPeiGI0MjBx0bvw8lDwvd+EBZ0pCNdS1luhOH\n0NbX\r\n=z5QB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF4j8xDaIcZYYhvhuObd2ZrbDGTKzlLPQkVXdpjCAcxDAiBjIbYBg1WIdDaQ0f3uQ8rqOc87Os/AQgj/qQGy9/dzkA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3407d212_1542868138697_0.6426397445703962"},"_hasShrinkwrap":false},"0.15.0-alpha.dafadcd8":{"name":"graphql-codegen-core","version":"0.15.0-alpha.dafadcd8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.dafadcd8","dist":{"shasum":"27078dd7b5ea9a969ef5f155ecc52a53feb3c98f","integrity":"sha512-AjA2aBQ/onaakEHo5PEGEJJ6OicFDgxYWPE8mB/gx8vgDJYOJacQ5Ic2OkPMXC+23cC6TYr2w02xev+c8FHmCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.dafadcd8.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9k7iCRA9TVsSAnZWagAArPMP/00i+UJALpYL+CWS7+aZ\nDeIFPWjt4vQ+5smfqTX1ZEnPsKOU1fzdrA7AxEYtQt/eF1YRDYPqh4/x+bRb\nJllIg8HAvdppNXnFk4XFNipmxBlbzA+bk/ig4hTMvJEdNErAh4/jOzfU6a9k\np5YxPjl+A8YIDkEd5AxDdVJJCa53o3ufbuRz2/71cILzvwVs+jFsGG3e4Xc5\nqL9nu3zXa1/X+leziClfWVJxfMG32BFLqjIYKwbZFZqBBS7I0SwdBTN+Pr+E\nwDNBnuEfR8U7rkyGKh0nr4NXRwVBeq3ZjP8MTJuefgj339LzlrJKYaSVKRLS\nL/CG3m2JSpy2mvkZvIiobL3d3C0k8VfTcuVPp07jBrqgDTiYnjY5JLAMhma+\nZBf05mN7LbA8pCzTRim4EbU3FoUWvW7faw7sLbUXHdpZoeGd8m8STtThhehq\nc+9AUMQYDLZlXbvCBUG4Jx7sB9uw3bHtmZL74qn6Nw+1KwF66j1qL2g2k0/K\n0QA64gHfalhgSS5PF3wHybONakq6cmvITo8WNX3uRysO4jjPAVVmBoa5sqtL\nq+ryH4D1UKPE/eRxlEru9n9+pyFx+dmR5InUr2WiFjxAkGTprNr/sanlzgSV\nDkiV2nVMfxWyoGNHTtIt1n/Ra6S8lqhW12g6T+2NQfnuaBkEAGjUavj2RtfD\nH+ai\r\n=4sm9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1vL2m4jkMTPZn6K9lZ+CzCb4auAvcxGu3R778xxxFMQIgISPImkRsklbsdzUMHwschG5GW3GZ+re6j5rp/SLipo8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.dafadcd8_1542868705903_0.36588437227528536"},"_hasShrinkwrap":false},"0.15.0-alpha.019c7ac4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.019c7ac4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.019c7ac4","dist":{"shasum":"f37b6ca29c512f307f5659f1925675143676ab99","integrity":"sha512-CPudNIjdsvMCqt4fCMpmO/Fnc5n0UHMCBJoKJPpNz+Cj2kNXLNyfGU4ZXd/lvrSsTFwVhZwSEQA3f9ne4lW6ZQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.019c7ac4.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9k+dCRA9TVsSAnZWagAAqTEQAIEYIMQOFPyHN4cPCpD2\nXLrGn8qXNtTI68hImKIf1f61u5F+IH3ZzbFxe07MMOvFo7Epsv/kT3ZBHKJX\n6ZJ2QVks0+u+liIh/TjMp9vE2FUwsEVAVJWmQ7WDClIltYpp/53ghFXhuAeJ\n5iCbS0ac9IA4TaJIKu+d+WT0qj/JleeooAtFTU9Z8Ob1manJiD+OYpyQrwMJ\nbw/WF5Y9hhpAlReN3gonJ4pJzeinZsH5YbJuVrdmKtcE7E8rrOakefgK2krC\nKBxyHpVbqHLZr/TzgVL2PqC3qxI9/mnwrnHo8cORIWIBGhxqLQAzIPWSONF/\ns66TspOCwcYBGYjL5iYh/V8VYNt3e//KgKg6vi/UlK5A61ylxc8qdyrhyzWA\nu8u0Ncunu168EgYMf3AvbEetTDrJxUKa0w+hUqW7uWZ5VAOyAlUm6gqgbdLQ\nZEiu0+O6IyOS4oZMQGwB9+bwXjQ96nnt/MaiWEcpve4qEuOWh/xD9VfG0+DR\ntuR9obmvd3qyXb56rQ+0TQ410FKds54yZDFMyFsn6aUsLz+ItRVGS16dVdF1\nE1fcX4HjmNcnX8Mnyn78Wfd4mkZDbIvV4hnORFLfBQD0xrw6YH3AOFRtu+0M\n+uK+ZmaI2/iwxhuAVLMU3zi5cfsCQ8aucdGrMrFNXnuBXZ5Cv/rHXwry4KNW\n1bcK\r\n=QnCu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAgX7q9ds3Ym0PcjFWzKe4Tr5bNDTs/nMGL+POi1h1g5AiEA2VTb6qb470Cux3pJ2yF+v3EO00fGMWYr+sT9SnZY2fE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.019c7ac4_1542868892783_0.9289761536818479"},"_hasShrinkwrap":false},"0.15.0-alpha.74fd15ae":{"name":"graphql-codegen-core","version":"0.15.0-alpha.74fd15ae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.74fd15ae","dist":{"shasum":"bbadda8e76ae765f238fc38a290146d44ea138c3","integrity":"sha512-4wooH1iAz1nFnT2sky8bJx75dkEQNIBvGVPFNSPnN6Byc5ZLZeuNgyWP5kyoCCai1Az+xtpAr3V9NyIjwzJW/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.74fd15ae.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9ly+CRA9TVsSAnZWagAASGkP/2cUtzkDZAe5U4tCYdL9\nyYAj2job2rpq+YQD3/yto8uRUIACCRMZPhtc32r5Y6Yo/MuVjcySDA0+LBh9\n20z9ZvC1lYzRVP0rdn3wUCY/LbFdu/ySphJ9knPXpL9I/s1ssUC3/BgHlBKf\n1p+Rz5K1KMi7bxZaGCXPmYjGfdzOJPP5TcT+2KIKC+Arh7W+RrTj249PqhaG\ndrKXqamZQZED09/P+1wMgk7RO68L0/s+SPutAftRS5l4s3NNpRZ4VTQBbluC\nDvstatSx/7xSYvaij2OTy3NoitFxzOf0Jk5BA1nmVnw3M16hOC/RZ0ZFVdO6\nmTCf+dL26C7rXJLDl/+rAKrDZWnyiISBn2WL+fW3ULbUduuXq4cEvXnBkNmi\nPCqOs2GJLDKqgoqZzIJSdLXnNyl8i9yP45v0zH+H748Onf5JOH/A03UCvZ2q\nfj3Z2L55tL4nbdRyzRs+eJs9VKIMsNXTK3it13g15IT8p3Q9eXcjzSY0ImJl\n4khjCcI5iPxC23IHwf+vOaeRw1YTbrAQkrW4bjOlrmeIuvcTKt9fT2/i/HDS\ndgerVh8WhCOKYkAfV54+/fEaJSTnMM2T005evRoFzir7giaHRqOJ0YamgIcp\nU15KmQHG5qJZf8PQAJqgCI58D+IfTo0GR/fmLYSslhNA+8aAtvP9Dwj8wfSX\n0lpe\r\n=dA5C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLyuCRWo1cwKTRcXNom4rjBoh1i3nfyuiRRVvt8P8/tQIgV7oRDKq7MGN42t3ZDTO7okVMJeFw8yeSORM12f70t/I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.74fd15ae_1542872253887_0.6316256724031164"},"_hasShrinkwrap":false},"0.15.0-alpha.93e13fe6":{"name":"graphql-codegen-core","version":"0.15.0-alpha.93e13fe6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.93e13fe6","dist":{"shasum":"fea46c2227dbe33500d062f7b3d68997ad7d5003","integrity":"sha512-h5HDjXNuU28HZpNKEo5fGLl6Y9UmjSibb3fTs9FL+Tl4e86aZNfrPrKPx/JgyPzBTBK0M5tr8wDKP2E8ca09oA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.93e13fe6.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9l42CRA9TVsSAnZWagAA7doP/2lX3BdsgWfalCYyy0e6\n+jiGdeGpb1vuI9gdLkqCy/S6tEPiS7HnGIqVvb++Os/5dkxBpyvalT4uUQXZ\nFwXfi/x+oyq0NCDZuYJ5F3KbwrlQ0zpCVaPySvMtXKOwRSropy8xwRj98JFX\nQUJRJGroUkBDU7OC73wj8bm3Ld+GjpUvzJ36LfRIg7WOVBS2Z4rlGRrAfHH/\nVGb6bGwcsQMOi52p/kLAAThENrY1KlNYW7bIk7IoR8a9UfhCh/gpEF2M8RIO\nMsqnSnpMA8h6G0BQoM8OBG9qbmjYA+Uj97qT/NMIas+4DTmxbLEiVy7seqAI\nQQlHL9j0Ojc3HIRKR3/L3y7GO+J3uzi3L0OrKmXWXTVPtARt5QkN56BCZRke\nCDFpLhAyrIxErPqpD+vzFzMw/CQfkDkQEwWt34XbT3qkyo4EGYI0wUdm5mar\nnjlRIHgKFZL+k+lbFAvRbKEid2L1lH0oWfrSZ4Jbzn1ZtpJcC87isIxH08fG\nvKdx0XJ8cgxugW+cgn0k1MGvkFcffWukVdmUhdE9P3mWC3fY+Hwd7dKA5Vee\nAdjbjVkfuMzegVmrIiI2aeDU5tahq0zVsPK4LgcEzvsobmRfZcijTauO5Iea\nINCABr153JmgCVpZ5oidD0f4Am1BYS/cwT5L5EGNOB853eA7PfxZn8tIris8\nZQb6\r\n=XkqB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8Ge2/heLoXIVLLldYf67VAseH/WkUD6giFzr+TcfvFQIhANkkdgVJ6GN+vdVW2oKswhFj69JdfVYvTrEwRrlL7/bF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.93e13fe6_1542872629602_0.9515568074359304"},"_hasShrinkwrap":false},"0.15.0-alpha.653934c5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.653934c5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.653934c5","dist":{"shasum":"8cc76f3291567fb3d9a2ed7057d71e1a1cb68800","integrity":"sha512-1QvaLXBsgtLZf/qskVoX0c7zDLVASs/vlMMPwaHExVcSSns3EXAL3KLCxHOoXlZoc3L07om7+ptbjJF7Nk3mbQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.653934c5.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9m3eCRA9TVsSAnZWagAA+KkP/R+1J/2cwoONhi2YPinO\nI2fptnpPKDsFOhellnHVHSFu/lnSKxCAu4eVaor9WzZjolsHZWR0wqJBK5XX\n2080gIlgaRaCrrQJE8jENu7mdbVvQgm7UemOQK914tJvkw2z8j0UdxZbiIfY\niNCS+IU3JmEFzFcDAKQ15ZkfWLQpUlUAMfXGEq6HZZStLl45bJIzMhzFT6GM\n7nAuf9rhqSxUlTsLLxOWfsBfLayxlUerzV3bSkhkXC/VdSp6I+zfXO0K6yfR\nULEIRuZ+PpUhLQfsNNejCgYheoXGOKcen3FQrqU0W+eVrnx/uPmlN0BhTvNA\n21PQYTebZRzOZyE6YGhmIRUlOscLvqQVZhvMf6Qd4dUXJeLyx45T+mnlNxQt\nM3L43aKywPYniwzb74eyBgIvJsRzIsTYF8SXEtoUY4eEz1jLr6xyWwTv0e0u\nXUr3n+OCDk0cnc7Glvia3zkycpzcpnnD8dAp16q/RHkNDmip6wxEexIdr5np\n8tO9iqvm8f09bffW+bPZ3zHrcMfeIKxT/hspgR4alV69Mz94tIKlNUvxQpMd\nxsVLLpTLAyHrVD8fPbVvawBVyK59O6jhJlyV6kFK9E6VX7z6sz983hzTuoSc\n+jp25xvedZV48+yOyKr+4Jy9GVD2mbWSJwGrT9wZutAMyk6PlBPWqU/TFInO\n2IyJ\r\n=ngTN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6N2mVsX+nDTeTZKMZW7bE+Aam5c5YjpEst4RvcP07OAiAm+85d2Z+m2JPM7mnuEWc6wfHp8+pvGya6vheBAA4WOg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.653934c5_1542876637860_0.7046352847727797"},"_hasShrinkwrap":false},"0.15.0-alpha.b5b4fbbf":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b5b4fbbf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b5b4fbbf","dist":{"shasum":"7fe69a2101cdc387a15b19effeee18695d15f56d","integrity":"sha512-CJzq8TBpK/uu1844z+bUfHY19hXr0Qjb1uOGW8iiK0fCX9vPQqs6KzzV2ajyMapb1hptUu6LU9lexHWZRh13uQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b5b4fbbf.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9qBTCRA9TVsSAnZWagAAWhAP/3jS01EC32yWbEBXaEd5\nSHNUqkp2fjnGalTLoO0jmW5Exn6LuKZSblh/KtokmFl1CSLzR3GHHB0JCr3D\ndtXGA+ty4mjk0+bsIfME46TKNlxHmQ6HNjSmhxxwXnoOPedSLAGgx0MdfTGq\nB3S6p/bzO0PUV+dMUXVKEsF5NiwPCHJT3r94J7ykLGGBrph9nvPNmIO/Z2LR\nlKrWNmqoXVUqHTIWRQgrPKaaazspxnoXiQKyY3VBZDennQwK70qG4W6GIXg1\n696NeGT3q/2j0SqOTYC8HZmUiEUhXeLU2lWmf35Ox6KApItFUY5ZuSnGHa/R\n+xNErnccYBSBatR2RW5nMO7pkmGLklecfksQfJBW5WWhiS95ZB4BZy+kJInF\nv/qhBad8UUnFuNqVYkDsX6qH8/chYosxZLvjdaNTCZCyaWSYhKWhhpsldACA\nQmfa3yWtr+ESkqLYXadTFMZWET7PUBwLfbCey7sYzbJwufXdnb6X2RLXMn3H\nZrDlLVvoimjenQEem5eMdwxce3OPwkLlQ95mu0Rnsu8ZbTZFuEHUQ1AfzlGq\nWJ2i58Tcl2u8Iyxwq4aubxKjjuPsXV261heoCzqyVV9eZT0XDF9alo40oTct\nXeUtln0pA5dTDyU/biC9pRKEEQC8qbS+V30YQdodYpbyyK8i8MPMB/2f1qHk\nhf2D\r\n=ld1z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBx2HWoX2c/qh+SzJsAYVUHZ/KdPnCmEVHnP6k/KYMrKAiAnALASv8y92HObMmGU2hF8Y2hSZ9TqpDEzJxbJ3W7eGw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b5b4fbbf_1542889554735_0.48658992934532086"},"_hasShrinkwrap":false},"0.15.0-alpha.4b63a542":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4b63a542","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4b63a542","dist":{"shasum":"a4241c7c287d838af7ec923dd941f4c70f67eecb","integrity":"sha512-ErJp69nHE489i9fKoSPaLj5kLWhFbl7AAV9cckt7W6/1ZSrd//IKMggYMiWiEaY8JP3i2Aiqbix9mNFJyfSNLQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4b63a542.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9qFuCRA9TVsSAnZWagAAQfAP/igEbFwFfvm5upRuyYhh\nlM0WFX70AhTssJK2j7qfQE4twxIMzPYgvQCwDNizEX9ZsGnk4fKtVpCdnJWM\nTYPEyNBUjyJsq/GTXdP4LW43b036KEij7zeQ18ngnMgZsNC5mGENLpx/icXd\nryr1DPb4o4KtYbPlo3spjoVga4bgabQMdpd/l/Az2FlafpIIAgE1ut+693UF\n24AiDacTtwrhsnsk8QOek8TV8FiODku8ei4pR2KBEg7j4ghEYQqplTEH6QkE\n3EVjva5XCC0p6FzmDmof3uWiOHin0JPnOVirSbiEmMisT24BjskMZP/L7vA9\nySXw/ivvmbTRhZMtTiCI77AyIe5X7O0HC9afQOUbp6P+Pk7WP0q8ntJmTl79\nLwAcB4QofcsMU0wsnurNczhObNlcW1aNzsLW9UJ+vxIr8FDHUujnN4R5CmXg\nGYDncRbX6HAR1P+hQV0KvBvPHk61bXamWQm9+hnMou+XSE7CCB/LLFat/+0W\nj9cPEzVP6lPAJdrwb8xVXAseEig9AH0diQYqA/cT6ALrK+pkNzWbKb2/yTxE\n51dH4KEbBFuIqcCuEE7LaNC79mMjrhzz7CJrQRYDTe2Clz9MM+wvkzv9nI3r\nPOVsQjMksI5ri3Z2R6m1H2OwF0qZnKn0VTYvfK1ARURBGNJfYPgcLZZufz6g\n2dc+\r\n=zYV7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCM1psyt06LEY/x3AeXQCvo0vApyKb7THNk49wReCbVQIgVucoB1vycom1xd5Uri9lZ7GKYi3ei2GveR5vt8/WiH0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4b63a542_1542889837789_0.8760737688556208"},"_hasShrinkwrap":false},"0.15.0-alpha.d93a2950":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d93a2950","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d93a2950","dist":{"shasum":"132cf33c937383e38c1ea28fba4b6aefad9b2d1a","integrity":"sha512-HEkPwGNbCBBGzfn15JcKLDmXLP3jA8vlFCNi0rVszUfxuA/mxgu177A7OUHNfJUatesw++OL9elLtXDoCU0xzg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d93a2950.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9qqFCRA9TVsSAnZWagAAGTYP+gOESqzy1whw4ZW/GdZ+\nap0GUJw39buF0xUyzXzcjsw2vOL5uwI01cWCOVFO+GF/DW+4ileNrmV0wBXE\nuJhLqlDqLn/XEtTI/7wdQjkHHqmW8lsOFKU9TR7So1bF+Rhgaivdorxp5LU9\nyhMToSRv1afsgLR/EDO74Rd/h3plwHgvRtmCEbjB6ce5+OspS7/YSt7pSE3T\nNHkwW03qNU4SY5+2OKwniEgWnkqTMw0p8ZRAb7P7C4tUEJxUro9fXvY6N6W0\nPngZYEHHhDj7mxzAWE++wkpDjuTKQXYoOoDeWZZVYUoBLg4j7xieTPxGyWz9\ntBZxmNuvlvv6RQw7wHuwlALRCJ/KI3DgyHVtyQ4cWee/8YkrzkFPr7a5O9z0\nkpnOc80bCjLlEgVIj9C1r/yolvMwwm4zyVGuodWsaKjFWoEABsmLNDiR/KfW\nPoYsFKTFOB1i85OvredQtmlZfm5eeQCfcVvB82m5f6d4kv/5g0u34B7KTwN8\nF03IaT4ZS/qbb54Lo/KgHr2QpRx5mMeYlY6WMIB66C0KbHkbG8/bIP4y54O+\nwqgEz9M7WL0Y0TUyp+o8hyR+aCMTBQa0hLmr65ecA1/SkTWjdKDDOxBxb1vX\nXZLswDXHps5LALaPlIWmPcn6qa+TOu2iS2KKg2CP7+Ijemkgbs9IE4ftn+5+\n6jzE\r\n=fWmB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGvJzCxRTLSeSzS3fbT5+uDgTV7UaSrm/BSdR4esvLoNAiEAzWgCNk0jvdb6osR9CDmWvwlNQK2qf+lzQtPv44KrQ2A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d93a2950_1542892164983_0.9520985757333913"},"_hasShrinkwrap":false},"0.15.0-alpha.9941f643":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9941f643","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9941f643","dist":{"shasum":"136573c7db552f57624cb0fdade85bb44eb4a8f2","integrity":"sha512-nlDvAVjAyfj+xwliqnhyNvaYE1MSd1rVSSgMufbQ9VCOP8B2DUkaNHksUJJqMOACIieV5ydCaQfL5K3MoBQ28A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9941f643.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9r/0CRA9TVsSAnZWagAAdzoQAKD4b0/yYX90CQjFaut9\n/4iz9Ysc6uCXWPR2Ztbfj71lX2+TxcHeKAGXKODM3k4IRJDkYzOkvksGjN9q\n4nu2DGlcwRPBhBPtpfw+kctDb2m62X31DbGkzmVjsnAH6H/RgBVqbvnw7PiQ\n7cr+oEOswfo2k5VF1CV0undUekPBXGa5wtsfjDTuwVc5VXRw0jseRhBzXkIE\ni5/uRirEbxP/+4UgG8GblvfwQZLKHDJ3rz0UCTyGfWeDx6FnqrfCAl9lWBDL\ne19OOSwCqKoV24e8OYJZr913EKceVWkIojGNC+K6j8OzD4HZx9zEDmZo2nCo\nu+CCE//FFoDJOwvOVcOQrDUyw29cxYdQWNjQAnpGMx53rRJqDRXiFVG+zAf0\nNTkjnhYQNW1lOXEhsTp9MeLG6OqzTqpeo7HdNHVBEyy7Gnp/2bDBhoMcoc3H\nELR9rqjV4wnoB6YQ/4PxGW8+OMqw6nf3N6npaRDKs3gYUW0JewQwNy71irfg\npgbygpVEVXe1BlfYFx3LT2bHS/LRx14SiPSlymhlndLuxMjb2nl1X95UTU7z\nCs5IiqHbTMC3fhifnXtk/04XGPnGvP/bZXe3EQvfU4I7PZVUphrAbyQud1AI\nSl5oeo9mZMlUmW3/VZAAPYGszxZkTOyJPfjj+94nL5WKv0wMHlaTGd7GNjAl\nnA59\r\n=A8Li\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHZVbzDMn10Qas5DCmgpn43FD0jDuJQMHMK9/qnKYtYAiAXD0GA3kHnMdDpECxa60mQGmJAdv5PzStecpNVQ67oKQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9941f643_1542897652001_0.8482726705524766"},"_hasShrinkwrap":false},"0.15.0-alpha.05a4d048":{"name":"graphql-codegen-core","version":"0.15.0-alpha.05a4d048","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.05a4d048","dist":{"shasum":"90cbd0908eb1d8fd191fee3045cfffbc295b77c9","integrity":"sha512-uIpYkf8C/kkdmj/7jIlffUUWE5JIeHVf+3I/ViA0BpTIFjZvLjdfDf16aROXmfnuobltIZm4SwIL/vBmtDBJig==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.05a4d048.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9t7YCRA9TVsSAnZWagAA0AAQAKFzIJC2R5nr5y+fZce0\nalhWVI/6OY63E/EylIuPWeV7iu3uUdL5iehINwLQU0QC/9eK75vb4gapnuu1\nDxpGfvbYKg6w5V8u4Jft/cMtjG1rnzrgRY4YCCTBbs0Mfu1loN1FJ2Y0jsAl\nD+oRyFU80NU0ts+DI3qmfo5aQC7hxFm//H80aSze2kRLnAYoJi8YfDYQs+lN\niLs9YdnMnNSCvFub1HFz26U9iYt7zpzjGxHzuXjhALwcDNa0ERIZ0Pig/YnV\nkFzQ89uc9blvp58570XN9EGSRbCdyWcNk0Enr4OvcLL67dD4bfCnb1mVu+pI\nVlaCF7GoMNOILIuVVHd4iOjPUpdTQYEUJXvBTUECZtP16i+72K6FxadHR7hj\ncvZ0/HhRlRcgL5VdjF2Tpp9jZFl+1FplotfZg/GaTfX6YFGfB/VAfuLFbSp7\nIat8fK4rCBryMyUuDn4AfbbFOPBUO5xc2caQ5CuVVwtGbQ6IW5cKY1tjv9sN\nMflMVOGuz/rO02R6MzK+HmtXn6OsV/KJYLYWMMWJDblymAdYitLTUIaj0I2V\nxsAFhDuvOGxNDAdONDbBbwhQWF9NzCmaH8G1pJyL7fBp6seN6Lz4B4PD1542\no97vQvs8Iiff980Atb61/DI2vEoxPNwlqZA58icYp8/mYRhYYTzCodSLyidc\n9LBB\r\n=Rdfl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZtWpUXPXeLkQIDd7c9fs9ukJnIBYYBSItSB1xP4py2AIhAM8f72cTGidz40reS4DPSjrdrCc59Iyq6n/ySnVq7gnJ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.05a4d048_1542905559967_0.07157338026008664"},"_hasShrinkwrap":false},"0.15.0-alpha.d353734e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d353734e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d353734e","dist":{"shasum":"b790a0373f7a40c34a0ba9f788bac2dda03e6896","integrity":"sha512-NtWfkj9xAJYJLF+nvPKTKQjLrmiKBc4m6aXyI+LlbZ66fpIHBCcrA7QOOX+O+CFMDHIq5movP8exKwuaiDmaJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d353734e.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb90U/CRA9TVsSAnZWagAAc8EP/juNHU8S7CncfLUYDy3d\nP8y6KzXb6MdPJWwN+aZDRFzejRmSZ3pIAt4DaCQs6vO3Z0IeJIDxMqYtageT\ngaCco0WHJMFgOjaKZxjVS2vwDGs664EhDjH7Cuu6A3UcBlTHk+xFIyB+NTSq\nX3Orsgyah0z4iUpm7Uwr7G1Od3OBACGIXxp+jjHs6KN0yTDDmPtZ4FW0TV98\nzk42iPu4/ulcZk+myJ4bQYbkNkJKSuvLznX2RzHS1bWejt+nQqtTnX09dUKK\nLclQLSao1OWXw60XMdNKj+jwqH9pTBr57KGVMACSuCmot/5cO4hx3pul/X/Z\n4JORV47dgwrlfeBPNIDBtIr0iL5zlkjEgU2c28lgK6EKlscZG0GT8rTCV3Vp\nfsht2dqMmI8oMNuD+274KuiIfpMyPh68as97l2IuvGpN3k00aWAMenKrdqVx\nN85/KzJWeTc2bTxJtlzdRA1OqU8p65dqPZI5Q44/epFruS7jR3KfgtoLIDYb\ndrNsjfUO6lhGsZDcTW8u7dGTr6VAmwtYrxY2bVn12RAaITJgFmOk/2inP4rf\nMbaSbmAMenwiIrx/ndD3hPtdArESxsC5v5BCKsScLp76tPKDTUj1YVGGSHss\nIR+KDqTVfno59PrXSxt/gJv9HcDdJ/jLPe/88eG5t/gyzHgG6W8qg+V3qwBQ\nZ1qs\r\n=ZAqn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCq0uCzRrRcNo887kBeksmPDU+QwT9a3Vz5hO71OzK4cwIgcEzRsG2+dnbCIIpzqwQWPdetv41WPdHsSE9k2J3wmsA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d353734e_1542931775270_0.3041459663158519"},"_hasShrinkwrap":false},"0.15.0-alpha.c432cce7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c432cce7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c432cce7","dist":{"shasum":"ec9e63e17a33baaf5c38853a093957f18af479fa","integrity":"sha512-YLTXVztnI18rt6U4NnZBuGVTRmDNMxDKONr6PeTsHzOLACodEJ3Et/lIENWVcEddX1KMCBGQReS0UGg+jBhhSg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c432cce7.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb91byCRA9TVsSAnZWagAAWNQP/1nDU5IYO2hszAPj5mhe\nFBKYseku/4cVlBrmVwPqLT8fiITKKoORfVSsgXbrvlPGrXP30MF74V8cUJeo\nKK2GfgceqBc8QvnsT3lb/WHl3c/6ykK3IV5dCjGIRNGa52GMPDAtfjmMiRxE\nIohUVzUXdt2hs1PEliqR3CRxS/KQP+E/ILaUfY8i4OycEWBd+lhHCYLEQt+z\nBNcvZ1mVvNqgonsRAEaLnvupUQ21T/yaDkxiRDpfPQEIfifC+5ahf9oRPsgP\nTcfIpSXaJB0FtyttfTKp6HaFKM53Dmv6vISWGTGjj7KHEFLafJpic5+z6Isg\nCymoHDevas6WhVjRNGcVTJs89OYOOmXRXJYB2hEOYirzutIgCxGEVQ5HclL0\nYUc1GUvSI9ertKU0IMpXS4gZs0vihjR/TYRKkH5fs7qh2Lpu3lD+0SQJg/vL\nTYkpQagXD3JK+3uzXYze83JIXetbXKbIbZiXDQDj2h2a/cMQodx8IvpFOBQj\n0eCQ2/sqJqQlqSIcvBdLr/lbqyBlIoNrTgDnMDqFQVcw4rtQH4LeS7dGNJSz\nfjnTWcKbuHJpkOfr4BqU6W5U8Q7Qt1Ix7NqxLDWXRqpR5GFZm0Zz1BjafMCA\nBV+XYO4gJ4GUOhGMwvVMg22fkkeCxy+UQx8IauLUqsSPbzn4A6btUDosEvES\nY1mB\r\n=iso+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDOp6xWtD/7THE0hZI7vS18E/Sf1ih8SP+M4jk3qfxTMAiB0L0+r025cKLgM8JCUUnn7DtTKjWeWocC3y4u5C4vIWg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c432cce7_1542936305601_0.040938237835925095"},"_hasShrinkwrap":false},"0.15.0-alpha.43d3e5c4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.43d3e5c4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.43d3e5c4","dist":{"shasum":"a9120a8bc218cec05f59030c3cb3cf16e1e62f5e","integrity":"sha512-z+aSX8doTx4rYJxJ7NoVcxCQGpUuAg2w8b3P2ZRKhYNgUpxG+B8Dc3MECGf6OLv1OLX9C/5dtKTQD6JZvy1wdQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.43d3e5c4.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb939BCRA9TVsSAnZWagAAXu4P/i4jUSbQKpzdo1u5M9mX\nG09YbmAsNPI7Pe5Du4WoYe86LOQYeuoab4MEfJsFRc/AYTSBGGXg9E6XQRrA\njdGnLhCC8FUlgE1NAqDrv4wbm9rKFiwqLR+/gWNvinOcphu4ytecxR/UZSDJ\n6njtMLsMvSWXXnNFZCaKJfnMkj3bbO7aTZyJkCkly9dGQeoZb5ywQbPY7Sp2\ne0e3HSkojhEPXSF3Z2gszYtH9tyiBj5j177XJWHG95O96CARygVvPG5hE1lJ\nD2oQhs79X7Q56nPOUzA09B+menEo9GoViytHxtIB2i8/lhhmfzhJiZzAusOb\naTHb8PPhEp01hBtL0kCJLtPEAorzhOdi89IOpVUI7Dp9AzO2WyeinxRnipiT\nGlZOcMDEPQ9TqCU0gF4XjutHGlvOYSzgnNjQLIufK+sg63gn8VurqXpQBN4f\n3A+eGfnDQxvqXYjnO9IuCzjzEJyAsVcLrbUQ7PfRTFTgEynVCjrrsdbqp0si\nYADqJ/MlpapnHz/LJ+kvzMzVWVYGjMWtSV3SHaqVL2r2CVRYGKCX5UwDluh6\nUQ33C71sXGUuTs4Tk47oQTzf1gVXUi8vJIDsNj3TDOEt+arEddTSw1+MSMsM\nso4MtGjnUQFnBIIX4QMm6scIDC4VOYuspDaqEXg9sN5KTSTjr/iu99UFmuLx\nCT1c\r\n=MGRf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCM6qIWYVpTHE1DBstpKa87LwoADGkb8j3Ef4x2fMTLBwIgO3xyqInlJG2/Pv2alnVg50AFaHE8ohMHid/0reIEIkE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.43d3e5c4_1542946624736_0.9930024673494471"},"_hasShrinkwrap":false},"0.15.0-alpha.5e223896":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5e223896","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5e223896","dist":{"shasum":"62c10c495b71cf7957e6d0118550c5fa9ee87419","integrity":"sha512-qOBU9H2ZN6vPXYbma03RRJm+cPxzNOxPE+RNbJmgxHokiWMWXqZZwzAGKq9ryShu7eeVPqJDhA45URHd7hQX8w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5e223896.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb94CYCRA9TVsSAnZWagAAvfwP/AlNbg7512d7tsHz4eXL\nzz5gvHI7no25H3uJBjFSme8UdFNY9l6bUCpzIoDECFBzB9PzvYRYoDDCiaeh\ngLj9Sqxt/GDupHk1Ei71pWs0uAydgQGexXRcjHrUCHi5KTLFOcWALnPcbXyW\nlTROCDJKuEZlsOl9378mpYlPvNFPABEQ2h+YZt3Qud54B55a6U119XvnLs4K\nfyqagdD7m7n2w1wsxpFMuFzDJHN+PprD8TUsLo6VRMtgpkok7Kjj9QInF5Rz\nhB/cJhprKxYi/LfBOczhY+uclobZPboVxzOv3vnKxJWwFWbLWQtHZlMDr7wJ\nAjrUY+belkpEPCa36vHrFRRbaC72YpnyGhlkbRlJUWkX9WzmGSv7dS1KRaJ1\nXH+8Q3LuNR3pILn58rFLayRdLuFKKxfyUX/N7m2sCcu9ijr/FJ9bX5eePV+D\nYRkVhx2+dZQyq3GfsQ+6ZcrHGGn9IRMI1bkGHLLfKcillunfD5OF6NxC2vya\nSdGk1sCoJLQRSEbFPlI/zHMKQo3KO2KOb1URHBO5WV/vrH5TbrTzD04wwN4f\nvLXbKFN1GWdyQPCMfVdEtUNbP6CPgP8ghSvnCUzw88KiK9bzKa5gHj0QTcTc\nJ0pi46mDqBi+2UFcJG3tVgdvS5PuTjscjPwlprdGHeRgt9W47x6w7jpaqXpq\n/RcX\r\n=Rubj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0kW1mZlujha/Exl8pBtn83s9wqHJYdSPnWCaGXuODxQIhALGOv+Arz8sa+gIqxwbnAwB45v8Boc5txKHYLBLatbty"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5e223896_1542946967509_0.6332092989593361"},"_hasShrinkwrap":false},"0.15.0-alpha.e976d492":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e976d492","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e976d492","dist":{"shasum":"f079a6bca2e91b488bbf65de8525f7c2b54ef179","integrity":"sha512-9ktRfg278b7wMx3HsOfElDSVNSaxqcnoHvSh281DB/Qf51CRIqcbNPMAZcYflg5UAC6PQk/GxX4SfoxMEFK72g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e976d492.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb98n/CRA9TVsSAnZWagAAyiQP/0zDz6iXgKXdZfTrFT+w\n68fq9kr1+5xSIBv34+SitYUP1EL7unToFVL+ZJJMjkD0XBmP1iJ8j4916vyA\n40LY4Z5GBNUIu7gdotI/7y33joFaLTTdC7nUCyp+VIyLmHispE+HwHjnEPqZ\n3zM43XkY6TEEZpal33AVCOOeITRz9irhSscHLJ0MURTLLPE0cdLBKdEO5/or\nH+06gpPK2ESc25jgaOwUavbFkzlC96p0si4EnsTpOSJL4Dz6ZkZsIpwQuXaR\nqdLRQHlwEYh/J1GRMjH6v5lEgkhoYgmLHIHm4eE56TkoLPvkKXTdVA4MTC4s\nL5rTjI68as0fdkR+b2LBqCGfEgu+cr0oKUtDdzgeGbuu0k/UnJqu3l8Rv/1s\nNEBPnxXD8Yk+hsT9atJgB/S/IygR06fSKa8O3phAzX3Iflk9NhHmwoGh/PZc\nIsyGJFo98Zsv9QHDg8E4Wa7HK1Mx8+H9Pz0TvgDzFfsnXwQb5tCKhNIH4dlL\nT8h0W48wL662kYQrIL8gjUo+cW3DJL5yaKcbIDV9eKJJ9V4cFM2SpKKPOQlY\n71WS+mg+KkYSESRGSe8OcuBJp3NFqmolSGcn0Y05fYxnEWmhIUhcG4z7zGFd\nVr97YhaRjJUbxHhWBtx/7Pk4QOkdZZEpw8rLkEChTy0U/E+aPl7sLg/tYPzk\ngSvB\r\n=HW5G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBK/u2fbciGeO7AeXJNdT629akFkEA4pPmC8lvJwUAzLAiEAr7iR7+FWpGJws6eDZjO+LQv/HbvYplZerGGCeNvLhqw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e976d492_1542965759048_0.5233317175203103"},"_hasShrinkwrap":false},"0.15.0-alpha.c38885d5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c38885d5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c38885d5","dist":{"shasum":"06aba4f14c6473766ea842613ac383922b93eac0","integrity":"sha512-jKGha8sXtujewnATN4yaEe2mx4O1TZlev4bIjPzmaffmItRrQ2Ypo20EXWLF9d+WL4x8KeDP7DNZ4TmNSiwC3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c38885d5.tgz","fileCount":99,"unpackedSize":92991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9+5JCRA9TVsSAnZWagAA89AP+wX/6kb1bTfx0xlO0AZ3\nYfL4zExMapcKsIEdUAcV2o4DOE9wBX7hgyDK3uq8AluOu6ygeuBN4RxvzfjI\nMbtTeEO6Gwmb5VcGzrXbgYLItps2HMY7Yb5A2hsRqwGj/S6sMyOAKMp0BBiT\nxhgqcQ4JCDnvDMvKRx1h58TMowuQSI2M2pSL1825ESD09n4QQ9QoEseJLyZY\nm5gp9CaF8ixLH0vBR0s4wHkVQdnkjbNdH9lWJxL5eBBTLh/J+oNq9n6UCOwJ\nNZHIBWr07HxKVXDBnORpG10DOlxj9xpm6L6FAkt+1CV8LROGyY2ehTAOAjj+\nSNUr0RLODTqiTZwdF2IuHZbMg63wLwOcQ2J8F1XacfMKp+nfW89lM6PJ3K1V\n9lEnrpD0o8QLcY3BymdGrvVrFKR4AXRmc+dMVq5etfuN1Un8IM/L6/dYYe3u\nmsu8KiqDzGE2w2TEPk+sYUZ++HmTjcXdEFysym1b7K5Mryt6HsHHIA1hB6YL\ngr19rQVW5tDUxMkp6+tfwLDplZcV3yWkTtHYBgDWH9OTOw/W1vVujvpdUHJg\npCnwDRAJz2hq/GUIkD34JbPH1ri42aCXkH/+GnynQClWDR+udvdwqZEOMEO7\nXT3qgDSwbHSLveXqoicpGzqw3gZYpUU0AB5dRRmh8qIFwKLk4LqgJ5ygkBc/\nYMiC\r\n=EQl2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKeBoIEL4+1tBU8g9CLKm8gP7FFMIlejVMwQ77JmXIwQIgKmXF2ZViTHn+Kq9NZ+hqWXloQ1mCFNA0WDTkJFwfB3I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c38885d5_1542975048843_0.8973648743535441"},"_hasShrinkwrap":false},"0.15.0-alpha.4bf5a40a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4bf5a40a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4bf5a40a","dist":{"shasum":"376bdc29876114a17abaf7f4e344ead9635ecf9b","integrity":"sha512-pSwO39+5RR+9JpLJeUBqoglc9edfD3iYGipMxyRL2a4E8bu7RJzbReSLVvyx6Z/o48WylurLAljNrr+6FeZsJg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4bf5a40a.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+Aw+CRA9TVsSAnZWagAAwhAP/jXCrn5SBdi7jd3CGoVb\neL2KFbskMdfKfpr/ijh6M+08IFeT9nn/XkgNJ8kiO9mz74zaQ3RaltAtz5GF\n/DiIWYg5CzsO6Sztmf5t/Wy7A6Ub88BiyI5RMnZsQ7LFPKOgC3OroSDRM9W9\nS/egNddLucyT5NrXCC93Lj1UqwcTtVfjoCnXqSPq7uqKJKJxhL5aLp2l36vs\nm3++4/qpKk0XtWaPo/WUBZ1ekDBThI2nywYO/GPHfvM2RZEmY5bgEUrxaLQv\nj+NRhWhHlpxpwqofc6sNC6EAP9QHqUBY1z/sdXChkXXakXHj92nGyhjekmam\nCfM4PdFSVtSfjQjv6hfTLSbtN6zSxLlSRlh73/b9C0WJw+quc1MjC97qpAFB\nnS0Zqm/5kJlmg+1JwI9e9flG/lZMl3ZQwNYpQD3yWgNwm+J44rgqLPurSPvt\nqcpwURTtjWaC2QDyrpx5fNHlyRKhx+3GAbtlBlp6H9ZrvTtlYgM6wKs8ek3w\nPXnp74EOrU6E2OQUAFwgPnR1BE0H0WNYUdvtWHL+i1UINgQ84SfTIRHRUfMu\nFzEGRUCiHJMlsdvw8mfmPyq8CCYJrycjjw5mlVWQQl/yE0rUnoyuzCB61Eib\nADV/GAGTM8c/tSVOSHeCK2tRt6L3sDOFvzDlP9cpx5aXvX13lFpLELha508g\nfGZh\r\n=27hD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAwbKwGAbTfAWjtvkNu0zfkKs+1clmINHQr4r8Q1IvXxAiBOZGVZS1vlPOIGU2pYxJbJOfKVwi3Mo4RX3ZLOaTuCMA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4bf5a40a_1542982717539_0.7980486171017684"},"_hasShrinkwrap":false},"0.15.0-alpha.d254850c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d254850c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d254850c","dist":{"shasum":"0f2b848ce4380f9702d3ae0b1bde1d9f8a50c867","integrity":"sha512-T+gOJj1rLCybkqsJr2ugObswy7KGHLcP83jG5GyWvNSeiNw76x/XwukT6AljrXOFLa5+i4hg8+yryLQbuE/+lw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d254850c.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+BWECRA9TVsSAnZWagAAn9sP/iMoMvwrzukvAIw9krv5\nE2hncYVfbnKSo94WfLGM3ksYeqd+641rgYikTWb9D+u9g4GSWPzvbLI8bRYc\nhfp06dLGgOR4hNnrxDKcl59rvvSF8EiS/Z+PWWT2NRaX7vMEWxZyKNaW4ziy\nP36ihi0kmfCdBsos4Eg4bGP7tJgb5JkgGLpg/nE1mW+kZkcaza66GUxxh/L+\nxY/KSszysqNcNF1aZF06sbaL2Cxp7QyINjtC9OqqO4JagZg8HAB3hsWSRTxy\nwyk5zYPj7ok+Rmti2MSDRipAgtjXLvNKp+L2xCDhyyGMXxSWIHPsGNTGNehu\n59+PCSOwVKC/e3cVJ4KKdLdfEFjWIAqKwOAt04vyjfB62kkVXmJyXLog/as1\n3OjzYsEJhCX2kHek95YODQb91uUMZTGqt1AaE6yDLYOzKwT/G058BCe8BolW\ng93GZFYeBCrkKLUVDap8KaSkAA11YOxNcGuFrqLc7Usi/h4X0CXiKExQ/KlV\nJqOEPRU5p3CBx82p0B3wGr3Eg5EiRB411Qvj7wcsml2MnaEsP8Y2rx4Yx2QD\n2XM9D57gkPWoetDanX+wQOdeqlqqqnpMK2tedgfeJXZSnna2y4sq1o2/miHx\nMLGpG+o071N9PeOoXiSFkFmWksuPWFeQwXYkUyD9N4GOhZ3TB8H99EWvyZaA\n2EAs\r\n=lUez\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8zyokN+CoKVYQdlwVdnc9o6tHKruxJVt0sDUcGvL0pAiAgh5CJGv1SdnCm8aYBFHyMHiCMUebTSJpGiPJlvHwlHA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d254850c_1542985091848_0.6177606481313203"},"_hasShrinkwrap":false},"0.15.0-alpha.15cc618d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.15cc618d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.15cc618d","dist":{"shasum":"7a68d28968673a4e86eaa9a3d2001f50211ff18f","integrity":"sha512-v0jDRamASGEvMG0STh0iHKv0Gb3bAUQtFkzMj7nv+7603AN0V9QR2AnI6SBaXREC8jue99r/dkpPCLyO9/POKw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.15cc618d.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+EJaCRA9TVsSAnZWagAAwaEP/2tY4330Ga0wnya5FgWY\nygEBxp8e10EELgdF+bjzkcHR2DTJ/x3XDT+gEfBi6GXwhJ/V0KKAr/idDTKf\na4PXwDaVdeKZb6pMhnWw6yv81OyrgXTp3OYlYIcVInz2oENkiO6ESjputHep\nWxLRdORsaqi3zsKZa2dK20eqeRHh1TdXwVZJ2A1H5hR7eMfDpSryy5WymaW8\nYisvYXL1MjS/6EuCipYM5i7lIV2OVsrSO8sUe5v/kNkTfGBAfZbCo4qMEyOQ\ngkOmU48QuhkeqNtxmclXPEekkyaosLGjsieYsSivEU+MkWqB3KvrpgRFNTtc\nK++Lk+S307hY7X+7TXuasFPD+8Mx7007l46OpPAiuvVhV3lAj84ESPtKxs/g\nWIHUqpk6gUvOvGb6FwAvp3o4f1lCGnfz6miD+ekdxvfKePV1A7mdBJc7m/w+\nUXfAolHAYtLDfG/Gjp6A8SW6OW1Fy8onqRvw4Zw7V95GiRz0oHDUDKVBD6qX\nKjDqGtBpWfe0yiG0oJ1OJDLtLha6oduWoDzWgw9IOEgDTL2VPeI/uSkFZPvU\n9OQ7WorSPoIsCTFhBRBy21r2BLT6v4eO8Ng425s8MbK71p/sYMyksQPDBWuz\nVbwwgZpZRoslUpX5F7B5CogZIPspqneWNMDYvHtl6VbwRvC6DpynGPUtaJP9\nwzOp\r\n=G5yJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0em/IqHy9fB/OGXI71vifdILJsD3vO+ddsLEjvvPzVQIgHZJu68LfWLe0A/GVvvsLDi2FamvxDwBbGEpZBtIh0B0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.15cc618d_1542996569251_0.23138726472457694"},"_hasShrinkwrap":false},"0.15.0-alpha.274b13b3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.274b13b3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.274b13b3","dist":{"shasum":"0dd3c4e33a3596c490aecb141e4d1cc000d2c767","integrity":"sha512-aNA/fn73DqrTua7TPaXFeTHh9QHC1nGpVHktlWnIy1mjB3Goq/VF9nJz57ProLpNED8NnQX2geb1yT/gbIv6DA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.274b13b3.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+EnkCRA9TVsSAnZWagAA+jcP/iw4o2EMDPOBvwpi3Uw2\nF/3+LURq9ya6qmcvJlRk3JycIkjv07kuqYs0TT5efnSo3bs26qbeMINEhPTm\niA+TdrmQ/GUjlxeGKwglfR5sarrVmuht3NCfm3F3+LzpRtE/oE4K1lTMF2U1\ny803bY0V9y2I5TTZpEgFZv8GzNQWmGVpKzo3jGTJlqButot2C9fOcU/qT3i7\nADtre+QYWQ2i4qUjoP88+TYF/awrbjWsKdLEmfHOO+SQ43tbpv74nuQ/XNzQ\nAdhQvGyyRcHgCyL1zrX31BH/A+AQbeV4ip5O4N2wjc+iPdwZQAWshSd5LQq6\nsr8jvCFsrkWarLBEy9E/ct+6xplslW311Sao2n3fwABLraiW7+RDj8HcadEG\nWGuQfuiRjkgYQWk2eGLHzMBQZSE678aCcrQDdONoQjBStJtkqSFN6YD+Bwog\ncr/RyraukD5pwAbMsuS1KBKN9//OKkx0RQ1+G1cgUfxeTLi4UmgsTSmIVH5n\n3o4rEWBVmylYyePJ0EB9iTNImE4pLVyZxeg0NQuvw10Vsu02OdRkZjIQqBg8\nwanyKlebIS29rNrHJonVXBzrEwDHEUG+IMk286k1NOj9USppEp/XlKH6u4mB\nD6/EGOaxh7j4W8OQqX4e0Nu3ACDoy7NjSnA0XX1I7y8F77TgQ9P0cQ1WLS/V\n2HSC\r\n=EWb2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgUSTCGX0VAFPGVO95pgtMbT5e3TkWpakmckxO45QqNAiEAkwrS5zV6yvvZcPA/MavvPdaPZHLyncg7p/etscUpASg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.274b13b3_1542998499914_0.26465227081776543"},"_hasShrinkwrap":false},"0.15.0-alpha.35d61f20":{"name":"graphql-codegen-core","version":"0.15.0-alpha.35d61f20","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.35d61f20","dist":{"shasum":"8ba35c3cdfede0637250aa1938d2efd7a12012ab","integrity":"sha512-IYjY0T6bce1OdHWineL0mbeouhkT5ExLtlgvmy0ygyBTuXMLAyd1XJdsvt7f0nG7FOhSG1v7+NWw5XflHS9GGg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.35d61f20.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+KZ3CRA9TVsSAnZWagAApjgP+weQJ+EuTyFJEc4xOxxt\ny8WHnkohYiw86WGWwW6LgvmUA+ARS6b4c8TOczoVZJhRxPA8dmK+CW/EVDqR\njkdiTGuYIXBhRdYfmpvZNd62pKuDZ8vp3xFa+2Ng7RzPho3DsuuzVSwyy+TW\niwSQs0EsB6E1cR5r7IQayjLer9Eva2Xyrf2kVC2k+k2aI0uItTrzcvdcyX8F\nE8uteF1iyronwpGRi/mvDlOOWObITSQ3wNH1ujta6wd1lWNk+BzPfhUYA5yr\nKMFOioiwsFrBL5F0N0hNQoOSptaUF6H6xHhxmHU3ez/CSN2Dt7/hmHOrD3Oh\n6XRNpDW+L0vGgItX7NCo9Fp0hyVIhuMrb3ZJheRTIjwOf+5+cB3teVClcTLY\nBxxQZxDs99Xtls+ekGrQHKkf57UupsgllY4CfTSMM9dYsSAzdgG6x0MWdcNO\n4hu/4SgCnmExV1XLuQSBvReFT06rGV+ugKIN3W4vdnd7RmG9KZos9AQudSxc\nJfqhqPrdfprOWSw1snFqF/l5FuSlLH9dtAy6/0FZJ3gconwuxuPcS9J+Lf2o\n8zNI9MLVni1WQ4eeUrANNWGf6dtXqd7IqAPNuLL+Q45UxxFgBmsgjQdNIL9I\nm0gCdhxJ8+RK531yBfb6sHEp/UTXe+XVrhDXTS71FsfCUZHXlXQjcYyMgDha\noc0z\r\n=0hhm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOmQ0lbjxJA+/WQqvCYuNkwDwiI45A0/avOs+To8psjAIhANuALVBnzUGguV5GTQpi3p7Qbt84HMYd8nwqWj7imAGF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.35d61f20_1543022198438_0.8359542926549464"},"_hasShrinkwrap":false},"0.15.0-alpha.29d87ef4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.29d87ef4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.29d87ef4","dist":{"shasum":"59fd3e0af3887e8b420c9e3b337dfbf7603a105c","integrity":"sha512-w/ZxdDS3e9rd2/W7KTIwGL9tqCOyrEzYHb7XsTocNNHaRMOy1x6VnvvTJh+7HflQ2Fnj5nZwTmJAWQkwS/5ySQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.29d87ef4.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+KfDCRA9TVsSAnZWagAAukUP/iDMJbiwAfFfFXjDngjA\nEgoJ7uozilrPSwTzuh98BO6GXWyhj0PAbvYrxOuKneYfAX27SAjtEoRU5rpp\nMo5TnAxvS+ngAnfa/1gwzysnjisfP3TEBTUbIMLZwdBsFXpHwDCwR4L4Hpit\nupr6JuP0BmW1xdsAxXNfumby1xo9s1tOlPOYLYUAEn7rrdVdVygeRtjxGthh\nIBQYNjThlNLa5xli3N6Uce3FsoDSf6r4PpI8tDLpzi4T4Mv0k874ovTsIBz3\nHmadDtGbeWj+MaG1orAbKYBlChsVfxzk4S3aRU/wAdEbD10WRIisv0lHMdZt\ndVbPy3dWLE8H0gUdSnAuZOiSJ44IETEkpRF55P/EBAqZdKiogYpNqtuLSBTO\nOlU2lDb5FwOt1r02Js86/XoTGoOJWM9pQCG0Wsi8poafCmx3x2tmtgc0Wu8T\nkqHtCv70IKHewHEok95Pcx1SPKcQAOpgEo/npggEyZx8YFHwRjXC95XZ2W3b\n7U+0VN+Xuh6JkUo/atbasdVwHD3ttL61K/qPwBO/KwLfUor/ds38k2sNqvN5\nFMbiNJwpp17QSISUHPU9cd6MBHOWpGoyG4W+iKXKqSrijjqkUnGpQhH0cHu1\n3yYSkdtSWkUjRuoh+FEnua2VlkhydAncKPZ7qzgvJbF2DD8o+ftrCWPyQzgS\nPFb+\r\n=t9zR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnDSXZi2FQDZ+6AxdsBtpOs/A0Q1oS+oHqfkqlgBzCRwIhAJb5EoZ93Sfrk+ADHd7DVoPYMs20tBRohoWzZ28azbxj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.29d87ef4_1543022530641_0.7575328675530872"},"_hasShrinkwrap":false},"0.15.0-alpha.63fb1244":{"name":"graphql-codegen-core","version":"0.15.0-alpha.63fb1244","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.63fb1244","dist":{"shasum":"241cd6e5732f337ff4562ba1427e983fbcd5a1eb","integrity":"sha512-ENniMGzot+z/mQrnQCrbLlXn5JXMI3Vl/UXPbKwffX7bz6LDmkl2Eot7C7tEUWqbwho/vUXz2E4Bz5/RSgslaw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.63fb1244.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+KfqCRA9TVsSAnZWagAAeyUQAI8elXGTyxBRpPV5Nfsq\n8LOvF17JwwfVPic5W2ToZUTm9S87K2AWXOIFoXAGFRrRsRT28oyLdPPQwnRy\nS1L7qeOzopLopgd0SOqCGtSi0iy7YtR4bS9Qbk7YqoDmxSE2FXl4Inn24jiP\nzNhnhIfG1gjhfeWHhlsEK+FN5UKuFF9AsAa7x7Uk8bOU4atulzH7rumvmDvM\nnEAaAmrARtIumhRct1Hun3x7fh+0pjKnvOWzSiX52n/3qqaBaP8Dg9VQq9gl\n2Qcc4ZKUNiKquBw0dn3K6jU1uukznzTTj3SedDMYHt8X7gd8BpSsXq8pgcvL\nieIcbXWjOUGn+fGEyEKdWzlUFbAvCsG/z3sziRaTKtD6+50+XkutAl1CA6+6\nMzEiY6WmkOmDFkr2zaI3XbLCXEe5VZutR7z9RhbgXH1ztVRGB6XpNDdhr+UC\nYpZXDfcedF7A/JCowTfULqC+MD/bGDnOfVf7NCdOl7K55oiDxOhu/9Hu1edq\nMEDM4hMZ5aZTgrFIaHDcSYOFM8rrcd4e2bgUil3mIEm2xAxQcqyAnr1OgyOb\ntoBPBMN9fHoypcD8KqgratuAy5S3yHeVh9SqjpQw1wv6So7KIVtyiAuj6tsU\ngUyYZ2EMIbp+k946B+Wl8fvetxrb/x3uCf8h4MxLyrhpHhYEREUaskW1XalH\nDnFG\r\n=K1F+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGOpprZsdkS906eFiTl7JaCPv9hNPABE8g7a2Wub1/gLAiEA9uqHhwZ/o63k6tQGPgHy1AOi/TONuA1JMALxeJmgnvQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.63fb1244_1543022570112_0.6679768950009792"},"_hasShrinkwrap":false},"0.15.0-alpha.63faa20b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.63faa20b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.63faa20b","dist":{"shasum":"313987ec0e6f90f343f2dcc6c2384bd4e7aa6207","integrity":"sha512-XJVKidwSrhv+nvRNezWGrdw/Z2dsTX3zfNGPPMetREeDjw4tT8tD7ik2Bx6scPZNt4a0jmoqLMuls1+vqgcaFg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.63faa20b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+KgSCRA9TVsSAnZWagAAOe0P/ifVb2c1wsxsXqKhWKa9\nTPQlKrkXt3gdN3WbfDvsyf9Mq/j9+n7aL1aaYJMyfkn+cdw4kK5EjYPR04W2\nlnGoKAAVtEIZ1S/0Ib6i2XDAn+4swRYXO8ecZz/9zncmVuRWlTyzXRAMIIwF\nxP6VMQZtwTODPvMUNe2WuZ+rBdHk7Ku3LIKpqPyepMO/h5exDndm1zOyawmi\nrvLXLbhf0/gQeLcJ5YWrx4BeC/SKovcJg6Hv/XMUmgVEfTQ6acYgpTa/S0yD\nycBSzcLJVNXXjPRtqT32DcEMPNc3zlQy0q66MwUJuSENTzLDBxR10k8mtD4Z\nBc4T9kTMQ2ESvjTHVN+kmmCRWyiJ7oFphcX5QN+aDC+WnaQsFhUfqb4KKno8\n6jYN19n9NfK4Hu2QgIN1CDYzc18mYs4P35QFJHFafI9aBHaXdQsqMoZnVBjO\nSA6p/UXvLvKWecmSo8/0CakJ7ItO8jAz43aSqCrhGgNSWguzECihXw67Kgjn\nP295D1ciVv+Z6qwxLfkWtqpNjOWQrmWPZHnvXObiFXBVYJIBqZsgKzWpBCdj\nPvkzmeEeat6wHHlPGJDZDbQO6ELeN4Py5aoKWOMuccRBC326MjgQZetzGerL\n4YGROj+zPzWRY7gA8CBTMddVUrLxS7zCJSV832mUopIu3enX9Ci+6Ap7ri9q\n2dnE\r\n=7msY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZ8OmeIVL8FesEMhXqorrP6q3scGeOhVs4pagV5dmpYAiAzGb2CrXu3zM0e5AovZctGF9O2ooEo99LEMstP9M/8sw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.63faa20b_1543022609651_0.04175962327257876"},"_hasShrinkwrap":false},"0.15.0-alpha.0ec82c35":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0ec82c35","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0ec82c35","dist":{"shasum":"743df6951dd5543400a8fda38e0fe158c6bb20a0","integrity":"sha512-N9Y9L/6rR2hr2VXTcDI4uFyAWUAF+SHrJGkOIkQXjXFLRvQ+l7V+4JNYKQW1i3q0O8myzS6TeEE3Ph5V8Fu4bQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0ec82c35.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+UpdCRA9TVsSAnZWagAAhOoP/jfTjJ+yB/gw5asd0auK\nWSi9vDVVubp9Slzso7xGLoMCKP1a+pZzW1U8krHCfWj0Axm70K/ApEbxoorS\nROq63Np7mwW+96WoGU/M23OqG5mIFYCrdzjMTp2fANmOfqleFr1hxLBON95j\nRKXoL60juFJTZng4EnpQPkssbzRYcVe4+zE5JpMH1p5K+fOhMAizabWKVUdo\nDvGLAnp0N97UgCS/ux61S1rr+Qp/AeX0PLWBRW8JiOYNLtGPxxcXtScRAZ5U\nZDKPJdxlLqJQxo3slv61mdPaa7Hv7QQaqdI+jB1u92LdH+FGNhnCTIvAi5HD\nlql5me4g2aD4mUZnbvLUFCmfQ/sf9wtgsq+AmSbwPuw86lZzbGsbuFybWzvb\ng0OiZgvAs/RUY0MBDBsxaR0P1IT/XrQowG4GAMVviwaX3++IhD+EDpQ6Tis9\nT5GtVcQoRV4CqqoTEwRtZJJJpV1CE7zWcuDW32OUBRVVvPWgfTZZACS8uTW9\n3Gc2ZM+Qy+bRcJiyIDWacWcUfOy+Idg4LFz+gtDWGOV9U5wUtFr5zEBXosNA\nScNdstu6+7Z7jvyqQbZ4CkXPvNtOfqkCH/RtM5Mvmu33da5Q+wfwUAXXntW7\nM1aFzlh/je8KabK7Mn4Vr8L4KTmA/CbPU7IyhbDhjQ/qvfpkQ7caEHwR6Qyc\n/dXB\r\n=d1qQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjMV8BwW75qJh0P2iIkqpmHeJDQg7+E6vnNLFsT2tNZwIgC/wOQvf8eeYXkOQrO15UwvqnJPUUYcg0BxDEKnJ2cLk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0ec82c35_1543064156571_0.25565007645026805"},"_hasShrinkwrap":false},"0.15.0-alpha.50bf6101":{"name":"graphql-codegen-core","version":"0.15.0-alpha.50bf6101","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.50bf6101","dist":{"shasum":"b4998b149fcc5ed8031d091ee868ea107981c73e","integrity":"sha512-PYvyElo/aguesg8fQGTrPHnqrmLCs4HmxZbkxz97PX5nmazERuJsgYKbJT7H5e3JcdBGnhLg6zfnF/LrxothZw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.50bf6101.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+a2HCRA9TVsSAnZWagAAlysP/ikMyvFodmABZdXCPIXO\n7XqN5u5ZZDoYdTGzKB5GhoArJA1cNcaUDHWPLYhayBqtllu+LmaaboKPMabG\n+7BVT6E4i5js8f5zdgF5QNBe+S2x5XeqyKLsmxLp72xrepJRhxkqj1B6ouXB\nfXJyFMKgyPAR7pzxwdv54tmmbvmP3JIxMtk6q+c/nenMKLUXnmy/VxeNA1RF\n7fyP0ln3t0ma9SikxlJZPYaec63BmLyt2BSN3LaRex8vIgPFpFalF3i/acYc\n1wa0/Hrie/pGG+wX0ViUHrCFwPY6jf7jIZprCPhPw5ecy8cRNaTZnE8Vw9RD\n1oRb5jXNZMGkG2Ik+82JAf9bgRg2Fk3QsilmxD0VDJWCLTWjRFqWHKzSXf8R\nojZ1KvJmqvOk3CvvtufwpRmGuZx+wEKZzGlEkOftxORHR6b7iSQaamCeX/ec\nPhg35hq7xASmmI/zmQ4d0K6lSVcmS9+955ALlzNblobn/LqVV7OhyQVmHera\nfSGjikuGtf9ZgC6Vru+VgpxQy3kKnkxDaDkYZBJ5Gg8imxSX4gWEoujnSdDd\nR9ycwdqTsEbgDDVpb5ZxRBFlLBIf28UTYzOnqfHcAy8UEi3CmDU3dtLs3Oy3\nI2ob0egDIVVTmK5xqRuePHS92WLZo+lCzppK/jMOKCb7ashgPjeqX1kGdRzO\nw2ZN\r\n=7hXP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHcG3J0gnkSA/6MrzbZlAKVC6DlAL2L1rvRb+wKinyhWAiBWCHZEFVqS9nfomHAg/c1vfFh3zVvsIfps0WVd8Sh+FA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.50bf6101_1543089542267_0.14891112152479336"},"_hasShrinkwrap":false},"0.15.0-alpha.44b0d85d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.44b0d85d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.44b0d85d","dist":{"shasum":"7c4a16aabb53440fba1eef5a9b47ec682a34d25e","integrity":"sha512-ZGkPyCUgvVdl8VSBRVgmG3N6qCTF58IWPG0DCYKFzSO2MD8p6TLfipB+V81IzBaRf2ENFTiubb79lpR1lDwGvw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.44b0d85d.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+eXjCRA9TVsSAnZWagAAfQ0P/iZwRSzSs0NHi3PNJdjj\ngyGO+ExM1F+RzZcHORRgGyC+uv/u4Mtpf4tGb1N/QSSG0juB5xFH0B7q2I70\njCza9BwhYUsYUx/kVmeopi491HG1cEtzqvyDMyhO0g9Nw32pyexTs2YJRFZF\nzGlaQVXIrp/kT6gPVyV+rXnJH6ZQvmZlKDpyiXGIF7Q2bj8jfxI7W2Hcv3gT\no8cvlge6gUVKhgRHxVyaq2EIae7oP+Io5LcFu35Nv6RGRol3DIs/r69H9sc+\nBMX5E4yq4QAIvGM6ZOx+5e9JNBgDSnQQaJgWwx1v6yS4QJboZXE80mGVm/k3\nz1f+IL+2XSKcT+Ux7jZAVWa1yaIVmScoh1Y4RvQWel09w5DwPKw3RbnrDj2C\no6xc0SuuvF/NyAk3pmx3HlaJSDm/aN8RpozMV+F/yzzcb2/CzxVatysaNID0\nG6BT8f63zaB/OSxeSKUsJoAD4NNMy9p0FEvr8IaOWSufTvaMMqQnm0nnB/KX\nmAFd9E3XdWsxzVKtmUu9ZLRCU+e/dtG7+s6z2SS+zgXbh04I4eXHCT6KtS3t\n8SSq3OCMH+wpF3Kl6Tj8mi+gNgAQrYiZpGAiGyf7hvdkrp13slxV9rUFFVc0\niXWGs/j4fIN7wLEcA1G6nfEoV6Okg79h8mJ+ARIwJMcBoXml7oCrb2deszmB\nNkPT\r\n=zyNe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHE/jfBedUp83hxuu9KN373Xbvbp4vjkMyI36eRUNCEIAiEA0PUm0eEu1qn05MvD+okvzS+8evjkV0PHIcjdq4sJuwo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.44b0d85d_1543103970570_0.28293414259676974"},"_hasShrinkwrap":false},"0.14.2":{"name":"graphql-codegen-core","version":"0.14.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.14.2","dist":{"shasum":"45ecd678359eb2de0c83b19723d3020288bd1285","integrity":"sha512-Ej0Yojbhcl+LICrJmZmngi4KqF2wiehM5uLWWpBtMd3H0VQtK8yynvhzM/AgLTeTRWclyNXGMzIpytWjOKkrzw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.2.tgz","fileCount":99,"unpackedSize":93216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+ewgCRA9TVsSAnZWagAATgYP/jtcoRqnaZkIDtZQoo9y\nR15iKlyh/JsNfEaqZjs68xEg1x9XmCpfbm1fBblqhAvkNrUVVfeBX9X+VOmo\nLnIXQIYXkaSjM1gnaJ3UqPShj16UhtwiKAOGalZ0C56L+36K5z3jXCsVjEls\ne/GT38y3Xgj2sciTaKCMQLd8huy2MmEl8w1MwIXUwOCMR9h48rLO9JwPlNu9\nMYD1oMXeb+B9Aet8Acnb5iNf8DYYNW2Tnna+ManPojCgD2As7YAa4pY/jyUO\nU1JCtPAZFvLeg9ayLbGHFPYCaTJW+Q29g5m6AqDAzGSbpHJHn4kkx8+QV5ON\nHeS7tjNWoO0d7ctSw9YkwLXJdtwGYMGsX/HjVwnmTzX+hlKdrGweso4fBS+n\nFB7o6CryVH7k1/oM3o8e0DLV5y150QCoB147x2X0E5Jy1LS3kxhMP4QmUVUK\nFGXuU5ee7sRMZeU4Ccj4fT1/oGXJUvRxwS2QH8+AvaObr85ZG4V3MvgDWpBc\nmemYhnVpxpkywh3YQK+8v/MWhA4w7RtLMSWx0Gp3VBkr4ojE9ksWdekQ6UjS\nqa8gOIHbTaj+cRDtrjjDONZ05CzUuxEemNL70IChvIzqbww0PGPDmqDj5nmc\nkm27EoFU5sUZmpElILOYW3fZFsR3nvuCcmY6DV6X8979f6huiLIgvox6ebd1\no0wP\r\n=MK3j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFtGrwnTSHolrgqHn13IO18RWXPonF/mEz07vovl81XwIhAPttMptPioFyTKlHEy4v35wGkY/N9BHS/4tunMGgTytn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.2_1543105567938_0.50104228143632"},"_hasShrinkwrap":false},"0.15.0-alpha.132e20bd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.132e20bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.132e20bd","dist":{"shasum":"2b8d23f01dfc3c6fd3c077fce3fbced29ed8a620","integrity":"sha512-8Rzx1mkq9JIvFkAjX91mienlvIhWcSuZEN5//LeHLGs9ARbPrlInGPB82c7LmJfipNOzw1PC20I45hXEXkQqYg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.132e20bd.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+ez6CRA9TVsSAnZWagAAd4UP/R6maIFxphqZdmyP20dM\nk13qkHkXqjYX1Y0VMR+DL3bqr0viOX8OTbklmyuaQhO3fkGyxHLHmtt55FWi\nmYLwLY94v9SejbLilVdQ0TfD1wxGJ3kKzZOEmlVhkBqx/NAo00tVq4rjTM6m\n3m+ZNemXQ0WOWT72D7zUKKQpYTq/Khuvvc5GW/spvjG/dKqRZn7ueYQKk05J\njSsFgoVOMRHSQXfc13OOOhjrB+1BRBS1120y1zUvHpB+2DpTNnziFMiIlb3d\nFH2yAFakDDT0usWbqX9J/X1OKrKtqKzzSDQ/2EpgAdbqzuqIXAqE0zf6b0h3\n6QLJa14uNzDsRzG+/cbgunG5CB5iiVeQoDCPPDvt89oUpdO4hE3Pxxvi89qR\n9PeRpgrqMyvBOjwl/3v5JAejAQ7o3qXto82T40rtpJKAKXkp87r+c2WXN5Y+\nMPZwC6vfAuqe9y35mrmp5jR5rDlYhMni/LgAr+VOj43a1dMH6Fycd79ETrc6\nTU0XfC/MEepKLxgol7nbnVsfV9djX2KbTWSC3x+rTX+RkX2bJVOzuXEQ8UVe\nxkmUtnyKf610XUbk2+YCY5kFFBoOmovnWLgnesxsewYN3NWfrr2sb4iEXgdO\nsNPZiO/PqGlkEUjv5h3zuyxOXFhOqK5S003xEQCKZOs5wjwupQf4SyI69j9l\nssq1\r\n=E2TX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEnBTdBRrFTpiCw36f5kXdc103yvamiOU4u0qK4snuG0AiAiPrjkuiRBZ1STIzDQ+E1T0clFC8eyyC0vIDiBbCl/Pw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.132e20bd_1543105785596_0.053277063416845793"},"_hasShrinkwrap":false},"0.15.0-alpha.2b8d2644":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2b8d2644","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2b8d2644","dist":{"shasum":"99602fd3032266bae31155824d58aae287451216","integrity":"sha512-cGP5peItAoVCEvWBBCUmJ/J+gsub4ojVbdrZzYJiKuN+KpFCgxnA9WalpOMvzfERZidjrgSKtdclwlbrrW7Ojw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2b8d2644.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+pz1CRA9TVsSAnZWagAAW8cP/1TSSre+WSgGim0BeO2C\n9XcpG9r6/QZLn4MkN/AwFX0XdSm8+zoP16Ah5ewpLpOEHOabOTtJtf5zHd4k\nCoHxPLI0++vAIqcwrz8tZKb6v0sr8FoBCJ8cmaG3RXfG+lZ+VnOgzsQ64qWo\nVvCb7bOIUUlruI+j2MZDwSc+dg1ZJ4Y+kfwD7k8U7pOFbq2XqWGf1cOZ7vID\nVyykV9eJ2jdDnpuCEjkMt3MtnDGAPZ9xuiVqF8NyjHteK8v9o2Nue7dwxg1Q\n127o7YwqV4KjkbmHWCj9jGE7TaBr1YkZSJrkIMPVmQlGk4qXGxk703EBe7Wp\n+obVcAYWDiOBiWaJDlYBx8jiMn03RRPhy+1vViXAW6ij6XQO4FTCWhu9cpDN\nShdHl1/QXpW4xJolf/iPf1JEQPqexFqAkZUdR03sgU/2QnJnAzjeSFS0WYpG\nrYOEcER8ENoX12cONC+8tjPXI5YCpKHJGm8vdUsoaU3b3uwBPEePaHNviZT1\nAAWGVk6KrdVPzEp9eZ4QHFGwKhb1rsFdXmDrByuZL+fUZc7tPZDUb8Hw9gfc\nF6bMPWUjxir3+EYk7K/aV2/lYNh7HfDe/ZR13UPLR9eqBCgjOK8GIfgVohkB\nakXVVOCU88aci+LmSMogqkhvQoZru6Wz6edbGiF0eq2ABFPb1Lin+4kYeYYR\nTJUw\r\n=0fHS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNAK85kFdTZ7oLNQnXCQjk/iq6xH5OQ3eugYLkqNHLEgIhAL+YcVLpzD2xCXIWLFxt2LjFzdfiSVmIEfnvYKyjAhk3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2b8d2644_1543150836630_0.5571273620610024"},"_hasShrinkwrap":false},"0.15.0-alpha.9d544cd8":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9d544cd8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9d544cd8","dist":{"shasum":"bb2984321a59a87b57aa7cafb4a6517b4c342421","integrity":"sha512-gzfyAsmgUj3Q4EXsF1hptdS1R1Cljeb5NKiCI7crz65bjwt6c36ew5aFqVs5C8vqqEo4SC6yLSNDK4pfw5/J+w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9d544cd8.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+p3uCRA9TVsSAnZWagAAWnMP/RTwzbWje3VADQzoYndU\ngvc+u3Jp3as5BQKuNvBB3rOb/b7uD7ZbLgGDP8b/DLyKKlkqtgvCheexqAtT\nYTFfuCBQuqktrh3/aRSYfDBoEN0A85oo9Y/OtklMVnhI2CH5CZvTg7bnePO4\no76TnnYreuIo4IdX15r+hsmOTa1UHz7vxihBIeNaiR6fT9B4Zsof92i+T7np\n/SuJCh3LdmiaS+k7BmKhL6TsD8XeeJ1p43YfHt77tvIZm6usI1oBd3mWWVuE\nAEZRpn0mejnPe76K3iSyW+X4wXvt2Y90LnY4NyzA6+CvBX1HMICACK/aEs7U\n4KcOOoPv4vN0tQygEiWRLi285EwcNY2cnG+j2xiccZXZy/+5QgZ9upRGRQJZ\nW1umUSljyDhOHp/byy14X828u06MH9o12/qDK02/IzS+RD+Tpgc54yzBEVFQ\ngA8pUjzRW9jChH+kdB12Q3HshInxv2ZGSjRDfBwlc1PDC3drFKDCcULsrbih\nwkxb8RpoaNJvu9xHVqqZ4iuqUEwwl4oS7STRqMumpSr4FZhOGu8giUypjjsd\nLWO6ZGrwMxtarKFnA4W2zNrQ8bgPTIN9dAMoNNWCkCyMfWW11x3h6sPfPjJR\ngDit5Xj2BjmK7JG5JhUMLHGAVzb+RL9RCBpby9rDLl5X8ftLEjAbAVAYIaP8\nr+r8\r\n=n1CM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICHyIJerF02/3j37kjV7fSj6iSMWvEM7ZHfjksesEq7fAiABUJ+AT/dHQtvp4r8HJxuJK8pTpuo5MK28gaX3tbSbJA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9d544cd8_1543151085972_0.4602328688337718"},"_hasShrinkwrap":false},"0.15.0-alpha.a7ec32b1":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a7ec32b1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a7ec32b1","dist":{"shasum":"852946891441382518ac168e64c3011cb7e51e1f","integrity":"sha512-+7vC45iFCrApf0qaYkuR3q1mL1+klhrf9dqgAvQ4yqOIV+D2pO+u+HAI05vW4kKNY7+YyGHpMekqPKw/06mJRA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a7ec32b1.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+p6uCRA9TVsSAnZWagAAaGUP+wZLYA+XTdSf2xpfmlgp\nMzrg2Jq53DM5btTdAfyppgyruv/fhe4F7k948pRMc1nX9Q6q/1t6IziJPPn6\n/Bfh1wEKxInKX0KZSlppNerE8CnGl3NU0CrAD9kq7apkixUpdNpbrX6mhq8/\n/XdsWnmMh7uRD3vRTsUxZjqSM8peMIC7RV5Gq6bDo5VOvUo/t/jVS+DilZs+\nbSsUK2c4P4poobWVQohsTkCjAaxX5D7Mjoe/F5CXFoaHq/D8/L57csQIxyTf\n3pYMmfoM41mIBLDEQcunRNox8X0cITBzysRiuM0/4yB71o9rU2SjxGMfx5YG\nV4Vd22yZ6CgunT2wPyoRPixXhQECelBcvqm3uevQlSaG6smjmNguR+DoQJle\n6BHPvNVRnIF/zvawl2fEj7iwdxmA1p2q9p9wxe36XUnchvJUtP5BG9nMybEA\n+W3jZWZggB7Hd0HXg2UL+uhfx55K5xzMc4JZKc2NbnfN6TE2np3qEPuZwcTJ\njvHAVIyPc0nOK8HcUiTrffgVzILlWjA4fj8e6SaC9OXAk1rKjteFhnGZ+bBq\nQDGSVVcCgu+zAg5IMYKMDbuKCLWe6GoUcrIo5Q5mCb8F2R6CthPrBDjIgU1G\n6YzD6rsaF9P2JYOIarNeCxyfgZWwolNWKwGF4iZPKAtEMWjMuaoOHwXrSNQ9\n7tE1\r\n=aEZ+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDe5folS/+QlOQTnCMzBsDUZOBukFcCXW7R/vxsKOjTmgIgd/r7z+meQBsG3lE0njeRQYCynS0aqAGriHEb763dbXY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a7ec32b1_1543151277391_0.20776542642923168"},"_hasShrinkwrap":false},"0.15.0-alpha.1a4d378a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1a4d378a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1a4d378a","dist":{"shasum":"843facc3ad05d9291981980f47d4ee786f98e07d","integrity":"sha512-PlBmvP48tG+FAIHNkr8tM5t/AnuECEG3g6PdP/S3CHx5ys25XKS97Da0MYkIOJPh2qes6J33hKWBLJhhVxpTHg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1a4d378a.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+wrkCRA9TVsSAnZWagAAfE8P/2boUJ3RSwNnH/y4NF/A\nttC/C+siRFpBU2W2XhLFYf+ZIZ21aiZ3lvMAK1RdEcIolw9/2gatjyF41M8b\n/Sp/XfJHv3MLoOUutSVQ5D7T+WlqLtE8zDVAqqsapUmP3odcDOWQyfqDxPw2\nSG971bxhIhVjY/Vg3ET9x8B1QOjjFmyo0jcyinI3EIEu6sASnU0DgaFs+IEN\nWGRbdNbV1XEwoI00nM+xfK4SFP4V20qS2bPXmRiQrzoCrpCme2Vg2ofFKz2s\nbdo5FvAF80A2qDZ9G4NjG9YT6U2518c2qwiQyppEg10lM5N0CUznQxIw9GSj\nJd3+JL+tW+7VysVivc/nCe3CEfG+RSj4FjG4RQoAaUr2fe2a9DMLXzwAi4aC\n4Kk8jJepMo8NGZu+ZTJ9UtNE2v8vA6IXiwgibY5jmv1JcoAlFaHsaylYlylz\nvM5+Oisedr9HUewMXmzOoF4RBMzwZi4zb2pn64Qaxzk2WBFKElIJP8BD/0aA\nujSqIMzHaRTvBDVarUBKQFTKOqQu1ys9vqiTzA/YMdLXeHDc0yXHSG2vMwDn\nxzL18+3FK6GvJzNRToWIQRrytNTFp8SIL0a/7G59q2Z+t0WyYoSCk11xPPvS\nBXEwrKHjcnR7IpVKyhQ+nA6UkoWiKwVRUXy9Qc3cjlYapgyLqjXvAja4vb+w\nRVhj\r\n=MPIv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEHuFbVOyjjVXaLfZim2zDpGVWoY/Kp5PaVl9qe0kaDcAiBenUu41EuNk3jtahW05xRSdWmF7QgklrENfbZRLlei8A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1a4d378a_1543178979158_0.4784920381411599"},"_hasShrinkwrap":false},"0.15.0-alpha.fd91dc6d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fd91dc6d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fd91dc6d","dist":{"shasum":"e5c1589d36f77ac398227c7ddec9a111623432da","integrity":"sha512-ZQvflR9xHXntI+ZWzrhFqA0RHacRABhqSTEVcg7zx2YqS7PRs235CSvfRUfQ4LvJ0nEsCBh8VduCYnlPWC1lfw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fd91dc6d.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+6bFCRA9TVsSAnZWagAAnvQQAIcKNAuqQdVLfZ1897rA\ncH3pTeEJlMrW0ZkKVra0wjR86emzj1wjWaoT446LAfzlU48BE7BnOjIpMU84\nzbXnWbz1BJ+RAzQjwvaoeyahb30euTow5cosMcfOo4iEPuTI5ZgTbj3ILfdh\n5qfXGGz4jrmXYeYsz25glP19DBvkeXZ12/AYseRGbbiUvXqWV/j2GAe4vHJo\nc5vTVCd7mJIq+FeQUjJV2EngcuTuHmIEJZh7NeE1sDBk6JBegml+z+uN0d7G\neMxB+8T1bkCLe9zH9k20zdRQsx2h4sZ5J1qyDlIzTypDcUyRyvrZEgcT/ZJu\n6BGgxxs12fRZ4xhX0/3+VeP/Izt7xAeCeVvNCoWmqGvDzBbJGm96G4jH1Utn\nIuceLWtDyrlBUDPnH2PgbVZxuYqkaQSQALW444cVtkYh2joI+xWJr6wnQnFk\n81KzMv52naD8mMrMMnlnfvC9KFUXRucdt+DXMgVPY4gJDlOq+iZPQ9Vgh37s\ncNHVU2dyADUCLbGVdmScq7su7pk3/PsREMEbTw2kxtIwc3SoSEPsLiw4kks0\nQfqIPO34vP6jkyCPz5PMtSwtm9lZyf1HSXIcWLLY/XcTorxGqj8eEqLLulRU\naybbdI2ufvE6z3G0zcbeAf1vklbOXY2W2oALyp2QLfdTGY57W/kzoAZprceJ\nmgQq\r\n=Zh2L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPPSJBWw18LEjrQDgTFe2H0ro/Ruv7Lfqw7uMiGbdprQIhAOhJ0VR1KITHUqLmMVIJRQcK9gRYKvlNZmeRMh7041ir"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fd91dc6d_1543218884211_0.7166458387507668"},"_hasShrinkwrap":false},"0.15.0-alpha.67cbcb66":{"name":"graphql-codegen-core","version":"0.15.0-alpha.67cbcb66","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.67cbcb66","dist":{"shasum":"19b8e343e56b3a16c6433a4db1fa62e3eb1e032f","integrity":"sha512-CCqTjkbLXp3oSaSs0kHOioUcJydgtf/IM8t8+DcL+9Sn/IbtwQV5Aa4Q+PVsnUt+MJ+O5ZjnuRLTKZuXn9aWCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.67cbcb66.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+8imCRA9TVsSAnZWagAAKVIP+wXt5WhECpxkRcMqYuqN\nNXpnT6jNugpjTDsR7XRK5Ylu1RkQ+rRzjy8qWgbSIp8/k+qJIQwNomwuLNKb\n58Agun3q8Z0lYPgeCNdzXdlzMjv4yzFuBIeRuYMoIwiRDZtBCXrLdovI1k9x\nYjzwGZxj9cY9vMgM9I5Tw3/SJZ967a4V2U2hlxXR7Kqi25xu1YnzaXm8QSKc\nO2wiy14VmjUm1SHpjjQQ4jPg0vtKB+psK0LyxlYdqQlpWmyoZyDta6PvI0RC\n2inSQUk/oFECQkHApw52fYiMhtOSArGUZB84MKONiOyb07BiCeo4+Rq6y5oM\npyolqBwpxNDs9KfGQjGcUa55UqD4oAat32TP1YJaBEntOT3mCK3em7BgcNUP\nzNP0c/JzjqjylNB6Hes1iIGVX3fEjS5aZMrPhdXsGx/c3UpZDKZ9z6MCHz4x\nnbr4p51w74ZcOzMHtrvFyFPLHRgrLYvaotVHpBV3ihQGQkCjeKbO4h42xN4a\n/YaNP7DuB5JAN4KJ0OG/5F3iLPMthW4846pBGNKu86+x9pwjGEAjBvCzyFb2\nU+aFBU3e+LHuStlGpZpPYylN7I7dwbjiQzz8w+7VK1pkK7fuKt/o9uhxfUDB\nMCt5qBQBBSBlhNeNKt7s5L196ruStNdUTOIwRyT5bWOj/qbodNaHWIVUTkU0\nX2Ak\r\n=mO2i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDG71GQ24vj+p6ZTSoNeVhaZ+iowRipXDsY9DUxUdlYvAiEA9IWyE82HkXOq/VRKz8KEXFN+oP6IYwtLTE5Yz68jvz0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.67cbcb66_1543227557922_0.4148424423776378"},"_hasShrinkwrap":false},"0.15.0-alpha.3a3a42b9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3a3a42b9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3a3a42b9","dist":{"shasum":"c6c90b7699ecfaea63dfdb3e833aaf95fd58b769","integrity":"sha512-0VBZTXrAHZ7GQ62CLs9eagQas1cQbhcSPARHyu4Me+KeEAcBEfXMHvRtGtbkCVH3etxZ4XwaFxbdGisdWzp+fQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3a3a42b9.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+8pACRA9TVsSAnZWagAAp7QP/jRSwMC9Dkj+KW3Ykd7M\n1/C5Q0qVEtQRH+ZleXdIdPtg/u7tHNDVvYLbkk0MjGEQPPxOvf8khvdQNAyV\n3hSz2Up5/9HmZPXQ72buGaIFNRs3N9tW2m4MlLqvCCq47wwBt/Ej8wjI7SqL\nnCPIVhjz6oU10F6Z3HvRjOc89h2j2JZUmuhzYLF8RtQMwCgT4Stg64L5G//z\npwVkHdInbzkqghvs75VFwMbpAM3kpdO6aVb71q+o7T4YeQPKgtpWbfqDozvR\nbOW6/Bgj6rzRrsp/t7w2sMbpjrqHveTKB6a0AnMp8Si9m0cHuivuHMoj5XSi\n/4hqonq7S+Dif7iiWSTMp1eNm/kOGx7WLfi9enrZ7/066Kqa9eW1ik0rk9OT\n6uaA09ZmRqDheJKOpBpgnoWc5FGjDThsaEAjvDrZz5aP6Qvp02Xc7JaMtoIA\ngOsWQDWtnxlx4QsiDij4nx+MoTfIbw3Usnih+/0C7EjMsLQZNUm7MdFkp0T6\nLh2ToPe6FHnnW6JzN9h+cC7jDNsyXbI908+qC1h47Wzki1SMICTbbTFkTUZX\nUju+CePiTaNBGN44rBCDhqQW/O4OO3nBJc2qlW2lD9SPII6vmekDPoY6a0Pm\nzTD0UQKipe+A94MSuiOwZp6NkGrm1vxpDtOe9cPS+jhBjHZvXcBf4TXAst/U\ng8P9\r\n=SPgl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHeA09Fzzbqx4JxzdyC5tIRe+VRjN1YklwYVqub/FNbPAiEA3RBJKcHhDMCcntO29VbnR/ZKb74y2UVOCfUgLmjZfvY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3a3a42b9_1543227967407_0.44447854701408684"},"_hasShrinkwrap":false},"0.15.0-alpha.53082053":{"name":"graphql-codegen-core","version":"0.15.0-alpha.53082053","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.53082053","dist":{"shasum":"0c16535a2efb2d4e39363c9bb80818c8f6c48b1e","integrity":"sha512-GxU0wwrEFSdpdKjEGk9lNZLy23M0RcrKLDkL1o2i34upDhuLRgI6EG7bj+qPDjKX3ZjjomKNVtskmcknRKgj0g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.53082053.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+8xxCRA9TVsSAnZWagAAGhsP/ic54bHqLng4mbjcvZXZ\nhriMFr8mzeZM08i5QF2h+4MKATbXyUurqqaMhVyejx3++01KE28O8ZIkKKxu\nVVK/yUsqCa64wQEGw4CNQ0puRnQRe3NUgArBKDnvNYikW9x5loBWl6RgqVO5\nzbtj8d2zJEaWFBQU0lfPyLOgJCgWXp3HQqydtsBVem9rsMKxooX8mSFuo8JO\neeiVfzsFbiPgMbPGKAbGlWjPbWX8i0a1T8z8j01YMIclcR8XZfn1x+NzxMdn\nnRZbBG3nY6IDitJmbpq/w2caxVZPm6Yv36TrHnXv5OROWoaEuW3L24Oe9XWq\nuzb4+oQ7YNO9lQYYrSJb/aNC/hW3ruMmjre8SZdjEEfxi5sOBxdza402vagF\n+hzM9693+P6UF9KbyhdrNPaK7vxH2HGxcabypR3qZGl5kwINElY9ZfYKk5MX\n2q4Pqg6hPBq1chgu1BYL3spE+MWf4LF5tcjjVYDEDr0zt8HOWOhCZ2g1HPyW\ni4oNl2jS1lfp+W1PJ3HzF6PvgsBYJIq8Gy2defdFdnYMlS98Z+WKFhwb6Zga\nUezb0kQ1jbpIMckXXfHnlWk+MYAbsslSje6KSGJfHMvCyHsQl+ybYUkpKfvB\nfi1u2BkyjQKbZBQUpITSgl6CdeDvjDe7lG7FxJpFWvZs9FEoIcMaHtTX7R9S\nYnsQ\r\n=qq4m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG7LL8gbH9FcCyfpbvSw48aCuSgbsxJM6mBj8dxDF2ttAiEA5ijWu0xJp45Ugyi+h9Y1AFAtvcQqQporBez9Vya6k3c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.53082053_1543228528185_0.31925486046270124"},"_hasShrinkwrap":false},"0.15.0-alpha.2dd65362":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2dd65362","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2dd65362","dist":{"shasum":"e0c29c1f12540cafc60966bda8c6e292acc8a88d","integrity":"sha512-98SskD5ghuplA9GwT3p9QRwT3c31xy1uz70xs+aphp/AhVe6FQxCMvWGLsiQeB4FXtwngFFxvqrqfZbgHXskGw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2dd65362.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+803CRA9TVsSAnZWagAAJYsP/imfuiz4vquZobP1t6AF\n3DSAS+8XSv8PrwRNflYTQ4cbsk0a9Uo/e26QKpu2pz8owb6tWusucFoBCUQ7\nn2DpnF+3uEG3y7EeN8gz/mWvTrcCVRbkHGgna8nMW3CHne/tu4uoOXdyaJrm\npNkBhhIcjgPoyDiKn8+tsaGfdaRDM4OFunk0aA8E726tmVXL3wHUQQ+jziuj\nwyuCptCphe8vBhYUqkS/LY60fkyaJpjDvCndsm6B+JZq7necUsxBK8aFeqiR\nEK2nVO+2rRyS29shqP+1ZaE6rXDtkwXnvNlcWXboiGbxaXyTYqkJ3e2ZSyWM\nsg+qdE7JsZTZcEMZEck9KYdCm9Fh1Eh8b1MC867wdELl4EC2HjqG4+5SKwYR\nU4Fawqa1u4OSzKhaQoh6iC20nJQVY/0XYvtTUAupB4ys8Vy3V1SM9wLzaaQg\nyEvoB9Vv+mGQt9PhcW+A9IfO5DfFyfjHvUTNghDb9sYKfCPH8ZdTeIvbQV36\n1j3J0qzvFG8QbNPi3Bz1k9rYeATIAJM3QBDNH+HUt4y7UPx2TD4uMWEZ2KaM\nAjoBC0HXYDkWqjehr/RKju7xoGQZV7LKPEyFTguVR6W63mkVdmj5m721d2IG\nCg5Gta91tuPUWCba25CYrg5lU4KXjy1IJ+xoIjQYj+909x/XMqInmcblk4t5\nyyWb\r\n=s3AE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHlzN/NkRSHIbQd+mtbqFHSbP96FLhWn5MG8T7HzrsPrAiEAi46NoDFgVxjLEUh/Ii8F6pqk6IGT5gPjRzqFft1v5HM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2dd65362_1543228726647_0.10769169697425784"},"_hasShrinkwrap":false},"0.14.3":{"name":"graphql-codegen-core","version":"0.14.3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.14.3","dist":{"shasum":"2140301d0390c990ae7a67e97e13ebf157da9624","integrity":"sha512-VxwQXisTTjkzAl/wu64RsgPZ6Az//R6CXzJRHJqbykjxFU9J6oX3FfyKTYJKHIUHjMbhUWvUuvSbbTrkWqbVWQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.3.tgz","fileCount":99,"unpackedSize":93216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+9EMCRA9TVsSAnZWagAACdgP/3V5fjFeMARpEDBCiUV9\nrJkEryEdOHLiMoKpPX1uGVsI9dnVEWiyHCJtNzF+VvBT/vOM5h2B3+6xi57M\nPJHOIzY+Ja+BuK0HLpQcwM+AaGynqQ4gcf9rhFf4cUrIAWg02KWDpXv12TjA\nXJ1bnKpEw4CTdR7iNW9700ZAwilWjL015b69JlKVbQR9JtZyvO9iCa2sBrQ1\n125lMZ+fhltv7Pfgf0txbCtMGSG0PIaBqkgjJ1cvhuvBbDoim1BXF25XN0ed\nvzMrfaa4r9BtaxI9fEiOBuj4Jim27+W2gnXwmIwRURTFa0VA/g/tsRK/F2hD\nIX1kY6Z5G7dVXVTVcX4K5X0gzRv3U3Ky5LsvOF5dTdj9GyigsxY+hLdvwENz\nyw0jqeuegOZ/64rZb90vWTv+blc5fBsDTU+zDaW4mN8zuPHVgt7dl8EUOeWR\n4ScqoYA0Ea5FpygwBekuGWVOuVvT80s/i53AUcmzj/tYYYohchNhUNIfhTiM\ngDJZYQWmY8Eo64qA51+4QM9gpNdRtD6DcK0UXh0I2cxNLXH9VZF8fwZ4hk6a\nyjq9X+VanYuj7ekjmION9QC/jrH9fRh8yliU0dk8c62qELoUztqlpAEhFrWq\nNFxlnxfzT2F9c7nIr0jRkOVIN4Yu79PkZpuhX1WmoFNUZULeXUTjtHWoYuIi\nlqLC\r\n=kWAT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG9/w2wIjrbTCvUt8EvWxkDod/Cp7uHQeWf14arpo1kPAiA1CpWXS9p6Z1QNoVE0d38gn52fKTCsu8Smyi8F77tGEw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"kamilkisiela","email":"kamil.kisiela@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.3_1543229707492_0.12916831391337702"},"_hasShrinkwrap":false},"0.15.0-alpha.ffa95f83":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ffa95f83","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ffa95f83","dist":{"shasum":"6c207f2941c6c3af024b8a002193387549cf9bdd","integrity":"sha512-CthMc+B+3HqDJ9mCyvOdsq6LsWx4J+ANKU1A8S6HYLFXjP37yl6EVObqHhJIUs/39Q6NBeZy5WqIMmwHv5cwrg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ffa95f83.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+9bZCRA9TVsSAnZWagAAEh0P/0Cg9nQgmO3kCEeF7wJD\n5bNx5bd3nTM51PqEW9wpLgpd7c08VELHZE+k8f5IKApWBJwBOeL07eCQ0tlc\n2mxzp6/IfLWOn5rBcRcVW8Td3y53Q49tmcW1f7zvgHVhYbUE10w/kSAsLysp\neiQQnE3lt41CKc0DTycKvmQFyb2b/iUHllypQivYl5U8zDEXPCCY3+uogjT5\nPk0CvmVPfnS5Z17jVfoE9IX6/8mUoPYRF2NHU5/N/1fCWyDeBIjof65Ha2II\nrVrACo1hjcepjtWiev1FFb2cd/PuawiBS0XlF9FnQmwDylms66cBAlv6n0V4\nPUrWOPfRXh5QWzGMSNX+OBRlcGhm60GB+tZW+landsc3Bw7wmnxuIv5M4e1v\ncL72YbmPwcM+SPlVrJAo3ccbO5NKhaE/p2vZxk97VN6hUHIx7xSSJvobrh0X\nleFFhPdjttiQJwEiddxCHFW1mbVzSKyPgjDpe23YnA7UCl14vtnbUrRVzlJp\nMcPmDd+4Poxrx+bNBm8VtG+KCOloPKdzcKTRvdY95YGnzYxKAqFmZFuHEEyq\nTKGguXOgTkHLqCVvL04ILRAAKLSpLZxSS+JjXbQOYeFASIK37I5g7Q1Krv7C\nCHCryieBjPS0AIDV4NxjkqHEVzYn0IkTLdNi2MUNMSMPj9AyeEuZr0yevSdS\n/dZo\r\n=0KOb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyw87UWeBK+u2T/Y+XJzPv+JzZlgg7w2d0vyicZkF5uAiEA7sKGpb6RhTK67wyRonI/bYaGnVKm0ZPy6Xpt6v/SqJ4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ffa95f83_1543231192516_0.9301687954924165"},"_hasShrinkwrap":false},"0.15.0-alpha.38024d43":{"name":"graphql-codegen-core","version":"0.15.0-alpha.38024d43","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.38024d43","dist":{"shasum":"dfd68afbbcd87489536ad64c81cba1675763d7e3","integrity":"sha512-DjwqSJ5Srb6if57ElgrviX++DrYVwY4IUlN4IwZX441b0QTCXe0R2gdlCNJ3S03jILf+1lAOh4aptK5qe7m0lA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.38024d43.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/BYdCRA9TVsSAnZWagAAGVMP/RNWePFi8Tt2dQKBnTGa\nlVxnaQ9F4MBIx3YZ1D8w915Emtc8U1u4AwW1zgpVKM3M7g0bgTLXTjp9vVqV\nZ4/2fO34FrSssnWBzT0CyTORH4MR5fExShCs1tvMnCX0I/bNTcLfIyQOaUho\ngzGUrd0lpRBvjj1IIb9RymD08b2JWdtfmcHSOxMC7HSTYzNHrG219i4Vnqrf\nRGbcN+jzI0KieIgFAayY5VmZICaQ9Wd9cW1h35ekGTWOG0WHazaTqbxEF+pF\nT1CvbV2k5V3TVki3Wy1MDH4a/7TDdYdGZe3Mm3FBtO4B9K/S6XlJD06AbO+i\nyuYGn8vbinGjqnMDHBak0lhGGIrZlLbL006t23S7lQdbntsiCHu6rZjI4Pmp\nnNzjx4+vnT2Pe8H//YfnYB4OJcGgQg2XpqZGLXl6haYW78zs/Fkt0Ds5kNUK\n0E40qGyI8lV5UnWr5qrHGF6Ybnz/StImuRJv1CJvSxWIVr4Y9H9Naym46TAD\nBfAkpvTYiSFiQucaigOyD9W2U0w7bXptYzTuDrP9aJEH1KvcVovgRY5ZXdHo\nQvYfG7RX9uNIA3oCU7io2pflTKNvss40ZZLIgr194TMKX+m1pFsPUZJ3bxl4\nljXiWIMrWTFVfclDB/otafh0sZDnE4S/FJ8hmKZvOUpI5bxx0mvWDmL51v/L\ncEaZ\r\n=Sbv8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC7Jzcd5h4NmC8+VJhIBsAwOHbujS154iXHJCIjS4zzdAiEA+G3MsmSo7iotszR6sjUgznLw6CO/l6SKmlFyFGnlUU4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.38024d43_1543247388227_0.9259404690560291"},"_hasShrinkwrap":false},"0.15.0-alpha.7df98bdf":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7df98bdf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7df98bdf","dist":{"shasum":"6dea04b1a15b7810b957621600f42a6d5db0fae7","integrity":"sha512-fvLz8X5C/0iDR5g8V/bA+1jofKRRN0+cGO97vxSKfyHvAy+jjYCMBBChJOodUjfYByvNS2S/HqKU8U4yuSi+dA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7df98bdf.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/BepCRA9TVsSAnZWagAAdgEP/jc3EUxSiTFOstjFWCML\nbguxzbyiCayd3sZUrGV1/6X0S7H8JPE4B7SlT0I14B4XOOHFtwevYVacQtMH\nLRTjvyVhXvMhI89fG+c19cVXnBYMQ872pG26EDtWZdupz1ubE0g+ANDxI6nj\nidMNLKmOHe9Y0AHfEm1Fw33tZtBFh3MxGffOmoc9f9Z7gaX2Q1kAOB3hyDoY\niIzwvw1a1Ut9qnZ4lGvy0icakwYewLKmInajTk8RGga7Z5wTKiW/ftlhGFdm\nFSRvrE2urokh938LbSE0IJLME1r108S5mz35qNIRk+y39klzrJ5Z09MRY+XJ\nvkqgapQsZMmffB4t1n1Sz3XL0VR4rxaJQ6Tyc0SwVxUW2LUPk9b5flLjYnIw\nB3M46zJu36YjOKyWjsjOX/zQd6EEQFS7BUr0bQ2JDKMJ0ONrsZzq8bFN5mGq\n9CbVoTr+pXtGBeag3YrLMhMc9ZIWs054fVpyg7jqpQVoRoyLi+r1hYFuNp8z\ng17s/EKC73u6nDBJ9NdJ77JmKKW8jS4c9duQfl1ZDw4dzta0X0a/1lj26wd3\n/+aig6jOTgLo1z5OKS+6n76VSFkzPbHxuPHRv0FY70NF8eSP/P9F0Rdu8E3V\nEuE2azb6Bqjp70tHj8EZaLlf76dx6itp9uMr+369sG1XWNY5UWQ2M2wWQCU3\nPOJr\r\n=3GqL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAZnw5K6yCpiCEIFl/UJJdk5jXyJI0uLXUDp8Ka8SMOvAiEA8lraFzAcKDZad1brpOvo/G7ukO5AsIfGxDUxFKjW3XE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7df98bdf_1543247785040_0.5416569597041185"},"_hasShrinkwrap":false},"0.15.0-alpha.f8615088":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f8615088","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f8615088","dist":{"shasum":"54dbd7522b348c2c8a0e10bf253cb59c409b22a3","integrity":"sha512-V5YXvT64/yBaM7odcEr+39Hp5FNS7jkf4Gr5MtHAlfVNT7g2FqX5dt0cIU88iMjqb9mPU5MJ+/B8eq12E2l8/A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f8615088.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/CKNCRA9TVsSAnZWagAA1i0P/RE1dzjb9EMfrnQJVJhG\n89jDHO6XvIPoqp+RH4Tz3yI6HG8y5JlyoRBwUv3+w4zRfMSksO3pUibEJf0m\naVfAdb1X21epZ9okJaF+CZN6/Jyy6a67fmaR5BHrMGHAKanPjOm2G6f5qAIr\nMC9RnQWwiYr7HkvAY1Xvk2CT0bUavQUOLL1hWLhBfkZkazv+oURDRetganYi\nOEJgZ3bpv+QLjfPb2g4xc06MeK8SHpYpQTRyRdie5OMBE/nU/NLkFpbc11tu\njt3dEN8tBrSz+InzbKqVu1F/L6olc0IZ/trwldpthqUfkL7fzPgq7LQ1kSIS\nU6LoCQdG5xNCf2krnlH8lmpE+asjUoAh41jU28La8LAHzRYFHBQI/FwnwfNv\n++M5V59UeSBxsti1z+MLUUR4L1QbSVzd03wnPWIU48U6ULr35z1vBXWej1SC\n8NEyRGVISAJ7hyOOunYX37KQQklmjj6LzGXFlocuLtVIQd2a74wM0zjgUwix\nDtwbix42SXubfd6xaGhOCeEvOVz4lD0qzovynVZOMtUxjuUxj2emtJAy/Quc\nTytEox+oU2ANJF/wiqnnDGhPFXO2R2RQAzSJG3VpQoKdnNCfEOEQYvigFkZv\nikynPHTnywSWUeZ9SuG3Sj10UIsAPiwJ6AlLWyhPeVa+Blfn4CkfhLfaBPmo\nmwQc\r\n=I5Bp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPenSfV3bEZXuj11r+/2QjU/WGDLNKTgzETGejzDfyFAiEA18C4yMvMmq3nWo50Bc8HzODuhPw3jrOCinPXgDK8ic8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f8615088_1543250572880_0.733367081507057"},"_hasShrinkwrap":false},"0.15.0-alpha.c07f6dcf":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c07f6dcf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c07f6dcf","dist":{"shasum":"cf18a115ef914b3fef4ddfea44bbf41fe7e1a42f","integrity":"sha512-rjTZ52Nq6YNNKT98ty2Hnx09MWWW3PKf0Lu70pBzY/0z477AVSQBdfSNxAivzgcaC44Av563XL1R8xhFpm8voQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c07f6dcf.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/E8SCRA9TVsSAnZWagAA0lYP/AslWKh5fB7Mbexjs7TM\n2lRTIOg59vxCTmBPK7N7Irw59I5HJjHfODzcqh4yPQuNuNfT0WkHmGU9Efi4\nimri2gVPV8Gq2Arg8oRB/fG+FHIdXr4ObyOd8wVcHSwPFxPt5BszFuSCnO/9\nwKNQqr+A/DTNVyPBY+bFZRo2r39b7UOaaOYyKvz3baI/ZD7FPbHqfLVfsQ/M\nT3/SI/ppDre+WGQaZrDxEzc6eAUrjNnen5bDTSHw0c0AfQpDTUpKNpozoXYP\nr3m+bGBtYI0B0xrjTdWyixuzVRDny/btZzjMBIr1j+p/o/eaC+3EUKHCCm6v\nYv/xh9K+jXh5cuYWlrPFKcnDvmVGK5nOFh1p38VJMwRjvac4cxqEofYdkVwZ\nTAG3SuTllLwJpiFzxZ5brEUsxX4uBuAhSfoqVGFcWWPJFxOzLqfcr1e7yyTE\nixPJGUhatMOjZuV7maGEDs17grXQcl4jq65ZjJhiFfeNhs1wF2/8e+Kd/IT8\nyWLNOuViPA7MXSc1esKRIsWqujvPGT8hBqYbZy6KwHiE8USIotV8aGU3VG39\nn2AdUiiNV7XLcMP/sbG8uN6wPkPybStV53K8gmxhnDr/YzB5lwR0xjGkTw9q\nN0ALx3dXkuicADyrKod/vmGxqvwawdKqRyvNY2NgW43Yr0+6Iw0fwF31OSQk\nqTVG\r\n=Gk0c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR02av0dpPHWNRtYfdIfDFGvrD0J09elwZhTZTW3w3iQIgLaEBB8yaDQTR/nOyQ2tc4ka4paC7QhEmHMxBinO/tiw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c07f6dcf_1543261969420_0.08811195761538992"},"_hasShrinkwrap":false},"0.15.0-alpha.cee9bb62":{"name":"graphql-codegen-core","version":"0.15.0-alpha.cee9bb62","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.cee9bb62","dist":{"shasum":"049be02ede14471b4497aaaac62b9883ab6d640e","integrity":"sha512-mE/bjeZ6orm5V5I++UNBtTnG8s0R5/+GeBAUexLRTz8tnkN0Gazuk+cniqUSP/3rgVpzuIZ7+a3lznESLBujSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.cee9bb62.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/HmZCRA9TVsSAnZWagAAwFwQAJcYmm8s7c2x9GeBO41m\nUN5eE/HmuOjCr+2ISSL1rVEf5SVWIIh/9xs7SUD3R5qJsdOPNwwgxqLoxX1y\n666lpawiI3r8xfCbHGqNgzrl/NSTF8zbeeDBnMXSFtH7GPLgXNQYJV8b0PwK\nJ8tdwex9g5K8qXBvc31rJ8U8dcTyUGx2gI5lkH46l/DtTq9T2Ynqw982RNSS\nFLWDWOSYHmWBpq0KoOjak8Erp/joac3KFjkn5v9esqpuEAs2lHSkVdkLBpZu\nRUfA2YZBkDh1V2Df0awtjokGwTlUh8RGgEb/sr4rWI0mc1L+rpQOufpV88K4\nh3AX9Rh4D8e2/3vWcRHQj0KT7fltez9UQ6Qzjg/KibBstuP9PxqSYTnH3zeY\n+4kK/+oc6lBQyuA0l05Uwz0qSuyb2R9nFGg+DWK9UE84fcrUNuhOubssd94O\nSALe/5t5cmcm/YR6frWa/R31Zi7K39WLiMmen0LwDI0d2dGrMRkgW3Sr0PNG\nw8hMHm53+ZlzXbdm9sW29MHJ7DwekrW+EFAc9YMjbPB1gq/hUpt5WHfWFMTe\ni3xwKblBJ5ScANBnOu5pa3ukbzInsZuyWx7EvivBBBug+Y9jlCdCbGRmntkb\ntfTjkmgSiQXjWdmyrnm2Pm5VtckD4SGLGWKIrtSO+uCCFI17NQ9KB6HO8WV9\neT+L\r\n=6Quo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPEQh8RkVLma6trfo7z9DB4KME8k7HGFKslWj1J2WS3wIgQc6ZKRfz4UfeX1IqWYHdud+KJp+CsrG2wKUQvWOJ8xc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.cee9bb62_1543272856391_0.23624817535311848"},"_hasShrinkwrap":false},"0.15.0-alpha.f9babcec":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f9babcec","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f9babcec","dist":{"shasum":"adb5d5f09211deaadf6439741c0fefc61862594e","integrity":"sha512-XU+RXX6ufwsbxJVKWJbMqFrprHuGShookS7G5AO+fm6zRnMP+AHmu0nKC0nk3oBpPMjL6Ay8ceKvzRLVRfcXkQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f9babcec.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/H9oCRA9TVsSAnZWagAArsEQAJDFMOEAcwBlGjAoJ4MQ\npG4DwhzramHvAQr7+VJ8RIB08I/lzxxlS5hOGkhajJ0Sii+oYh1L+eBC6Kof\nJ0s+8xbwtUkrqHMYFt6RQEPuWi9Nsi8YC2SRrNlEUvMf3Jt0MYuxVo94nl87\nFr8Q2HCbMojD7/yVX1JOlA7ucW8yW0MwFQvNUZ9oiADWig+EymM1enVvTD56\nj7Zmks1+bMD8/WKdQPwVgswORdEwheBjqbRnjmzbMGem0cg5R9XVyL4U4xzw\nhq0hJ8eAVbuyViSy5ms6ANhIoXmvR1eTTrnNjWL0IghrjlmNl8l270uNuxXs\nMDDF8cC56MScqPwMgIJL1I/q3C2HtLeckuJW+6G5Kr6M7whvORwQopw9v5VO\nIYjrjYVga3lvLl3/jIwRsviSyoCqphCTPhQJYPSiYw+ltVhoDcJGDhgAZikP\nVtvoca00cUhsJu4yAHv9V4cIwZCw0tIqdcdQIQbefexCX5MX9UDzu+jmHw9f\n9E1/1ujqGqZw03K3/+ZqG6PyweO0sxGqtxt5DcpukzZwG+UE816Nv8acOOdu\nmCfQj1apuGNGiV9oarvrUhyXU18HBFXF9Ek8UvD0ljWkWadwfE6mejf6lTgE\nCwHA/NzWC1hrciK3BU25UIehq1yRZHfx/UHj4IvEr6lthYmPu0Lic1rd/jLe\nadrc\r\n=ApZh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDUhepP2yVJakruD5VlWybBFRmMMD3bvmUZ8a7EAnmcQAiB5vxcrUCT7l8c5wjcPd1ujOwqM+WHHvpGSLZsN1YK0rA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f9babcec_1543274343702_0.7071410031338181"},"_hasShrinkwrap":false},"0.15.0-alpha.5953154b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5953154b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5953154b","dist":{"shasum":"835444a0cb952b4179497424a916253ad5bc5832","integrity":"sha512-BhIn7q6ErlEwZ6sH6gpJ92VTvrboXvSJV/j64wn1wfRAsCmOgInrbj/GdJQ3cufVsjHH1E4lXzKj6bJ3WRjg0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5953154b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/IApCRA9TVsSAnZWagAAApwP/Rvp0VggNhjMzVcq9mse\n3ldIWT8kcxTIuUo/qTMv3pntihrbqEqzBeHJ1PV7/Zk21Ob/vs3AHMEGxNVr\n7lhy/3+2RnZW11MteLfzZBXOx8+1jx3STV8oqtTqe99sGOrA3+6u/qau11/o\nr/vGyDxLYzD/eBozBJN0hHtJzJPFjIKBbrKv7muHCdDC6ExVQ1wfO0c10d/c\ngsmMMdAWXpP3VN+N5K9zLGDmFu7BBgM/RW2d0E+PAA1ivCVBj9IpMhgd1Qcz\nLiTwOHX3xCySeEmxW1s1TP8jQJnRh2uu8Vl2QMhLyjcV8KxABrcbGqN2Kws0\n2aIREPneeaxI5dajzcv0/vLe0cuQ/26wVoX5qZ7WhpiTQKtIowhBlt1kY/Ro\naiQrTQj1VCmujUuUR13kg/GtPFzKI79XTdY7Wbz4OtFVTIcCp3tS+EcjQTOE\nvGAxS21DB99cNgVb5i9huGtwS+RD9URJdDmm8daXLNWnKt3NVxPKDhs6xU0e\npEIKviKVVXfJK6fOBENu+oy0xkYcxZL7uut7pPfTkMtxqWr0awG2B6IRILPi\nTboNIGyksF0xKmfF8119pludc9GW5Ci1ebZMVE1dNyfQXussHbY8kAzq8irl\nMyz6bd+2FE1azClFTPle5cK24hhmPF/DTjlC3vDK4KzJlhYh+wcmpVNlegoT\nXZq8\r\n=VUla\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYfvwXxXYDtYUTZfNh+EYlcwpkQnTAsfDrPpahd2yu6wIhAKS71jPIY657v2bB0NPJJcDOMOVp72Z51du+pSX8/gtK"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5953154b_1543274536832_0.4416768168090539"},"_hasShrinkwrap":false},"0.15.0-alpha.e7195e3b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e7195e3b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e7195e3b","dist":{"shasum":"b20a27bd8ce6bffd50e0826cf8081361226e6c57","integrity":"sha512-nupY3IOOA2PNrAq4au56Za3RH0SnSp1TmYjsZ3S0D5YcyL3oVYS4WKDLSviHCbRlpRRid455XnwLWsqS73xguw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e7195e3b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/RdICRA9TVsSAnZWagAAn4AP/1kOVZ33pc38kgjSogDs\nUI/z5ATuD0b+KvJXpIwo/G0+GcCB/dd+pVqatNgNgEoZ0XcZKCWtO8T0qK7+\nidmdPfDHaa/ReYMyjMe509xKAd++eiqwaEjHw8npqa04H1D0Eg2omG37R1qD\nzKeUYNtSgEFzlfihqa1WcSnddRvODE9Rwkg7EAl1KUENwmX+JVOX1/He9qbf\nEmvO8YSHTkipzBkIwW1hvpPC9GiC62eMSEvz6YM6zG9DuT8xfUGbVDz+bURW\n2FJBklgoC5K21m96q0iilmqZ2DZK9z49OILLitjceoDxgbV50A5dRWWUVhw4\n6e4t6UA085QJ/58leE2aiCluB8sHHrJhMJnXnPJDJbPhxuyI5/vBs6ThqIR/\nf8rmvtxNre7G9/+kJPDhseewCTXYrFgVNOYNgMf111/gV6j/WDiYv+TViOCh\nDmLf98nbQKSV/VFvEkxucKmMvMKTaAH9LcgCdwv+TTD5C2G/vsAEUA+8LL+R\nwzaGeHovE7Zeh0kL1j74BsP9uthsSw0R9HqiQm4VYGgtCYrYU+DJxFr0qCBr\nJWElbq0FBgoKfj1lvAeoW4Odeh7Qy3Ul1ofBES71GoCCYhDw3WtMn1yzGM9p\n5X8lfbrBjCVa6ZjO9DqCpzg3xV5xze5JniBCuaS0fd3BRSg01jukO7CaheZS\nBlGs\r\n=OiKi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC64EG0fTl8HjwnYr/nhed/3ZyWrmUa6/YAq2T5lsiEBAiEA1ZETgBrp/aR7nELvzKhMRXFgYqxocdGa6/T4eDoyYKs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e7195e3b_1543313223772_0.824278819151729"},"_hasShrinkwrap":false},"0.15.0-alpha.b3cf5d7f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b3cf5d7f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b3cf5d7f","dist":{"shasum":"639335a05e2517dd85965593d56f6d161e047700","integrity":"sha512-I2yIfIccdjg9gQ35k3fdt29fmd/+8Nrd+uuG6j/xNGAvLmmkB5Njt2LOM3Xtz1MZrlbI1OZetbjMYLvD9U6TvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b3cf5d7f.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/Rg4CRA9TVsSAnZWagAATmUP+QAR9fEvVFu8hQVcsskz\nYkhgX8GSIOCodUbir1ddz8YoO2Eh6GMr9wKRrzL27u7QyKxLoG5nyE30jOR4\nWzIhFnVhTTLu3O3DSOA3NbjaJVB2iJ8AD56V7+ggfJLWAmBVjM39WuCS7RX6\nykrWZgaiXRz9odJje5xeq2/cx/k48HoIWzw3v2qjEPW+HRtfmm0uekBJXlWp\nHi6MAuN+MliuOuTDC/3dFRM4UvJiUn4msaXsWCnz6Col76gohF1prR12HgJs\na8gKpQxEbBOuxzZTMSHhX7dOorUsuGTCTwYLz2V0jK1GaVZ/ef2HHCt4lyAn\nL8H9Oq/clFt83bT/Tps6/wQnCbL4jeX0YkeEH+SFCxQAu4+oDNVg6ntpTvxt\n5a3xdsC0rxlC0MGSfoFsVZpMkMOPm2yhbkE8yA3zg1B+h7d97+x8nEcV2N3k\n1fWLKCGj/1W7G+bes4uWEx5XEogsoqv1kcxpe6x/9T8TQimhtU7HMc8l9ytj\nybOjnrmAh8PcAhQSu14+zBcQm/unoE1CBrtWeR4MfoOsrZsXZ9O7N4CKdAfy\nWkdTVzllaVhb85MstXWDyBDslUIp6N5AQMBxzVhVSGUiLFiGb2O7DjlEmH6u\nuU1Sig36YscOrxLYESdDLbpxQHKcuU1kvWs1pAup/TMEGicivGnqHCcLIH8Y\nwYuE\r\n=Wnwp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYam9Wz0XKg3gpmEqtDkhJQwEdA7SFv9uzDqp11nQ1LQIhAIWZvCVkWudOVE0BoaR3OoEggSWdmqst+G85Lmej7Td8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b3cf5d7f_1543313463404_0.5250206105407387"},"_hasShrinkwrap":false},"0.15.0-alpha.1a9a3e30":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1a9a3e30","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1a9a3e30","dist":{"shasum":"d980085774e80e8e1519a876105f3a53266b8472","integrity":"sha512-o4BJJAa4tNOVIK5KGrcNJwD2f0g71A4KvHg/NTyNWcsqQTmHSIBQkzsziLCjIbT+t/zUKIxoxlHkyKhTqEHeMA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1a9a3e30.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/RhaCRA9TVsSAnZWagAAZscP/2RJpA8SYuzJkK6oNJmg\nDZrKw0x6jeneKhF8QOx3cwApZhR0z7O3MQV0lHJsOa9Unz9njVC4ofGTys9P\nwxWSY6Bu0sV+Lt5/JWhZy2gHG0iXsurItyP1/xMXKZ0RYrhdJg/rP1PKzlkt\n0wW55mtpA9UWOA6TN1dBXk4Iz9MsbQxNg6xc/GLa/sdWqhpKd1MM7QThK3W0\nBGvkResqXNO15P3RcJKe3ysI1PklZ/A11wB0cf6cwm6bVbR3GKOTDWiFYrJC\nnNTbed65E/7sMa2GvR9livIqGsqJd/7P2Fy4INMlfsKCFCeoRVI5jMUCbLn1\nAtppSJWLAbCESu7QNHJCsHhgG+hOLStsUCKKVkEuR8pJ29VsyXjexWkYACMd\ncNO5NnCKWTPhxelbEkwu2TIeVP09ihcBLmbKGJcc7PbFK5OvYV0I7GbXAjj4\nPMhjcpJsuImxkNc1ts70NTsSdI84r/dmRFFZbCA0XdtJy2aEcdJEcc9bVaPv\nDiUmhwy0HZcD98krEHmsqtqDVIeJ0L0Yl0SmqXZYeW+dU1LEC7vpElJPIgVc\nb5z9t5jYdTZZS+F/z5WY92VWHujez7+8vJC5+7W5Wa1OBpluvKLSMXM0EZht\nGKWV0RxzJLXTg3Z4MqL6j5s6kYbEJF1mqqZq/pgpd6IUtU5XdmneffuP1ZAw\nEC0X\r\n=Thct\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAV4guqtdzS7cPWC/qWzBV45DDDPGWBVzGUWkGsxUW5gIhAOrBCBzC0RJj7BUGcMaEEG57hWtkC7yeKTtB1hPf7vmP"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1a9a3e30_1543313497494_0.609328659966154"},"_hasShrinkwrap":false},"0.15.0-alpha.a1d3b95d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a1d3b95d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a1d3b95d","dist":{"shasum":"4549c13993acec8085dc03a562408fbcf5fe0f9a","integrity":"sha512-UUqV6ctilovd1Io3DBqnlq5uKSWlQGJOO7hESM0Dv6GPvGSQcPwt93fM6s1Hk6CCveuqVneU3lmZ/Fp+MieFBw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a1d3b95d.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/RkDCRA9TVsSAnZWagAAUl0P/jxwkw5pdgH53JTNM5t1\nUmRYp8hTlniTZ1cGtqkrWzlrqLeqtrZd6ypVoxSn1x11mHelkOjlCvnhnRQP\n+5qj+xTSqzBA29qPVnfOU8FyztRdBksIe5mTbgqvhH4y/e774FGSJQAAurBz\nTtHOvPNDWCb9bjToRXeKHuDGqj+d3Yq8+usEMAyX447KS9oG3Epo8hsUzwEw\nI5g5fqcYqamPeu8l+1f/SQZlB7iETDvZx15Zlsozs9Najqj/PNTU5d2bkDl3\nIOUVuZXMnQ7BaWpo7yDLQkcx+WWqRzl63SYKIRwkKm5PyIVf7eGhaxOZrOPi\nVVvyMvyKApNfZsN6haKfIbH0sziJG3WT70GsEE6QwlB5yHUNgn6uV8d7APBz\n0V6aqRfc5bfIMTGimRVJXAQsWLNV6aBNITCAhUjtTHkLnq72GHveSeOJytbo\nhpTTnJ/OiCu+1sJ7U3N7hF6DGzXrdWGA89RwTGIUw80XmeNTFpTdUSdJnvAo\n8wuF09ISnGUGDO+6SQ+fBDb42oOoRJ7y5VQTasonrPdB29FxdSVYGO0qX0NX\nlFwBr+k+JZBXuqgFZhN+CkLiic1X57snX7056lkhJXl8FnPRXzyRHvsZthQ5\nxjmwR7AJZSh64tb0q9qnBfOUOH3KQwvwpogIquMukWrIKqMOWKSeqSPeeOr7\nJjZ3\r\n=lJYR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDK48ftvIe5li977NLuPoaXUHSDVw3J30/CkFOT7XnOjgIgA/aVGoBXYg4j8lPgKV7rTfpJFb6oYefZM4iSm2vSZcs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a1d3b95d_1543313666499_0.6720359386777941"},"_hasShrinkwrap":false},"0.15.0-alpha.33421742":{"name":"graphql-codegen-core","version":"0.15.0-alpha.33421742","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.33421742","dist":{"shasum":"072cb6659743c67adcbbc3e2cf63cc21a93cb623","integrity":"sha512-FicMLeR/GexkXr8bG8VcSNowUVcHRc1laKskCEvJ54cDPHsFV+aabtQN9jW0eiPm8vbtE6Mu9IbJ4PYVzkN2FQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.33421742.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/R0MCRA9TVsSAnZWagAAE28P/ie1xqdvglOmnrD/2I2u\nQGIqFV9NndncZCrHflt2NLxK2BAUw4pYfk7dfBxSTY/KklW+829EcabZizSb\nxpHqRgGIfTFdM5juMH7V9ubi36P5RtSWvoAUYhfpX6gi51j6crQl1B7sdW4l\nNjUyd73r0v30w6PXbhPIn6E17CYSsVL3VNuL+EzSQLJTAHCo2hGs7Yy6tmBM\nHT8v0FFZ+4G+hL2fJUD8oOvE4oGeedSnqt6FRwls3jrhhryvFOSVZoD7wMo4\nAYmnZwVQUDjg6VL9SlnwnVfxmRNJiunJBKdBoExlhWgrZwXgjYe+w6ezK6+s\ngCxcZmQMXzA2LFGCbSx+DyLNWur2WYpSABz6iFjgn52wvpQLq1Wg+SP+2Rm9\nHjNuNntbMDr4Dd2V18hfxqgIzEJtrUlilPZKI5DPyz7uejqDc3dD7mek9DyG\nMhK8UCUG88heo2M5xZ2gQ8HnBpaiBqo36Nfqh/RKy97+1PiMsvVbWJRFB4ph\nIok0xREe20a7ScUrFCzfb2RG747j8hJsWGaakxPSKb6sZKTgEnJQqtq69qZ1\nZacZBlBEWOJigvYWnXWiw63I1jKwTSsB6QidpO3twd8RW6zxrHakxGqBWNuu\n5ymiqXpjXKfZTC+vLWuJnztlH7q5JJd6M6TIKsJYwYmVDpDizlBx1GE9DboR\nMaLR\r\n=afLP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKSCksKi2KPT3PkHmJQ+i5n1l5XVQ7V/g3G+fo68dupAIgeD2qaHv24sZtk87uE1o+AZiZNdX5lgNoB6amyUh6i4E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.33421742_1543314699606_0.04324061419298131"},"_hasShrinkwrap":false},"0.15.0-alpha.4f707721":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4f707721","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4f707721","dist":{"shasum":"dde9b9e5bf5588e0534ced5c69fbb889039c8a8d","integrity":"sha512-03NGa+5CfhKgicjEMIP0U2YlhE9C85MREfxBW5Go+Qe72+rAD9V5ljLl8hd+p77f8rt+pmpP6Wc7nHmKdMMV6A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4f707721.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/SpfCRA9TVsSAnZWagAAHR0QAKIe2cSpLobYxOx5Y82S\nTErsVBueAZG+y1IJKqFb05QUVO4RgnyQ9VhzCnerPk4lrfoTxuI4U3Z+gpq3\nijy/dpBfP+lnhHpuxKbaFKuTA3p1vP23INGxPKc4MCtRnzRWrhIBEwJgs8V5\n/n39Tq8+o+XS3vMrindaJIrA3XNuwScYzOk+ZOsnEYXI0Zs3bKfmo8jlrrHt\n9GxXwtbZcRojgIMxoIvONBbimgxW4pdMLzra/zVDXg0ZF9z8UlLZf2OxT5Y9\nORvoriARSAsEPT/18OB2IHJ4OO/xCmBsFrK40rS4QDaauUbKfz16M1iMAS90\nOFxXYgj6ETE+ApU79XeQgeGErjYOL7nXgxDU2Oc8ZsDNf0Zy/sbIqj5ZOceI\nQ/IooieUPb1M6zI6VKHe0+ZKzYRHrjQDcttZCzgOvyc5j/TjRRh7NTIk1qS3\nhB05ks5evOovAvhdBlptnM9f1BFPl4fpgOkgf03vWsVcwa2whfGarip/JZ4o\n8Rft2HkAwm1KsXqS4z57UgkvFv1lubULf7NdBkU9kbZMSm5NdeV4LW/hP9zi\nX1incACO8kSr9nUZpur9rT5ADRU1qVnEYWX0B6p+FLHCUJa9u58q0TbUdo89\n9y/91T6bn44j9Z+1uNxIpPYl8MqNw7QilMPgfWbLVdSG6mx2WGGLrY0XczjN\nOZCD\r\n=XvJc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFOEaZJgFjFCUme2kgHiNWBNGoLpyRLQ66eZPomKokM/AiEAuJzGqoMzlhSG0t6ZHNh1D17dkzBebRUn9/s2W94hwxA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4f707721_1543318110469_0.3833873027997652"},"_hasShrinkwrap":false},"0.15.0-alpha.d5f28c26":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d5f28c26","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d5f28c26","dist":{"shasum":"57a53bf0d14c018556e1c38323e0a49d4ff0a170","integrity":"sha512-auchOsij3Es8TEz7ypQBFEiuvvg/ZgwmMrsJEQ648t0eISyPnJEtMOtvwzB1ZRVTOuEHj0ju38iWKoblXy43lA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d5f28c26.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/TD7CRA9TVsSAnZWagAA78cP/ArIVs7rykhMjkeSC8VJ\n2tVYEM0VQSOOfvJ6jY2imc0DpdxxztFMpjEmXdagK4F7emXaCIDkhFGUyKus\nhzay9b5Lr5+JIky0t2sdKkxe7c+SM8KMeqYdlcHbipleDkot9n4nD9DCDHQt\nbnomsVapE3Jm5xjn/vFNryXqVnR9qNo8gqLSIwnSXwcJa6PJ48mZw4Z66YtZ\n3y/NCKSc0rDLzy7XPN2kpRfblaxXtA0pWbhU+OaQtuyNsGBqUBrWH/vj2F9S\niYVTUDr8DtmXnoho7rXKPGf8fpcXcea2f5r9m4EwHeYxH5htN5dRCAGSGt6U\nozAZG1Y/kbGQ7koiLf2kzWvEhoPGidAs3DSX5yXlkw9qVVLUwCCSyG6EMS3a\nKj04TbpZESj0Wa7iTKBKm5J5y3K+5fOi6D+Jaf8lKGh4JCOtawdxk3a6+8tI\ngEIjUfsS2157osEZ3a1Axck0VpL/EvlM7BOdlIEDf2yt3oLJ21lTp9olWnH/\ncps8gBxbv6PIt5tGk6Coco1PSGO6McM3spZO/YWDAubDmMat/U7RJlsS3S8V\nIwyM8xTdZMzmyyUVmgQNpEYtm5PkScLlNRxgGqazF4UbOyKqZagQ1pqhni9p\nch05XBxa0EvojleSvRwtSEt+rEoaGfvOOyOqMlmTOk8F1Ys4Nrh57JrMV0Nn\nBxzJ\r\n=cHQN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDw/LqXfyrDV7AjGV6+jZemi+TghHuJCjCU4D5bUJRFwIgcscdijHFd1wWGJ/q4p7Njrmq3TY89icXzIzqAyNyppM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d5f28c26_1543319803118_0.037420618027314"},"_hasShrinkwrap":false},"0.15.0-alpha.6e1a59b4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6e1a59b4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6e1a59b4","dist":{"shasum":"e5a8153f354997673331b241032e01c0a92327d0","integrity":"sha512-8iOZhVTSC5PXuv4y4P8mNhKXOmppKEDIiGwcPyB/XSsNV9EVEWCTOl7Nc1XgoySwmCzddbPazJcjbWU8CMbFtA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6e1a59b4.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/aC0CRA9TVsSAnZWagAAZ1sP/RgH3alIj/gkm9KOEdJL\n9yZvh0fq8Ze/XjWjEq6IRLcTL5eu4umlD6qGFHE1OxEQgT3Vaco0wTqqVusY\nysQZ0D40wEqfB2KhK9P+xn1J+nFrBhakdtcHugD0qcorXh8hsROaisj1xV9s\nCbZ1nFHxYN14eiW6j8n5611DeN4+6bAmBvktFYu20KU+v3DUXFEBj6NLbjhF\n6Q82Bs2kmpWtF7rm4a5QBFlcPWx5CM+dWpCJGB6Jh6NB6SFKNDNmuPyUjGS6\ncBfSUqZ3aNIKs8UCMkPfw9CeLNxFgG0V1ZcjhwEUDQa0H34Jug0oKnzSlOxO\nRR3pYUaJfxpmOS/QYKUF/4MJkPDWsO4kcVwIXQygfjuGxV6ULTPV65UrJl4w\naSAQQw868ksGMwJ3KEjlXlEQ+5fAeEHInze6F3cUKLLGV1E5laEXZECjaIa6\ngNiqRmt683pAfqOWzNhCqch+yIIbljKHiWomhKsD5d5AQ6h05OEgkeUgUKnT\n7Fcoj63OBvZwAegzIth08fEfso/0H5uA0dp/VCuvaFa52i4GK8NXDYjc38C3\nOLMt8tGp2/siFTCLXggUSCs6LafKBFBc1s+VycqHkCWUvW9MXgeFJcF3/SpT\nMG4orZcoEAvfQCKuK+0Rj5a2bFYolXjn0Ks9a3IApC0K6ynJIy7I9oUxelFN\n4I0Y\r\n=CZpJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHC+UL3GPgKDkUNwd5ffW5MlzmdDCF/hEnNwP4BALwl+AiEAoEJYJ18SQnirdXbSqcuQOS9xtU65Vcsv8JeoUubcX3Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6e1a59b4_1543348403846_0.9417534917099257"},"_hasShrinkwrap":false},"0.15.0-alpha.db4be5fd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.db4be5fd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.db4be5fd","dist":{"shasum":"5beba727222caed5c8c9d035c9f024d53c089167","integrity":"sha512-nEKdKsIPH5PmyvyhTiQvAi+vx13wg7WI3VFCtlbq8voO9orPRk43LlYLeyclFtnosKuS9QGk2iRlhc8mg1lp2A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.db4be5fd.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/c1jCRA9TVsSAnZWagAAzLEP/iqfhL0KhTlOuWIzfTYA\neXIohZUlEATKethvxrL26XS5jjPBhs1HCMrXMcSMTdcQXvWvW4iK190eYrkY\n4D58zbA7NjMPGeHxJ9aEVuVITF7OVAz0vrEgQ3Shf9hOGHErbjdWvAXM13DY\nepg7AVeanjyCgRaZdbzMYzXHalAvBDkWETAFpZhxXljBLSGMu+c9a/G9H710\nAzUCtfju1KL1GUynK6BFLYWqBgsOdk4KJ5XnFOS15afnc0w1Yu9y6/0dZJf9\nZ3FxrvmXqo1m+QilkzvRKlVjOX7D3B2KmioMZ+mykvyC/RPQRNdGS1oBF/XU\nI9/+MoYwjNWyL9k2nvnwzVe2AnKtzWq59mJwjzmcEvSDldeBCsj1w+bE6wIH\naPUavpvlBF/pbvoiaEe5M60ZK3IeT8Aqu1OdCO8AXqM64a82XH+jYpAfZEYP\nw2iiJv0zaIQGUYPeg1vMFVwFXGVfxvnhJaYGWKFgNzDEBloGrsGZiG1Wddqb\nEBJZ3DkEe/LSm/tS5blpXZ/MoSTTr9Es6KClMOogAuCxy8xi2YZM0viqRjpX\n25GayDpKIGVFW3/zIBUJlSnxJh1KuxQOhx7Pwp6bgDhbefypnN/FplLcZHWX\nxE8Gfy5BJREjZ/E+lH7mHgAe7qMje7g+bYt4yuLk7zPJxE+/3rMGsH36jnYx\n2vv/\r\n=+vm+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDhTo35XupQKY4lGitVIDPvAC75w406DKUTxjpIczlugIhAK7BvXelE+4ZHpq0z+HYVwiG7sql2N52l54U0hh+l2bk"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.db4be5fd_1543359842193_0.6366865934614541"},"_hasShrinkwrap":false},"0.15.0-alpha.258fb11e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.258fb11e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.258fb11e","dist":{"shasum":"6350df738951e16fd060fb0dbfe86203dcae6199","integrity":"sha512-0GjwFOPAl9sMTd3DnBk4WEvZVAiZUfxei45nh/f0lwF/6hPsbokRkLyqKiLoyR9cqBgqo+N/TDPra+VzkWnQIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.258fb11e.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/jgICRA9TVsSAnZWagAA36sP/0k2U3V8IBa+qFAxByd7\nH4MXPNlJCsB1b6T91mzDb3qXKIQlBKliMECH120eYuawE8ZWzcGnHEO3NNHy\nrkGCYlWz//loWXTvVKrjuVchDeHrZ5vu2wEmEOxy/P4BnTbC5ev5+YcC1crv\n64GzHP0AnIqrYxsXrELAdLfx+JNJGVkjlgronYZf9hZDwfriTydv3P+Ejy0m\nKijP/3/unG8hrNoBFM1iK7l0WhNBP6va1/ytWP14Cq0R/xNA9fjesAmlXCm4\nq6c5sef9PEwyB1ydpY/E8I/fncYG3e7s7QHhjGLeI9TMNQsAkPpVj/57tsiA\nvYek5MICdiT1OVlciPY3W+nyKK3fOXQsgZ81H+n3SUbVNwdtc8RWCfp7fFZq\nCeAp3i+JV+QL/VjVKMSfio14Vmk7eZmBCTNz9wKKfs/u+eyLJlmMZle8ERXW\n0HDnMjnxbpVrYI60/SNACVBAB99E/BXfY0eznImu5yoL0Gs+7oe3ewcAlAmc\notEYZNNHNc1jZsivS0/2ByUR0THfMU3gl+y3uXm7bEGFfIqM9t7hpLHjXARR\nGvQUcdc1ijNHm/5BWa0tAx6uXYY3jrBe2Hsx5Wm935teaMq/P4QDP/LJ7FSq\nxYu5aaNcJtraL4OITggyyBN/cfrV5nAHeYr53l6Y16/yLC2qkFW3QMHnR2Pq\ntgZv\r\n=2EdB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDT0drIH6ycGbAAj64OUrm3uRTFbHZHH1ivprZ0SkmUOwIhAKtGVLRTHMIgcaer2MqyMSHwsMkp1pJV2PsVpsCamTWD"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.258fb11e_1543387143916_0.31299672921093014"},"_hasShrinkwrap":false},"0.15.0-alpha.fe653a0b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fe653a0b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fe653a0b","dist":{"shasum":"28297297adb96c7d9c65d3a3c6aed8339f5229a6","integrity":"sha512-najot8dPSRP4lQW4Y2QbEDBA8oQIXAz17qagy6gx7oVsnFVu3eytzovB/iRRIHFNL+xTASSJu4usEAwQ91S8fg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fe653a0b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/jqECRA9TVsSAnZWagAAZoMP/1h4LdiCn3DaGaIbv6ov\nAaUp5abKuXg48H5eK0XuNbe1f+gtIsJlrJepI9uhQrh4d4Ej2CUjvM4gWopH\nqYyWD7G2L6hpzc7FBItmPtjC0rkeiyoqzOEq6qLfbX+b+LTDZtndVqBC2Nbk\nkkBhQBy+n/jWX3kkyyAvTcxN8vYzxgy+5gDh5h9RZwRbz4BPxJPBoTg5rUfq\nh47qbjxFPwVPpv7tP7OkeKaGD51APpB9niFJ2dm3Jt7gIKXGsS3XwucRa9bR\nS9/LnoEghuUrR6VwJaFjidLkxxuaYs5s/AdXciYdfHKZDrN3Fsfogffts+S+\nzHv/11cjWDpodfkcb1qRTBTPlFZqlwDGow/ztS2KE7XCOEDEQ8jYR8Cza7Mx\nDsPjyHYOeQ6D7s5dTimLCgiS/J8DDTTlCmkNAix0sDtTDh7yadtfnFbEhwfu\ny9SifePeRehOxa89X5nea3xaSzrhOSt9lGZkmAjAU2bWb16lJrWUEbm2Nc3s\nn6F7zZyj2IMOtOrGLYvxVDNsH9j4KVPW7qDS/L4dtSraUeXLJVGun1aOhdpg\nysxSn4iMnVK0CgiU9vZ07xmbuxWurxnyrD6HLKt5xifLubBqEFEmGmcV+Svn\na5Oetq1aT5P6ThQ8YnUm0s1czHnyd0n5XDoYjtyME1+8nliFEB6pcIHmoXhh\nPE2Y\r\n=A+0k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGgxm+NG1Zwv/k+0/hmhHTfWDet5gaM+zBqj8xYRMmDhAiEA3pDTQrw9UNMjOFnOdtHXVApcFSoYURAmR1bPia+Gd+E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fe653a0b_1543387780039_0.6350298511164754"},"_hasShrinkwrap":false},"0.15.0-alpha.28598e85":{"name":"graphql-codegen-core","version":"0.15.0-alpha.28598e85","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.28598e85","dist":{"shasum":"42d7a50f71076ea50bd1b3573ae31cdbabf5aac0","integrity":"sha512-knsZLpA9JNzNck0mc9SSo34K1fGiZrBbYw+bFtK1e6utOV4DQsG5b4NzQe0UdoHAbj103AnCgcaHMjgyUOAcyg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.28598e85.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/kXbCRA9TVsSAnZWagAAFAEP/0eCp9OEzNt+mBZESB9H\nCl94VE3CE3yfM00lBKwd6UTOa9SuQOJGp2fUuERzWeBRTiiHIlbMmRNQfSV2\nGS6CUdQkOf9CyPEyOMu/3aiF2RTHNaNbSRl6ydnLeaTG31jbUzDRAdSNXkKt\n4jCueWaHEGxCR3gvT+WKEzce3ll/9JSPM45d9KaC8B2kxBy5RNVo5/gCYA0L\nzQMj0/TQ5e2PUFW51FTrY8Z8giaY/ltP3W1XvIS42oVl6VfT5WC44MmqSzAM\nSB16EMYEzrgZjpVPVQh0bPtrJDpN4zajHJgs9fcxDiQr3vR+Qfbyr/HOyLNP\nAstW4gUz4+H8UrVzu3/My368AYP3h70KQRqdDFsvp1laHP7FY01EW9Ok2dZU\nkYtswsTJ62g+8mdwlmy3CscUXgFToBmbv/8f7IlP8fj96ZhM3NtB3tn0jtc9\nHSihT+s5w7/8IXeLiuKePE+rvSF+aCm5HyH5kIb/aG5xYMgE5UPVJI1NRqq1\no4e5yLlg7KutYas2+RRqYA9+soaq6ZPzsCRee66uuFWOHpUiQ0gkyKnYe2+C\nIuGfOKks/pNzwKbdDhUlappQXIBhWw0CDo/QMkneG8EyIdaqhBoHbteK/9D6\nw3yWfSUBhH8vQuat9NvWh0HEOwP94Pzv5+v+eedEB2QuwScLfVu2kV+m42Gu\nPHqj\r\n=/eac\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOmJEw3ZRuSen/LFwZ/HWybVPJYk1HiE3nfQJK0BkriAIgd0TOzr2quzmTAXaWTjt4WfZfPIar0UUXlDde9/0+XJc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.28598e85_1543390682440_0.4349918714093439"},"_hasShrinkwrap":false},"0.15.0-alpha.659ab7f7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.659ab7f7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.659ab7f7","dist":{"shasum":"3ead4814afa66cae1aa0fe40272ac8e928ce50b3","integrity":"sha512-JUmAggoc6BnQdcSWkgAHkz5+Qrc1a65m8y51JTtzYU7tntRaTX9abvDfG7c2cJWXhJevDSMobBPO3Pm9GDITRA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.659ab7f7.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/kerCRA9TVsSAnZWagAATUcP/Rz0dxrqE5hml7tZOpxO\nUMq5/+WQZK3sXW2fpeEk6Sby75tCF7Oyi9vU48zAWopo4io+La6dxyNmpQvV\nvzuQ3n1ee9fWqPDf1ZRYu7HlR12xDK8nVUO3S4vAa8Z1MMxWidHkufRs130C\naqAA5P9uv4NubGztv2sJiU1bz0uj40JeQD+yoXj0F7EujVIJ9PN+QL8eruF2\nh4Ha6H82MR6XedeHcayUlu1ez9+KTmoP9C28XCGa9u7wWBpiYTqVNMYFBgNE\nFgSM1lKh9rOxlB1RRPfkoj+f9AEKJ1KyHC9yrlUCEstOq16AVpfAAZEbOsT3\nnVXs4x54ihpk+P9dq8rZsziZkPnjx1UJS3cAnG/AqR/E/XAoFRgR6PdUI2MT\nI1yvgeN1KwNBSFnSZE3xRtZiYq4eWGXHsCoRDtqA70sJekmYHtXsmKKWaTLh\nQ7CJDTcXeXyIUcn8iJXRQjtDwXoUD9N5LfR/f/3lh7mDCNo1CwLiqyqEkeK9\nnNUZQZWeLp96fxUXkNSyvSc6B2ueLUq22jZrc8WY0wg2Z8hbNKaxF/jC01MC\nGoSQdDVfnZux5gsFD3efHa2+kCaSnDnjQD8ltf25p3VRPFv8DEMNDRNbFXqT\ngfjCH9hGnLt4ubi9XkmU96b1RHKWKyI/O9zMWEqxPyYjlQNs5d2I8jMBZ9e+\njjKM\r\n=q9eD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDLdew+Zsdnz/V5QPlEs0qNi+jzfF7k6nltTQh3AE8RcAiEAo1eDg1ElA71cvoOHgzJfqA368+Z+JCMFmNo4OApKUJw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.659ab7f7_1543391146752_0.33341002519650065"},"_hasShrinkwrap":false},"0.15.0-alpha.8fdd8fd5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8fdd8fd5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8fdd8fd5","dist":{"shasum":"f0c204a2dc0071b90bc8a93989d00af1b97e1202","integrity":"sha512-pvgdsneimiylm54pgFoStc3fPCjgQj2qFpJBj6GtiT/q82P9HEAiasHAHhXZIrdmEjGZUiz1mrAMvO6XBH64vA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8fdd8fd5.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/kgFCRA9TVsSAnZWagAAyMQP/2NYlX+KktRBpjKyIqlu\n7IPhl9i7u0MhHBdBLDPFFk0+EMpvyywwnZx29LCzjVTAgZssypqXGPro0O51\nM5EMmygaxS1YSAqCrr9qGmJgifqlWIG5IhyZwv488nvLsKqJfTT1Kdu+CIA9\n8fJsG2aYvb0x7NGPyx6EQYCZq47y1+yYkC4svPAo99KEaalaJ/MW4kQNlbNw\nMpjkDNz+yR+LFO6ktSn1+RnOr/2TUf0zLNSZXF05kWmNE/EL0KjW8i7fp0W2\nrNUxHj1x5KC5IJ7JVBWIFFOIO3gozsfO+P65TV9jwVZc6kEu/vp0CnnlvxfQ\nE2Du/DuscjH+02CCHz3em/RCbqvJPd4ECmZU/BeaHglmC//Teaiak/Dt5lCI\nI9BNkGzbWAkMYr4IN+W/xMOPbqetgmTa8crRhMf5dGPNVyp2sjeaBh1e4cl6\n3L3BqeIlGorvQYxCaJ3+gh/1DKwnIlqP0D12KmmP5lNtRrgN5EI/ZcGjbvOT\nSPiZE6Avp06YHEqy9/ZKQW8uT5HwtpL1gfkb7L/fDOf9mIG+7tBUzpA51kn9\nWvt2NhaI8qgZURGhC6Tl4clVg10mpBSdyfYi7v6g/lPcgwh2hSxF89fibLiv\nK48dbSlWDEraI26M1vIyzf5w7YNuqkpBsqkrPG9o0eK52qA2W7xRahYkfexv\nBmEd\r\n=tPHY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCz/LPHMYgv41gy92NMFG76YBDdkLIgr7LX/CaqOT1nBQIgf00wUwFyIET0eceVkzX99GTocwQ1aV9ZbGea0F3dtoM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8fdd8fd5_1543391236812_0.12504898310897694"},"_hasShrinkwrap":false},"0.15.0-alpha.55ea76ad":{"name":"graphql-codegen-core","version":"0.15.0-alpha.55ea76ad","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.55ea76ad","dist":{"shasum":"47604bc0d62a3e843fb0776d8df8061a8b819f6a","integrity":"sha512-TlLCkp6H/xtMFHwwiFxEZMHN5DWvUtUea/pNH9Ninmgc0vRlrSBIKGJQK86u122luAVizesjIMOE1rnJjN2Nug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.55ea76ad.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/koSCRA9TVsSAnZWagAABiMP/3CH8Td0CCDRBli4jlHy\nN8plwQdrT/DBeJ0vF1GzfHV02lUqvXClFXu/tK9SsJeTOa3cNrwzTYfVltTc\nimNGBiO7oOIn7bhWC8zLdarVyStYPlnN5UmWB/aw75HBmONztRjon6RB0uCj\nMtZsju4LUgPcqBfcNWGy49S3EzlTTNrL9+Uj5aNDvG5oiUMfceKkhh4mJj+2\nHt9A67jSlvfZIewuCvJQkAwUJfLnCEM4HW3GFMKHlgIT2cvaqufzFSvtGAe2\nnhe1/rYq8ucpO/1kTvo/V2jcipWPFKW4ZOcny3JW1pmJPnMbcsfgF4q1F3R7\nZX54+LT4ComS2dOha3iyqcfaDVw6hZQdmcRLuG4Y+RaK40vEbKspA6hnmqMz\niqzfCpOne/Au93b1Y6HS/SDI+SMyTpMnZPeVFoZSe2lAfhq8fxyA3QVTQxVv\nVW9pZO/b6sU82121aM0V17u3elApH1O6xpoi4Yom96aKitLMF7ty3DNSBvSc\n8mMdwMQs98mntTRV282Kfc/PYdYWDs3VoMirqOYbnPlGpwPYI6gT+YhdhWos\noW8bIZo9TH3c1kkLL945rNr+iBgMfqHgeIJzwywr/P3eKHeu2U+yCJbAC89X\n8bisvEoP5SKO1DqFw+OWrUpd+PMHmAwx5Cfucibs7Z8/Sn8tWCFXgmf7joXQ\nuaDj\r\n=cXRs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4xDMn7gcxgCgcK+BSnqChaEr/An7Qo3IaVQeUs276tQIgRnRwaJ2AeP/HRDRRFy21sf1vQUFBx/V0M2Mk5APyvPE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.55ea76ad_1543391762187_0.7095127629295723"},"_hasShrinkwrap":false},"0.15.0-alpha.a048a245":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a048a245","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a048a245","dist":{"shasum":"06aa32a0c60a4f619a70cfb1b3edeacc05053661","integrity":"sha512-QIjM9T5hzkSTfKDYL7bXJa9IQr93hSNerNTbnX7105VrPtwj0D8YHH4j9Ej1j7Y5eN+uQ8r2wStQ5bi8mmIIig==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a048a245.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/krXCRA9TVsSAnZWagAApK0P+QD2SSOp2/3sf1fxjcTy\nrYuMcC73Qwra+ojMSEtgIXr6x5YW4rzslyxVFub6xMd47gpxPcYAeKaP4UKs\nJ6Oi3hMwRBLXCpd1QIxa1FrdYv1rMaSwglJ4YGCTpI845lk8qhXr6WloCUxC\nzaSoj+I//iIZUwyMxG0HuBkYUTpb34bwXZ47uVonns8Oo1WG6wVreoEUcyVM\neSSA9aXEn7p9Mmuk6rooZkL8zQZwYnTpsuMCjq765eWR/c5bnpSsZVw4bzYw\nktFn6FVqCs9dbuDePfZ837IMqJi9GTRdvAnRw/c4LVc2lxoWtBmL+RA3yzGV\nmfRLKK6kI/opjU6Xg/0Zakx4txE9NcObKgxT8i9evwguYKl/kL7cvQTca8XZ\neXcSiRpSdGG8IC4ZX9bEQGqzHIEPHR8ZjxlizXlANbkIq5RvQMwgxgr9MNTw\ndzBjrtvQGSC+9XgwAaCvd6FFLKQeQtC0wpFVAFr1ZP1MCXs9zY43u0UKyh6W\n68j5W3dF0j1LpwN0vybeprm/sgyXVHpUBDfTyWJrFuQ97/+MvnmR/3dmdvqy\nShh4HOKa0GBCK57F29v6PYS9QT3VVibthtS/Mxn1kx/70Kjblf0Vliy09LK2\nzouYE6yI8Rw5XmnZ9P1uzccRRjUgQLc7LvfdzPtRsRlfLjSGheB2fZZm0whr\n6KBK\r\n=917m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXQ9rZFMe0vcsq8K8+DoeHQKcbxecCvg5qI3CUO0s+FAIhANeYNrPVPTNavrKS/09Z2UEDW0JDJk1bv/SmGb6g4q7l"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a048a245_1543391959283_0.6357136602805988"},"_hasShrinkwrap":false},"0.15.0-alpha.c36b07d2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c36b07d2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c36b07d2","dist":{"shasum":"655b9a8cab3bedf72f9a87dbc532adabece3643e","integrity":"sha512-LeN5BEB2Peh5ELU7klQHydXp+N4glm9kGey9mUlexs10Qy1kpoHQ0Xik7aVJxhXUNQivI3YUJHkGmN4jmfs5nw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c36b07d2.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/ksdCRA9TVsSAnZWagAAr78QAJLt9xhUXNHayc0EY96v\n8dObZzSQ+JZqSbaELgj7I1eMSvRlKmDBPgg9zSkC0kscbI1RE6j4jIDP95pO\ncx/fBgnYPltTqehO3gaJofXfsbxwRqW1R2MIbYTnJvIoIH5ys4VXYDBe5NPe\ntVmVRD4BJLfe5BxwiSUZQoC9wNU/vocng4CVb5SkAgi6WZjVJeHbZZFh2zEI\nsv+tV5AiY97Gz5cQ4eLajQhb3B51xOrdrZ6sB0iUoA4QNojv6ZE9XswcCcbA\nlYgGvuUFgE6JmB/CX8PwwL4IQvNT4OyxG21pT1FOUs9XPUi/LFk4uNlV00Bk\n6y5fBxzFfn6V3Dkpun8Ro4zpwgXbvkNfjVCwNuVip1J426ZCBap9HzQ2RwXV\nh9YJsGYC37vPpjsxOgLg7trrPBjH0Z6ZnE4svilLHWcIWv/JPwrX+s50HEO+\nYon17NbWaj7MIhOwWW+ofWO+bh0mDC9MKhF7CCQ7tklJsMJgeIzpiqDt5bz0\ndmlq3rM82+OQM8FU/Uy/DT6L87aHpOqzfJIWKyWr2udTu37EaceGFzNd2Y75\niE3sq8pzV8XsHLLuzWX6qCIeQ6cqy9goelpMrB0bCRyod2R3oCIfvRwc3WRW\nA/DhB8HoVpINMfwfiM6bOKWwEbpBdrAkHIeWZgqCYft22KpI1ZTMsYzm58t0\n1n1J\r\n=jUIr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFy50uAKox7viZ6vSWboDtXrpxorjg89JFYIS7WCop1AAiA+PncasM5wrNdCxct+b9a1EL84b42dCUDJsADtUW1dmw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c36b07d2_1543392029470_0.9925574030784174"},"_hasShrinkwrap":false},"0.15.0-alpha.7d892e9b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7d892e9b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7d892e9b","dist":{"shasum":"9c58658ceef7802d5e47080fc6f6317fc3d7d04a","integrity":"sha512-wFFCciW8hXTtcUjzY4L8X32Xh+08mPn3nfpB/d5D3RddkWHSisK3Q0BzFDHxISxrd8OZIWlHgTgdv58DLNLw8w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7d892e9b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/kwdCRA9TVsSAnZWagAAg48P/R1YbmHfc5XoOgOZoPwK\n0XZQceXFQoxBvgujDw0qIfB/ialOwq/mHsuz85G2lRkiGbWwf8M8c2m8nNcu\nC9F5hyoq2BuqaVY1CzRJ+Y2dhXWd7RpnQgLZ82U/TVjBrD5ohZJhiXBOh2dI\nBaF69LlarrqF0vTAdzRP0zCLCIq5uWpK8KCOWOoltGSL6YgZrHvbyIexlOMB\nssuvTaPJcdjSvCuYm5qdo/aymmLzUXc3YmtgFMavjq8Aoerf+jcmTYuDZkU0\ngCNblneYR4cYfou4qDBD5zCSbVVYR8jGxMUiYXKbexqW+pZlXezo1vkhx4us\nnT+K6Zphl1AZjOdiCiOyBeFHRvC0oefhRL23JYqPdo9Kf2ypQ4yFz07or8ux\nxm7OoRSm5xV1taqAeUXB0wfeGP0FzXc4a33ojp6f7td2UM4WS3FXHWdhmrK4\nib+Rzoxs/7URPsO2wE36Iz+9EjpnxLBFxWobCmjo4nz1ZlrLsvocHpxqNxZL\nPZk9HsEVOB47oqPePZBfOmBJQr9wt3Pv0atArBrgPB9MP6jSpRvpDSbIOtXQ\nPfWjd08My9aRlbj3ifPEl5OVWGIVP9YtLrKNvGz7HuehVEHwuDCPdetraMOD\n0lLXG0TPeDL/WuDltQIiR8v+P0r7tX8HVEu1LLNkrxc360N5PGy7UX5weYCl\nO1Co\r\n=If4r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGJcBNUlqSpgRusyqUXSpzGUQyAxZz9VL9crv8SSW3b8AiEAq6S2yIpcbbPRQAOROrFLRVmlD86hTW1ADknv/c9oezA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7d892e9b_1543392285117_0.9225367151088453"},"_hasShrinkwrap":false},"0.15.0-alpha.afd23551":{"name":"graphql-codegen-core","version":"0.15.0-alpha.afd23551","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.afd23551","dist":{"shasum":"e300a1a4c35059ffe54ba20723de4c5b300dc5e0","integrity":"sha512-aqB9EyB2TOAHp+YzUJmBNtBAHjuIo3RNgQloNkniVUk5uv9XlSb87CS7XnwRE33nN8C9hZx+U6S7EuHiYyMUCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.afd23551.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/l6fCRA9TVsSAnZWagAAvW8P/RbYR0YUDTw/QslRZz1j\ns7SMdyQoZj+UBIPzkAf92QeiG34lD+d6aSi7Fk4LLTgHFITx/uX7vXKkHp1O\nVL1U0nUJEgCQQvBqSMGiqxd0en+ss2NgsYrPh5rYlF5UVhcyhDbbPeXUwHoe\nVmTd96nq6gj9IAtO5phoCewrK/7l/F/Sm9/HynvjwzqJAyH/HhhEgZSGiXvd\nBMvOfhlKtzxXzCYtgqboI6y050M5klkl8fYJH6K79XF/NrU7oiD1rUtQ/s7k\npK1F4rvnQrESgvHiaTjKL3hvWJwnUtYe59vvv0lEEpMaA1PWGkiB8s1foL/v\nLmoJtrxDd4xS9DMlvsR3FBrEwe7SydAeuHQyKR5qjhT/XKYGi6/FnBFzxoQu\n/cWcXouauILmqOQLbRI6awIpOW5zg6rBUTitxSyrDVx2/8h2rUqbFuElzM3L\nUFkwYyo8qDxFmRdKYvG3yOtZAWUB1yVYmThuX6usCLIJJCkwXpNmwjjLSPSk\nUstNeKv+Cg31gTWT3wlcxerrduM7UybKO7E5J8TrDr2FAJVX0hiebpdAjSYy\nJtc9mq6JkBfRXQmlePh+pBpvRwpsXLEONjrq86Gr4VJcT7InyNEnX/6eOams\nr078oqENbwsuELilyJLGtOxmCE2CW7XUCIBrWYXuqdNYknQjhFfYX7OYEeK1\nAULJ\r\n=Ussb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkgZq/G7CGJRauBDLSj8llwzSfg22Ka2zDzFHvuLMaIgIga/LeHukG5vgjw891DRZl3iCi8f6X9skZ2cqNwLsKyEk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.afd23551_1543397022679_0.5424755069137821"},"_hasShrinkwrap":false},"0.15.0-alpha.2e9c1d26":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2e9c1d26","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2e9c1d26","dist":{"shasum":"ebf9b79ad8ff87c2d3d32a3cbe6575b3dbf0daf3","integrity":"sha512-h666LRjERYcYIVHFYaRTiAWmRu/Y4Msoi9Mk1BlnIeT/PawtX5qaOZAE04rdrH1DrRyQjDiRk+y8iE67jH08Tg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2e9c1d26.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/mRdCRA9TVsSAnZWagAA1C0P/iKMvz4/fKK70YbDGcQL\nK0+SpUh6LKMxygqOUbUV7SIRxOtAWotibULx3dn1UpVSzQVoi1A55EfobZ78\nk2Fa3IFKu37t7chXnL1sCI0kPjvT9H0gcE0Tw1YhCayKQgDiH/4VWk23t9pB\nvgf1ZrKOzIq08wZ6i9ufVc73tn208IMyCj8Hujf2eeB0oBLPLNOv1DuMO/ze\nwZOQ1ZDPz8uRfjlhmiEMdDsouhg+worC+ppYA6QvBRiAFrXFc4s/hVRXXHBH\nf2VCrh0YL74wp3ACujFj+Ma/mi49+07a2tbpXDO/uU+W6+0jy0KhlcYdKnGU\nI51bA3LBYHH8x9TSaoCfO1UziFTGEZtysZjH8fFXOwMJg7NnB4oSJbePLPpf\nTl5XlQIdd3YPLP2Bs7nxmSqLJ2pUPQuZrvIbx5kHaEDuqWPxOQ8Ysdr6q6tK\ntWHDeWm0fvxK/xKEepRWneNb1tTQdFzB46Fx1/lTCukISxt5FHYCsLbjYpIn\nXfdUMkeOg/6AI1dfUVnNgqa2GCDMwK2czWxtEUwR9Qw/ZbrvSqloMypE71U3\nkltBlbzzOjZvpiLYWg3KdBQaTV4MzN0wfwVlYhG14owarjmgxA/tZv0XQBDZ\nPEsLDhIAQtftQaLc1vcQ/ihYM0zxYm8r25xRR3gAUf8IT8zwQTG7u/Nwnt63\nVuNQ\r\n=5g6z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpTtJx0HjfKLJ700k0ghC6PErQ7FqjKk8OP317dkD9/QIgYyIbmo/IBFhWWRhYb6b09toasNtm1h1KnLdI2mAX4DQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2e9c1d26_1543398492381_0.0673507954218322"},"_hasShrinkwrap":false},"0.14.4":{"name":"graphql-codegen-core","version":"0.14.4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.14.4","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-I4HwGthXtz1KV6E/DhxsbBS+Hv6uH2qxc07Lro6p1h39NrjeytQHGh1jPCZvCX+RLxEYtK8goGzgyl5m491Dhg==","shasum":"ff5e1be64dd6a90794525f815bdf28a6e00498d5","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.4.tgz","fileCount":94,"unpackedSize":193383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/mbhCRA9TVsSAnZWagAAi/IP/RA383fJ5TeENvEhifID\n2Qz+ilNzkSunTd+KyzdxBDtDJgMR7/g2LK2HjkeSPaWn5fvwmjoze/7o5h8c\nBcr2buLOVI3oBkoG2qEQ+4SnUHXz4UmlDU5S8txDEzUDpPZ++GW5B94IpjuD\nd1sKKBKqK3Q9Oa0Y6ezent3NODxAMpUCDH6zm5GzH4sbZd6CcMujJTvuVQ88\n7jiPisOUQKrlvukIXraWTCUP/g00rPRHmrtL/rIVoBaKoRKrjXz3ssTjni5z\n5FCXy8IioLJVQZHFHHKio6GVop0Fp8FKcD+ToohBwbacfsjLI3SLMBFZlDn7\n+6bIGVnYYWqGYvaqoDo20HvImamj2I7v1t5FZANHs1LTlNXFpXSFppqmh9ga\nyia1qr++FuMdDI+KmpHpx1/OkaQP+Fgtxgxd1K/hW6Yv5KEnRrfCPW3ajt36\nf5moXO/KGx4jAA9aBUYrcAfu7NccCmrdCLSTSL7Yo3rQgtEjpT4iaeKsoQal\n7vmMg4Qzihzt6thTd/an7Qa9CgDIv3McaeOT3IuzyhqAOhLAzaakiIxe+bAO\nc6mUE0TZIt0MqdK4EGWK6zPnUnGZ8LTroyUusTP2i8M2XXLjfLqf7gFRwynH\n2SV/KcNLS4N1EPGsdZ3q0G/NlH9+XvhH4SSRZ+YxHXuYhQN0ODWy3l64UzMl\nSB73\r\n=KQ5f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGySpO1TM7K4pJODCKHwLYHqeybXJIazF4oiSSTkiaHRAiEA+Pm8PSo79IgektO5+3xokOvKU5USnT0jd9QLsRuV6D8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.4_1543399136412_0.4841264233061149"},"_hasShrinkwrap":false},"0.15.0-alpha.1ee5b961":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1ee5b961","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1ee5b961","dist":{"shasum":"753f4749ceabf2a332023150f9f6b9c36a954870","integrity":"sha512-yFMTVYAqVWyqMyYFFn3EJwkFRvlXSdF11RTgBVXfIO0LwT684smVd2pnHeK5Ymlr6+3Ehk1VOkQTIX098U3cEw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1ee5b961.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/mizCRA9TVsSAnZWagAAdPYQAJ4GnRMOjoL1bHb18S9q\nFK6V7C4AKiGaiR/t73Ru6fROO/bneG7K0UYShGxyzizYHdhv0EXrPHemv4+e\nMTR7Pb6PWzVkDuPiTNPleAH0/1rEMnSIiFEDrNBKt3D3bJUNBKveaXq1u7iI\n/6q76Z0rtAzGE1rCGfDUNL/YtLVBx6dUGe2i0TVoDBQTB7aRLjpeoxqTbTDJ\nrvJWQzScep18fNC2Jz+a9UjwWdSgHOSR4h5BrRhai9W10N5ZYhxofAhxQoTW\nB5qwoA7TcC0MLJgjWsKQzpr1uyS22G56j4KTDnQYhHIytgwhcAnxpr5NwY54\nw/JvuQVgvBBZSSmC6NKD8Ny5qzBUYRlrDlJkw3LufYlMOF/QzKJc9qTTREIk\n8gFDZRNpE72avO47HaQon70Ux8HfMqkuTBVUFz2JDahdBQC/kLGZzY42aBC/\nIWA1AmsFORA0SnxLowW/6zmdxPHPma9xcHqNTHjl0374OfA6ltbDZLa9xwq0\nIp/MbGZRUUxsNNV4pHJPNuKfGaWTkVBKpFRxwMIQejCxY8sz2I/2oPkSpnRt\n8cNRy89V2Wahr19Gs2lGRt3wxQwsBSTzsqhqmKxwrJ3fkoIN6c1YOSW+b6sD\nXFH1gWANaUw1WYtbsEPKAcDEvGbbpsMlSfz2SNbgwT4/bEEkw3oABGLMMFj2\nkYKG\r\n=ssg7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCN/tDrZjG3Qhi/YRXeTSoeo8EYEoXtzzMEkVb+q2DFGQIhAMryjAwC9EEov3ajRa2i5LADwSVB8HYHnTBQPth5JyaP"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1ee5b961_1543399602904_0.8286910765698576"},"_hasShrinkwrap":false},"0.15.0-alpha.23873b80":{"name":"graphql-codegen-core","version":"0.15.0-alpha.23873b80","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.23873b80","dist":{"shasum":"9c5ae50dd7443e188aab12a5359cf7ae3d263c9e","integrity":"sha512-IHBYlDeWISQdrfrNvbsXdcH4WlvPdj+AweIV9q6xRz/jMNcl1+IN6xtdF9z/FgvS5822/2LeZX4wPFb9RS9C3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.23873b80.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/s/ICRA9TVsSAnZWagAAAxUQAICC/eoR13/vbzCxw3gQ\nmnQ2oSFfsNqWpcx1LUJ75uJ2hGC81xQouI26oWqdGzjFjZFsCVVcqyLVDng1\nO2UQe5P4rs/QvAPD2sBdQjX/2DPL2NhM0ME85lndAoY4FdrEMT+Mf+ktWWRB\nAYm7P11Xv/FCWVnFlIUsJYiussilMJjf0oD1SsIXEfoaSf0q2SYwuwUHojpC\nniqkKVLiJ/iex2/O3BH0IgkBXwWLfZy8aZd48wyiprfQ8jbMFHY9ZBXmkZDt\nndyxKDx5ZduMc7Psx/vWW9RKTqWDdZIxodSnAKmPQn+c5q5D+EytDpEPw2Hk\nE0IAdEz4FQnJSmujLeOBzdS4xWqYMirIowRqtH6EQYNPU5heRk2Bz55yxWJt\noR3/BBfRDQU4NHYAmCf+nTOyzJ7cYxCUlO5QA2fDAt3x4/kVncuhRL90TWue\nAw+7M9MlAhFC/g4qg5ES8n142EtYz5MN4w8AbA7ae57zlJP/bnrQ2/rl08Vd\nk5fUr595ImK3+wWb9kdJgdAD8v/WkHnuZUy8433h6fj2o4F4W3uprlAiKmDc\nbTo/Y//mEmcT+6WqfQ03tPEYmTq+bP/hsLYs6kPSrM8kyj/rTM8wRob6FKRX\n2xsoa1UAzkv3TmUxbNSH+0143AhmYPAyfo+FPqWZ1B9NrLLlNYJoD0rCqmR2\nQS0Y\r\n=tYp/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPhS8a/27kfa9DzATsaKnakdBoarheBpyYVNf2H7AZ9QIgHHY7L48s8Hlym8fGqKmg6cNUu9QXpWbNZPbPYjymJTk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.23873b80_1543425992012_0.3779380309086531"},"_hasShrinkwrap":false},"0.15.0-alpha.0d3a052a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0d3a052a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0d3a052a","dist":{"shasum":"4cd31c4d23899b33780faa17b4b2a44298a18183","integrity":"sha512-KCgGbFhflA0ynYezYJUvWzCYIFHVFvfN7+QosMbN1Yyhu44DQ5fOHsfRoINIOupwdu75ijO8uWlpzp1hGQ8iIA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0d3a052a.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/t7VCRA9TVsSAnZWagAA4jwP/jzfkm+SF0h+gRFL7X8v\nLvKW25n5RJZtYGlmGulvmA6/xPaojW8KTuA1OH9Tb01dnB1Guq2p54ocuJrl\nhMIxab7YAIchb/LxYu0LAIQE9rPTy5mCUZuuWTweyTwFPXgx1xMzI69fKNPf\n2TK2/J4IsxVbOBV1Wc95s0RC3v99nK5bQBQIvFy+sY5Z8rODSi/WieX/RlLf\ngP6778d/KcUtLlcVeM5g3CcbbuhHI5RSUaISC2Zbfew8fff9hHPFXe5g5B01\nJ1+6y5oHkPrrbDj7zkGPnmF1od6vhDTgjDaqLMWihOQGcEJIdOKEmlyZ7k+8\njAvwkaYvluPPmU+8p6yyKq2NwlN7JGL4TtzoLBATeKg/P06rhxDt65bY6A+c\nJtzd+qCOQ9y981C8Kb5jURQbWLmLThXkn/CPeVfWPqFIo9iBfdTBfFA8vWZs\nyEwkZH36efmmova95GRGGvyUD7/A21K9e8ZA8z7qmBdqmIl2eaqMa548JGPO\n6VvwWn1pCZ55A15RYH6ut8qi79HHfdORGkZINFQNzu/kbCFCjUJ2OvokpFUq\nM6Zgs9edeiwRNqIEgv5MW9dmdlTPwhXP5vXoFn/VSTPD5isFsLqvfyoG1vaf\nJV3EWWQW1HkZKfwi20NGYIpk7fq80HrKxLEDbBKbcp2O4Tty6njYVvDvLeR7\nmbTn\r\n=onBd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjLSwhmS56uKAsjR+jk7Q6/guJsX2KszTgTYMhH7Ov4gIgc1Ub3HkvBYaXt0amwXF/losR9Q+Ptpii0k/fHBwfKgQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0d3a052a_1543429844868_0.27225627158888543"},"_hasShrinkwrap":false},"0.15.0-alpha.e6da3ea4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e6da3ea4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e6da3ea4","dist":{"shasum":"1e6c7ecea17b23034ca2a5bb27c1297077c1df56","integrity":"sha512-uDkZRecUWEmxICh8ajeLNFQ9pTVYrT6x3fYuA/cPFp5YU8HdUo3soefYLp0Lx53b/DxyBk/3R2hSDQG1ucnWQA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e6da3ea4.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/wqOCRA9TVsSAnZWagAA++UP/AhA8aLtmC8MKnp6kEAt\nvJtjJa/zGFW3OqKSxJCwOSXWLyIGq8PASGOEyBvz0TeAARvIpJF1HO4TUfre\nnBnCEwNNYKktloyuOETkBh2Ng5v56AhbQmyNL0NLsi4mci3IDpB63ZvjkJyD\n7R49twcdJA01ICMPSKRRlyTTcXqKR71V9RLdTMxoAdogthOFZnV3UYZsq4BH\n3OJyrdPQ7E01ZCFgpv8tNi7bL9uanmzzedOqkZJQwJusjid/FgWjch5B3kZ6\nNI6gQJV7CMADoOA7VkBcD8I0uibFtDJOsEcZwh6girqv8o9dNQVvHhHgr3R+\nn9QQ8vFgXyPN+F2IOtM/bL9XqXL8AxDR3mbdpCnpZyYnid8C4Rj+tpOpQkgQ\nOcPWYiOOJepMP5juSQQSyQL/bXlHrfBOLd8HhStgpg/pz3ZgKMoIFFTsxmyn\nD1QyJuDXzSxNIMTrRXCMSVoOkmK3C+JZHH1AC5pbIFmtZhEQAMoH+kj3qMGT\nhk3QhnyOH7oenfs4mNK9F0+pVPPvlsK9uhzPdEtA1cUfCqek/Yoz3QVCc56d\ntK9jPRKKHz2R7ObquWeHZxyKcefq3nLg3IIviBS9N8SbDO47OkFyz0jBcOYf\njwSP0fvcnS9Rb4xUCOTIbpG92p+AX5jDqFQa6S2bHIUT+nDG8RgydtnRD0od\nJuEz\r\n=/3sw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDugVgfh56drGqXlSj7qoI1CIf8v3dizGglpWWNO9kcGAiEA28miBDUl10BciWtKufqzbWWxxM2u4TofXMZSlxCPt9U="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e6da3ea4_1543441037465_0.1475213260817947"},"_hasShrinkwrap":false},"0.15.0-alpha.0838fc34":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0838fc34","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0838fc34","dist":{"shasum":"01f3fdf2eed6fbc67d3ae89d51ec3a397341d79c","integrity":"sha512-5ml7+tWVZr8l3k8B4ekwdy/ZM4T9ZcAvGmPX/AtuYxi+5e83a5PQ+oTlGa+lpRFf6GptlJYNCzNd0R6V3rK/UQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0838fc34.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/x9YCRA9TVsSAnZWagAAAYMP/RdIE64ijkgCw18qRjhk\nSYklBMdy/XHSrDFPRsFxg8RwWLIZg0nFAzq7XFgKSJQfp5KZ9pxOHtUAnBSe\neUMDYCevHb9/plYYruFCamJpe86YBC724GmX8e3VgVyHqJ7FwftJPrOB/ev3\nIPqcnNYElJH957fX4CMRUD7jl9wgjsX1vgsXWuiN8sOBIGuxzD4uJgNp4HRv\ndTVrcFOJ94eN1Xr+YhkWDURph36XPeZxRK4mjGewpU+yeQ0RMGFxcRhGDPtT\nTgvR4g7Dow+9tniQ4Zms37rG/dJQcwNIYFXp5J3rjlSe5lXEcvcVJFuwY0V/\nrHwHuq/iF6NG+kghcd81AZf0f2s1qqN6fz+fogJ17uPys4mhJiAPmyDupNnE\nWphJ1PiQ3BO8KRZ8NcMGLsitFrAl0mriYnHLe1chA2dgeqcrsCDgNg9bsomb\n6GQ3H42c98W2+b5HsrmhTug5Dg8sPCwHsAD5I+rW9v45kVaAPc3hlU8Ksnhk\ncX8hbHxMChm0MChBEe+7xGtiMbFeX3W4oypm83WnBcoEpFGer6sQIwQYLcFH\ngUA5vq9uifkhwhANbIRqdpW7Ktobv1hlOzylQbGxUrdaw6+DqUOgU6hvIyhb\nGXYy5c7PuzULfOFrnhiy+7YqcUGruy3SJfZUwqoQpSZzfcD4xEwVSwnxUxvf\n7b20\r\n=JBse\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHCu1141YHMx2UhiXXqt5F361y8B9z3Wel3fzYJ+BWm+AiAXfbxLZrWvt+XCDsPyrz75aN8PS6jkTbRTcnX+0cJpLg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0838fc34_1543446359782_0.5394246245341385"},"_hasShrinkwrap":false},"0.15.0-alpha.8ecaa8b9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8ecaa8b9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8ecaa8b9","dist":{"shasum":"7615717928cd0e8efd089c8ac81a9ba2d6bd4ec3","integrity":"sha512-PXr4OspzCDNIup4w4dX73m6pN28UPPYHs98n+FgQZhmFM3VZ7kw2EBx/FtBG30ALDUiIIVla6FcaWria7Dh+3g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8ecaa8b9.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/4H5CRA9TVsSAnZWagAApgkP+gLruz3eztnC6DOKJ0Yp\ntSMOd3nQGO+ytPwGy+/G1VCN/cjqQT1Xsj5wKMmq8csWyykM0gkToN4pmk0i\nJy9XcI+BZ/CZDpFayDu6M4LTYByLEVRp8cpxaoWpS017h4hJB043+D4co0D6\nUpd07BUIB2tK1K5LKmZeWRhPmRavK1h5ah/R9hw/KzWWNivN1AyJKkkjhtLC\n6EbcxkBfGM7GWx1OdfnFNNjTbtnn51mqxinKncl0df+zo8UJI9Pd3RL1iI78\nlwRy9ZtfL9tBA9HENC8xtXCVtYtBTE3892nwEzmDMTWNTIAuKSfxacNZsG4V\nkYBHhupIX2HWqa8zrh7cfFjWH6xFkEnvGj8pS8IXZh1GW/EnmDV0Vf72EY4z\nCt5MqePjebmGc7NrrPO9J7OlQFCOZei/Y0cSDvwfAhgdjmXpOc06Kty/ndfS\nRmzCXaSS1SWEj/OyKUxLejj7q3ubmyIh3r75GA6I2C/AB6S8+HVaZCgtR6qx\nlmAmvQKBwpgLZE1kJnbvy4ZCJebknAYfnJHDJIWDVhjHDCQ1TSJGYYek2Eno\nTKo3albVai7LROlQfxe9RK2yfbO8ElLeQeOd/aYhvMoMn9iH2H5M41FhzMcL\n3DcZtysV4RqesIKNFK7zzhYKuSS27/Cqk1NiwWe/p9MK0FnUhjioI5K3q66g\n6uP2\r\n=So39\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDwcrUgebXyknuuWofN9Qcd9rztGmYCfuPR92mipa1nXAiBRZQQ66oACDsPGIFupYXtYrHucGOiz8mxdlV7HK56ucA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8ecaa8b9_1543471608614_0.8736811964451374"},"_hasShrinkwrap":false},"0.15.0-alpha.ee76c57c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ee76c57c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ee76c57c","dist":{"shasum":"7dccf874a4bd3723f224cdba86bf08553d4d7452","integrity":"sha512-VjB1cf/16D4eNGCO/tapx4LwMO/w9Oy8q68qVsu3A+phfFEtGUaNO2h+PGdQvhRWV/PwRy8aXq9Euv1/gPN7/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ee76c57c.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/7LcCRA9TVsSAnZWagAAWPoP/jtnh65FVeW7uWV+4Nsu\nWG9lFnenig7T6GEFdDJMrjdUcB6eL+z34k8Wqjt1FYI+mlpyRRqa8gicTkRN\nJiMe1aZr9kypdLK4p9bvyuLAlE0QjtpxOgsG7YZt0l6xLUWoUVGgNlTtunZV\n5+N+kuK6Q9ijN14A+1keHnKlUZQ1hL29iec7nY8uWqQKoymCST+MFlejUIgW\nLvM+wkYyLh3t/KPAsgA+ccy7szD0D6uaJGLTzI1LKQUgn2Cx5kdbLbbsoRkj\n3QakpV7ezzccj1g676DDCyz1CknaIllDCv/YQ+RoYfvSxBKh9h1LLT7MJllg\n04kmBt3FYlcsAC07efoAUWQSJk+3u1Gs/UwdPtCsBKGMKzXWdqwcJBUmmLcP\nJucM6nu7S7Az7RDfbmuF7Ekhygb88G0UJ81w7OPxWdcRupGBGhZZpJGE/1PO\nlzo+i12e0D8B0rbRCydIOx/ldImpKNyxnEzevjQGJZ4Tx6erOoStb5EyFvTs\nHqU47Aq/y9TfcFlPcDwaXdW/3fpMyiKmicNp9g/TziOmTVIbyBeBXZ2AQUKw\n/TRgrVX1ZwrDHp4i6mCGyR6D669iVBDSwyikPbnjJKtxWUHLjSAWWHNnkAcm\naD0xuG+wxWlEqNrJvbVSIsDwMYYFxdo/RiF8mL04HosQHvczH8+CZCzw9M/2\nGAdr\r\n=KpqD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHO4JLaPSA3U2G5IYl4/CfNbf5D2ELPBuR2Vo6VudT1mAiEAs7IvvswB7qckZ6XcQZTVsBfMiEI7DCgNDYxnOVHeZlU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ee76c57c_1543484123151_0.20049328013926093"},"_hasShrinkwrap":false},"0.15.0-alpha.816f2e97":{"name":"graphql-codegen-core","version":"0.15.0-alpha.816f2e97","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.816f2e97","dist":{"shasum":"07971d1ecce2d7771d28e452082e3135f89e8b6f","integrity":"sha512-OEGzOSFQ+L/bUPDbjfArJqnARKa9u4iCBs+3CSNDl280SBJj1GDg2rSY1OJOw1afA0xez8Zg8pRJktp+u4LkvQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.816f2e97.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/7NDCRA9TVsSAnZWagAA81wQAIjzNQW8oK2WHm7Xs3Uw\np8Xo0lyqt3LMkO1r8fNTNK3vOdNnWQ3432atSh7T1LRt7oixXbbDYiSTN/7u\nltoLvrMa9ymziJ5D72QOBxTkzSwriVXHxK++FIyN7B1z9TQbSAaM1qZygz5r\nR1UzXzaaUiEcUO4i9VFIXmlS2lytI274vwowcpAWi1KyXl2NnBsxv091SddX\nTdWJTHvxoJqGZ3NiOaYMweF4UoDKwUhVF6H0JVrpf3JCG/M05TEh90TBDKgZ\nFqjdd/MMT3QHBXM9FHFYcwUsUQ+EnEWP33IR6JRf5ZpofIOfQNJxcPZvAf4y\nsd+9lY4WuCKb3mQmcNsB7r3bKZAJkK9qul66icFBhmC65o+Tm/lG6ec2eliv\nYEScjcaOgQms0JMOStmMd8aW7vkC925bsDkIMSQRuKBcx5k9sxyiAeTGLXec\nyuzLZe+nwB0LiJTHvgr1O7qrFQF9QsF0nfcR+cBqQ7V5MV2y0F9MltzWXgss\n5M2E6tw/QvxyBM1ViAUIW9RS8ywRXtBhNllEfMACXZg/HcoU74L1ywz1Wy6L\n6C6G4umeZJX/lpXAsC/0bc8Pi1uCsRzy4B0yFrEVW+YfycU4UlDWSg0dBU+W\nyPiZaWr4JfTX7N1ts+jdCQ+R8gfo8YB65jowFSgB/eEuxZ887EHpP1l/0Yxr\nGjjo\r\n=v2KC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCs1YTyguK0Ft9+8+y50ABBRk5AjQCIgI9U3Wmcl+0efwIgHulLy3qBJCHOmqcfBLxhJAzpG0E2+I6jA+FctyTYoZU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.816f2e97_1543484226287_0.3064039136258727"},"_hasShrinkwrap":false},"0.15.0-alpha.11532abb":{"name":"graphql-codegen-core","version":"0.15.0-alpha.11532abb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.11532abb","dist":{"shasum":"585a18a7fcccb6a1cae8a3c4800bede849e72666","integrity":"sha512-oVf5kUW6oUVF9sgLufprBHTlQiFvLW3R1oaFz2oRihMgX92tBu8lCYXtZovGvkkSchEOCFYN7kEVkJ2zZ2hdOQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.11532abb.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/7NXCRA9TVsSAnZWagAA5AwP/3KsP4nY0HBJ9bge+t+p\npAHN2cEDbUA8vOrrr5sE2/9zbB6APwKsCXWH6iVaB/xjnNDJ3RJSf7WlZGva\nwFMl6+twy1Y1hDtuFAVIE+GbHW2Ey0cZAl1boUERIZPZ0exo0L5n+Sh5bswM\nkqzYuIPbCghHrJLSG/ymkmR0K8BYnK0UhPGIlv8IBJa0TqvAi4IfOZToVwMR\nwPzJJuHvlWBwg0rpSDnC/DPsNZhVm+cFVHDl8n10j/FK2T2Vv03h1d14GtZl\nxuSXOxtbHANWIgFSsW0oDZamAadkktanUGLX3eTegSCFHL+csJXz3TljCM1w\nXeRI5ioA7wsmRdxtaDZeEHFAWiVjacIdIn3XR2SYR03i2zqljnNlKMSnj7hh\nSO7ZsvQeqTp+I/Pd35U1FTaE4o7L4DvPyNlD5xXhWY2JhEd6aN2UymTsDh9K\nIlhXDreycf5W5tZDputZlCosRoV7i7W2b1kdPggz4IkQ9WNxiRT2iHFCnj2S\nKsHC7RX+uE0Sg31NL/6f1dVoJG8Wmx8tmVWOa/qn4WYqEC/jz4oTTz8RCiot\n+3XKHeIrAv5VquAPaPbsYHHp/HaQRiKj9B5knrqbN2S28JL0/N57EVszi6Df\no3hbmrFzymeRrhUudB+sKNjy5vbOb9a8I32QJb+h0jljh22fVDc9RyVEH5nL\nmLJz\r\n=ZfJT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACgYx32V+/2RZxRHUCesvYQIdLZwAKaft3zI77AXSi2AiA+L328h2NlhqQ1EN0y6Fa6Q1PAUzamPKMsHi7r6V1ZTQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.11532abb_1543484246461_0.4549448723331251"},"_hasShrinkwrap":false},"0.15.0-alpha.5e8222d6":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5e8222d6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5e8222d6","dist":{"shasum":"dfdbeff242cad1cbdf662f88895b03e28508214c","integrity":"sha512-81McP3VgwTC/r2XDg6V6Iu2h2t9+NmZe8NBpDm40j+b5BYcaQU2E6ADJQYLhAjkTQZnZWh0P5Lg+rbxYFdNueQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5e8222d6.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/7NsCRA9TVsSAnZWagAALJwP/3cC3EmLegnGWg4JH7oS\nrXxlT3AjjL0dkYhAnC0MEhgXZ0hZMIuu/35LjmVHBrnzRdezxJ/xFx+GXehL\nFV7a9WeO8h5sAWiFWHky70nwTY/o7NA/2hdKgOiSfhThA0LyE/eVT7+NOoKg\nX0pU/sr/+pHf9jmNVVgck8YyruVkvL/sOh/nVn4GsezfeRPec66qFo26fdw7\nA98kPalR4uwTDsHCDghloyT+xRTidOQozV0SAqIXWz8ORR+kXFbKLCpb+UiA\n4MJtcTB4UXJS1X56SCBcsS6RN2Yzb96Wz0LYs+uObgDZ1peDdwymkAWol48l\nTRLlJfH9DKhH5cUq9+Z50kszgjjQMTYAhyNjA7ceyNQFndOekc0GsOyjb0xM\nAKaAxm0X7wZHcsIsu/c7WPJ+6MsCADkPWJuUYQ+pSXCfcLXU84RpJMbIg2Y/\noAk0lw4PMSAaptSd7vi85c3/NLC2Z8w0JqC30lIdmtDUryIBsgUrThOAChR1\nWoW+L76ELq1tOhcvTcqeUd66+VJRr44gtu+eZUZtHgdJYOoCTVjte/ffYVHS\nADMBxRLgmlXlLFIVQjO4sz4kr1oDQVjO+jhPdUsVp6im2CXA+AbRTz0Qz0G/\nPI7KwXW+kc086zY4I3rFgRZX1a4wFXry7C7JnHukPi0WPhy2nWtekRjkSyTb\nolNa\r\n=M6PX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdoSRpfBELtnlYGvBIA17tg9PVV9oPXj5TofmQ+BDElwIhAKpZSYdYlzlln28TOqvGe3ZcIm1SIZcMO/SJVsqMMfWO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5e8222d6_1543484266590_0.9224097651779064"},"_hasShrinkwrap":false},"0.15.0-alpha.e3a34faa":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e3a34faa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e3a34faa","dist":{"shasum":"09c71165d5f1be418a155ed58e5b06ef94a4e6bc","integrity":"sha512-IlifEpKS+cwbWMZA/BC4cWz3U7AsuhOLNQliJzwismvUeTDsX6fs+CSxj28zuAHTENObDlCmRELFPJ+QUYk49A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e3a34faa.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/7OxCRA9TVsSAnZWagAAwdIP/0bnDCD4ejULHVE2uCY0\npO2WZhXOKdx2H4yZ6vmI0Cu+hPldOzIOA8rw2/X3mk0V55HJ1+EESv1p3wU4\nkVc/HtMNovMQSEqxHp/A4oZbeLcTlal9q+pHJABhgJ74No/8tXDAil2lZAqb\njOA0Y1NtlzmFXedkXm5zSYytK5u5IiiUEPX40hegxfLKk3SCeG/X5vYzhgcp\n3saUS2WQh+yAUv8UnR+oukAr4wBzw30mpmeXJZ19gMYZHf62+15WOCljpBfD\n0jhLKHUc5C78anqFtFHyZ1Zw5wLukRShmFBkhs9nIklVge4FEnFZD98jxKqz\nxaziRul2Me2ihBLOtkdBMXQcmLyjGL3uovFy5JaVvfrT0rluZTtYWGnQy99N\n+WaHG4dn01u1tKT3lI6QqaeYGyWUQqJuMsSWR6SDaqkMWLjJ9dlTbwBcXr8y\nqj+tEGcDg9osU4IOC9b1O6cb/bT1IpToseWgNf9ucWF2D18bOYlZqEF8vsmg\nCcHxaoaAKvzy7BvZSopEsj+vfID5MAGrhfsu1nnC2+Wr8tWI2FAgmyGV2l2b\n7chBDrBHVbLOkHX6OK8e6C8CinRhuc7mITVeoHFDNsYOP5BghamhqchfOmGS\nR+Yxi0S14YtnLc1iYOTJCtn5yX9788kxqqMfU/dC3GgINQ3i/EPIkW17TUuc\naOut\r\n=Jww+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzprv59XfmX2P2CRp0wvGu4qTPDXhl+qiAG2ukuWV3WAiEAl16O5wWSi4DP/rIC1axCMC8erJLG6nsC3xnwaCvWwyY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e3a34faa_1543484337296_0.34198788617620757"},"_hasShrinkwrap":false},"0.15.0-alpha.4fe51f41":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4fe51f41","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4fe51f41","dist":{"shasum":"d116e5a9cf11de34354c0c5d2a594ca6f7a44473","integrity":"sha512-/5MShK5Lo3WjnB4fBmDFdxYn9DZ9bW1vBLR3EY3BQLPmVeEGl/WhQbMKYXj1bi/8eKSyXQVayNZVHmmVKVhneA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4fe51f41.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/7+xCRA9TVsSAnZWagAAqekP/jtJmGaOdXSKv8Fsi8Wv\n+rfXrxQHCBQITQhZIW9ZXtyHJOfZ3fBBs6/mr1dNbw4sC1afbLFzmhblBw3m\ntxNSNi21X0WGTaZKv3ec1Opkq5LcU6CL9QWR7ZeIQ+IzdgaWXFbsWoE/OTgn\npa1c6hbF0YrVnKpHdB6KLn/NztjTBzKg4GlyoiwC5zu+8/dyTCGr5bY4WMuM\n8nXFmaSOrX579aUkXcXBGVH5tfagZAtnkV4IfKXQkXxF2nhmgJEYVfYxuzOP\nw8mSOexjWfwQ9ZkQz/0iGAYGWD6/e5a+s/uiDxSH8QBOZ5VdBWD7c7xhgg+w\nvVWL/IbLOlB3ALEcvhzPxSpu88AEB0bLTgKCOTvfVg6cXX+DNO5XWnioT1kq\n6oP/ZDGJ4kMNqzLqjmQIWdbtH0sX5p44W8AafITbYQtEUaHAc3FvjXh4j1Lb\n8RNi/4gYPDtvC4FTxBUISFsBVWNMcPKEhCdpCnDGaMpBIlacjhFwUxQWPAPR\n30BP6AOWYMS3syTAHuwaS/VkmHduC1l3oB4EAR/AC366z9rFkMGOzxWNPG0C\nGrcFls71IR3AXHSMQ0kdkg0YOqhddCMAe7VILTyzArwtIqSo9NwyiUNrwqSk\nDX799VoCfFkF+L5682d2fKDpcmDC9iqE1T952ToUumvvClCe2f9sZovq4Knr\nh6P0\r\n=wUm0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEaDuKsElG7PIw8xJ3IvwlD8QvtN1xBQDkKG45TudYjGAiAzQAKtyYCV92IDFPG3oLH0KxlHeC0MoNYamT+DzSYAKw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4fe51f41_1543487408687_0.5744919997041213"},"_hasShrinkwrap":false},"0.15.0-alpha.a5594a51":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a5594a51","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a5594a51","dist":{"shasum":"1ed217370ff7685d2c4282d7a70a7a9bd25b8b4f","integrity":"sha512-zQ55NQuMLXrasHuHvCYChk7f8iboJr5+jotkrGo41r31fWlT6DyzY+z6e/SsoR/k42L6B05LdeQ8rOWrv8IINg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a5594a51.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/8A3CRA9TVsSAnZWagAAVt8QAJ7mdTj+XZACCZx3AB4r\n7ZIMzSMAQCe8r857r3fy2KsVwEdQ0Nc4rxOVMcFyM3piuDQpL48RIdPD3kGe\nCC8srqRhQ3i/KeFALdqQ5SNr91oEZUxWmImpv2Miuxs38wZtNpAPsemPUT4W\nOMZwke5z1rnCjPgYYp3af98NZl8Jk2rv2u0YiAAnUPs1wwzsvJc1XsBxKeb0\nb4mvb8mHr6NtLVnNYLUiw+2zZzc0v2FR8WQmk3CV5zKtDcEBrpl2QPA3taMh\nGJNw1si468qalqCMxZa8ZgAbyFn/4ErsAvchr5fBV58lVS3MopTh2NSU/2S9\n7/qrED4HgdfxmzhuPYbZYNADZXnqT18ASKT3wLM/aRIUcse/TP+fuFDO1i5f\nCs4kvqC+lDlekp4AJ6TuR8TIWE1m0yvk60mFHpwLfQQdqokmfruvuJxx5aUc\n5V60ckjK7NYUcSgVQsbtTjNjLrXZe/eDx3Yn/HAqAgOrZM/+PGF5vOKDngTA\nxOGEpBxE45wNleQDCcO3OY1w4VzwKYIhgNUW9Yfvga7ofzMkNAqK/5H6/vy+\nCx2JUmqGa4TuRMudzVqpXDhWg+sttdAq3qvJRFmflTJAuUUA7Y1ywxikNSrD\nm2r1vEvILFhMQ/BeFhkxNXYCmfKJDg7F6+o/XrbX33XxVn8FGFR1dO6+zbMy\nhxVd\r\n=MKtv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8/PWRKrFnte0IziHb7SsbsdC8eeRlttQ8afKGc/vjoAIhAKE3O5Lb7EWSa4yrzdRYrYjdsuiLSj4hzesmV0q+BnHT"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a5594a51_1543487543052_0.32954360591209797"},"_hasShrinkwrap":false},"0.14.5":{"name":"graphql-codegen-core","version":"0.14.5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.14.5","_npmVersion":"6.4.1","_nodeVersion":"10.14.0","_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"dist":{"integrity":"sha512-8jNaoHkGVavnThszlLf1qF0gJYvicUGvH9615F9gbxNR9opzDUJiKFB8thsrUddpfIGUb0jYDsWkgpPGNG2Gjg==","shasum":"e4bdcd996c1bc90c674145a2c69dc4d9d2df2d8d","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.14.5.tgz","fileCount":94,"unpackedSize":193383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/8CGCRA9TVsSAnZWagAACWMP/ifQxaYjVpvVbT9mU71V\nWEX8t9ipm0lUptSz3DELuHiBXdqwomqRWjYV7G8jUiHkeUZeYZnDJ9LiLQXf\nbIjcaQBl6C83Pj6eagKnjBGp0n+sfH0rF7HSqXW4sRmiwIWTMtwofl6rlrzc\nF3ibFA8XkCH2h8d3zJWP1Dkw1J3sImP3Ile0jMqTZCFirB14xdvwtVWOQT58\nS3a5IliiH3TVVcxnh4NRhs0y+QN+MoTxcmzznQCXWeRE8ygit1f1NE477Lva\n0HQHCuLBMrRCwu+Ftd4dzW6S9kcd44wOPoSg+1bJBeISE0iu3IE7hDoczQqJ\nqdRAiH4HjHhFgmrxNGMH4BHOT+0XqIGVfoFdLEHEICQaS4X04YkfSw+uPTeL\nZUe736t42pL7k5uwD7/UNbFmNf9Hs3jTR8hVYjmEh89mAwu51qAwkiPsoY+T\nd2Rdps4GgUrogCTcxOiGlm+6iYLtH2AcfZRYzT4fzKgIzrGHogkEXCpzb1cU\nOJTJ7WSvH0ahnhN0y9MyfWhOWv6mB0JCQmihD6VbmzjcBkgYCs727AXVVeVm\nRcF/vtNvRkD2u9/6HXT308wHhdYqaTjhc8XyM5pZtkbXLHStaw0KTfLKoKQI\nUj7+qmgJfVIs0FVDr+N5rVKMzAbJ/gfl3BQwYd2ypkNy1I6tqvS7wdmsh1PZ\nk+bJ\r\n=aiqM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4XFY2sEQjTehf8AVkBxv+iNcTHg8jCsTyvfpFMGEUFAIhAMjoR58gUOpSAntcOIPIl9d96JJf2TGi06uFwhkzPv+h"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.14.5_1543487621644_0.17620510017861135"},"_hasShrinkwrap":false},"0.15.0-alpha.6b394570":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6b394570","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6b394570","dist":{"shasum":"972ebe647d6ec66e6b339ddce0ad5dc7c1560cf9","integrity":"sha512-CgprvHt+r6vLYpU93V5s1yQaJRrtdjTgAhNJ4HJGfaEwnox6U2AWpuLsYKorwbGz6y90rHQeKIxu2QXXnSTZVQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6b394570.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb//rqCRA9TVsSAnZWagAAZRcP/Rs9f+S/0WQJXgGWpGw9\nWUcs8HFuDGzKEGbaxOvjHPGZuBJrAeZ4OFIsms48MzuW20x9/8Sb68Q5ZaLy\nJXPseWDXOZ4X5jhbvISrt6nsSk1drDcu5kaNiszynwwQWPppmgy2Kc37mK7G\ng2XxjLyWAc1V6W28aOfLsyjc8gIeXOdtNe7TWezWSv1b76AG3k9nuas8dtAD\nQbRJ9Be91C8CpKVnJiKb3DCovV8S3+Mcdl2+LuSGBcBfxIE6CdqWGafCx9hF\n2pHmK53+gUWWoGp7ir3vIezA0prT66pyEkbjFPApa416kZ4qQiKyn3JfPmza\nB2rbwbUlGeQlS1NdRUXF7EZRKMCMiYm52Qni9JYIc9BLXedk4BqKRf6OxjBi\ndKjdz53h7RDiZ8BmswmbtVxJV3Wpt9wpkLqzwC9rOZO3A15NryqrLt4s82r/\nNj21AhV9/aIV4MXnIZdJa0wV4FfReUdYY+zQPneGprQ+4Oqitqixz1tYi8AT\nZPOosRfMIo+TAprtbz3DR4j7VCTgSmHKkGOjXJ3/2bJwtrNfScGOtlQghZkD\n+EwyACNirKlQseiBOneiLrMobZ/WfkU4EJCp82/NQLqOohSavozGs0JTELOt\nmrwItbJcTwbWaFodfKEv36K8YzLQH0adPrGCnE91Rq5LoMAMLJpLb+W1nvZA\nni0G\r\n=sUPK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXtm6GG+D6CzaTrkWfGeoHf+kcL61QGdDfJIWT+vavogIhANZhy0BUOeHXw9NK1wHF4cnseJwrqKE73lpJbat1fmyw"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6b394570_1543502570142_0.34334054597818353"},"_hasShrinkwrap":false},"0.15.0-alpha.c0baef7f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c0baef7f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c0baef7f","dist":{"shasum":"267c391948aedf2d0dd1d0a718ba750ff04577e3","integrity":"sha512-+08h6tGl2UL614j4vtpb2B++bISPryak+nWCMfT+0vfPLkd1QxaPgFi6T0C60siuPIaYwX+ySxPyoSP0aCMPhQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c0baef7f.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAD4zCRA9TVsSAnZWagAAaukP/1GFAx9oM9vvx6JnGMOm\nYr4nAvgT+rBBnmaUOHNYXDElSmyMehjIBJZY/EDjkMn9Xz+T9OZUmldYSJnT\nTb1W36I1PrSvLx/t1FVNWgRI/3ArdP3scz+E+jhWI4y5pXh0JHfCc7ZKO/dj\nnEDwlb0rpu61CZCJ6Lwd8feR5FUVKBMi+0PEA5aj2MFcglbXcvSkvgRjLpXb\nJf4zRAPs+CY7shLj5+hvSeUepw9inqJRBiHnmo89XhGab1K6gMbvs57T0y2u\nH6lXuOww1F9AdQJ00ThM4u+6sJMzflaGZL2oarKrg3ZgF/rGvA7zshlm4Phi\nd91ivoEZA0JdkBLxmCjHxuGUInS/AFoTOSybnDFozLmorGwwJWTYScf8B3dH\n41mTuTihob/2jC6/qNajbcFYHC9bhlvVPUmJkLSsl9qGqUPct+hfm+sEbABr\nS5rNlgqJUNaD70Rp/e+1kdZ2c+5I7R0XAFkgKJB0v2ekfoTeM8v1VMgffOCf\nMZnYzq/0yPrllhP3kqrVacFg2NccRSqwmnRjgFVrAi09t1Xjw5Ls/+QtqU16\n8WtoNLE8p7eUmv+jggRA4sMdWhxmQCT/D4Jy2IkbBjwjzTu6UhHfuO3pL2nM\n95ZZ9AoSQ3Q7BcZ9VQSm415VQA78AqXfbcqy4EKrp3dONvdUqTZ8g78GumG0\nLiLt\r\n=9bXg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXDS6FN5oosaHy6TCOMP6iWYBZdxSbIqn+YOOttSvF6AiEA8iHFQj416VtQKmiuu+mK2xtDGCgI5ALZZjIwlbo/6oc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c0baef7f_1543519794665_0.8520181925654584"},"_hasShrinkwrap":false},"0.15.0-alpha.f4e8dc64":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f4e8dc64","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f4e8dc64","dist":{"shasum":"fd471af9dc11b7aeda107ec372d3000e890f3e71","integrity":"sha512-4VLWdC2s+dFjYCh693JW3BDogmMnxe6/tCoM7aVKaa6C3BlChO5u/9WY5BiLJCpnn8znmQ4hY39EQ11nz86Sdg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f4e8dc64.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAH/VCRA9TVsSAnZWagAA1qEP/RIA91EuFnSyzsHS2shO\n2Qjl/zhFLx+e0bvVK/FucL0LVGHbvhfC1BL5LWNbFibtwO49HBgq2aRiJamz\n4bK/1f+XmcwfXJ8xNW+1tbtjQnhRDR8hs2qDueA4heY9Dw7XPT/0e6xhj/bo\niva1mEMKDdT05HlNoqY2bi4W9momBw+Z6UmPAo0YsNeZc98q9V1E65X+za8F\nB2px0El+0VcoRplkTqfAK9tgHsGor8boahM1VZAjCulVu3x5QJXHQ1TRJNFF\nvqqkypZAfb/jjvZ4ug6DcU9kfLI/PYItaUjmH86urw2Rwita9Pc3iHN5k/KD\nItONQsheYGzdQUbpThDPzWLePuITNH4hiphxGzo6lSBspoFa4+rN3kY3gMM8\nRpgo6gfbPakhq4clEYfagjpX7WncXo4X4uTuSaSo3fvMIoBLSJ8dxctXdeos\nHPD3RITm85XfIAcTgQcsOpwr0Erpm5z16bhqwpukHO6uaz4QhEDhv0/AZort\na4aHD/nJU5nfyzM1k2Eh60DlFcxsURrgbkQ1PfaMcKC2SM2p0rf7m/+cSRmK\no7Iio+OwgAdYAe4eU3AoBgLu9IS2iBmtislpno3ktYIgstbLaIV2MC9wBZaC\n+5NPegd6rCgqIMMTduXtmcfc56XFSgkn4kl82jDYmvDy59Fk+tcyi74U4aK6\nMfaw\r\n=x917\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQdEsjXL7YKfuoOjkOrNjLWQY5y4sO0MsGkAYpVU9K2AIgAmU8OLGQK3LoCOLijyk26gUoHErIdm+MVntOns/yMf4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f4e8dc64_1543536597205_0.42001104097879116"},"_hasShrinkwrap":false},"0.15.0-alpha.36fc202b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.36fc202b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.36fc202b","dist":{"shasum":"4faf9ea7bd5fe68c188774731ba0cb00dd05cf8f","integrity":"sha512-g/BLHBbqGJOTiiizJIHC19zLa9rUL02Ve0/om0aU2wr+WyCispKa2KuNj0fhFdB2ffv6RCekQNJpB7BBo9+IXg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.36fc202b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAKRfCRA9TVsSAnZWagAA90sP/2AfOgZvkmC/j913rF/p\n4/VZLC4hfuG+NYkkhQ0PfvyjKFRnYEFJ9ohWsoR5L6FZV2+VbzGTgd8QjmXx\nhQTRBh4UEhsO6SySEyWDmuVEEGMqwNsPgEWyYdaVl7pi6gvhXCvVNx+OCqXi\n98B8zkpy19C72Rt+tYZyQ5E8eiYqcj7MyQTkqcKfFDWQtBQ1QhVWG11Fl+s9\ndybS9+pPgYTA2wpxsSYN2uabVwODp61nPt3Vs/kdn++A6vKuZKoo1wJRT0bO\nP+aJYm7lSyw2qxV+ub8YJiHZdtZH9vYSunAtlYRxHHF+jqQABykCkUpr8B8h\nsbLlOKdTP9jyA/DSdTw0nPiZUqNKsZBDByGVXvybCXwLJVffm2MpLIQQgXUB\nQGLV1OF4QVJLtpAqteT+++1oCBDgQWIEA9kf0kGeSWrROCoQhx+oisOrHuFD\nDj1jcHXeY8tTqrqdk198NXw+lalAK6bzdq9nZX4MMZoZY5ItMBkZUzDGFvBc\n4/KesSh6IsBqvI5eFG8091cTQnCE6FTgjHm4zsHzK5/VRH9jptHLlWWui+Yi\nVrbVb8Aqszxnswi8Q5876b2jG5bdKO5iw0FZIVLFZDlpm4pneV2OimzQLoTD\nnXp2RgJNZo15MeDGOoMM/y0IiaQXsH8kjQijP27v3SOModAbknHd3Z3qt2T+\nsGsh\r\n=9eKt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCX4CYKTrJQoBm4qO3TD+DtukguxtGvymSTdaM3tRVRHwIhAI9wrUlKqIKExEzHEqexUe2JwpX+kQAYxvJG2D53SwIa"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.36fc202b_1543545951031_0.40940548806764654"},"_hasShrinkwrap":false},"0.15.0-alpha.fcc857d2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fcc857d2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fcc857d2","dist":{"shasum":"6d65bc849d8c4ab828b75edcecf430887231e0ef","integrity":"sha512-txLD1llZ1bwxEghB9FjK/QdxxznfJmdt6J9mSe3fzJ1wYdltJ4IwT1cIZYMxRhLqgMmHRR3INNeTRftFy5gwBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fcc857d2.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAW4hCRA9TVsSAnZWagAA7w8P+waZNoXJ7vUQhBFFJHLO\nTNYdpRcZNGx8WvoFpaxL6qnZ2ymxKBfsaIIQcO6uFfKsE4xtrMFzSmxwqtqD\n+CX9fQwwR32BILfrK5wfWjB05kSDRgicNWuI/chvHu/5C9Du/PI48hvvEA+c\nFFlzlTFYL9Yb8i48w/tuH3+UnisLZg2qnw74cXqQBp0DUyQLAwdaHDLWYiVf\n5Rn5p3JJKk7KMAz9n658lzeOU2LMQ/dAjlyCgLgJGKpSzocQ5r9+sIhq9dGS\nfVE5Ppr6Jt4KtB4KIsklnrDUwkQw++mMAZcVvFyC7Wn0tUhI0P8iIg7rW11H\nVVOAfUlqOkORvuA9RT7C0EMQKuQgtxRzeBDLcSYARgSZDzj31erqCF2C2JDN\nAJ0pB44r7Ms5ZNcOqGuxX+A5xOK+s7hEj/xAgQdi6SP44Ibkwi9t/JDLdCh6\nH74I8/2aAMVxpF17dpyPr4K0EvQGPdxcU9mmkhUYEHG6QzC5ekGoCLKEo3z+\ni4c/b5VBp7zRENfwMSs8obKojPsJCixrqludzgLS/IidsObEvotjdB4ugOaB\n7BTfmmwDUvg+sVEE9J690+i+XeEZWs/jMWcFY6tFfBHDex4J4QrbonM/BMtL\njF70XSQThzqv2KQLcTckJd1hfjcWZdB6R/9AzrdehP0wBea/nJWp3AjgTrBA\n2lO6\r\n=tfsO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAjmK1OniIC8NVQpALjJjT4yFdlZ/NDrbUh6WAtHHJRwIhAPqC11d/vSqSTcH9dRJLJ3KqSf6sTYYPHe9vb13ensLV"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fcc857d2_1543597600841_0.488349068488352"},"_hasShrinkwrap":false},"0.15.0-alpha.23583d0d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.23583d0d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.23583d0d","dist":{"shasum":"f3eaeaccc40c207e730ca9c81e960cd4fa1e75f8","integrity":"sha512-nQKKbJjIcB9bmFUyb4aYT9K+e4ugmykyRNDQNoy394Suk8QeSnnV13Z5mPSKZ7fPxWUCtcbXpdwJCb8HcCDeUg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.23583d0d.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAmbfCRA9TVsSAnZWagAANvUQAJWz4YVmYkQaXwT8hRMT\nGzHvaU6MvZLIJ0O2qEkq4yKGHQ0ygBq1I+uZXLw51mXrmovTVzh8Sd9i8W94\nXYm8M2YswKg8zfBJvpRl1fuk1Kaup9V1VTnuIoLvJQTHYBxlik2YBrEUjQpi\nD7f16+Nty95zZp4odiVrwpdAoQZ9dijnvflk6Ya5KcsbOjxri3AFv4OBWGVE\nwfl9G6Krpzuyc4YiHSHLf+iq8xVsV+I+IiTA13Bs1mOXLDcKiKahd//PjBif\ntJ4sBBi3LtBGyWLBx1zUqLXo0cwupk7q6Xg7fnfo1Arw+MDZQRvS6v8vj0B+\nDInlVniYM8t3/js1/4c2wIgbQppV6Z5/g/HaxwUeU2PZZy+6GyKCU/DmqzfM\ngcCjEsB/drptGUeY5I17+xH5xbj0F4ACuHYgpsiklibsJX4a0apf2NpuF4Gj\nxM3rvcKalF14CGsbmQI60XkZ5NStNf5Gyh4JuErBjdxyUSQWKcgpGdf/suez\ncJEHvzjuolQW5RuvkxWnscPoI4dCa6W/4/dAt68nUj+347i1BuguqKnLlBmF\nLmZO8ktfiAifHuDakGwh/Y8kRU/5gjM8O3BcJqKnCdolocJ71/h+yLhCfbSj\n3ZS9vgdJ7aldKNqy6mO1deUA81BgLncWpa1/Qa73zobwMPP5tiPgiRHHDOtT\nv/vd\r\n=UOdR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEWRMml9ko/q1VHoqDRpVMJLAu6n6aHsxuAdg7LR1mGRAiAgmLekJtCYgx0aa++mn4JOK942hiRr6qMBkkOWOhq4WQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.23583d0d_1543661278362_0.8518592059259464"},"_hasShrinkwrap":false},"0.15.0-alpha.7184174c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7184174c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7184174c","dist":{"shasum":"e8b3e329d405e2fcf92763d61e4ecfa92f601ee5","integrity":"sha512-gzTIRYvWc4sYJwN/Ve3/P3KjaCCIeREMDRpw6byJjFpWuw9iVyg/j8e+zBVFiYilqXuCNPNGCm7OWyAxlvuuFg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7184174c.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcA3oRCRA9TVsSAnZWagAACeoP/R7GM0LvWxNzlh2Iygb3\n21Qv5PNPQHln6Pl+LC8qgO7WHUKJBj3Nz+y6+q5p/PVPpyAHDZKKdJeZXZKy\nn41cf7WxDkQ0o05nArAeeY5Hu86VFRDjlkY6quiwReemTB7pVTtS3r2qmXLY\nFqRoU5NZ+hgP5QXdlT7InFawxpLJ3yuhpzjygVAVAzByGAYYstIkVxal/y9Z\nBIuMh5zt0XiVKUQPAq81DeDQeKkLj4Wwg8+vU5IfPJSsT5W4/wePluLfOswU\ngd09jX/c2NV2iqBU4nxlxYktyovarcJIu7jhx/PGUCn8+3o+sUALBp3Pesdl\nhQKpHM0mY6mURaaFg7I7TrkoZCm7G9O6Xdru6kU/JxiZksktrhhxMjVPqPVp\np8bkAhBItIPNXLp7wZn/ZBdHRBsCAc85qJUBdL1LS95drXXMM0r5uzHjoHhr\nQlat7AcQu1EMhgBKR8p8AupacvJSACMjwf34wfPA0iS1euf7pnQ+ANzg+tKk\nv9nV0uPaKljgcyre27J6cxw8IMwh5UuhBacrpm3zYNfaLTE/esx4b0hNhyF0\nomFN7xjMxtixgiM/yZZaw5KLfz29Kv/cwEW8iRTlWjukbV57pVkZs+HXuac6\nv8vNzUS+E81fx7LZ9jmEdFbnpz2SH2B7waVLKPxUoMVdJ6N8Uxp5mtwGsZJG\ndk8S\r\n=HHaB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgTs+NAD9tUB6fcdfAjS6RDdcjfMB0RpvpBfld0tDuzAIgHPXng+X6D9NVC8au/bdztts6vx9toX9zTG+hvauM0gc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7184174c_1543731728832_0.9934426529370242"},"_hasShrinkwrap":false},"0.15.0-alpha.11d53f49":{"name":"graphql-codegen-core","version":"0.15.0-alpha.11d53f49","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.11d53f49","dist":{"shasum":"4a54b0c09d8823a2d78ef28d243d844ee2a1a7bf","integrity":"sha512-PQ1pb9j/vfG9E1R2qSNIqvuRO34fEigR1YCHrJqmG9imRkV4fzQx05InJ5zVM5zf3wqt3po0Loqw1VaCYFc+UQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.11d53f49.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBHGeCRA9TVsSAnZWagAAhbUP/A1zEGBXmDesaCtFuo7z\n0VMHELvsdwz3EcWk1SBkLXP9hRPS9YmX0xfEh2sBGh2+bLDnF3hS1Is8tNab\nirGlCIbK5liKT+XLDL1XNS6qZFDh6ANLxqU2mEWjHgB0FxyWut5crFaS06yc\nPUQOhwCI7ctRy+tU8lTq5XDamvkV0ZB/y/VTRBuGM2v5lUHrY0a3nYFOjkzO\nti3r++kbg+R5CX8gVqX62df9FpuRzc470i0TKA81Fz1g0tbA7dQEtovS9Bog\n9d/ogHWj/gyIpqWANPYG9/CzheZoVHZuvcXouL7x+E2+2mpt6Apapj0pEdg1\nXbElMpL/Btq49jQBhkRX9Bkk2P6XYxeKlQUz3KGO7HG4jUYKZN1fwXShxILv\n1iXddWC871iMJ+ao6JAKRSWZg2nj05EVFyPvB24NqXCdgueJCtMOZMpFolRV\n20KSKZqprZMBo6qO+evn4GsJkLN3eyRK+ZauLGZfgNaaytSLn05mSJxnUHLS\nN2t5oy4nMZG2p1EBz2JHEMl3RyuCy/CMgbjtvofefA3vsrbwa50J+Y5QOptg\ndVy4BAhzd4Ra7CFI20T3MiUGwU0mU5d3rerWWz0lhp4bKwiz1WbjM4JdRIX5\nqhlIBvaB0eoadNZO+kgFQcAhCA46QfLvQWYukHZjPzGiOszvqMmEZr6F3+cE\nBkyC\r\n=c0nk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC2sO5WIBziSN65CnJZr45AvmKikQ8J5gUiWT5UchPQaAiEA3+L0t2AAU0Eidj+43hkbHY3NsgCNyivhgyBwYuQ09TI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.11d53f49_1543795101837_0.9623006631250282"},"_hasShrinkwrap":false},"0.15.0-alpha.96a10d49":{"name":"graphql-codegen-core","version":"0.15.0-alpha.96a10d49","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.96a10d49","dist":{"shasum":"3248f20f63e736a19c118afcd4804237c2f98d42","integrity":"sha512-1tT0nvNLzs3FbSEcGp6IHY45uOj0w6/Kn9/ptj/ACLQaIienH0Kh2bIDXqe5rA+QdUXKJnIuzUC/4RAPiwANmw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.96a10d49.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBQLLCRA9TVsSAnZWagAAoswP/2xI8ql+MS4QTeRYgcjh\nefUTY1bpw+rZcTihHXTi2IrRLGZFHkW9cToANb/MsLNDaXZIt3YQKvbhYfaP\nupuyeit6JXcYzPSCFHePqGTco71F46AfLa2plD24iObQIqN0e04JjnvzF+bD\ncfl6qme5DUWUTurWbPxuLwP0uB6PLfSByYqoGGsINLDuSO7qkGBKUzfU9I+f\nV2dIKUb1Fna7THUUZqS46bCNfBUT4QqFQmGWkGbMbat+P87TBtj7rKPTnOlo\nDdKw019yK9eRsdLxlVQRgbud6s0qX8Kmm8SKgGr1gQ2ELu551AChQLmUS67N\ns2HG4C1bcDQrEmkAplGPAMrZuS6mfFpCJA+At3mFIb4169Te6iHZ/9SxOhhR\nKyMde9cuR3WnYQ4v3WQ5085EOLtHt1iaiTM4V+IruazrlngqmJcMYuwSQIAK\n1UUKe4D7WCfPyT1DZRFX25l2BolkOjVYaSxNgZW0q40uAnwkZ5GwGAkrvHW4\nz4XG+L9YYZzVw3Q3U8nRS3N2Ri2NXVAvQyQ/P9WNYoBlfR92TqbZT788BwF6\nU53IAey0NsxdnAeYV0Me4LhzdZDr0SqZ/rXPBHZUy+aLVZttAiWvYBgzbLx4\nk+hnIAfSSOmopZPBpOLgp2eG5RzHEw2I2Qwo5d3ia48Fq3t7vwoiNUXHCk0E\nfMK+\r\n=LNca\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzFNEeLU46mSgNP6TXzspI8VqlJ8kNXGt9eFFq+22BsAiEArv0Pn+dP6O/rG1/jk8cwSBXK6nXcoBcQM+2AxLCEqbU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.96a10d49_1543832266542_0.46051985585802946"},"_hasShrinkwrap":false},"0.15.0-alpha.cca061d1":{"name":"graphql-codegen-core","version":"0.15.0-alpha.cca061d1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.cca061d1","dist":{"shasum":"38a4ca5ada030e23126b60ef6e14f7077ed3f175","integrity":"sha512-H4gmY4Ie6+YXWLHL6D8Oi9Xci2cBgNFh0ts0kCcZyvfe18rVuTK8+uAXf4qI6ZP3UU1axQI+vTHUfrqhs6ss2A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.cca061d1.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBTfVCRA9TVsSAnZWagAA0lAQAID7H2LYzzhF/mc/OixF\nxb5C9yEhUoYTx0DMEZcVgRk06H+gimId8MZ5+fTk6ysFQRFxQg9lpUOjiwKm\nlmMmrltUL4Ky+5vXL0DJvb+852bDbrz6M9Ge3mpZZqGkqivya0olTIProseH\n2hKHEvqxxajVcSNXhQwunSFQgB9uZ6RG4ceeniN7GyFpROSjA6Xe724+VZ+E\nFSMjruMjETL4AYfCGcRtgXhaQFMuodoPHzm4Ut2ZIw3SptWRw7nluU8DL1i6\n7yjOk6uBWQe94d6gfI5ywcGYV7FsiB/MHx4DiUYqd7ngDFZHkqryakE8WsQW\ndZ0x3yLX4Uga85JPrKawJ0ht2kDrW9IviZ1qGkyHeEH3qlnTvsZ5C3Vi7ZMR\n98lfBmZc/Dnbdyeov4WehPlRHc3h5vJEHodYN8nj10tLAQFaaroShYoVIAyu\nSC9HzMJmoqb0/Qq+E95XHVNOCodYbl6F3p5xFSE79C0AqigFVSJG+vVNKyMf\nDPIQ0wfje/3Qorqyy/rN97mavFLLmnp+klqUAD6wHSA35su6pMU92IfrPNza\ngaimK9td2P0/LoxKOvyjuRPAxvUNSowUm1TK8L9ZbeT6wZUGgu74x1s1qGxS\neTIXmTmVwLp1y/ZyL58QDyyeA1mvPkTKjY1YziyTVebat/ADurXRwsmlLFR5\naTOW\r\n=c2rZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAllB51bIm/gbqlT9Epg5xwGCtm6paRhWHAdsc3y2ugLAiA1/A+jnlxgzxCuejfaqQ42agVrHT0Uc2dPO0Wm5vx2yw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.cca061d1_1543845844367_0.4205995568147398"},"_hasShrinkwrap":false},"0.15.0-alpha.19ccda20":{"name":"graphql-codegen-core","version":"0.15.0-alpha.19ccda20","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.19ccda20","dist":{"shasum":"2359e03473737db4dee5c96b2048d1be1cdc2f11","integrity":"sha512-Il04tunCo4tTWbNpV6QdinXIVrq5A85n/h1/v2qrGnMCQkaBYwa+MZxxYV5nG2SsPap8kW1Zp669jhuaTxLQiw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.19ccda20.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBTfbCRA9TVsSAnZWagAAUIkP/AieyqIxlK34FRNyeiAJ\nrukeDPIOaYetZ1Jwb8qi08pRriRwZl6lMSgQFRd7wM5SNUmJKpeEjbDDVnfb\nN9r+uDTUjlQp/Bz+dFNRhoyMNCkIZSC1DQp8WYRMhRQTM47BKWsvxZ0aXkfv\nHCBD/8CefN6Lh5ravo2mA9afCIe3asOZupROzDQG1IFL5CMDfeDAUkduuZxJ\nCIFXHKYlevMdO7jyvavChiu40V9SZc0zZKh+kbU4/9zT00GpvKPpvOG648JJ\nRb5ApzkPzQl6bttmCsb0rw90d21sMJ6i1c3rRc5JJvqtcCXGmqzhqSPjXWNk\nCnz88nxK/Iem8JObEtHhrXhEs2j3hMlpSRZhUp3XgkPty7NC6yxWMUh9oX/B\nGBwN1pU0GSZONkMKSdQf+IJJ29/SGLplG2w7vl7JTnMu/cEH72kE3RGB19qh\nOckqy65ejY7nTzVi3Rl/OWWsk1MOyIpUpEvrLCqIR5Gdisl4JuU3E4/zwIWa\nlH7PLSg9xBJ5BAkvlcAhu7dgsvly/CEz103PG8cUcftH5LQqNQaNhCpre9Wd\nCLn4KNOuWfUAh4e+X3g2Aihnb/xplyCWvCQo81nP5Fje1gC8AbijH0rYOlpq\nWtTVMSOM5Xo6LlSKIJB91BD/6G1luJuSmi4JuShQWaarHePCMu1ime4od/68\nX6rj\r\n=s0E5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjW26onvbfLHCVpvj7Y5ZWUOv+r8GIp3ENOizn1/0Q2QIhALLMuTplrcqy4SpN6x1nXVBdv1/HAJlf1DXRoFyJnIQ9"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.19ccda20_1543845850676_0.6929031976524538"},"_hasShrinkwrap":false},"0.15.0-alpha.34f9279b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.34f9279b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.34f9279b","dist":{"shasum":"4a5ff9977f5f13d40bf7309edfef4982c3edc534","integrity":"sha512-BTMRrUUgCsZgRVqQRkqAYMTiXtcHvrqCiFcy0vdcHPU+LEiIKpaitrZGpO8Cr4JT1SzUswuPXxT8710RcJTLCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.34f9279b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBUCKCRA9TVsSAnZWagAAjn0P/38dJLlGS4CJXA4eGfWE\n7pxFtj1PlfItpdP1TMmvPE4gU0bTsAXPbIMY1oSrwYYgLtvpqgSza94TXI3A\n9Q70ZOgHvcK+v2v3VSTNK53vDjdYYj4PO7qc0G24p3DZeLdQ8G8vvraGZz/J\n/4L06Ti2bp04+p0CCPqBslCH+FiBjmIKuU72IGcgsOKme21w69mhEbuPKcBY\nl/gXrVg4xB6i2ggXXLKVl3BSILbrQ0Q3bvUTIATnbDdPoPxQUzbCP1lJZhbu\n3Q1SKFevrlacUJRuy98+R6GI4fNlkNSbzIDuGy7nN3k/unPB0ZSt0BqV7DMX\newpdnbrBDrmAdzOTAaAPkbydJrVb9QSJbaTF6scoBEL0rYkNkPd8GGtDjy8M\nW8UtnztIhZbKn5o+pJgDA6KpExXNosz6Xk6i7oMclbPXz3WL/BC975CRAfQE\nJNCZHMnT8OcOCsh2k4oe4oURSEFTBE6LYyC89gUbf89yiNpyo74fPIAD+AoC\nYCiNbp6MiqnNM/xUtbu/583VS2ddL53CMeGp7se20FS50amjLkBkRVJNQ5Bd\ndKo/CuhOnbvgMa2oGzEBZQ6mPtpIQJRjk7GF0kzxCEDWREVsMY7EEXcDr+7r\nMP948zToQxrOYQ5sAmaRAv9dd1hSPKpwoUnNnDKtAxlsOG0FgpyJE5eLfnhh\nfPNT\r\n=Y3T/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB1tNNLvj0lg/y+rz0QxGh1Cv3vS3FZBicFC8tVPUusQIgMEZQGH/kZg/p/5W+mjUKZ8Pj4b42dJAVn+FNhYDylYE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.34f9279b_1543848073878_0.8293356104952057"},"_hasShrinkwrap":false},"0.15.0-alpha.6cef8f3a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6cef8f3a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6cef8f3a","dist":{"shasum":"272d340cee7f3c237f8b6b74e8633247466e0301","integrity":"sha512-bGxGvy2XDH3TUSxXWOocU+PWvIHVy6qPlg3iLW+lGUP616NmtZydLv/DuazJbzrMj6OyEck70yp0fKVKHzDGdg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6cef8f3a.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBWsZCRA9TVsSAnZWagAAqd0P/ikWDOwEPVL4fRUlJOGT\n3hOXzN2FFe8mzETpbIy32NGCIWXanitK/ZduZix9QZgnZionOs7kaOv8r8wB\n/GsRa1x2JiKh3TYiYNbgwVlQo0rhNJ0cPXS18+J2X2nNAUCXhxlMidTAX4q6\ndj7qVA+x6BDG3/rTdZmHppoGPoexDghTyD4Ewwxv06Erp5PMwCaYyqi3lBt2\nhGaLLjcpRYWFkwtVEyaXHviXiHEUVeGOq1uWQMmlEqdewA3UVKSnhlqGQgJs\nmh7+lUv7h6lttcMKMAiZP1OH6NMTftVcIG4vSFMwNUpGjfQJ+i98BAhZz25e\n7jvEBpX+Z5V7mjlIrgtuXk1LdVcKxGKy1iYdChqvrw0Aur7IN8/JHL6od5Be\ntlcajJ/vrJ0i5WNvD5vEq8Rw6x95RokSoi+Hr4xyhuFO/PEH7RKBkDjOpqyI\ncG+j01DOed2RVu5NuaW7oNxCDrA/s5AQ+awKhzND2YmhWenyilwi1PC5noh5\nLEmEWalpcPlMYUh+QBBJHa5TANF038u8Ajva3vAHE97/OPcX79YL0jhuWJqI\n+sk6XAQQp9UrMKLZuEJCAHr5T+pEp9tZUHbO/WovIRkxe6rywUzYWNOzZPAg\nl1PuP+hTkd25WbpWHheOcnfpJbOvWJ9YSIBSlgGe+mU8C3hsr7jBiBFEzBsL\nMPAL\r\n=N27B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICfb+/VtjWC6EElLcuUd5wkCDpIByFWOmT+F8k7hkuQVAiBvH0fKcG+xNYuxJLQB3Acha4KPB70YymptDND3DmGNyw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6cef8f3a_1543858968644_0.8838672536074637"},"_hasShrinkwrap":false},"0.15.0-alpha.19902434":{"name":"graphql-codegen-core","version":"0.15.0-alpha.19902434","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.19902434","dist":{"shasum":"2ce09fef783123fafde4d5b5d9890288b29cfcff","integrity":"sha512-gc4astdYPMANHur8oSBRNF9GBfS98CSkWEULWCi49RUL92k3ClsJ7Sez8O/1Ikx5j5Il8A4V+eiDrlG6TnSrsw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.19902434.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBXk3CRA9TVsSAnZWagAApu4P/ioLjBntF/cluju4ke/p\nSIvbkTEasKTV+nIF8snX9v1ESJHZC0kGanp5/Yo+SgxQ7kbdLqePCxlRzZfd\noLfLf1fRRNKCBJ7ipjHYAmviOXGn5cL10dYsfqckW5NJZpAwQsqMjTyoD1Qy\nEZqrpl2NLLovY3yQUjzY18r8XyPr3WTMVMR6S6w2wS3PddGwyKDrMQl+5WVQ\nisfowb8LVbKTdcWlZCl+TvbKuyxCYvgXkslc7twCTdRjBBs5rdipEUyQBinB\nltKEez/n8Xw4xaEz72lOqi/wVc6gW4OsfekzDyoRNpi32cfGVe9LPF7PgAb7\nwn9JaBZ0ICK1A90taLK7HkR+8/9p1U5m/eP7yNeAbayC2JWjLLhSeh8G/Z+t\n4TY8v/FSWgmOd7JBP8N3R5tNRsbFtWbHJwXZ8BbTGHXVFvwfqTVyotBt9yuq\nxDoM6I4oK5UC4SCWm8DCaWuHXHIAUrWPaS2EgkH2Y/nzGOYtHLH2BYcKD2ek\nckoUwzNwM7km9RLjc3wPsh5YQzasnQDtm8EAmVSQY1pLCTCGVbYD3i1Nys9d\nZDTzkaMsBY5n01rkeSDt/vXZe4h4GnVeJE/DfRLEj0WVETptIaIVoCXNaG3z\nbEX+MO/hNmx88CPKE6MLkdIift0dqwHtwhTemu54ecVQ4RGUN7zPD1I/yUCX\nsp3/\r\n=nYqY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJowAakoIQaPU/Le1Oe8Pcdg3wkUBAzEw5qYhBQWuVAAiBMuUxAhemXm7SAa3MXsUfmZGmqyYx0Prvq4isI2C7MfQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.19902434_1543862582940_0.9128971767818945"},"_hasShrinkwrap":false},"0.15.0-alpha.28d97edb":{"name":"graphql-codegen-core","version":"0.15.0-alpha.28d97edb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.28d97edb","dist":{"shasum":"e3645882318638107db41534f5927c24d53974df","integrity":"sha512-ajoZTouRT09WXyEXRj3uAJwU02iqsIHvChdu9p2cXCDRG61IHo2oWp+J8cysw4YdGxEtdBZZEfHFx45RNTG8pA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.28d97edb.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBX6xCRA9TVsSAnZWagAAkr8P/jVYSDyvlG6J1Xg5qm0L\nZ67/xWXpj+SUEhDT4hMOc82826Oyw4yQDmDgYk78gCgqFHC5XLjxfH6w4HDi\nDPpx/o2YXuySpJPNKshLOaSbOPIV1BoWLvxmy5HW5DT9e+1rZ9EuTIki+/3L\n8H3iINBQHQCNUCSZSVtqN+htiQqqc4/3ABkZQwbAFPyqxVhiGljZkP2xlvC7\nqAzr04eNrRS8ahIi/wemoVHCv5qEy2CMMCKgjree2VNnmxA/P/d9u6pEK3MC\np9DU0Zmp5EVe42jyDwsCAxMmYqbOJUMYsyJM/0ljOab+NNi1Vht4SI0NKI9A\nNc+rtEgyW8x4z2pv81MIcVhPllKXpfyAkHQ0LuSMUv5Q8Zwf3rBOBCLE+k5T\nNnNN0MRKxi+2s51h1XXn54xH0y9hhtfqETpBqdrsx+oliNSq9RPCTPcRm51T\nh0ImNKGrvvGuvwdPxmh/gh2a7QLDf2PTqcoj/DwkDjD1wNwUuC1e7f678lJm\nQ/E8R+mn4UauM9oBWPzN45SSvoRCcdbDKjzYGbiSVYGBMMKXtZYIAayfKbRS\n/BaPOxfXn2VFB/RjM89Q5xjFE5+xHPaOXZxKuJLOH5cCzcj9aMDGkHEyjcqe\nXA8R7/jp24MTY0BuM8t6gArVPK8aQy+ssL9ivF7SGAvOKL0oZzZImHr0biYk\nNKfy\r\n=muvF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAa5nSbnixbCJZjtTyGn8sf1+oCZk59M1yWAmRs5GqfBAiA62r6XnRJTYLl/66ObufW9UU/9MJqBSffQn4vCpcOm6w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.28d97edb_1543863984723_0.1699798717891725"},"_hasShrinkwrap":false},"0.15.0-alpha.b2f1de3f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b2f1de3f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b2f1de3f","dist":{"shasum":"d51c516dd4f7b3159e8b1ee76818988d0e79299c","integrity":"sha512-M8WGcavI2wTwj/woDoiDanFe5IgB3LUS9VWykIi0ojsQMS/F/WUS/4W8UvinRelbzosmkseecjFVDDKl9axGZA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b2f1de3f.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcqgCRA9TVsSAnZWagAAbGkP/0NQZWqoluCgXtgjze9h\nDlo4QsRpjxRRGypE8K1/dGHavmZiqoQIZTqj5RDR7JLgLzqnJrj4IhNeUcQK\n4ZMF1QSQqd6ME2TyWx8ZGV20Xq8t1qJcPnGLmja23oN+t/Uam6MW6OCa7tsZ\nM/ywv6iTXBFKxM8GbEAv4nN8+jNSjEl/PhjHYqIciXBo4M5nl1/9Pc9l6GtQ\nX5RSencOOtcrMb5BtbUF4zEBERjUCIw7hRdSaiD4NV+UodZysbcaOwA0DRD6\nYaZfqJE7i+1ugkJ5cS3Cm413qkZfDfWKaOmhnhN1J6I5WdYb4JAcmrWFbk2B\nogmLGYluJeKdE1JvLm5gWwB6oO8Q37qBCcQYtcRzYP06iYuYJ2ZvyQShpWBI\nxLi7E4NEW6ukBktr5YXDy7HOvyk5G1kdckAtnEsi/lk0S1mzJ0dy5DWHo70M\nHAiJRGdVnipoo3bAOC8BsUWcvUD+PGPctf6Wnw4GZZCY5Yr8j8fJUdwsNfWR\nyP/yD5jv61E0l0d+Pp9l6m9y6mL32bIZmGoN+TSYvx2uA3HVhFu2K13/omL0\n8KYGvYg68ys829XBZZpARhvJd/snuFY1tVmKF8ay8/cr7ZWuxm6kOHeI4ld2\ndcnY/GJPz/E9T3xaISVUlf222QHGF2qyoYSrxRVeacHeOTybkI0dPkw1ez5V\nN0vO\r\n=pifu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFJP1sV3vFCdYwMBDme22pbwBMa9b8m4HtuxfjJ2KMoAIgPaZpT0NBf8D/CcK8fbjcAgxCWJHdX/yMi5mLHTOIY+Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b2f1de3f_1543883424071_0.7831436539849528"},"_hasShrinkwrap":false},"0.15.0-alpha.3bbd253f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3bbd253f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3bbd253f","dist":{"shasum":"9513fb892e16264f91aa4e154882e35ae9930c7f","integrity":"sha512-Z5yG96LwJDc58A43i5KsJ5HGfci+sFU33wEoWjpBrEJ0jaiAYSVokzQGCWPE/s6LfLsWJpqlO9q+0K0vwMv81Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3bbd253f.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcq9CRA9TVsSAnZWagAAD3cP/Auh4gxp5nwf81+f0KwF\nHMb4tfzfomts4HSHUep0M3MN73hX5i4VRuxdjE9UvEaH3N/aZJILYP1D7tT3\nUUKeVxHHLeipiolnLzXQQphGJKy5GJZKMHwC2fiYpv3gxdNrksNsQTbj/pbu\njZt3gtji7rUPNu0D87mvjZ+vEFbo+IZKkZUNf3ju6NKrDtgiZFb6y/efxTjc\nF6mgFrGFdyyXaPbnGtTBz5QDQIhN176SnM7/dnlC8NYEPx3VSDREwhurGXZx\nlaP2XACtpYu7zKIrK8O/1fCeodq+cbhBO75ynhDVuJ0tmjWTBxp1dzbwfy7i\nSYgPbDsDYsOa7DgHbdd1Gh/5iqCmprpdngVUoFr50REspnvkEDGqyvSzSoIQ\nTsijx5UJveWJ/AHGvPng/nprpeSUIQvTJf5p3Gf59DKgpKLRxTSbdtGuG1N7\n0Dad211ghGfYD6MwmbpzeU6LNI2VxhN1Qt88jMZO29jAOZkA1Mglbv8Gb/9m\nFA2ZUFqGdJMf1NZE/UVgBsaTm5IaAJ4fUY1w1XlRo2nCqhc1wm667rd4d7/B\nLsyxRvcbRmh2cw6d45EcyTkd8N6MHxiysDXm3MhXUe8v2hfksSPskJR4gysG\nniPlUeziH1fo8ZDsceG4sl7jWkdEN8QT0qw1EBQ3RkF1HzgcZN0fc/zwgZ9A\nSImc\r\n=SL0z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7/WDB6mvfBpB3cOMk3Nu5s6QzGOYbeRVNXuw2d/wTyAIgPzXp+Dvr3SeKvwqyT+293phBb2wlcCp9IkWqglqaHJ4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3bbd253f_1543883452484_0.4640080154310797"},"_hasShrinkwrap":false},"0.15.0-alpha.e968858b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e968858b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e968858b","dist":{"shasum":"8822a6e8af798197192a6e924a2e0d53b9e2c7b0","integrity":"sha512-nKNFi8WJcgVhlBFa9ti5LNHOlN+SsZYhT4+WVDefFCZp7PNZwbAS+AF0tno30vAe0eEc20JSFJwM0pg2Qmcu7A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e968858b.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcrHCRA9TVsSAnZWagAAJOMP/3mYy4XmrzAzpGHR0+yS\nqY/vVyGelBgeCStSZRMpLOUC3JrQOFnclXbgnDktP1Chf64g6if0NZqJqrZB\n905SWXjkeZsR6EkdSds/nP+L34wiTVgfy2J+5UgoXS7f2XvwzSv8Kx+Ig4uJ\nJcdh6jLO8ktiGNs8AnxPEFria9fUx/6KJg+SQ/1eQRr/f2wh7SDQ/K8eomIG\nSGEuH+RenfO7EO9bm94xryMp7wbSG16fYWk/sGCS9AaFDn/IADwIT/jKxcmK\n3Hl8nIYigNM9yQz1tVGHB8D4T+mTRXdo4T1wbR+fFsvrR7ZnrSfayYBkwePb\nDPFGsJJ3N8I4dDBf1jmbPtuzZ/kXHr6T6fcSIG+C0DW0isWCJC90ziTow8WV\nJSHjIpDWEiVzGgp/AUZXdqMzGxF5F8K589yaPzQu2RuxK6l+z39eRPvMhc4/\nYViYpv9BpVR8ZUScJMLaD3GPoy+TFp9/sjR8tDbaa6cqFeAAt+rY4K5iBeaU\nC83gjGRrHGB0P1y9zqzpR4MSHkp8NcTTa65kq08tMny7gqtGAQ7XohfEyewd\nv9sYQcmygde8DXyTCYf/vB1zk1cxnHRQV2PRL2Lp7zp7dTmf0hZBWBArKkhW\nwzbtaBvWRyrTnlq6YduWHE7XotnViERM/ZgRirZ/gm6RJCBjYRidWdgsvsz9\nfbgV\r\n=YSHO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD14skG87NH3fnKWRA6c9T5sZXPPU4l4MRWlNPpWg8k5wIhALggDEF81rucARttRRAPiyw+3gZJzSS+DPu0sx5+j3XM"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e968858b_1543883462262_0.4203873405286769"},"_hasShrinkwrap":false},"0.15.0-alpha.ab01fde3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ab01fde3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ab01fde3","dist":{"shasum":"1f939bb2d81cd38020c0c99fced79968635deaab","integrity":"sha512-pKX7eRd6fcpjIrnsK9pDay/XNoA9QG+bLvqCPOofqtcSSwgM8WuYr8mkT25dHZwLK2m4Y8WsWnjaUmRrrIQ1OQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ab01fde3.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcrbCRA9TVsSAnZWagAAXdIP/iZYYeIWv6N0bfmC5HPg\nvEQ2K2sTRe0Cy2jwPQIug8+q1Ab6XN5b975VjVBV1rrzYIoMjwCAcjNOtRht\nXLD8VBoEK3wDxCbOHjOzW45aP8LK3mc+Q5XAxF8b60IeMyVENAsvYX0YdHwL\n2MeFSVolB5AElNpRfVDsldyDARYkCxnna0uERJDEn5RLf3GL/kZYMEyHxqfZ\nuwWZsXfE7QLGrNkM3O8fEkT7Sd7l9Hx+gSChPaXj6BEBWeJTUW1ORRs43qzH\nJyIo9nVIY8PtYDDiuUTBGvP3lnJUWISi4tPNILWjzijN03HZxefBtiODnsck\noHI1cKnG0J33BBjhtDUdHRsV1bWwiH/bx90hN2AAiyDs0qhlzNhUGWySK1D2\nyL91wXZYl3mXUxtJQGmEbtvWAbi9WSWcZfXdOwEb04+VLiTQaaOqYfaiu3vo\naLUBfirM1fEEOjtziYT7Gvk0b57XssfLL4ypU34DP3bAqJLP+C3itf0U0sC+\nJNVu6lJVb/riPp2RPLT2XIjFnhVv7kgukpi1niR12e44L6dueXij93y2iTXW\nLBWkZc7sCRruin5UCkF2/fFDSXKGJkY9QZFF7jCKn40gs9r5tIF7F89HSEnl\noyoHh3sR7CDS7gOvpIyyXfplcocWZSajgOEXAWVfHUcDzSB9vNCGX2P0EBt0\nvG40\r\n=Znnj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQ/BEpRLK+/Uc1WmCuNOGmm6lw+oSHJ09hygpy77rcXAIhAPw/jeLXHmbd3v8zkRI7R839OA4xo03OOoqSTBPKXlmU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ab01fde3_1543883482486_0.2768215440830979"},"_hasShrinkwrap":false},"0.15.0-alpha.de969db0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.de969db0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.de969db0","dist":{"shasum":"8f24007ee1180bdb11e45f3bf4a4dc9541fb991e","integrity":"sha512-K/bOI+VAg+ULF6NzMZYsAkft2TWkJ98lx8bRaLvRnhT/mDYf8CbsyYWdevq/uPVSP5x7ZG7SNTzNlIqgq1VTTg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.de969db0.tgz","fileCount":99,"unpackedSize":93231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBct3CRA9TVsSAnZWagAA4l4QAIyEAjR5ydyLjEu+m7qO\nXZRfK0mLlV8oVR9D76Fxg9yXfXLn3MOzFeoBTQ7ucOY6JCKW3LTHDwgOTp9y\ni09rk6cJOt8VckxqLGxVEGtfUTTDpcJ+hqbLOvzQSwgyWgp1B6cGK+a6TO84\niCsV/Awk3oXMX1WPBA4eVKca9a3FtCZ9wTEPLY1SF2CFw8jZfBJgtcJSJbFm\n8gVwy4MLTz4XkyygBVwoS8GDvqDZCif+1T1x9bDDhiVLQz3wbqhOkEQI3tTT\nE9ZcQI4TxBf8G1EwyEMLkU92BrV5ST7pkoNj5/VXGOgIYXHdvJmHT+Pn6mIn\nwKJEldKWexMBcizi0FseLCqYiq89kGmN3hBH1K5ThkB5XqGI4OYSexyBKqvw\nhEW4htLPkoV8jDTGvyGojq9VAxE7zWscsNAg+AFqlJ7W005onc1mnQSIUNP1\nwIQzZXM9LZjq0sBvhLtBB2n//pP5yGRoBoDCcL+DWY1SVkt5AtbwLovUcFwW\nZ+4es7UTOd6wsG0tGQcV/HaWYiZbuF+3zMfRVl+fBj0qfansAj3hpWAINEDc\niEi/gcRQJhGDZK4CCOBILsJu08VHBl/pXlxMBXfE2BsX1HyU47uaiG9XoNgC\n4mXcGSVm3c1oGE4fr4UYLVqA3/32/TrCIsTVaUK6FOR7O6TnZVxz0w0WkM0a\nsWlq\r\n=eX7z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrNcyQkTyg/bJhOKTUNfOpfLQ63S2cFYh37hKMHQcG4AiAdqpt36QRPFXSUwCwV1Z576f1Z7LklYZZ4TW7tPRTRVg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.de969db0_1543883638425_0.13224705444938123"},"_hasShrinkwrap":false},"0.15.0-alpha.89da92fd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.89da92fd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.89da92fd","dist":{"shasum":"fa76295ce1d1b95ba07d93ac414456a920c88e7f","integrity":"sha512-0Y5DyugY3U/+RMOxoseIH6uu6MSuw0wTmwP5/mvckVODbLyqpjIoFkOYZ4ioB/eP+IIHlPGh0Lf1o7BqccjXTQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.89da92fd.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcuTCRA9TVsSAnZWagAAgw8P/25GnICDzLQLsc8CVZ4B\nRQSMKyROymc5//ceF36DsY1NQX43swErRBamNOTvvDdPuVcbl1A8kjP5Lqmw\nYSdCQupIho68045BJ5dRRQVXjDmaCpLztKBjY13WLeYSWtefaVV9aP6YcU6f\nyl6K+gHmlDVJFu3UbIP1jQf27ljHzhLi5+NQuaO/NoEDDN+kHJkFDntsYJt2\noNOf80LWIi23PJKG9DYVmS28bTbU99XXN8oR8aDPRLRb/+1qvodbfSlXjb9U\nFahzo+eZ8cp9G/sI0MXFzpRVWjNJ393KB1RsxDgwMICp+3ToCK+jbHVixon9\n0dt4QH2g+BVX3QAIAiDdFyMFeFdWRYAxy7aDCKwW7XKLO1xwtu1qf+Mity/f\nM49gW9wp/2RplxRjIqIZBx/JX0+I1a7a6nviMhVaVon2mVqelbyTmcInsXxE\nJF6GDYah1cse9QeVZwl932okcPg1roX3x7uvMpX40YgJw3NCUUM4BClWMjDm\nwW2Q75Z27NqBbyRCsWYc+z9HU9/qs1Qp23627ZPwdFWeqVt6uhSz5tdmZyMz\nwjT/iprc47UFbcbaXSKreeFibXRnqGcDRlnsBUBuqxw+5fFdTuUNgdWLHmYu\najBoiDa2Ycbq1VYKz2+MBhPGhFvt38YLWN7E6/MIRT1tWP8GmpApUrodCxMl\n09Hb\r\n=d7ln\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJGkxiCwIZWKSg+VUiIgrBCsotvaxP+FN62TWpeVh2fQIhAKi9mPXPJu8y6jfwCG8h6wabf1KrcU7uC2f6mw81KilT"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.89da92fd_1543883666759_0.40827056188220134"},"_hasShrinkwrap":false},"0.15.0-alpha.c23562b1":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c23562b1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c23562b1","dist":{"shasum":"6014e0bab2da9c3670092cd9083b52ef45542a23","integrity":"sha512-WOeI7Og+8FCHlHdZWdFzIXnAUWCvlhcfI3n9jxLqKdH+48t0J6CTCrjN/SSoYnNpjQKJV+cIixbRB7LMOfk6pA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c23562b1.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcubCRA9TVsSAnZWagAAue4P/ib8jv2fKgVGNGIlzh2v\n1WQ0Tws167K+Ao5m2+R94wAEL+fxMK6z6FjVMkxwvi7BP8hUbYv7v7IKTA4g\nXio2Ak65cJj+sCiZUmyy1V+U5SCJ2V/hLXoN643+J3zBAKNZKjje77aBwa0f\nbGr+R7+iFMBhs+eaba/6seMYDuK5x5t8/45aaJhAHmFqZEEhq0IDWR7UahkE\nWEz3YvpvRSlabT/bOw1ibd2Xj3Me9AF1XK8+bVX+VS5JKjC4j+KNEiVPdNcN\nj2EWSJcH5eRgULg+E3KdchffgtFqYLkyQ6VTSfScKBuOkukiBhKdI/aiY1dw\nknyNnyomOshURnVtyvxF4LPsBB7Ez7hd3B2a269FEtUcSoyJOlToA4OXNYBC\n5TbC+Tt6dUekKGCxlb9Z54fa4LQuD7/zyhgBlteozbv22pLH0OkG/7hb+wQw\nnD3m9I0gG0IdBgL6fc3UTMV7sNmGYiukV0Sld0wGlpDLwKfZIbQu+3P3ioSt\nLsaY0aQHCfqaKbbuyqvyNDkUC5FKIyFEmFm4STkpEw8/ERQWMwCiLlV2V0ie\nv0CnUP2f00T9uIY0r6rxEV6PZ+dOqgLVLjJmx+GiRq+CHYW7dN3IZg2UUAO0\nGJ8tQHRxj0yjmkRHrxodA+C6rbKPqt6uYCc3WyG4gnQ/F/AwbcbypVbo7Uqm\nSh9o\r\n=0vpZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbflpTGR9mwCmxsEM7P8efEGt5grJEt1xMXqgBfOQ1YAiEAkrQxH9loY7hZgCQCe/UdSG7WuU3zRn60eZPs9AC9gnA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c23562b1_1543883674099_0.11691004760000334"},"_hasShrinkwrap":false},"0.15.0-alpha.3b524afb":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3b524afb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3b524afb","dist":{"shasum":"c84fc687ddab35104f637a2c120ef10ee329e2c4","integrity":"sha512-q2pu/0dDGDyU6tKpcSKJbnfyYx0Zm3mmJVHJQofX28aVpmtO+BU8Er3XW0gMHrevuRjqHZ3+sgWyE6P7pDJvGA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3b524afb.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcuyCRA9TVsSAnZWagAAq3IP/iPDbYNTFzTDYSt7C79Z\nckcUBJk1RbOgEehJPdFqjDKouVWZ2TUnX5C45qvUE2lp2JOohsQWyXF2acvl\nJTHZcjRJUPBns0GNskRpz/+ORpLHia3IQwsuZcQbREtCY/kxKu0yGrP49j82\nRbHEo+mriDrCQCdQyeNPwpo4PefhbvzMXSgIslm7Ou+N/nhWqkTIJd7xNGeW\ncnitbXFsFE5QIgd56SXV0TrWUwSOwYF55HO48vISHwBlnEOIsbpdhIdgiURT\nd/heGSD0OAxS5xWhtkxL+7AEE4Z1vC4ZtCU8+9bB6dso/57Dy7okPwhw7Jo4\n7SOBFQwQ8RKwInDTnm3PmsXl5lY7iUcUy7bb4ZVJVUdRD5jq2xBhRp4SJipv\n73emKj96JSge7D3vvc88Zdg2FwrUCvD0XDbIoRW9Fr6zNPvSR35WlZbQ+i1B\n3Uk7OXPRQ6SVgkbw1GoetbJ1mWXwj+KaVQXIejCwU9J+nYuEbjz+JLYmnKhN\nx4vOnXsqnpvPuL+RLKSsQUQJIwSWeuJF9KnCloZlNcXQzGkDL/t7k6m0G2cZ\nmEcAWPqOXF3+K8J1QNNCF+zbq5n5mIgCIWcHdfC/zG6hX22ovb8nQxDAPLqM\n7oG4iTbIPUPdEN+8/68o/NkvIf68CNJFkAbKJseO0Zc89+jVGY7crwApcL0q\nfB2Z\r\n=8L2E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEh/y65nM7hxjHTATii1et/ZfxX41G5pzgZto5OPph08AiBbz2hg9FX6OIhUB3KZbLSyxMMI30uMBtF9zm5ZjUpYSw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3b524afb_1543883698068_0.35174077625688427"},"_hasShrinkwrap":false},"0.15.0-alpha.7f221d46":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7f221d46","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7f221d46","dist":{"shasum":"0d4627b6597f1c70abed46406ff2f7cc0b3cf05f","integrity":"sha512-teD4rDHI8mbaO44MrbrlB4h2xZzsFIrDXzwoXZwO+Qcl5FDGDiLMkfvANded9sUlGdydygws0rRNQXzfLyfueQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7f221d46.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBdHDCRA9TVsSAnZWagAAmFMP/j8aX+82+tl+qvq/ojHK\njW0PdK2NQ53TNnPiBjCxy5DBmFiJwFhaq+sXCAUo0v+w5qnmxhP51qO/NT/v\nBi8U2LQnjc4byybbJhzeOiyUWUxoSnDSzEBhNI1NhO+yuUpdgouKoLqaRoKL\nqUPTMqpr5xpFMzcCIGSJEKbS62S/wcptQRh8JYtFqzs6lvc8uYHr+EtXZkLf\njfcz7/O1GDiIBydc+bb2DljtegiXdHXb+nv+6jTqF5hyM/jM/ValnzP/C9Hp\n5bL/Tx/ttG/VKrhFSQ5UWjnlfmS40QHCrBTHQPkLP5C4ekMD4FqdTaIkAXyB\ni3lf42WrROS7BekXd/ysU3rsouROGxT3605VUyXTUHAKiVKXIj0y0llP98Xx\nGwAweDSuTiup2nJyD7/r3vk8LgLOCklEhzsYHxKpP4DByh7oIlNnSUun/kMR\nd+BUk3Z8bKw6G7HCBxXmbUQ3HaAqzoUlKtRLZbDezZqHW0p+SL9+Xkvorh5+\nrQiy8ZHuahC/PQDKL65Q0v3KN8TSbPQWnCpM9tGBKuQSX4Vk1z/AxHVhG+fO\ndjQNm63JlVOvGBk03pSh4Rz8xUYqdeflOmTZroTGS47tkHCUxn9XqUZPmSjU\nidQ2kDeVhDjXAw3x7Q8t0BMvNJHyajkCrnRoWytHoB5OPB5Jut5tzfHWq2BM\nJ2t/\r\n=RF3B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQQ4BZX2bM2hILTfzfpx0Oj/FSMGkrx8vgUFDAX+aigAiAcE/5MNWrcWX9tr8+z+IXyFaEFhTvr23S46NLoeZSJGA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7f221d46_1543885250512_0.7108192883290383"},"_hasShrinkwrap":false},"0.15.0-alpha.b4e869f7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b4e869f7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b4e869f7","dist":{"shasum":"69bb7fcf38eef3b9abd6341aa97cf15e7d36a3fe","integrity":"sha512-FghTsgYOuCILmU2U3Byx4AmEDs3w4Bbb2sLPb878AfglG3lWrXy7HHr/4aLow9g0M/sF50W9CF91nuVF5+PT4g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b4e869f7.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBdHYCRA9TVsSAnZWagAAd/oP/AxRcb090VqeqCRXS3i3\nB3enr7aneSA4RAew+GzW7PPliIM+M9vozxSf4PymSoILRGX5ZzJMAnnWdGcX\nAQ4DjhsuF8jAfqZ0COkNG0raS/BILJD5Wh6OW+HozM+P6PZOR2RMr46EXIar\nFX0d+bslOmMC7sL1RgOBtV3ArmfWYl+2WIYiyzHsOj7+l73+zmmhNsWk3Yq8\nFRfX4twbSbK8A7MaGK1MmErZdmaSrVW3rNJVsSxoMA2GOvFklGx9OZZ+50ZZ\ngfarTtr+LyI7Ilin4XDaro5vZRs5fXY6afFunetiwNCVhwo1Fm18FPIH2xvX\nxCpDgtDyzvof1qbogCExYzckceUqedFBMIDQMG/mY1jucNBYS+CsJx1DzTEg\nKBPYjLepw0s72pK8q+Mnlx7jXVVURSDh2kbvp+PkuiQKXI6n5cv2EdF/CSjG\nW1Cdfe0b3s6Zbut8iX0a8qxe6yJdDpCArhYjm6c3S56dyGrI2aNvPxxu31eq\nZ4h8GLFx1rfEqxRdJ0POiq3e/ICjcsDYsPddXx8C+CIPFbTepG0sS3bN8zEO\nahmgbiIboPo2ouUCYJgSzLk4MzYSpzhiFlrAS3cUYbHgHkMve5fQpSr7gjwJ\nnJu350TyBa4MrYDaY+dkWKfmKuVuhhym7K/HanhI6j+DWFzHcfORu6q3rm8k\nu65G\r\n=Wx+m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXKfRrC8gB41JjGFTZbxrvIWJPBJa/+2Eou7LaZsjhGAiEAs5h5UiNt5zEyqaDNxbymNagsyiTAqEdqxypyXtOlQYo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b4e869f7_1543885271896_0.4951260667596542"},"_hasShrinkwrap":false},"0.15.0-alpha.36c9c109":{"name":"graphql-codegen-core","version":"0.15.0-alpha.36c9c109","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.36c9c109","dist":{"shasum":"3a6352f6d23bd2e3a9d036b58664a926ddf66ac3","integrity":"sha512-xUdXlwSGDGbtqDzda6MIEGcr1BJabLx3QOTFfXRLYPWuvzM3bMkpdhVOSLXNxK7eIC0Bbl0XH/437rj7bFbLqg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.36c9c109.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBeGPCRA9TVsSAnZWagAALi0P/ifMzisZa89zHidZVcm8\nASQ2sNi+z/GYicHa1bS0/v4V+sL18za40XZXEUifFssYGGsq6nO/JVCnL0DH\nb2Ye2fV+6Dx929vsP4YpqP71B6kEv70zFZ+FyTSNPHoYcbUn1rhZnvBy8bW1\n49ftehCSKSfKc21fk8hjjhOpaixAust9zEKmjYYaqIh2ZTzGma9QMKBgRj1a\nGjW0y3roRVtfxnNKhlgGkWD9/n6V4J8pnwLbDzpyooqUKg8sCbD4tDdfVIU2\njgCOj7Npb8WTmEOzSnPvgbXwpb7Gaz+2K2sFOF4FMaYptkwpE/XglTPU58g1\nsPGugXJlU0+lksZJluHtxCKuUM5pahia3N0d2fjrDPGYLP5CH6wtYTrQ4olX\nucTRSrO9IeZI2YH0co6IIp1TpfJ1705PnFCZWXEl+mns9f4POGS4Flh2UtMF\nLi2RaNWuaDNEf8gY3UGhEnYMU2BVMFJvQCN0Oq2WMz8gd7cuRjwsPuSYSFb5\nMPGnaZU5ogj5tnZHLOlyCe7jc9yKwqFADQld8k0PpZYMfgN15pd1b6Cbka+9\nx5/skPqX2TjZKxGhbVEndjPh7Qd6lTpsjE28fe9Kk1SQxagGP8E6t6a4tITb\nbBHbN2Csq4Jl3QV+d/ErKuTlTJt08jM26hPw6eQjuZZb1iAE45GFTbcYj+qF\ndo9h\r\n=Bz3y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAcBIKSPgjZYsh/JVUH4XW3NZJZgm9MzTOSYk0Pkz8cwAiBokNAXK/CARbuNOPbT281ibSQJotEveQhtCzCKlYPknw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.36c9c109_1543889294860_0.8053306639339697"},"_hasShrinkwrap":false},"0.15.0-alpha.8f9a0cd2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8f9a0cd2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8f9a0cd2","dist":{"shasum":"5b67f53303a705fb370d49a6abcfecc4649e535a","integrity":"sha512-LK9apu1q/aSvorUXKrqw5GECb0mcPji46HvWur/VxtvfgdsTYSnqpkITkfOch7LyWTOUjUgcURgNZV2IsD4EAw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8f9a0cd2.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBeL1CRA9TVsSAnZWagAAXPsQAKCIgTvoFuRhTe06hNp5\nTYnwTRVNYNUmy2vpkEEF/uaVb7KowfuniVh7cPLxijGOrtcin/g9dBdbThDn\nh1Oj8uMdHuZ106cuUNfwBSr18uyC6aRB5p1IqgfAS4l4bmkdtvOKD8AFIiGz\nv+GJW919oFsgc4DEKCy2etUAQuMcb+pSHcSPKey5x8e/SRBDvoECcFZOHgC8\n1z9azCTA72tnuELMt/OpENCRLa94dUyKQj9TrT2Xc7nGBdGgttSseYey0YKg\nKLm9qIRt6Nh8tw+eLDfQ7jTZF95iLF3GTsn5KiBzAxOPgcp17AuQT39at0zE\nszOZ0Dz6qE3Y8WgomP0J5shopkO+Bax5jYNlgWgjNwBiUKmAkVQK2L4cDa0h\nfpNo0TVprDKgHluYOGn6EaXmGsAg67vTUppY9Dlgw2sE5fPhVC+qxa8pnNi2\nY8CKbcJCXkeSM5VLdwCAW4+z8PMf3n7ed6lN93dOojiKRjkrMHbOwVvIn1Tc\nLM+mcX69bfd7hCfFf0NcylMQSVpV9/1/RS5r1s6tukRH5TNt8+LfmT/TS5c9\n2+bFmLjus4NMhiwODLeG3vWgGJJrVs0eUpzto7wx8xwKdz0V2//oxNTaRHhE\nYn+JlHQyPjAPZRehRVRW0PZGf1w+lDEB4TG2+mWmDEqyv/tKLqrpA4sPR/J9\ny0Cm\r\n=7z+m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBw48JiA55tcg1faxkE/jJZ13PBDjNDpEv6wZEGzYNyvAiEAs2f40L8Qq9kfD7hqPZjO6G6YcAKtLZocJR2mnhA0RII="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8f9a0cd2_1543889652871_0.6150367886497021"},"_hasShrinkwrap":false},"0.15.0-alpha.3c84ac73":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3c84ac73","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3c84ac73","dist":{"shasum":"02c3394b84df7dda292459d0aa15a748e189966a","integrity":"sha512-N94H7Et2am9lb1vS5GURdUwFEIJbwna3ZGoplwqTAkupzAFEbDruSfB0y/1hRBJI2IWLUmeMgcNe3i7zBVMGNA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3c84ac73.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBeOiCRA9TVsSAnZWagAAA3YP/ArKk5Xp1y0mKbyM6zv1\n06fbCbTnre2JPEHurWxS4x4xervXLrsSToh9GWjYIPJ8G+of22e3UcwpnDY6\nm3WjDO8ZH78vhMiB4PzGu8t/73wgh4SA17GMMq1caLkOkFvboB3AHW6RqGWD\nCvK3dAMLW0AjT+NYwVLOzAV28FEqESvzmOs5uUJwu7M1oOVFZ0cQb+2DTt5S\n1sevzZGsTH82kWd1iIvfsjM13IIZGp8pWpBKUjvAyHOOXUfn09UGDod2bVm3\nDuFW6xa4bdUSStW0Vk0N/yMJZdhVSGwtVyVXBmn617KdfH54n25/Z4meV29E\nI083FHAK7FpZSAd4u6uJcYMZL3miF1Bk+KF7BciJRW+Py616uU2WwPl5OGJp\n8w0yD++TeGkLxOeil9O/iz1tmLp9jeTfkNwG7b5cj9yxFcf2jz69NZa24E9l\nkCwtxEK3RgwafsSV3Y7BAc2mKmevog9u7DFLsfBrJ0z6Ue85gPdWGloA3LvS\nRmjY73CtCXyFRiePRPdK7HhmQeqs4MJAovAIiZDbq/f3KqnCXI/Oh5raQTA4\n2G8yhj541mtnNG2zuxPwHlchudHsiTbjtCwyfBTh8AOYgLkUlk0Url+OoFYQ\nc3B0mFKwZvp8Ug03OuUbo2PfL4CswlhXrDOry2kvrdwoAVTvhOHCgPFqKts5\nYDLj\r\n=P9xN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPtLYbKN5NkfhLmmTx0dWt3s7jIBOVmySfOVp7sB37vAiEAq3hzbk0ublUKehd1irg3iyK4cLin1TXSJE6IZ/KvQ8s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3c84ac73_1543889825545_0.4387810610630778"},"_hasShrinkwrap":false},"0.15.0-alpha.07908bb3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.07908bb3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.07908bb3","dist":{"shasum":"787fc42cffb57fa05248488adc4d65e1b41636a6","integrity":"sha512-aSahBum6MjrRC4Et8Ehyuif8JU/SCXlTvPGBuzNeTth/e15gTsqsodUre+44OoJexBATgGzxyqltU6+CL0HYiw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.07908bb3.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBekaCRA9TVsSAnZWagAATUIP/AxCNRuLWUhAIcf8UYjh\nAu3kZO4IsRl2J4ILKfQe/goglW8SPRODSqj1qQzY+t5XUsIKatKKXTnCK7Ib\nU45VWekS++wb5xDQX7JqcHSuK5kGCcSSjR52ueXwq5SHLBi9SUQNzFCdSQqf\nYBMDZClL/gz/DeNJhEbO9tKpYsAlYYNE9i0suD9wW/+ZPWQpNVhA7v+1tOmJ\nzNRgTrCl0HmDKs6BEe/QZKvhf6P+zdeBKaHSSUYSZVx44ZpNcULof6NBhYU2\nwtb+j2v4s97uBvnTPx+vXmgQ8qtJdBBIW+gTfLkTXp21P6TEqLZh+5iMwWBG\ng3pY4/fFwcr7Z4fB9ZljwK+Vr7r8lc8Bhfbzfvy+psErhfLmvH3suMpFq0pE\n0q6y5xOvH+4CkKhab9RAIC7P+0Ru7SN6Z2DrfDS824Dbg3qoq6wp7ynCHWmI\n0j5RMY3nPueY0wnnhu1Iqg5tJQ6vut8Oldooz91f12+pCUgYE7IOa/7EQdTX\nQojrfyE2+glMCCIEScHI8t63dCZhCx4a8pD4s1/ioVBdLkSXEm/GpnIUh0Mt\npd194LMMiDWT1lHI2oEe9XGefU4t1eNXaJ4ubENmVE71jRu4EASufaixb+ul\n5gdanVjF6WbWKeW0VrtGHTCzXn3lVcle2m/rBVng2V86YAZOKJUkXCe3r7Yp\nI27u\r\n=DlO5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDU7S+Dsc8ZGH/HSOfD6HwdpTCW7y0vCjz8duvxLlekVwIhANPsTLfkwl578jovqVROC5E0JubrX8ntGLwiQlfgkGD6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.07908bb3_1543891225322_0.8317380332519164"},"_hasShrinkwrap":false},"0.15.0-alpha.fdaf304c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fdaf304c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fdaf304c","dist":{"shasum":"4462201dfc2fb1a0f934e646697714c28e1c8c35","integrity":"sha512-6wdGjX3u4f7s9WDb3jdSlwOcp6yKAhf0K1D3xghPQLAf85e1IuM2EXNLjrlQU1aFhgHnX1gAK+3g5edsZSK+vA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fdaf304c.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBenECRA9TVsSAnZWagAAdAsP/R0rfKYkUhXTGX5mfSH9\nLDdAAFZxo9MiombornQXcA2h5ydNkeUhcs8NacJtX1Vg8WHHWibuNEnkRpjn\niBuESSsYUXR76GU/DZhNKmp6y293EAyj5kUHB22eNk7n0n/L0FrFW5xerTfW\naJ2wa6dtrqWLH+RsF0K7Hqso0KrtV36/jxwb0l4stqXu4k9EKAUJoOBvnX/r\nKA22SEFfw0wx+U5ad/MvkwHx3EMky/htQ0Izf+BNK+mHMUn6ppTkv4jV+CCx\nZBIFuOxu321YijAN1lc37Lf/YgiMg0RfdeIIck00xwPJ7ye0KAzrxHOikZK6\nNoS6Egj0dG6A7r6XcH6nCzggEBHau11N/K8m7gg2H9/C4ztpHNh6fCkE/bvs\nnbejvB38grmaoqMdojqds3erwnI7AWxEH0zBRx2pjLObgZPpGb3xQOcsQIqw\nfkPm6LnyVsE1Kkc+rzrlxr3G0wE9MIxqmYlyJop8GLa/C/U+qPeugSWWK3f5\nH+uYkZftYVTF78Qtuqd4mCxUQH7hMb+b38bX4q9iqspNU32VkMg4C8bZbAFS\nwyA96CU+uUkYC0cJqbSW+q/qlqDrV6r3pC7/80oAG7a5Dtj9zT89cCSMzmEq\nUYCxOPYSFCrewHkEWhyQ9qF7FBlqAIZ0sregEkuT1Jl1ZJ2OjDN75AeApAQG\nn+nU\r\n=ePFG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDwrhPs2NaUAzhj2oj3tzJw3TMxmyzn2T4oYWff6XwJkAiBgL1+//AjBi/muwCiaf5dKrcROOT4aUOUd0U0lYKKQzg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fdaf304c_1543891395868_0.8328553691118503"},"_hasShrinkwrap":false},"0.15.0-alpha.68c0cb52":{"name":"graphql-codegen-core","version":"0.15.0-alpha.68c0cb52","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.68c0cb52","dist":{"shasum":"8d7e3b6cfadfb91d8b471bcf070b42f9589fb399","integrity":"sha512-JfhWZTk5RpdIro03HO7gOtorWaWhg+esrTwWtSKbHNORfKiI0AXEv1itKF7S3zChxmGVN8eLpOICnnd0QEL0OQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.68c0cb52.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBfQpCRA9TVsSAnZWagAAcsUP/juSgnxQHeOCb6RPuetD\n9sCXsg2OUsKJCi2MfIcg6mg1f3bkjRzc2UQURtDLzNJowigE4HdBnb513nlz\nGlZKYHzmyOVGiB3ix+cxTY8n3quCVcJQizCKAgybV1/uAlNeBdAPanag09AR\nPKpY/llDkBDiZjAbUp6KVhMXPcYJuQzRJesg7BgvHFfIZKBeTVY9PEQaIcl8\n1JUULUJHF/E/sZNmKfnjfBwIMgE+xxER4L9QtT0awy6/juhFxGEuJWsKF4Qg\nOi8w5LbPRAIyyXOfVQv2l8m+oWANl7WFvPxKMZS4ZqzKt/ItbenCK3SWnt7/\nxkOgv2J8vdjsSMsi8Ry00w2gVaclN1cjfIEYagGXScIfvmpl5W8pBd1o1VCe\nCeB5BSxcomfKv8gKFDAkk3P82QFgsTtnvUYJEYNuS4lAx8k4WfKraRAaCsEl\nkkAw3QIfwoeyAgEcKBQEHb9imk/Xk4EW0LNCbXxxbrHsyvwtxD57hjI/R39w\nYP+wX04AGpuBYWlzguhFvqO8ewU0M/IKKMMa/RoBpwdNjwD7KL6YTX/mvoSG\nl05At8yYm/s5G3YgZfL7fRXz09lvrmmK+KUz3+9TIJseN8VuE5z/qgi//s0g\nCO8er8Fa4CQOaXrOoEqumtMqEy1FkG2723LgN0GbU3Bf4XiLgZ2zOQXasoff\n2wP1\r\n=IXm9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfwF5zeRQvNQEfGm+8/oSNdCsHFzm8ozAvbY3YJyM+QAiAZza0DLdAa10eZ4gTBFOHD0tKxnpxklI4LJCOZ5DVjEg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.68c0cb52_1543894056800_0.5965678895090196"},"_hasShrinkwrap":false},"0.15.0-alpha.e1bb71de":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e1bb71de","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e1bb71de","dist":{"shasum":"bbaec8888b422f03a2a53abe444beeff8ad240b9","integrity":"sha512-v8rpTtPAckD7oSRiC2dlpRtt0fRmFUYnKVQuS1SjWGC1afso2pVfno/6kmMVFPRHa/nUeHxtjhBYN/K2Vg7BKA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e1bb71de.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBfRTCRA9TVsSAnZWagAAHPgQAJ56Iixk1bPiLne8pxuq\nwVYToFyy1RT+yYWjI5Nf+2s7LN74WRhSFJJbmZ2PQ4mf0A+d4DWKlRwMDs5E\nCqPWQECXHnJlmLOhgaUbROH7g1tNpRjzXu2nYScKbP8l8NS29QmYeTND7N85\noG0RgKzCfEpCJcnnJGS3zoNgP8yLWi6GBidlsym6O8HhkHaVz7KAWmPNa9je\n++5m8l1cu1T9SjsgKZ+9F8ZU3VC5c2h3ekIliPBgnNzE8eB+1a2HyhFs7Yqc\nkZBO5e6UQM9qCaMrfENxjmpxrfbnfOd8OAYsAc5iQAIJpzfKNI5Ju8VBxNRO\nvhKPuZYbk+LoMUgdSNc6F1+VPgykT+c/KU+Ele15XKB8beFeGXv1KCqq7ZKg\nKwm1TqN+I6Gj8Vp2cQFVr4XIw1NYV6Mf4mJgnBrwTTt0MOF3rmb1USCqBL7P\nHnuPYCk1+2ms9XtCR8AbouuUC1pSf98nWuoyRQt8Cma/2cpUXtQsss6wRdY/\nmgpaO+L4EBnkyR/Gb8nPABI7MNPQxRK2Zw4olAp9tJOymnkHrt42bVZDFHfY\n5wbAuJ7xGlWu8W2H9+sJf+ix1+DMNxShvyV3ccTQ/tKCFinqPfn2Nwj8GShO\nVAU8HhQitoOFYxAFfEwdPZ0jukq7qC4/0DjD2i77crj2hmxPgR4B2jxBNb7H\nS3Sy\r\n=1sts\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcdMFHgbzEJV9GOPM92/kiczaUi0O4UM4IWD/d8VFNHwIgIPVeGi0uIiv2mcvVcKT2/kjOlwXIQ/5gkqsMinREeLk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e1bb71de_1543894098261_0.21344934950615269"},"_hasShrinkwrap":false},"0.15.0-alpha.31bf912c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.31bf912c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.31bf912c","dist":{"shasum":"a6df441c6556cf0e5ce2f3b0607dabf990c25b90","integrity":"sha512-IepKKFHoHVah1k+ocpFhkoTLQhJG5zbTxWeSANxTWSZOJClmewdizffh+gU4VgWV/dLzceLLq3xoQzzLonCxvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.31bf912c.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBfV/CRA9TVsSAnZWagAAT/0QAJ8fvOrmxX8X2Kqzc38M\nudQmzMu4+ULyxB9mD1PwTNACmPFySqV7/J9A9o+P1CshGsq7QFkVOjtipzjx\n25dbGU8HfAv4XZv8VxfSYNgqxZ3h/Jbbco3Hp0UxLUoxsCirgETOcuhBEsWg\nx/b7a22/b2N0zkQN9rsgM6u2gTymfYf1BY/RW9Yr1QdrBJGV0wo2sb1gDw85\n53uBOsJVW7TtOaEkTaLycep6mVDirCYDuBGPjgvUfXjZZFOrx800lo32JJmK\nxTt4bvZyMyQ+OQIS2VOP72sv/6b9ZBvpFc/B9JWoRWI+/G32TcTQ9EOXi7+d\nDlnkof+CYZ3iWj2l/9vdTfyXaRpuOA+z6m9SszXBZLI5+8HE+FYxKyDtavae\n1arIQy5klRJXonBG8QiHUcl+MtFnE9kRR9mu0OSXYW1Blo1K7dX0QcS6TOK2\n7dYkbCPIfRmCL45PIBAbkz8fcMj+Z7UKaBcJKFuqDDkRqvKXOFTRJv5TQdfF\nwTdn1izvTNR3rFC5F3rKW5kEq2uJ0PJf+6HaYlVEHEv2f42+FzTzPND033DP\noXtDlOkgTgw00USRrcmF6Ht9xFvqejMwsngBKLIJCc1NelqNBcIydt/Fsb3j\nXfvfM95ieLJh8al0GV+WN4Vhva8FORbAXrz9xG2lvd4A2/HfhqN+epxB6gc5\nWgHA\r\n=tJOh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2LKrt/3KQX3IkvR5V/US40QfK0VtrvtlUzwEuKJn+ZAiEA4TmvEoPR8DZqwDTuQmCc6nsKgJK77G6ERSfaJTY5Bms="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.31bf912c_1543894398323_0.17221013692325138"},"_hasShrinkwrap":false},"0.15.0-alpha.16be2f28":{"name":"graphql-codegen-core","version":"0.15.0-alpha.16be2f28","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.16be2f28","dist":{"shasum":"93ccdb1e1b4d7aa3abd2db9d16a58b8c8e4d0f46","integrity":"sha512-jgsztkmKwlu9fHfzbd8h+p3S8ft2HGnc++xAEObKBZosPywmSR7D+emoT2JdHn/T/2aTx729NH/8BuHoCQposQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.16be2f28.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBkyJCRA9TVsSAnZWagAAiGkP/3zSw/WBvoz7VgC7qBUV\nAU7T/p4psZSG/layjUHDAJdJGnS4of+/74NV70d/UhnF2g3AnU9w3TvIu+0T\ns78NytGdqA8O5GDOgc6uXHejDPUZpDlOK8hqngNgFLKXdMsXlkzZbXqG4KyE\nsZl4scHITeBMfqewiBvr9u+M7Aw4Cune+BNwqN+cE04zNBZmOnZkJCM4WH5y\nZVycgJuWEXaOOtcXV9V16cUuFkIIu/ZgZ/p3WTdGnNOitCCUEfifGRTLg1Wc\npiIBtLn9B/Ohj2pSIG9+mo5myEK2fKtKfthL+JReM588FfYqEhUrJytP1AQm\nxcxU9tcYIce/S8iQ5I+lpLN37LIEY+23EN4jqzFYmtiyklcxmdyuFdIW/amO\n2qfQJh6hiD+qPo7rD7X39l6P8VwSvQh55P5YipsoxNXfp7nZ+qa5JIRTiNCt\n2C68FFRR1iE3H+WFCiWXTUDpEpbSNrpV/ZGHZif1E/Y+f1SgLjH7jGd2Kbp0\nnxKq44Vgs5sQ0LFqAI7dpv0USgjjE5A5tLwp9/OAi0pj5Y1SpjsnX1WVejG7\n1YaDxo6qY3hsBuxa7jvtYC9uLOsBS/vj6jMVq/g7Q56R1nGz8sgREGTXc4ys\n8wVKTF6iDZVQX0a6LwHfn3ikcnk7OFVhjWeCYvWTWN6u3AZbjEmvl1q+M5yR\nSehO\r\n=hnNF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHHuGdiqzPz87xlRd3e3mwjhHnEvJR2Kv/amEHIEdlDlAiEA0FHeo4HC7T9ekX3H8EKkyram4rn/wJoPrK8bpJYrbhI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.16be2f28_1543916680676_0.1628854128071604"},"_hasShrinkwrap":false},"0.15.0-alpha.af9e44a1":{"name":"graphql-codegen-core","version":"0.15.0-alpha.af9e44a1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.af9e44a1","dist":{"shasum":"f80d9c1d01b7165f582d4b3e6b900d1265640a08","integrity":"sha512-HrQsmiqoEA5u1fFGPwsD6J+YkjlAsWX4Ar7XOJOxIjcwGzYvBiVdagEWoQb9arPAsczDMpAxSu6RDnKoI1GgtA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.af9e44a1.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBk8wCRA9TVsSAnZWagAAbrIQAJYg3bP0aRgyshV25+KT\nWRSGuv3OwlJ2cK5FSacQYUSks7XsjYsrVYOHYKq9pveqBe4V8dyxbKaymdpN\nRVcfSGHGnVG1GH+Hv+cuaqgaSi0zsbVZ6N3qfDa0bhWBiOjLWTNW5LqGCXTs\n0I+D7WzfuUbCuKEJcW1U7kig/fecWKwlZzQmFTRGu7iEjMSxbdetbIliHqOw\njgODRtRq8ccWSKmD7+6cUqsiYrqPzy2RQHWPo67zE/S3d2aqzRT3ZUONJxaW\n3hw/dAmYr/Fj6+QsPpr+ZdjrqK9+YjbfVmB00xm0duS8AofT1ajjrG+TpslV\n4tX3q9oa4TU2XJ84CQquwTrVLtUooe2ZMU6LOUMCMA8zVLYO2K1d7s8Ru79s\n5WLOhndSYyp1wRPCgEkWLoyIspkyrLX9z7LTRdXc3O5Rw+FHzpKx0idwcjyF\nKpDJfveyUMgyKsLtormlrAyLWx+OsjIHRzG+W+KbSNOJhB4naYpAJPCtL8vK\n2Cae/Nqoz7WqsMXIBnPaDrLJkSX7RER1Umo+0DENbzGjZI9pTFhTKZq1BJNk\nl7htnO3KHCB0Rm6+fUYxZR6i69d3GFNXlRLjdaHb3pFGsZkxYg2H6Mo2rt7B\n1Ryiu5a1tvBH1tABz43l5PEUidMU9Iyz4IaHpoFGUElKlkUZpEjse98LpmrG\nqerB\r\n=InP0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAFN6CKbGKs2jPMGcbosNCC0WD6ZOMIRjAa3zAAcgjjEAiEAgzfgNEtoYEHMTdAK3NA2isXgDSVOJEPF2Dds0pGnSoQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.af9e44a1_1543917359920_0.331339828810685"},"_hasShrinkwrap":false},"0.15.0-alpha.17dc31e2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.17dc31e2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.17dc31e2","dist":{"shasum":"21533dfe380df6221c85efc7ecc536d0b44fa7b0","integrity":"sha512-AG+c5PTBKmQpJ0E8OsXmm4fzzOZbFbHBZIdD+hoyNWU5PoI185sj2oQTXSLCIz8c0xUJLoT9bFA87PXcSWaMMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.17dc31e2.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBk9eCRA9TVsSAnZWagAATC4P/RGT2IIu3x8DGPjV5Gik\nfcxYhCafbnENc6r4mtf+L9eaYpO38/e5PQiFzHOMsMTlHse25pDRlpkstbg/\nCyXR/kQ9yvPSHMSt1ycFqld6H9fnmJ/4T5mrdoXRoyUh3uV5TRBqRpoy5YGd\nBiXma/b/1Xq9EvHkS8B7qapndtTLzeoZfDB8ZKFr35nUtz9SfhWyB5KzIu1D\nLsoZpadT9PfdDUPgn4noQHTaSoqZj3nfdR3vMbUVTxD/cP5+TPtQaMd2G+Vi\nkVX31B1eevZGMH9VJ9Tq2hKwT7vXsm4LNVihmhqBhGwq8sgnDcJbXE1pOtIH\nmc5k3WW2IMj3ajOVQLEAsaMAvoDl6tmD0H7nrZUnLukl1OcHN2B5y96d1b48\n7OBbiuKIcr8IVg11TWEmiwAxSn2Z9ssDyyutm74l8PoSsWmYC8of3LHOZxXZ\nfhNm4qa0YYQ3a6ApGn8vwG7jYYBKs2J5aHmC3CBvjYp+gJDUQgnHr31XzDEB\ngYG6z54xYtroPGY9V8WXja1k4akGAQ+p5bIMpRDZbBaaWJf3mMXJvkQinKSY\nx2TjMnqiTV3ervl2b3u3+/RvGfBB5ztqjzauTqj4C67Lq7B6W47fOqqgOod8\nDJE7fPtOkkfBB80S3w1Ig2yPb8EQ7gXEy/AiL89I8/bB785bRuaKAkiKJ87e\n35Gt\r\n=RUmI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGm4hEYB7nzAJVqM10QQKTnnwy1S7KC/ougFDrTmrGhPAiALynrWRBZdFN0NlFmuihjmr+sY+N1QvI5+kui1IbsbQg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.17dc31e2_1543917405563_0.7998035481721797"},"_hasShrinkwrap":false},"0.15.0-alpha.d8c2730f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d8c2730f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d8c2730f","dist":{"shasum":"4eb3d4446e177be4e4345d583ed6a929f3e09416","integrity":"sha512-qh63iwPT2ItUM8+ASf0JGTH4c4YgC1ta/gHSwPAXLJEMKFsxu7T2uclV+GH8lXG9erkmyvxF0BDVG1/Owo6sag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d8c2730f.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBlpwCRA9TVsSAnZWagAAFdoP/j43e/fgEr+dZYkd+K+0\nFK4mE51gS8jOsSqWjGAft0UvQXGp1Zly/Tcb7Sqy9ETwoc4+oEX5mMxrhF5s\n4ONYVoQGoiFYs4HZ/6m/17IcY0AqGItiqT8McdYqrq5cZeR3CnSrHVc6AQvB\ntPbHf0CnZRezADaI+4p6e3YP26YdnSFDjZ1E4HGIwNPvmRxWIRAaYgyQSmiC\nIbV6M2WPcovKBJcgtf1ilW/VYKd0hH4YQpmGWhAZD1ge2+pvG9/3M0XMRP5Z\n6Win7XwV+LsG7AA4SpkNoYtr/SDSNBKU32LvPI7+Tb7UhtltV13lyXukCYxf\nRIN7bv1Bt89pqKPsNiuCFnGtbTgA/7ucOShBnIXsUShAhB+hey5OJ4u8rWBo\nutkmA/dDHabkywfvEv1JOmM3YINGQpXSVYJvN3Lmk7UJtPU08Eqv18acrqta\n0ZO7r9hsm7oXfW0ltFT39/z2URcbQoN5+xpuIRPDfeh2ja9lTD/rW7iOr//z\nP/9K+z+t+UlKfuohbFSO6+i0u2y2Qze2ZYG8kCybwRlPttxKhjIptW0WM+od\nbnfPbGZusSpZ2XpnAmlK3kk1aJmxI3yOcfX65rom2NwrfH9gIx3H8Wdq/2RH\nqCdJTQfTrEkN8G7TZy+KriQGKKXhSSYk1twTqBxT5G22+8q9kuxPzq3DetGN\npUKb\r\n=QzJx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHeREd3O7s2RrDTXr+KPAWMr+42enCOTNC7+9ICaoHEAAiEA+9oUJHX91znF4CwCugGIiSFlvhHufxUHzIR3ZrkHAZI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d8c2730f_1543920239460_0.37194422438748664"},"_hasShrinkwrap":false},"0.15.0-alpha.d371d9bf":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d371d9bf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d371d9bf","dist":{"shasum":"4b865d367e0cded516c9daf34d3196ef12834793","integrity":"sha512-QUBrxrYxzuQtTcq8NmrM8TGGtX2eb1/MvvZk/Cjpmlni5f1NDAJqJc6egqp0FSVSUG0ACGUDwdo50qhO/WwRgg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d371d9bf.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBmH+CRA9TVsSAnZWagAAo3EP/0R+PkcVg2xfZYc7oMnQ\nyYAV37rsjpBbhNeN3FDFQ4OL5bILrseTBCMe9Oz7V+TKecMemWYpLVCBlzEf\nA7YVwNjBnk6UUFqrSsCPuJCx/1GnBwzHjeoOZ2em2AOQqr2ueiLIph18xNwM\nR/VCJhX5jWuuDKFmvQmyUMwzijdQ8js8a6fAR11P17c6Y8jLBc1IgYbahKvF\nJwOT7ZSB8ji9QZ/rpDRQVFcYIc5iLdpv7+k5evAHIhEKpQTtU+AIZaLiSYOd\n+5Ye8c1hxNoyFJaYSu2Jnx7H7E9S9H1U8XwykGydr7uHyRTOofVOocUJSFK+\nIxQ9H6IhXZ9cz/dqwnYAYzi90fB1Ua6ErK6X6IRDwMZWqYziZqiQREO1f8K0\npZ660EPz2vrFurY2O0KsmBdv+XTUq1iV1Bw5We9sWIGMIB47yOUwTBKUBFK3\ng5eWtmgxl/PpfK41bkufsyZuX9Sv3onPbpVuSeFLtWM0mhGn/8F7hWb2CtXh\ndWUSeNuVkC7KiKSviZ9HCGVUV79MpYCzynUccYo2uyyabF+qA+/5UUnhal6Y\nSFj0/ARjRM7kFcwEBppcXDrPUIk08sTNX1HzgT2NvSedYPmB56KELanvld+A\neHFdCfjLzc11nyMwPl+Yq1wkqypJi3eQ+ZKQ/I/Sw9u9LapED2QtKNYtfKqV\ndQto\r\n=qqnO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAgIW4ZmzSZAz/36KPz5qB7GyUHVx52KNA4GoOXXKxFVAiEAxJEKuKwzmjIP838aWh5qRkOrQAYPBx9m5JKHCxlE8as="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d371d9bf_1543922173589_0.1177178166674353"},"_hasShrinkwrap":false},"0.15.0-alpha.999185d3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.999185d3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.999185d3","dist":{"shasum":"1ecf145e61cb6b82922f8ced736905d65baafb0f","integrity":"sha512-SY0+0y84eFaZI6x9yBdMU2Z6TZqHPujXshv1kF7N7BiUG2hD0eJhBUIPrfXv8xbyp+De6KLoDra6jJSqcGzi/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.999185d3.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBmXwCRA9TVsSAnZWagAAqkIP/jFGD/RZ5+V2qOMPoBGA\noLLrs8Fq+kQz4WDkdERuInePrnYxVZ/1rT6a9x7mf0L4ijtuOD8/mwnD2WQ3\nVAgQ7sUjStyv7z5DB3PxzP5mFkIKmlnnEIKkEWLBTsUAems5FA14aJ6d5vHO\nW5vGQQ3snV0D1+o7PxjkF0o1ApdGRCpqWXc54qLobnrid3VqR/sjSjmPANzp\nOsKJkgHlmYaJVEHx3LHJXd6jsZj0T6x6Wl9QP8tcTQYKOI45WbdAFGzO3hlR\noba0m1vewtoSfKoDqxdYaTbKmj8s0671hFsKxk2ynqsMunF25mVfTyOoShma\n5vV4MxFqyyYKoTJyZuzh0Cat2URnzzHfScy3UQEKOERIAIwtag3LBHLQRANI\nDmJvt/7z/NL+KOj1BzFhaHJkGixMUXLEKAtSxeNROSNPQr6VHO+hTK7+R7C+\nCLQozikmv+tsWfKSODfbwc6jid1WTj+m+2EuGh5jdszBgBd6QBUtb96EG92q\n4uift3DBq+2MNKkY1aTwjLMfWPsdYu1vUrFeEEt9Esxffm3TPCRJITUr8jUL\nkBx8RPpQzaLa2eSjXe5AUh0gEAALp94eUmmGhV7MO/bzz4H0SJubzwzKQLrB\nvE5bi4s6zIxIWjPrkStP9q/1ouZQOERC2GwT4N5uA0XVt8HxYlexXO5OI3YK\nvq22\r\n=2IL3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB79CbkSlEoDFSdbdhUL5kSKXqyMwyQIKjcZzMQVXGUSAiBnD0lRAHbGQmGE2jts/yHDhvXv1NnNJvQ1uvrphbvAZA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.999185d3_1543923183723_0.023484416741513803"},"_hasShrinkwrap":false},"0.15.0-alpha.18c25909":{"name":"graphql-codegen-core","version":"0.15.0-alpha.18c25909","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.18c25909","dist":{"shasum":"08bce869a71ecdda4cb006451d1ee3e9dff34a50","integrity":"sha512-VpQuI390jcgus3xu3etQKLLi+HwMTSRz027EO90uQ2/pnwpyW5YidTXgbbLWId90yN9bn00jXPEwKJt6lGvO3Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.18c25909.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBmd3CRA9TVsSAnZWagAA3n4P/1hKJNuSb+vkoczXsXxH\n/LYKV4jk1TeNRLoKC4AfXqxvkFg6UluQ4H1UzevnMqoYkAyCNh6lgj1SxgQu\nphHLtFCYRj/G9z2f/NR7RnPqfoB1QEQ+CZCHSEojMvN7h839LakxRgRWp51o\nOG54rGlPGjuPQCBdp6ZgUqE8GNbg/IzkNV2vlylCdTIfRUCdtP/MxS77f+80\nlyOi4O7QsoWCd2/I+dL0A3/I91emb0u6V16NQZBNJ8O0XIkguxYDuTz2qVfc\nlxtxP8KGhrZu1hlcJE7mrNvM1aTkgq6Oz3IG1IPrl8gxBSdEZLUkxbO5jNJm\nZcBNwInsB8sOSD1XY2gw8WDAFC2X0/Yx0KRAOz9dVLrImfelm4YU6JIAQ7Jc\ny5j70io3wJ6ImTZYNzAW+rZcrbQhB8Qt3qf8/tv18G3vYYVBJEbWVL8oAPpN\npG+x899UInWxq6TSOchYVNvsW67RRJq3eNrPQVKBrHwIVUxRfV89hRx0jqgE\n0C3ByWyv8HOzdDSXIBFlfVs5KIGS6JskVl23dwfBe3on5dodv21tyDu78xAL\n3/8QFGoFiuB4xLJxE2ELx2tul9RTLmo1ibDoX4JFXH0z/szv6r20rs0ZjfXv\n5fSkSq5rgvHuFrcigcz5MLdWszM3g2A6ExYloJyFq3X3JuXjf02EHPS16NdV\nA+gw\r\n=3cwM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAuSQKHyy47DCDJtjwHpC874t9fGhsQQQDiOTBS009IcAiBMU1VbjpfotKm1la2+ZrNL/dhNsPa+DPIrZwR9BDOASA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.18c25909_1543923574798_0.08400906569062316"},"_hasShrinkwrap":false},"0.15.0-alpha.aabf7a5d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.aabf7a5d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.aabf7a5d","dist":{"shasum":"80f7731522d9ff06db0b6210c2da71b3b453f8f5","integrity":"sha512-ghh4puq4C0YE55TMk6qzrxqgT5ZWnPDxsQdCHQh8wP8Y0H2I1PjsRxLsH4h1ZG+0rxXSj9DJEuGhkSIMtBaCjA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.aabf7a5d.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBvJzCRA9TVsSAnZWagAA1BYQAJfbTW8MrFouWjSgPvER\n0vpm5m1Pgx8388zUhc2Q3P+auaBmdfhU0mMfNEnEBldxayiRaBZ5AUcAPuRr\nGtaeNkkNDUzMn35dONaYM40bXxHXImd8KCC41888OLu6KHURRUlyk3JSSMT6\nObx3d6YNQJYkwEskXQ8hvITT3NxbRvIXMtXDwZOGy6hzXf21qWBgCslGjJA4\nuO105z2psRXfEfEzt9/evvvVtIjvIcCF7DPyQdss8b+XcnxJ82a092qx/H2Y\nabsDbSnUBSFPNJSWLSE99ySTswYVVnQGlc/j13nE02eBBVIoBgXmlux4A14S\nc46GDrsffc9dbg2Zgyc8n3rSszN4hyFkEYFxfyAFAeSxHGQVSbMs+RKDR0V/\nKcUTuobNCvg/qKnP+DSpKAWcedyQc/bY+PaDVzhccaUZXWDnpGJZXliM5w/m\n1cpvU1Ld5sT+9v0R5Kkd8aA9tPtqCdgh7ZkIJIW5mZmUj0LNTxjcszjD2K2D\n5LczrWCjLZieAQ9PdUDkppouh5FTt4/KB0ITpEtkdG+ywE+2KkK4wAye007U\nli4Y+rFFa8N9td6acYRcNUQPeXQZ7HlDO/2FC7NwpP5sz65YQQ39oIUx2276\ng3ROFtfWfRf6kzGKZJKnxvk9NLAskAjSvrpNILEaY1WJ01qNdb1wGc4AohyA\njWZE\r\n=yj06\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHz5BRks5GCTY3DwaS/F1MsQP1FW2w9oCUsyEozfKbFGAiAqBiB7Iw8XJ6JsTr8sjehwdQSoULze1/9ircIJWx20+A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.aabf7a5d_1543959155025_0.8381537623393689"},"_hasShrinkwrap":false},"0.15.0-alpha.f15d01e7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f15d01e7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f15d01e7","dist":{"shasum":"491f2d3d9101806cea4d8378208cd4ddff83aad6","integrity":"sha512-OtjR1KN3rnib+h+EeMYjRHQg4ja/3z+affEBg1cT2GtXJipLrp0fTq25RcHh/6hiX85wKAveYbCLtP0kRIpU7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f15d01e7.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBx+QCRA9TVsSAnZWagAAc/sP/RWbHxKSnRPpbh1TcDSz\nYEoUB+SlW+/KNt5SAzFMMlUavDcxUQgpDgtWx4nmJDKkYu62/7qvuLM3tqfE\nV7zQ3smV4bMzC+t7Gf1UYM+rEPXBVgmfcqJiqLOvyuPPW9gB689195xSFQ3O\ntlfT/VR2n5P8wekv6047rlm5GXwC18iCz/CdBEV9Df6k4GMA0fkQPvtucQ8m\n8zObv0Jpv2g1YP/ozsr0WkCRMbDFO5PYrMWvc5ioRwpRF8gn7xFsEYLr7da6\nbpXjY1+hrziYluXH9Xl6EiFROxZPm2Q0hDxU8Ay1LFzKul2CNLHNjoXvL71Y\nvaPJT5+KpnGmZ7VyTkDsta/5+sUlnINo1hPq4oCEw4CVcukpQJz/pUBsiFti\nAB6QTxKBiOiX2uaMpgs1fQoN8jAtCvGNmzQGrFurglKlxJnufPRFd9hN50+M\nbGa66piVlK1oCUrdR2xhjIgSZKRVxhWWdxLvdtu11+W18irrbNt9ytzc3X/2\nih6qCy1yCNOYvSm5gDL/ZmiQ9E5AA9pbHRYPyj5fMsDROTPvA4UYvzOqc6Xv\nKvuIew8CR+n46Z2ad3KZIHM7K5PLAmykMJIphU2CUj3MuT2EtiqjhZDny7oz\n4dLZl8wng1Kx4oj/AclIvLEE5qxeLoH/TwDHCoC5cjZ++kRMgnCnc1zgZ2Wz\nWbJN\r\n=BfVw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH+7s4KMp/Liv5HN15k2QRMLWZs49xvSqV5dG7rq1jWYAiEAw+RbpQlnDu8QJdv+kiu6jDwEw08GPhK1TnBWHMGv7DY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f15d01e7_1543970704075_0.34593497931576334"},"_hasShrinkwrap":false},"0.15.0-alpha.2c9f532c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2c9f532c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2c9f532c","dist":{"shasum":"332366455d815503d8bc7e36e7d48bb04c99cc87","integrity":"sha512-8YAqeXoB65JY1N3EvEIgdt7Jj+HXlwDZoHPmPwvvgeAsoXphHAjpOC+ZMduvovdwYqzPbbgoeKt7sRUqSEG7YQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2c9f532c.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBx+pCRA9TVsSAnZWagAAnzcP+wZ6bTw11ZtVdUb2Wc8O\nLUwglvUf2fbjHsR23Aw6TlIdSdM7dN06vEHfCtOL+uhSzvqusY/Ql0VFDClj\n/evI+k67rkmxwbXFffvZF0rYtTUbXRTmnf41Be0bmRyID6jR11W4qI8O9u2I\nxl/0EKoNgslIYkCw9cMMa6+xuEAVHSayRkUeiua/LwsCj3z79mT48e9o2cs+\nKhyLMsu4ldJg/k322B0MlTdNWIl5Xk67pNZ9kAiGX7Ho3KsQCkDsm0BP0AAU\nvBqC9/u+S+drImHZ1bHyXakLkKvSAgcjYz1EoDq+SnCsDEZtVLMuQNjIyb+R\nmM5+jvkKRXtYTUq9yL2ykCG+qnd8jy25MqQbUvN4A1bv37yvFz4pa31vzYef\nUAiG8HqtV4yxlXQjskEB0xXy3HrqPeNkOCjMz1atebjYI4HhJeeOOaMvmlsQ\nhYjClRlSfc6eBN0eKcsEK3ACP91BqZ2Akodpd8l0cj/aotxLfhYfXgUUantv\n3SKwVsck0p4mohBMtHo+MHoaD8tqY2Md35FDMhnn8IEXlQkn7ZDO65nMjfr6\nNE6B5+EthNTtTmRa6IhdL6XKqLwr7YnGPA19lD6hjTwTkYuTIc4Zx4+Aw1T2\nL7s6f6PtO28Lggmp0irVhu6YfMZ4/pxH/GQ0U/44fFf8Tb97AO0FwdKKNIOH\ntfr9\r\n=ltUg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDC+/mtOpIJEilJ0oweOE/QiY3Uway8RYCE/ZcYDuhPwAiEA4o+SdGZwQKIfvQrNqTAZyW2dl2um+FMOA9fF6fdL6Rs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2c9f532c_1543970728345_0.7512273047628353"},"_hasShrinkwrap":false},"0.15.0-alpha.c686479a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c686479a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c686479a","dist":{"shasum":"5ff33379affdf9ea1b265f794dcb06744ce9d4b1","integrity":"sha512-oAVa9+eGMtkksxkzHswqfBZnKhb2I0xpMgUqh2R34eeatNJPfdXGSmKPZNFk+LDMkok3wOoaDJgv5gS38TTe7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c686479a.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcByALCRA9TVsSAnZWagAA9gYP+wbSVZuql/fmPcduzd2V\nUyPLBbz4ZjNzpi2CE0ZEr69o060yftjNCuFNz8BsqO7Yo7RDyJM56ZHqpOTE\nm7iJQvanwDbLwPr8BYEEwJUm46o29f51gZd3YzAGPKg4/vTaS/+Czef7A/wN\nlW31mbvo7qJbj5Z1c48m76BtieG4jkK7OJlgic87ffkVawTZIBnaRZ4M+qjm\nhoWZaSupcYhIU4mw+P8DdbZUxowYqh3YHWM0tiawv70Eu9VgxboU2H8ZlTJy\nZrLKFJZxWELHhXvt/JDy/p/x4xWzWeJ2o1CL0nX3qLHA+2s7Ir9KBuTgFtu/\n1GohEbGEkxhFm2NeUgFOGZ+BKnX9nCvyox8mgps9Thga0B/UOocW4OiWdaXy\nC3dVuBbd9wMSUi1ta7bCiD1T4gU3XgtYa4K0EQAuAQW7vu3/3gJSU3EKeaef\n4bKA6w+GvOS6qyByfQLBAAddpYyDD+xSei0sUTTkvjnOcQwRskOQFtaSMVXx\nk3DKmI3nZrjlBJjHCJdv6ubprvHmA68hSVzl+1636cgdU2317cspTeLyJ8to\n9OMd7h+vODScCzVp/rN70ccgBEJzNpPv1pGuvIJRV/iuUoswjYzky6lYYyl9\nA1FtghrsKqcKHneGN1Jn1wTPPOFdpvWCFdk/kfQlJ1Z6O2bv/JrxXsxtz/tO\n9/KW\r\n=NElj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFy9UFff7eDhznNr7MqBxJyiI9711pNxFHBtLU7R/fs4AiBOvp4WV75ZHgy5cYDIQLIjvcLqV6RdAv0hXr6QN/OSDg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c686479a_1543970826502_0.11461477262244602"},"_hasShrinkwrap":false},"0.15.0-alpha.62ff8d36":{"name":"graphql-codegen-core","version":"0.15.0-alpha.62ff8d36","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.62ff8d36","dist":{"shasum":"93beb9098f3f01466a8d3ff1c75c298a67a05e5d","integrity":"sha512-CglqSIUSR7G559yciTbPETSqamtu9KtXoAC4RO+JxCSZDpT6eOKtRvD8zeFBuVaW/6Cs27aoIISs9jaUkdk9vw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.62ff8d36.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcByAeCRA9TVsSAnZWagAAom0P/jFBdoSsl66YCfzcZYd5\nzJAz0S1GBdhlA9CP5Ypk3ubDyn+hbp/1KyLaH+4Cg+ARa8GJ9Yr8jY7jK8y0\nQKV6X9oGy1jWixfRXh+8yOCoITWIdQxaZssUeTNgQqaO1E4VFEcMlXhO2yiO\nl9dgnSF/N2DKtMZM39+vV15lQcCbSF0WyWmSpxtqV7XF5fInV2mTPg3qBoBX\ncqz2aR2FhEZbGCvK2/jE0UcgKUrx1n/D4dOv7eASKhQZe20UlJaabzIGqXG/\nUaE7Eko6TmMuGltHQSPgUzFBM822GYAVG5sJSARNy320fcYs+U0Z4QVcxBzR\nM7XlYm8HnCcvivPTK+RhhWm3o22DuytTYALc/TWl7N/DVajz5y2FZFXkoHj3\nOU+QhkvwvjHk0+HdfYCLPt0tK/zq7FnpcJgO07KhcBIPERZ8Pv09lZneduT+\nUQqpFUbaEhD3JzZCrtql2wJXAqmrxbn/25dqp94zylWeE94SX92r7yT/BlPo\nmAHGOeYUgRmjpaO1fSrYOeF6UJBGEdgPp4+8XbadvZr3y1lDxHqwRd+Xjop8\nXWFVo6G2UVasBp3RRxPog6D7uYcQ7TYs8Z0B5/i7XGGi00O3Rrlb0qz7AcQ4\nqrm/qLgAqU4LziloXyV25MKy4slaBDlb/Y2p4Pd3AuWxgB0iyEM9Sraa9vRU\nBbVS\r\n=emlp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDq3i66NZpl+vTf9vRoj4lf+kDdyfc/xwYtRD+TdVgSJQIhAL3Jlcg3XxzuQHnEz4ZiW+B3mVbL6NuewecIMpFgJH5v"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.62ff8d36_1543970845988_0.9714381647881878"},"_hasShrinkwrap":false},"0.15.0-alpha.68ce78bd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.68ce78bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.68ce78bd","dist":{"shasum":"ec8c0bb7a9bed84f84ea51b9dfb7176007460e92","integrity":"sha512-HSvOvEAnoVNL6DCNBI0GN3MhEMNKA6Gfmmlk0uBB8F7OZ5Br3oOKZOUFNH+3m4QlF9ei+VeuW1/9aTkrJs8I5w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.68ce78bd.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcByCbCRA9TVsSAnZWagAAc0EP/jPf0ESM5HkGNBwHr+RR\n4LAayeFtL/iaXHQ4oEWMgjNdakkaAPRPeF1In91YiOQ9XOYfeYGnPTijC7YE\n3snzTPEWkfZ+k6W+uV5LO1+LsSH0nq2cS7GyEHkjOpJ4vIaZB1drWLfVyipz\nT9mWwjv4oBVTcOYQ2BnmddnD+SLFrdIgVjCNYQCRvIhrh2Wlm6rnhAe8sHqK\n1WWIkdiF1ZhOcsFVpnt/9i1HDUQ0uHsnbdg3e2kBmPNAAEkw87LqtBMryLVw\nHbgxTrpqBDIh3Fr/Z6e8BV91qhE6GZxcepKXTt1kc5mhyPbP3WYPrACg8A4P\nI5OCdWhxoa0y/Wh3J75/U6pIbVTdtVATHivWObdDNUr9/jvmpODV8xDPrnzd\nXEpuSycsLREQpq6nQJJs9cLelwLgydZnsZJdxIyv0bwjLwJqa3xM2fnCFCBo\nB5e3DG67RBkgVHe4G0Ezw0UW5G4jA+LNDLDTwi5i7dSqz167H9IYLz1yUt3f\nt9DWe0veSBtj4JUiUVZfWjmonXG+Puh4cTBUMDqwXXV5M1pU/Vy5OwfCb9DN\n1OdKXNXzksYteggykUXt47LG8mYk4BNZZfnsdYWOzPgiSW65uyBt25TshJeQ\nTu/rWQCjxgli6ycK9yDKp4V/1CMdUSPqDqvSkPwdzpJSk4oQMmeRZCgMonnY\n8DuX\r\n=ywof\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGbKs6FHRhtJgxlzVrG3Smp63vwX87afihh0mJGzUZTRAiEA3GLkADWrE+BmBJLDE3yZlh8L5NVj/cC5ETIjunFfiJI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.68ce78bd_1543970970711_0.21310161977428743"},"_hasShrinkwrap":false},"0.15.0-alpha.4f004b37":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4f004b37","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4f004b37","dist":{"shasum":"3d72b2d2d4f75cb8990a69d81caeb60713e3e26a","integrity":"sha512-9MLJIVNAHIEuBlob4EZZ/OyuPcF+H7xNk1SY9W1+LgRZdpbuKoAeJVfUPT2fOMDGBU0gbqKVmSBkWpJ0rROgAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4f004b37.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcByFrCRA9TVsSAnZWagAAiK8P/jP11XvVNqOR17nVr6Pq\nJfyo0npHBBrafEDi6tWZkFRbWHz0WHyXKD9z8SkhOpO5ZscYqOKrk5MD8CTj\ni0A3RN/weF1wBB1Gl3TXUI3cB2sY7mu6Nzm9xaBg1Bw6oe8lkS0+fPBmDv8l\nSHbSQpQb6ymR+l1GmtEEsiV5p11o+gTjzwooX2Us1v2KWC//ra5WgNnTYTh3\nWuzkDDlZbVE8I+HVIHjIFfHMKmGr2RIcwiVc0wDREUnv2DjuM9h8JdcmmC3F\nstBdlR2hu+57/sfFxMQnWDM3dOGt8GFaQ/pI4DOpIR8oJO/P+JuRWiyw1k35\nRWfqzDV1r/c3Sq7ja9TvneRGd7Uu9segpzvfgxJZQ/9WnAAF6uzGo69waJsE\nRw8Int1p9s6i8FVvmjhMuImb/nD2U2jj/apcV8k98gudTZ7/9wCIHjnpm4CA\n0QUPwW3BIFs7vLZ+tk5StUz7FqY9mTTCtixHqMDNy3viG1xTZh+1b35Kq8EM\n8d4PlI9/gtzk0Bfr7zKdgHpCKjf0nwkfAbfxnTAB1CHQ94A0aV44gESkGMtb\nFr55hHuTYvf8pZh2e7gNhC/ELFtqd7iM83pI/WZPMZl9Mlr7aTk+uMFnJEEf\nXda6yUeEfP+LNCl5tbisqOuBDiFdSrU+/akyBrkwUCISAwN0pK370r4BQrkg\nwEMN\r\n=L0j+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE/8b7CTLy80dGuqogYoOBpEegVRH7HeazitCowFlggHAiEAu5YVVZKYbFon6cEYR2rY4zdM+dMT0bzHRcEI3ram6xU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4f004b37_1543971178814_0.4116272150238611"},"_hasShrinkwrap":false},"0.15.0-alpha.1885b0cc":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1885b0cc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1885b0cc","dist":{"shasum":"34d9161d46f3415ca2c3885d0a6ee84b1c4d7bfb","integrity":"sha512-k5Wvr9C/PdEf6HF8uz0vWrsC74uWwSA++zu1ydg6mtb+MDFOWAF8jt4q+3NRu7OHdNRwJZtEJHknU5N76Cki2A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1885b0cc.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBydsCRA9TVsSAnZWagAACZkP/3S4PzqqGXcSgb7ecAxI\nYRnXnDJXLXrsHjojpBlGX/3Wjbm3RrrAHc87bDwW6+F8Jh9jHGYvpbNoFAMW\n7wTk0DM11MZB0u6hqnmCPb8xaS3uI1Hp4X8m6vhb5tYGFKib5FQYP2pTkG3y\nbVgs4EA4KoQQslEwRw1K9+otvsaq11hLzZuEO2yOBexGaARa9nEEepYDVigw\njSdcO5ty1YdaVrI5qBZg3ip0rNF+2jMyDQwwJz93wzDYFdrbgcVwHj51fGA2\n7QvnsqAC+D5POPfKdvyAy2QpzLuyc6fVwYakdmA+WgpEc7I5nP4tGjkaOj+Y\nCIdJqPUzUbS2e25t83Y8fr/66Zi5S3BgKxiPHcdbAJe8EjDIdA31ys1b1RNP\n42IPO4oHb6oP8ha1OH6MOKv3DkoWtyBTgrf4nvbSq0zK3sj7rsPIpoXsCZ+8\ndZ0tXF4HCJBKOeC061TIEAuv0Nza2RGKTCIkLmsfHdVLmNXt9MBUmsO2dbch\nCJ1Yz63bNJ/Wi/vz9b4KxlfS/VBaLszlKUNzb8a5CEsJEQIEDWsjjyifg50l\nE6WILXd4NSKejJdr2BPQuRT2roft9vaU8+k8zlWt6Pu91QdveFQjP4egIBZ2\nP3oZ9fUk8Am8JXS6HNhc3pRudXVJgnF52zoLgnct0vMdWui4paR054edknPN\nyM2k\r\n=XbyN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDI9BlbHyIX2vhZzTxsOeX87jYDej4YL5YadSUmsYX70wIgOFtVG2WFu1nnYry3dzAHOIVWYdastFMlq+j9wIzGBZw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1885b0cc_1543972715501_0.6432714038177927"},"_hasShrinkwrap":false},"0.15.0-alpha.a60dd7f5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.a60dd7f5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.a60dd7f5","dist":{"shasum":"b599f007ac30841886b2a19ff63bc9daa6d48a6e","integrity":"sha512-RCNLGVKIftCxtKeeqW5rbng5sIyjb2MNnuVNnU+VGYAFD0aB9VIi6dtjNUm7zpnwAmPSCfdjIrkVwWldoM2lYg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.a60dd7f5.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcByhPCRA9TVsSAnZWagAAG1wQAJbdXciDi7xum4KzN4xH\nTgWg036u+yo48AU6o9ttCCYIVe72nshDz7ovf4Je5uUkIIkH3GQDygrmZs0/\nFfPZZmzIlBZY2EJ8mv9uYfBMM1Me5kX+jFjNCPwnHeSyCneJt5b1HoNH/wli\nRKVnl8ZGs6KKrvvH8hUoLKnkR0yeBcic7PshB28UIG/MN8L6PMPVA1TYXlCj\nwsuiHItlhsX70mkr13Oo80WWkANoM7snJUXNw84L5zpYzHcqSg5afSKviaF9\nryEPWXNA/IE371C8q+4KJ78egJRzk7iMrgE0X1WyfjOa4Tcxc1vRfCDsjjJ0\nl30TM4hNj1SkQ3tdumtnMBpB9sUAywpTmGyxn23FMzDMnNzi/uE5IvW8tqgI\n1GFYbl1Xamn5CM7wXWr2CAk5sx0N/afvMFd7011mWueJ+byVC+zBf79J1Ort\nnZdFSrlMaTrOplQvI9cwgOj897PA+JkenGTJeCeps6oqIQmF8zf+hHQ0hMXs\nQAe5/q2BXvLeU5e3USVZ1f3t1j9aelH/vtVe8dhoGZ03AJdHkAg1819yltvA\nbiBTXst26BjG7SaEuUvTIAN0R8jP1eu1KlcfJAkHRJXbXtSV7aejg4Zia1bQ\nas6bgQNybyk9HXwSnWbysgFy4vZp6ZYPLIzA/P72VcOnrknD6pC+KY25wx4u\nWsnO\r\n=qfnI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQ7zF3geISNqqhu4GFib9LbSeUwTlCqTZHnScoNVsVdAiAlxSE8gah5rHLq1pIJj3ygB8qb2PwdFbL4FB7dc5N/FA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.a60dd7f5_1543972943244_0.7523790585682468"},"_hasShrinkwrap":false},"0.15.0-alpha.3e5bbc85":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3e5bbc85","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3e5bbc85","dist":{"shasum":"195647cba8afbadd300d011beeb609d9741ec68a","integrity":"sha512-PzgIZCHIVkrJktwv9cBp7d4oTkDwZdP7H0WPH+X7Zo5W9RQhHVt/xBGYwU3yXXgJ+bnHZnK1/zSurULRxu2Qfg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3e5bbc85.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBzMFCRA9TVsSAnZWagAAGJAP/juHFpfOtyUKINvv5EQG\n3c9q7owvdjSFQ56d+r3L9WGFM5OcTtFLPxuje4TmBuVqqTu0iVHXpkwSt7jo\ng1AnEWN/uV5dGADx7VQx8tHzErRUEbIrTWcO79IWozZlFRu8gbUofZAYG+V+\nEVV59A0fSZddjsBndxdZRaC995ODSXI4EwsVjBa3JfIzBBUVEYZVmyHb5cN7\nR1M1iJdbNVlv0aRT1w+yCxvS7bbA4J/64RAricTzIPM7gTeOuziSC6MaD0xD\nt4jTiJ2WtQI1cG9ihwJtYU/7Rww6FZUaY8ESIrxrzlMvSSzIZlkUbX33Jzcy\nie3+wj5Ojx6QOq4woVeikKgpaXKiQd8oviELj93vO4ppyVIxB/ddeqM3KkbA\n61/Ecjn1n7gdX9OPmK1H1o0it0wE3ClXyVYrCuSKhxIjTfDcl1bvzr6CIWWV\n+Thr+lOGcTtSNNJTPfKEQBaoJmQ6X01JbcYno03X4F2nOsTzuhBxIXl2u0tN\nnNC5FtEVlsRrrVXTV2r3hmMsOkE7IDJMItil95IEe5Od2/UApxNYeQKpOl7R\ngNu8p0KNqe84MlIZalZl/+S2H8jJZ1blkZDS3LdLRgwEg34np8c2gsnqdITC\n8eMiRQnOHaUXT+DwOPceYWmQ5lk8dOQ1ZdmU+h08pEoU7JuzX3Z0jxe+FpKp\n/KN9\r\n=JRj3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4oPpoQ9xZ7FMZQ56pOZD5ex+Jl2eLGsmtOrSSuG+r2gIgG1MBjds6Rah1+KddvZPkwRYD0xpRcQDK7cIkRI2Ctsw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3e5bbc85_1543975684200_0.9408238043747896"},"_hasShrinkwrap":false},"0.15.0-alpha.538df1f6":{"name":"graphql-codegen-core","version":"0.15.0-alpha.538df1f6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.538df1f6","dist":{"shasum":"954618ab4a820e68ee8d8fabe50c469990a164a1","integrity":"sha512-8gPgMw9JS3pR8qiJM9m+bZhhCjoJy4+W45bPRrTIG5RLiQl9QjUs+UC7CWzlrbrquWJ4H3gieGBX7P/QOpRDhw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.538df1f6.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBzZ2CRA9TVsSAnZWagAAwz8P/jMeGxulguRFVhQGbo1h\n7dXTT8fDqtOWtdJrYX9Zd0qjRpUcFtHhwBox96I5bmsvYjBarfhLExAe5ZR+\nhj0+FPaXmqxlgievAgbHfbApCadPKxNixKY747pnmnEF3yFkbeLmSx7x9ABb\nPWsWLYQgP6j0icIbi+Ti5cF/JS3R0AZotRN5vf2GeoysKlMsQyZkZYvNfKcM\nSH0zIdkLFsEqAmH8pp8QMeznkke/NCbKPpyG4DqAjasjlBKMjg9365f8bIaP\nhZu/dnPGC1lEJNrbNgj19383sQ+b6yPbe37zNiNNIv0yc+Zu6bkUXVrQdbeB\nN4BY/ZN9dDahfuhyU2JYj2Mz7OfnrjZyNmfVfoILvfm1ztL8iMZ4DRw13mbs\nJ7uwBp8mImGrJ3Zj1KjTVH3Eey2XuYq/JWBtOTTqE8bXdJ/+t3DJHc3Tst6Q\nnjYtafhcmBsmR/X5IfhBYG1BRA7vrQGne+5+ZMpb2vCE+o+yjVzYdxx7WdPx\nw9oEwAorcN10GXNDn6u6w7AoMrtPLsXBtBJOflzZ5J5qb1alhvwQDgL+en7F\nekS2ewHGQSMkLZvBAvjdqS/dZsksp1Ailr9GvB/b44k5XHz5XkIHL6qPAvak\nPBLKsU7qoOFngfPi3292DAB6hyLFIhopFrP1zBUQ2Q37TV26LRziC+NV2CxM\n7Gig\r\n=ifLB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRGTWryFUCM8Vdktq4CjIrUDHXKN5gnO3GCdwbzgUi7QIgImwIGtzG0IX8YnRRAy/TPnW54dg0KufygLRr8RZUQGk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.538df1f6_1543976565191_0.5112076712927265"},"_hasShrinkwrap":false},"0.15.0-alpha.2fceaaa3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2fceaaa3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2fceaaa3","dist":{"shasum":"68cf3b4b909fce2748f9aaee0557cbeea1a2e39b","integrity":"sha512-yaB4nbZqUQBu4I6N0O6uWgIJBQd12L72dTERVZ9WnTe09mZ6MgxGBY553Xv0/mP0ruIzDsvEThCELCDkFElsGg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2fceaaa3.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcB5G4CRA9TVsSAnZWagAAIsIQAI0CO9JI0RpTsnuzwKBK\n/H9MgdOCCbFCru9HoJhM1slCw4Kd+g4QaDRnXRZkby9qF6Nl2xhHy3zfJJ4W\nUgakvUTWF8JW0zEBGMQIFxXyHbm5mwUvy+wsKx9nYHysNySqsOs7PBMMDdfu\nUa0jI9OdgKAWiqnzg0EwfgCxxKB87IO3A/vU/xNcPjG+Atxiun7MSU+YD3fF\nulklS84TyGEV450jVdvCHZDAo+QljSGZCpSLLER2lOQdxU0MCNAB8LY0wZOO\nd5/VB1My0Qtyp8fLpr0gnY8c7KnPIJ4wwUg9sFPXTlw2SQUx9bGZwwYnq0x0\nXTzdCRmsVx5NQaQpDsBziZdfrfYebpAtjQEsE7eTZVz6qyd/HEKI8QgVqdNa\n+pOg0g84Im81CDoeWU74hO+p1xOUy4vtTpS0ly5r2KvqLOQpWPnXu+f/1JV6\nxKREuQLNVkhUUfhQHpcov1EthIypaGAXpqnkl2bHx3M3qnrcI8wtydH1ToDv\nU3RMcCuq7x49blBmiludcBI+Y3PkCrk+Y49ajAcE4sZbNrF0tSaVJGQK2N3z\nO1GJCSrCRxIVmj2RznmoPxOHs9zsnJk6pK39ElH9iLSZm9X1fudphCtlLswk\nidKSYMPCGNlTeJqMhG9tgG8Hb2FSHCKPYJc4ohsVOKuJnWEJcSR2o10K/s2b\nNF56\r\n=G42/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICXj3SEav3flP6MErLQ2/VEB+SAXEtQAScqFReaTtti1AiEA0mTScsqWa7EPWv6LejDQG2dq7TpT8RETwnbrmvEKNl8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2fceaaa3_1543999927260_0.8344532225229973"},"_hasShrinkwrap":false},"0.15.0-alpha.b9fd3b3b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b9fd3b3b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b9fd3b3b","dist":{"shasum":"b485ee79938387e36fed613f9688ee0e9a0229f2","integrity":"sha512-Jv3iWwwxzrd8P/DxZ78VH5IOmYslOVlKXuFiBHfKSEtEUgDxITg0MbdTFbgyZ2eCa6daj3zbq61Crof3k0i5BQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b9fd3b3b.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcB5aHCRA9TVsSAnZWagAAF50P/3WXaNfHkd+nyY0mpCeV\nkd0skMl8KKi5kDhuXqcLUoBmuixtrDRyBLkd5O9z3xYl/2tfmPrQoE18e17W\nlZJl64D+P4UyvSRc4Hz7S8EcFiT/B5vKCZXxQilhNVddg4RTtQ/GQx5/O13g\n/5F4P6UJOr5fC/Wv7qtEsTQsUHdYpaWsojmlRQQQ0xl+JlCTBX7U3cDsd4cf\n7opCpk3ked14RnZo3HFs55OHJ5Bb/2fBMHxy8aCItQ2ZmWYSPMSW6z702/ZU\nN/4AudCieHVr0pzkhs7pyvQAzKWHZ7sPggvm/n2sr3d/8RqfxEdwJH+d1wtZ\nedlijmPNC3Fb1KxqX7C/nIX0+2rCDdEmaBLJ6oqEDEHhYusCAth+dNiS5DQF\ncwr8sTuLKrxzdXaX48Q1vJK1P2YB1smMP5J9Zhbg0x3k6LzlF/2w2fCQbvEP\nN0xiw+fukhJ/PsmB/JNi+eIVLAGzeT2eZKBbVCjdJ8mdtyNzkLCwGhSxewgs\nvHhHdZr1hNqetvOYeRaJG2bh6BfKDnO0Nmz8Tfrw/swXgFJdSL4oXTGq7OiB\n9yjl2JLfbXRndZQla8AOfatlyipZjpGsfGjx7k8rSHPT7pSZSk2rAPpeeC2W\nM5ej3wPkl8ysze+3iZc9yc/t8tCGlTYNEBHE/tpT2LrDknYC5M03T5XHFQeK\nTR79\r\n=buRf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg9dPrfbw6ckAG2BP9ZiYc63Ou81oIAixLU05ICvQGQwIhALfdtW30AB2mTH1JV90bX1AkTauRwizecokrzITsUVsb"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b9fd3b3b_1544001159102_0.8127497944076187"},"_hasShrinkwrap":false},"0.15.0-alpha.9b5f3445":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9b5f3445","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9b5f3445","dist":{"shasum":"b739b46073b95bb5075738dfe34b1dc0347be41b","integrity":"sha512-q6UbEb0+1ZdguwpqUbQF+LY721QBwPPZoIqz2vA8rMmF2bYq+N2bkp+mZYvPGEH1B6Ms1CIlw6OawJhSFbKDGg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9b5f3445.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCClGCRA9TVsSAnZWagAAA98QAIPiVRfkMIfRYK1FYzos\nEkhfXw90/uDX1Yaqy7Oz46nZ0vaWlU7KzAf+hteY67d2zH5rXeCQHzTpO2lu\niAUSswY74pPdHdxJvjYRiffUnLADuHX1hbPq+gQqDiZEhaDVNh8KCsQ99guu\nt4hLleHNROi8Du//nMnW+hrCzR3c1Jr71qjh0fGZTrn62EyNB6bWgrsouGa1\nU3mwMHic9LieWslgmnqq/vsQO2sc0gHVg+3LOrLxE+bMQn79Qe9Mhu2B5+GS\n+VxrMVJ5tYevK97/aUXANX0RHHf1oyH4xCHnNwsIs8oSXgJvyBBqv0QcY6Yn\nddqwDzqP82eLU3m/Es6GA9Dzwl/W6owIab/8Vws4SWAwxF0x5N/UitgRG/iQ\nYIB7wq854sY3wR4pgxqHYhk04st4DN4GWe719di2cnl+1n/qI2//sdSGzzcO\n8qP76O/EEREb4L3QXPAPYOwpr+4diTS7speA4PWVtSdT1c1rfWdXbtj4k5AS\nAGvuscVbFelOaE7cAMXUb555dXRvxFc+kpO8hFU9xjSrYjzy2j+z5Ux/+0yY\nedKjd8JxgVQVHQlNvVGijAJ5xoGaGVhY2Qt6aZCsrsdueZCE0Zw2r0nf+DSD\neoFHTAn8p+ZHUsc5FTFqCQWy3aMtF3cVfVsR89PFImHjp5VNxMDh2Z9Ml7Ps\n+EZy\r\n=tlkI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFgYhv800IuO1oWZn06TvJws4rCWiht2ZOZYkerFOg1zAiEAmc5GA9E5E0MXYWryPeD/BX7NwSEJdk+ImGi0cc0UsQw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9b5f3445_1544038725833_0.24951234571727898"},"_hasShrinkwrap":false},"0.15.0-alpha.9c2e949e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9c2e949e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9c2e949e","dist":{"shasum":"f82119921c3d4adabe9525b5e847aa1b513cf497","integrity":"sha512-jKIRZgBuybqHEQw3kBhNuoJBzjx3w7TCtmtO6KsFhInUMVhinyYBVxWGhwGiNtGPIGV+Cqke3/AUIRDGBmx+fg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9c2e949e.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCERuCRA9TVsSAnZWagAAh8kP/2HWlcUjPK6h5rSTGFWM\nL8stU7WAciy7Q4LTBcW9vARsqjeHk5qml4FfONo0tJXZC0XnsfGwRSRIR5TE\n5BBEux5ofTB8kxGc7o46gfslgI/U4DZoKpOC2VkhaJJV4dwi+LV/tojRF3tQ\nx6l0c5t+Qq9C9hIzNThllwGrAJ0Mj/9LKHFR6qWk08e1duHZlWg2JmphS7ae\nJZZrrQMlUiQdWLJ/7f5DkBN87747ZMF1m4064PtjRsNd7RMyFGUyG+gMncdp\nvu+EkecvvquhJoKy8n0Oxm6xkT0azuXnuN40DajEo9AZnkEySHYWOF/G40i4\ngui6LuTt/scfi1fWkQXecdn25R7XSjAY6D7lf+/IbyNDnP9/c6DqGlLWo0YN\nccJ9z1vFjK2k1CkbGqRRv2bdKe8wRRf/cHRRf48U2I2M4oMW4jiCBAQwll9c\nxp5oLNinAdJS7+eH2TtCYqha/XXcdotpJY/maFUxNp+9HgGHXLA6HC33iuvi\nNoSU7u1Vw0xNusPAGyWAtWR0rqRY5gfjdia+tHVKsoUrGy3dtOx3A2cQD7yv\nuy3MApOGOymU2a4g/7f08bEAx5G16BBcVPOWSDJXSQS4ynPPHNGrxdjKFztj\nGkr+Z6uyHNTebfq2Z/4S0OHqtM8OiP+/VAGlLRN0cGEKQc1afN6xzGiKrz/n\n/6GX\r\n=WTvR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCP3lwn8mPY377kVTZnEJg40WdlY7xfNr5QejwYyUUaNQIhAIb+bOtoJ+YWisVRMhwCbWfLynHGh0OqIThyvhcSMaGQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9c2e949e_1544045677673_0.2383017357652013"},"_hasShrinkwrap":false},"0.15.0-alpha.6e78056b":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6e78056b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6e78056b","dist":{"shasum":"c9b29f2cacb238fa1e4f7868d827f2f8fe02f0a8","integrity":"sha512-2+QzvnQh/HVpbnY2kbPIPhG4Hfv4RgF797X4lN5BsYZFofjOSYj+7oWNO9EsZb3WWeqcdyvmyiqiHrLjB7ISuA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6e78056b.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCFvcCRA9TVsSAnZWagAAUzYP/2lG8zamGP7O1q3mbY6m\nU70AHj6Z4IpOjfdeWk+TeykUvklY08LosYqhEs3wSjwuMRdxnUwzbp4hbRgx\nHaXKPDGrunN2ntcepjm13UDSHU2iA/cDV/Torz/APb39aJNXSB6ULBo/r24s\nntIew+PRmgYW5ZPiZvw9Lr6SmWM0b3U8b5aAwfCqY+EzGoavWOM0KZYUFQyP\nCv8P/F6tWc/p/MWUWmK2noYAChCIsmjyu/7EyqjTf4WjkZUfTnfJaX1UPidH\nYMYWmVydyQEg0QGI1/sfo58PpZHzt07uJTWqOntl+Ouo94CqqAJkhSaCWVlc\nWLYZB/kxzdqcVNsmy1f/xVWX1M2k1mEZ15OkqIlgz3IKrIazTB/NRfQ/0neV\nrF3K8slG0eCCzsunz972vmbWXuqiZqTjeCswtoaxeJPSrS2V4BNTV2Nso+GM\nVgkXvRDKTk9TYQW5uGac0x4+pOv+EibIDq1km1Bah70Jr3+uPuKLf9hBnjz+\nwkvR2A2e5djyGCi3tWh/Tf30IgKbSMpTQqQ8Y5B9XhRvZNNhaq+0jH6L3YRS\n6kgmiCi/1busLn6ibfMqD3wntUiUb9TSrBZon4xMx5Jq0Bmb6LkXUQcQICqn\nSBf8NERGfpyuzGwWBTFb963x/eHDShFnNk71RtPI1pd5oBu6JLAVFcCXZPSv\nsQih\r\n=VXhv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmQpYb7HDCvRwdt1zk0jgMjTXr/E02uxnCIW8ri0WNngIhAKElZJ52PxAGU2mEImqZzE1DdTATCXUT1dHchimanvhK"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6e78056b_1544051675616_0.19099076766680634"},"_hasShrinkwrap":false},"0.15.0-alpha.fcc6ed88":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fcc6ed88","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fcc6ed88","dist":{"shasum":"87889ee4e4fd2e24254eefcdc59cd051d661702e","integrity":"sha512-2/LHET1XxoOrbX1LKHwE7nKktC5oKC3nu1qlcJIPDZ5PCLG/XkxRQPtt0/IfwcKQeHgE9YqqgsEIcVQwd4RT0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fcc6ed88.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCFvlCRA9TVsSAnZWagAAp5wP/0FqHNkG2InPuMXfjhaG\nJnVNLb52846Ur2Q2OsBl78aAhT4nIOppy/QEzlvsn8rwcwitab9DCXjpWlaK\nIYTpIDLDT8VmmSQgGytous+UXtdqwU5QTgZgP4detheXrp8O4ZGiHGxCy8oH\nkDbQ1vuCZZ8ceF1fPtYcX+Y2gRJYVbLJfnlgP7zjHt6+usXD62p+4RuFCU8+\nlz3tWKd4yp1BQ1cQThu21AO9Z0vEn1IJxozmRdkz0JQ8J9H5+w93Rl4uesbZ\n7EGNXVD3qk4aDlnl8FiwpXnWbmNWGQtZ5cnE6YbCxyshE+g8EYk+bzkIG6I4\nbixvO/7QmzC5wI9PKtmLxoUM5ld40ObTM4rtu9oPxrHfDHjstCq4KW+APPQX\ntxrHmEFiomV5pGLja1rJrzSOhjgjJ9YwBEAKH7oJxTkpN4sWt2n/LBRhQYlS\n1PlOt+8RJ5W7ipGtxV0gZvucgTzYgJoNjyT+HyTfQ6F2xnzcOCRWrkbm7CCk\n6efbDTXQ3UicOS1XOHB7smCgk4ncPrM/CcZqe6NTErqPyuRp+/DTAg/+zMvq\n2NqM4hx30Larimj7qTaPlD02O6Y6QeA2XCWI69SYuyq+3afFPNP7+BJnuj3A\nVndAOFp6+nMmzuAjaZLCyASNAPM2LW9GTH5AVgEAcgkQcXoRRTGvX28Y+D3/\nswiO\r\n=UV8T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB8kI8+e9iFtQO2yQMpEs9NX2FlKWxL/GfHtOeFAMy1lAiARZyKigbjrHBTcRo4pbrP/4P0AK75KnB4blZvuzDU6JQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fcc6ed88_1544051684754_0.35093952625353486"},"_hasShrinkwrap":false},"0.15.0-alpha.074adfa0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.074adfa0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.074adfa0","dist":{"shasum":"382cff3e5890f5cc56b4fba0f4385fd25c167b23","integrity":"sha512-/o5dlkp0QJaR6i/SauDCbGRtPxxUIl/KghTPMDrST+qwII8APJ06eNQGnDDJMCTWdAA6HgCPyhRlifyNZRqqcg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.074adfa0.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCGVrCRA9TVsSAnZWagAAWjIP/1dgHedP63I0EO29qtah\nJw/moH4qSnyznhH3ZVZEdBdPCdbHzoPxoNBDxNy52lkLO0F+5nfUpEWySROi\nznua5SCGzyF8eKip1ebxetOsuz0v3/0I9s++w+PR1X6TuJqGv0eEzHBAmEDQ\nmN1ULh+RInTdilvHM0SHDoNXw6jqSTulrHQX398n3KvYTKw8u3h6d0khJ4Xx\nHqg8GOxJS0xl4+8NWBZy/O0RX1JcXW5Rd0tPaKUvwL60VdD3H/uiSo9mxMGd\nwXeC55L9xW7rvDN09UlMW1/zDp69NJDTMblT7QktoVy4k+aiFjHLA5Wh9me4\nLpxJntsgyulNnUGAJBuU0iGvnEy5RFKUrFhKfjT83vx6qfeYYoZCWaKK7ftF\nTDAylilfuM4hzRb+9sEV+yerTJ6ZDTh8KHzEsFpGyRy1rRvDLXONK4ULgXkl\ncl6R9Am74hDmRzoqVpCq7k3+QWYxnX9NrKn18wFVabevxiR7li8ubkgWQ3Z+\ntIPeEciI7zECxPyYAeuMAzfuuUtdwBEbWs/Mw7Wy1NAtW7yFIdGzG6EOqxYe\nHsRtwglHjoWb9B2vxBOogg1jR56T3pLxWiye01emy5pfNoqDjDOESi6X6La5\ncLVytp2nWwx7Hdg8t++jT5AOtcfyzphfefYIc/Ov0gY5qcS8OhICnWEd+mx4\nHaB0\r\n=6tFT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFHQbqF69pj3ORdMWG3ibZPoZ4QrA3l+kZCu35BiU6adAiA75mF4hH7wFelTmshHi3/wJwWMdz1S67p9KWzQb4645w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.074adfa0_1544054122905_0.5077715028847136"},"_hasShrinkwrap":false},"0.15.0-alpha.c80e901d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c80e901d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c80e901d","dist":{"shasum":"13bb59cf5c59461dd22969bad3219a5606f56d15","integrity":"sha512-BaVUs2GMmj1DxL0rOGUEFQvItY+eoZNXEYjjFjKqLcAXL6hqjSoY+byc/ZhPsimFxaa+VtYprjkIK3rKwXZ4UQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c80e901d.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCHYwCRA9TVsSAnZWagAAZaMQAJFIC9p2DQDgPZ8h3Gzo\njmIY0MFmRBJ0agOxez6SKLcEUqS12nzBIslfjWnAQdOsDJUzobfahnB95urN\nevF2y3fFFKqx6Th/bdqzFptNaaBhlzcLUbbTByR5KsDWw1qdzJoQJPyuzbGb\nmq9FnNYCzoLk3Gt4KlXnmaWea853omgd5CguOAUZcAswbCOWwyyuLLntOMnv\nQjIpzal1VdnqaUqRF8DJaR5i7EcJXNEdztcU8ALXmKYHCVDDVVW/MgY1Ks9M\nbOoE+Hq0IKPdzCUnJ+hwQ3ZFyPtfoeI5ZdiW/JiwPxUDKFLuc1g/5sFXWiW9\nBgVFmZuKCAlwczVy6MWpA1qCiZUAbVlOrzl4TrN/nIvaYaT+43eObHslum9m\n65+UqE9HtyDGOZk8dx2tNaK7Un++C1pT4vvyGiN+ZcwEhktDmurG+OrM543N\nSpc2t9yNNj+K/GsaDXoYcCu4ceEq3MU27Njb9OhVAjL41an5hCZ+zamjJ4Gu\n5HALpnW+5+H9bENwpkQ4bun4jl6Qnz9NobZeSrphBoBiqh99e1J3t2jmQZQU\nxbA0xVaiEyBZx6UuEVNUAUvgp7cVhwXfloUqN214UuiUaM+8i2SYz3XvdaCv\nHfPWkhYoaCtq1Qh40HqdgeMA3j0+hAmBeUYekWrI9TylCi4uvILqqzr8QIbf\nZm0Z\r\n=YteY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQColJHvDmOL0PIm3TqBASA4dYDX5IELFieeZzDmWhRCywIhAKuFBYbLdq/vWE69CXT+BKNb/rjNPp/0/QBwGK3UZ3oB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c80e901d_1544058416199_0.31529761817005353"},"_hasShrinkwrap":false},"0.15.0-alpha.28a7330f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.28a7330f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.28a7330f","dist":{"shasum":"ba8955a65dc69013fba48c1b16e95b3a3d3eab07","integrity":"sha512-VdyfjzkdUtMp1WZEyja6L/DfCXKVINQqIhYUeS3qQrommjUeTNycHaqMsyHegwdaMotx/VbTR/Hj2WVP/rG1GA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.28a7330f.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCHrrCRA9TVsSAnZWagAAQycP/0mC+P5cOwST0pa6N+se\nkR4pZ3j14jngm8miIAaukuRF72zWZcmoI50kG9NHpYNLoQGgwP6jKA8q6kLo\nM6XpAAmBJtKtlpnIlqkOoIEHiyTEAHdHUTobIvKXhmjakNF+Cen+VrmryyFb\nD4GWHV/1eDyx6t3HJ79Rg9LiSGhmFIyUaCYS8+U31NNTXKh5Q4yBgrC3Cfzr\nncPt86jPzAepLaCd3QmECOvApUSa8/AnqUCbMsnIlkX/rvqapPNtJjcId5zG\nsC+ZHeiKQgKSvXRr5FO1gHh/XtETpo6Y1fqdCEgxsvTj561BssJI5ClVPx5w\n8EfGnuGvlVeDrRdaIWFyZNKOY4xrrfSyQ1PqGm5kvqV5CybYOBKl7cAvUVsn\nprH9JMYy235uSzdr/rdMkOfPaa/cjAfSuv7q65WYRXkGhfs6hTzgDfgeez+D\ntSnQ+NhIpAB+KmDtLD9NxI4g2pZ3f12L+adpMmupOdOm9dFrSW6xspz3fpyG\njOh0h35LO2j1AYHhayxJ4uuKoJN9P/9PjilW4nZ6snMXkX3AV+NDfMKOArgF\nXoQhLk9x9BLm2n6GKVZMLFhhzG71RU7k8jDzdOVlyvz1Qy1cqQCfPwY2oNM1\nWZQuZoDF5q1hADJgbefRwKThr1xsflauM25c7P3/YyAZcLQmwV/JhT08LszL\nSG1g\r\n=Drwb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFpHkyfnsihEi8wQWRMDCXAc0fWZVrt5Jy73rK6VxadyAiEAps4FeJCAbz9kKUN1EHeNBX2pqfpCYJYclF1m0Swbgrc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.28a7330f_1544059626578_0.10817898806354398"},"_hasShrinkwrap":false},"0.15.0-alpha.510c0bf0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.510c0bf0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.510c0bf0","dist":{"shasum":"2591b9f7fc75969d188a279dda0926ebc5a7d082","integrity":"sha512-bwzA5ul4l93lGk+gWr7Q4FYLCDrcUrGdCUSUc9kiq9eUOYnPbBKH69tt7RTNb9hDrE7UmYSjUqek74M13ucPzw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.510c0bf0.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCItuCRA9TVsSAnZWagAAeRIQAKG+WEguIkZl7PxgJ84Z\nlwayTwqrTdxIw1YlBawo6zY+cvGAJXNbhCEMzQ/4co1XF6e0ud3F7MZAlpef\nQILt/xKYlRwcV18T/AjpU8YcY7jMe+s1qCJjYPzWmzgJZX4m7FYv99uNkjjA\n0LbfsBXeGFsxGCT0yhzNR1mImXVp7rsv1zR/s6XPE6wl9m8YTcr0cmRZaHVa\nTJQpg1LSxgKDcg8N0gZUHT64kp0zwqbpuvAOaeGIR+gS82gY+5ZPtQo1+Q1F\nfMwiukfzyjwQKfA2Gi+bDyBcnTGNGwehHlYuPWN0LA4aI061vhh0MwzOWGVn\n75NoWra0fTIgyRjoF1h3WqjjG5v4IdeDX3OG0YHnxClpmYDVuklCeiJrHNS7\nr/xqGC9uSHpQl9Vby/tqAZ/ONLFGrVnzuP7FQI1l0BnsIY0DE+5blTLzvOdE\nvJxtBsA9pWQikoDAS/tPzokuTNpSAFfxG/36W7cNWCfnCRvNc6Lu2cnzUDbv\nwVimGVBJaJKN+kiPQ0VLLFdg0P1ODrLjksVMuvg2VIidWa1jv9xlhXJ5zg+U\nJmo9Lyg4kONCDfITOIw3H1ywqsfYPpXyYZP9PKXKpTp4f9jhLFL0aGiMDBdr\nBHlDXM0wVJcnYuA6W/mkOJfZ28800rn3dVuppSS+W9ufIpP0OOV6NOcCqzXJ\nSPUI\r\n=u3cS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBgmegExtV+h+NQ0DWYXFwBRMDs/JN9uWKyccSyn3hKfAiEAqNjZOodKtT4/XJE0VjPEYrpq6NjpyW1IvmCsEi+/3Ek="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.510c0bf0_1544063853260_0.13865512897594234"},"_hasShrinkwrap":false},"0.15.0-alpha.549543f7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.549543f7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.549543f7","dist":{"shasum":"fada50ec784f3d3efd0123dfdc4cccb4d6260e1c","integrity":"sha512-YtFZfUSivtwdXlO+m+aIwFvf8q/Kh/ekhHhj0fAhScQq10chP1+fDwNI7BaU5ZIOafujEBF07yzmdWosFaO+dw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.549543f7.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCNYvCRA9TVsSAnZWagAAqBsP/j/OjC1PmwDtbBa8U8oX\n0dSP6wiHMt9qY4V2Js2sEAvyQhDjhKm+d4C758k4ujKj4VlvsXefm3qRfbpy\n3xatKVmRJxPbR9ATCileYs4dLaWzBO6CsZtwu6TcRuafRSwf/m2MoWPlc/cX\njafqYpfiY8L4oYEaGMyXGR6a4JDX3ELugsiVD8ODBoYTXXYaO6yXaYcVImfJ\nmolb908eXyLrGZqiCNKYUHW96EE1G2ygKMJkv7vmotsAYjIyXTt+iXDS8RMc\nD+2isklzuG55LWN+I7Boda/VMDLD9zg3X6AODdXHVlCga6ppxqpX/N2Fvvt1\nRR0Zp82E/hqAfX2QoChBjwP/rB74WmnocT4eUPNQGSb1tZmqBxYiaCDxPnMm\nGhDRnJndgB0QDCqL9syN8NqH5h5Ery/IQJov0229fKbqcpowGcFD58uyvUFR\n/dTmm69QLjHOISUhac55HC+0AsyojPGZOzKC967UOeEjKlm0jVrvG/k7I5x6\nQ9/B7l+7vobVTLS7pi6WWw8HAey31sZKhcWWZ+L3SMmNsmzvs6mmv19UfWie\nVAOuR1EjP5r1F9q5y6QXbcyNPkXGWfHsDaBj0BgQrR9MJManVR8fUBP+u/F2\nNFkTzZGwZXVGJUfUtMdtllBuYLuijRh6dyawCT5kdZWcOODyYQ/kB3XTMhoS\nQQTK\r\n=B2sl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHeY359PkhjO0nYO6H072XTfg9to49CJxE+MazTTK+XhAiEAo1h7/DGuW9HQ7UNYlh1prNV40NBuukUUiOOI2ZHBA6E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.549543f7_1544082990788_0.459224667320157"},"_hasShrinkwrap":false},"0.15.0-alpha.74c74309":{"name":"graphql-codegen-core","version":"0.15.0-alpha.74c74309","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.74c74309","dist":{"shasum":"e20284e1eca613698051903df6f23c96fd4d3190","integrity":"sha512-KBEuP9sGNpf1B3VHuvk6IoMXZ8wEKckbX6pm3AXWRzKatq7BTFDLiCjA13nRXpAfGb25VtfKFynGxhEyc3AQZA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.74c74309.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCYnuCRA9TVsSAnZWagAALEwP/j9p5AqKdgQ4+R3JkP5c\n++VcMerpKsTU7occqwQ3sBPAfXNo4zcA/UZD2vTZBRGAAg+r1un4hx3m0NUx\nu/ZRmXC82ggT4bpZx9IGlHW7tAkVC/ZIsEH5gV18dF2PliFIA17HfeCZGwzl\nd6TTrjkibxOvQeostLf3iMnrTDWNC3AhaiuPxp4TPrbsdqDOoJX/81zvnIcs\n4mJqoqt8TI17UnPoAt27hb3e3C4xHJ43rMS1hs47VrbbZiBoy2UOcdZgXefH\nia4YrF3UF8XxNYa98LWKwCnwPuleyguzHYEhpqK+hUbdvm3L7DmFQb5DzSiU\niWgoVCDrb+wdpaZcOZkwIw+PpmhJr6S7pwkDdIl2Lr1QiLcOSmMgznuRs/Hn\ntmaFaJMRotOsf7kObsW3BVZFzbjhTZggOJ0NwlBjg8hjQ3fObXxtDn+gHchV\ngzsmbqd9qIdoYN/ui2T1y+j4KJzN7BO3qCCIOi+NCSu5g2KF6vEMr2N/yKxr\ncxKLwMl7lUrJSE8W+nE/YAYDMPe5K2W8Zjq6jEi3q0EgpAuITA/XH1jt6/rL\n1ZxqwgAsN0zfvutH9S9lKbzRs33pZlTNiw1IH/dNDmciaC6hIg1JLYV7YzJe\nu/opn/QB2neKoeBLwWLccRoXv6PVG9ea1eb5YTx0nWZnqitw5N9ez52I0ktK\nCPoh\r\n=8VCc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnyl4s9o6Zrbi6sEG9Q1CquX/in0yvKvJhKwqwfcolFwIgEaUOTjAWVlZwmK+GYYhfuwi4U1gXMOER0shy1+P5vWc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.74c74309_1544129005371_0.4387446043087446"},"_hasShrinkwrap":false},"0.15.0-alpha.df7f6b80":{"name":"graphql-codegen-core","version":"0.15.0-alpha.df7f6b80","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.df7f6b80","dist":{"shasum":"842dd02dfc66a31b5262a91df48b26f3ed06ed8b","integrity":"sha512-F2wMA8EZ0uJBBHwxTQzL7IbAwj6UWmjvaPp8Am8kXF/sjqPeem4myRu4WXdcCCZ9N8en1YS7/MCUYoUpfqQX8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.df7f6b80.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCbjKCRA9TVsSAnZWagAA3owP/1DdyBvXJYefNR5H1niW\nesXP/YS+OxVQvi9kj4JeAdNtRe/0gsT7se8/X6W0S8kquthtOoqNBy/D5gK8\nnltWZCWgAjgwQJzL8bBnPU7CsnwGcvPRSw0KS/VhvK37H8DuefsuNHqyyDeh\n14DaZIudq3cef7v0kcuIuyrSAMFhbdT1p25Qa+EMN1AtrgYMVoOIHnKLd1mm\n7k4p6MDdidwtHCSWF9rJrp3OiY6Jjnj5RO9yEThL1VJBaJ1SuvG8h01JtaKE\nnFYdTGetDuOUFao0A5/ajcxD9SmS1wN8IS144xyVkQT9rqFzZSmNQIQlzgw5\nsilQO81BH50xzs4zJMgVDbkVjEWA06TZG2MkrzmXyn7tdtRdxSwGnEJhW8/+\nFQ3DZ7L/RRo4BUkOtlSsaolbnMLjwV0cdwEUvc56UPdtLrZUzUgxsxF9KYvF\n8+8mBFRE+9Kk4QBhnf98e/d6DX3u8UIRbZDfP69j6IUHnfn9uD3M9APGmFmJ\njfl849ZrUw0d6WIwhBQ9uVcqaC0Cemz/Os12r3eBoj+Ln7W+RsYIjNBrSIJE\nCSncp2c/p7nWjC1tnizO/8Xpel55RB96QUxpTUQxUm/E2lCmPugVrhbgPstk\nNjMIoqsO42b5P0z7E9MEWNcI9wkytEyL7GkehODqixUSZ9QbNqBrlm5+YMCB\nrkyJ\r\n=dSqR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6Ys5Q2xc1eZYxRWgptXDlfcJVdnDhiwSBC4L+cm42mAiAwJer6lGNnMiqOLPhWqPBUEHCpPaxoJF6Y74KN9RmH0w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.df7f6b80_1544141001614_0.5479431703822777"},"_hasShrinkwrap":false},"0.15.0-alpha.02405b2f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.02405b2f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.02405b2f","dist":{"shasum":"1ade4c97a0659b1a0c1dc8ad2963ea0cb78dd22d","integrity":"sha512-jk2BqJsIswzv9bBC16VhzkSVSRd6rQb4pCWtCOxJ1VOiUno0c6qO1cB4ZD61j5t+cpqVM0wb/SPoIErEOaoOmQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.02405b2f.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCbkCCRA9TVsSAnZWagAA4YEP/AgfQ3vrhHJt7YfKcOhW\nfmTkiUhHgCJZlI4AB3n02437OFgo6qSIG4wZ4fLUepQa2lLdC/2SaSfq/p4P\n7QPgL23Quqdaqa0ZJfkLrZ63BsKUW5NigD9O6Y2/UKtOl19HlQ737CUVPetz\nzDugbAIK1C5A32hiCcJB7usvWPlsgB3OBT/+gFb5ix++bjR2Qcz8N4KySx7D\ni8yf01eYSYhi8HTHz4PuxTjLPcosb61v2VeyIhe2Ld4hTtbJTR7Ek2AuuSQ3\nkXjC14PPBhs0C01qgQT/0OhDnkpY6YYkr1X+i63ljCbcCk7avbs3p8Nb0z/W\nT/iergGZSRzWFX5kyluvJCViqbqd8Myb3yLylxJTFqKUmzHxZB62fueEoeuJ\nOSlVkQYMdacx7aoXqarUJCe3ttVg1lR97BDbUTR0VDEm3Gs13jMkv20UEYdu\njeyb5KsYLqogGF+2fRXQTgEjxFp722UEic+qTWU3C9lOSKgycm0qXK2+5Shs\nio28V4c46PynwINjjB/zzn50dgbavmd89awH5pmRhfre+QH3gLgwNyUhLkL0\n5mSlKEkMHgdwuDLy/jRJFbLHSjVr3FAzTIqK1SdpmBzh3kk7z2Vw864Eg4F3\n5kRxlCqjACM4Bkg8rkbfYhsSExQWSXCLVcB4ZLfPIlKqvtwolmVL3XtWjxrF\nCUh4\r\n=Ia/f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHTtmTc7vmG860JEcLkKyOD7gNAwnfqosT8Lt3QIcWdtAiEAwjy8RmLvsrSSFB3GU0JLc4nMT7VIWJFEId4tsaLmvlg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.02405b2f_1544141057991_0.34752424249501646"},"_hasShrinkwrap":false},"0.15.0-alpha.07f81e62":{"name":"graphql-codegen-core","version":"0.15.0-alpha.07f81e62","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.07f81e62","dist":{"shasum":"35c4b7bc264ffe205523d28d5d4cd0b239532e48","integrity":"sha512-/QHXF7AlUWkanxk1mT5cmKkwd6AQB5Wj1xR/BWTGPk+PIePRLQDO1ofJXafLjrgBag57gn9yPEvwtYz5kedxcg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.07f81e62.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCb0ACRA9TVsSAnZWagAAY8wP/R0CAXJnvxRQ40nyab9u\n3XS1Duhz6qDBCF71LV7kgQnkbP1HN5sy1SG0rqj2XkK5cbpugv3fOa2XZDqR\ncRldYVOin0Mvk7EoBknALgm2QegaOqAk4TaYbs8lULwQMwR0I1Dy37fCS0Z/\n2BUy4wxxkSCF7Np+HZPzVcmgHdQpl6Ba3cd/UCTJgkxcB+7vursdWIR8/Yxj\nIwi5Vgr8/VbAbFhAeCQRBlPaCvlgGIunTzhN7ePF7b1pOVzJcSOwzegHuQqy\npz1GTLzWPWq+2aZ9MGhAjJhWkCg304qoZRPBbdiJmKUaMamN+H/oe5e1sZ0f\n47lgErlHXslnT0DGDzRi8rKbhCN0h0huUl/aBFDQdECL8BQVSZAHhxV/l8Jb\n9MnwTGO103MYv2QwiWlTX36w26Ejt0Rtu/+7KspKSpvsF+vxdZ/bVPghRg5M\nCOi327KgRuVZJSHBp1dTAFY1VrOI2+BrV6F0s1S27g7VXcNGq9PzB/GiQYDN\nco2wWR3CfEjT0tGXJe+XkO+wsNqyd7RSwFwq9sWQkJuCcPj7qL+HYVHY8HTf\n8V7AVv8YdP1m5r46TZNVnenEnr4J7e3HqBErg1kyvj/GBNJY8S1Lp/BwoFXT\nitJNnooG7nw6mMDquKom3+QDZmU/YB9V4zgGUlKzy9xQLWK/UrrkU/LQq8FH\nwsiE\r\n=TvCK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjArM/ghL9CpmkjUQDfssMlXyf4lMXmirRJRzFpsjpqAiEA697ZbUa3VtYmhUph51U8LDPA3e3u74ITmJA0BO/+wnI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.07f81e62_1544142079869_0.89182539152535"},"_hasShrinkwrap":false},"0.15.0-alpha.347bf8c0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.347bf8c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.347bf8c0","dist":{"shasum":"70ab4ae69c79dc6fe9b86f53d7cd19e1931caacd","integrity":"sha512-7+im5vlQKYoRpXjliEvkb9Q2nxxsUAnOFhRjI3lY2pKx8xWC119QDGsE6dNWBk8xF+Ynd8RzDFW2wfMdA/ahiQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.347bf8c0.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCdVVCRA9TVsSAnZWagAADxMP/Ahg36vedzKwzXpHm1qx\n2z/ZgbaUcGPibdAs3GtstMODdTVoQGZfnKBbM67LxOBQ+mGEWAsATrwaaTEA\nxk4RufXSLQ5SDRWGm7BEwohfgY+JVgE7HOjBbZuEEG25goSF37ibcJ6WfdAl\nDwmmNLmvtksqDeJCIZnAxEp6ApbDF/mVFcgmbotieMugOcZZkOhM5VdSE5nP\n1xaPPg0jq7E4v25zp4nErc1whhhp3+DmXOS1fpJBsnqMYF6sDo5UpqB030SC\niLQNHGJx6OwnZNswgInE9TlXrxQ4uL9gud+j+Oz9pkqisc4XMr6E/OfHwZoA\nBfO7iZjVx23KclVysJmfoLQiKYH5x/QLT2Xe56Oet6NM7a1CnzdbAyn5yQe4\n/8sxqszqizxIo7cSsfGbClw1AkFejbChQRHuEtItpa82LFfBfzZRk2Nt0+sY\nwXj9K5jeMGnyadyXHXqCnkcRA48j274uQAxSeTKOtQWFKN7oU7EAPYqPsIob\nRCUe6dne7J9mv8hjDthBv2SUDTLWwxF00bB668GibnER38/HE9P/+U+Y4z3C\nsQZhLs/eBHX/OyG9Q247J+EXHoWYZwjGVemrzwkNsmAjGiKjhg7mcfPUHcMe\nJP5NF9UVM3RgM8CZxLON5fEkcLFTYD0qas8dPTd4D7p+X+1uxKDgaQ0FgUrI\n/WdW\r\n=T84X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETTmM0b8y3otYo7roRjYoi0Pu8h84anjb8RFbn5XaJfAiBpb5o1ChIT928A2f5CTLzEZCEhcHMgIEf1fMOjU2zWJQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.347bf8c0_1544148308408_0.03914740269560668"},"_hasShrinkwrap":false},"0.15.0-alpha.34708a2d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.34708a2d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.34708a2d","dist":{"shasum":"cfb7feb70c61f1954e9dd15b056ed9050c61cd8c","integrity":"sha512-3l7txrD5bFMvE5+D9TVDOV47y8OvQyfA5HVWwj1m9XwuHwIlKrMcBc6uBnTIn17Tehuv8VrzgWvdkLHrOi50fg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.34708a2d.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCemECRA9TVsSAnZWagAAsiIP/2gRiUNiebZGJ/MeAGiJ\nbfeDKkMVN3plhATahCyeFWpbLzVsgCUfsJCGGzjQ7l5kXrKkx8t4kjW8mF44\ne+EKYHCypo0b9dirVIAQzDULBi4BXaooywss6dyr89x8JWPt8ALV8MnYDUVR\nW+V/q+kAZp8mW+BOEXau0eDETxW5RmDzkAvC6zvfJryLdU2HhL8ugz9+tERk\nTHT2MTayISjqngfhJKMOjasK4O7U3u9R7wAn3FuUTOp92j/0/nkYWa3n+dEX\nak7rFw9a6v3jfPs8vKwtwKMUiYykcRVdNTMGJjM0fRvD2AFZHxUBnc1USZFv\n2iVqYvkEJ6QGFmP25+/UKNYjgnv+nvovgk7OiSmqPorQLKvj2IlXvS/weN3g\nkXU1Caz8ViR/6NBfSJgt4/1VLn8CcQNUPRinzdJ1ZLAEHNM/1ERGZGMTY7UK\nvm2uASUdlM/6XMBzE8xTQU4NY8GiWi43OlcXL51DRPwieJwpjU8M7LakzgPq\n0FDh87DpgISn2+0fgWA/rfkfVDH5CDxST2E33RsylKhNDfacxSO996a5XPYY\njvOxLMrsFrIp7MpZFvHBxpLNpWNY7eamm0YlpUXPcXQ4X7wyQhDSxy2IxX8k\nA+KLwTH+eD2EYZvW85v6P6G7esoCey9E4q4EqEC/RUN48rqdFEIrYpFYckY0\nDysO\r\n=uKct\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqxEx1DezB2mIUsxz5NXpZNdfB1K6JNaN7yP2nJrIOgQIgHsWvbbSbf6k4t6iRZtR070PRceap5bDIrqfonnDwzYU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.34708a2d_1544153475285_0.8723180403396242"},"_hasShrinkwrap":false},"0.15.0-alpha.dd183237":{"name":"graphql-codegen-core","version":"0.15.0-alpha.dd183237","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.dd183237","dist":{"shasum":"43400aff3a1dcc798b0de8094060948aaed948c3","integrity":"sha512-JJlGvo+72VVyy+eRkf/0yzh02dbLQOR1F6rq3+YOMmEN4lY514bfQyBo2gaSl55JvnenLhy18I8GquHn0sP4rw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.dd183237.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCiDxCRA9TVsSAnZWagAAffkP/jzVc+UsvSHVUi6nhbH4\nKoadnHxN7gQ8ZfYlqZXU5KPa1x+Av7yJtKemF5pG8JMPuX22wrgXeqTzXN7/\no1U4xNIziEECgi286Tfg+WYQCPBXGOqKJZZPIWUE3FtwNae1/oxwpoD5/HB7\nZAxeXoEb7OA6oQOUd0eq/yjgdSGxj1xhBw2LKzxxBeeIcbG47Twcv36n2sov\nG6LNc3TJtjtWBeYUzEnB4n2z7TrSk++eGh/m6sOwXUvmGdHTtfVKmRfPdUiH\ngZMYN04fOPqlzXK1070Ys/ycvrcuuINTVgL+k1qTSA1B2VJewEllCsOkAyFo\nH0lMgFayDujDu+BQrHXgc2RV0Du/ai/ED/u5byHsUDlGH4JAlj67oFiu2fh5\n79jEaoUSVienP30au9Vjb3KrlxjorPA4Th7jRr33YpMcQX1O50HTB+PsS0Rl\nJ5dJyaCuWrS5FWTff+ixcRqqjsWsLVariWP7phtI/KJuVn8qnXo+F3LDvhvh\n6DXM0kIjRRjSbXcHvfUedaaWsKzrFWiqtTddRYYIVekzS9Y08XhpTeiaXDcm\nEcPlnEgPSEhgTiHWFORC1ti8vFo47sQvUsl77Bgd65dejkQkHf+xGE7Z3dv5\nZ3kEHqqu0kC8FvpSLtRQiF6jGEncBurUb12xKKB0b5id0MCpuQxT6VH2ZByj\nhaLW\r\n=jo53\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmaN1kbpFtuhSFAK1R1Sq0BPts8dvh8P1tH6CZFVGG5gIgL5TmZRUUbtxLOKiBaRon6LyVg4NO1ES+Qn4nHYh7pNA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.dd183237_1544167664565_0.9271787676477101"},"_hasShrinkwrap":false},"0.15.0-alpha.e278549d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e278549d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e278549d","dist":{"shasum":"15dd8a7bfeed472ff6b1f388347c6365ffb1ea9c","integrity":"sha512-Id+feaJUkUJ6f0IT96F+simoOHukwiiAUyDXbII+2ElyJS6YEGsUMtUzQsy2b3+FVwMfOPPZjFPF+y1fS0LPQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e278549d.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCiPuCRA9TVsSAnZWagAAbmcP/0U3GfudzWFaczZnAv4c\nTl/ccBIuHGI5tk5GKB9jZg0n80piyzZ8TX8CCOlLlpxwPvHk2islEGXx6kVC\nNdJJlrb8v4sxXrwdM5mI52Ukip6m2vZDnwEOHskhTBULJu8vOX+Dlx3IS3NS\nL9leeiINYVjFUXnvVfnkbKXRVl0OnFsmygPDqsUnqyzqklmUwc5Kx4tkfGZo\ndepgw++WlL+L6CLR3oJDs/uYxnfx0ZVkxjaxQB70EAfzespwJ96GqEyjzFHx\ntAgqSI7XR/d31BbqGxkcjY6rFsCEuMZquxAFmFXDzIAT7wlN+li2PW5l7DJL\nbbTM9PHSIwHz0wjrMWM0QoxoJnZildoc/6pxR6Jj6dgfrivRikSuHXALUINW\nrJ+o8u/HI025CPwJ1mgcs6s6QXzjnSl1Z7yKnXAsBSYnAu4BYlghb+gksHv9\nCkz1IStkc6SFjXO6EmqhjuKlMEkCkTdv5WV7GhQ7IHuDWBeGNZQ4vd9mTQ/Q\n9ibrt/wQ/KrIfarAPa1tRXWuelwsOBAvi/87Nk+ntH09kF/rIFHlCgP+Ltmg\nl1/IkxevAXutKA3IqcKwWwT+tMtRtBLH1EBZsCkRNWuhEKkmmXUTVvW0xNWC\nYH6lSUj10277J9lAXQpneeNsuuQ5mR/BkdVNiXNnS0e01Aln1lycALtJLvyX\nP5uG\r\n=U2ct\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEjzPR2Pg6B6XgOuZ050tUQoEuOsYt8jeVgblJ4ATLo3AiEAmYmRB9RHWDD124m6kQWvflFaCeNQt8ECCnkTfxhe4Bs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e278549d_1544168429798_0.6844207206701591"},"_hasShrinkwrap":false},"0.15.0-alpha.f4c97603":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f4c97603","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f4c97603","dist":{"shasum":"fff6abe5d967116ff5fbb65e12d0403411d32f0d","integrity":"sha512-4IoiqdWTGA9UfJABDtGL9awF/9yxev+iDQ9SGe0M2hozPt1K+cWWgJm5sdd/AkREoW82XLIEybqVd589g6NyZw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f4c97603.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCi26CRA9TVsSAnZWagAAYhAP/0WQ0PgR3TysgmAbsCjO\nDdpaPagpWNnrjhjdRwnhAwsQeh9dtXmkcqPP6q4asj49o8QIPS+UdKN2Sast\nGLOJQ/31uTg9RpUV4yE+AwvG6sT1+Z2lrd4XAjJ+5R1owX1rQFeOt52G/E2t\nwgrWi4rX4YsLWjYRY5R/M74Spnb3fNvc8ZCbGHgHEU9dZeOn4j4F9cFmMLIb\nViDELbKtgS85ReZdRzxA6WCxB/umKOPTy9AlKvO2t/1ONMEAjrb3EfcOeqT7\nkMNXEwYXBR8crhYkO1Otsse2bYFWWLrlxJT20KyO92i4x2GHf5oB1lCgcSg7\nPA5gU9jv/pHJoHlJ6BsQWMXxNrEqZ/aRp08OIH9lpByfLnXYVwNfeTv4SnZw\nYhfQwpqRMj/Al0FFEBXOlBoDW4R+mP7PWK+qoRMSFD6GWZ+YNd92TNxgwn0G\nOlK0XYdjXQi7d+laGuoL6PwuaPclh6+UHdqS3RLkbvVizAjg2ygsNbHGzEdD\nXHKJ8fEryJT6Mcpmq5GyxQ8C8mytfG+RNo0WKI8pMMaQAypENFrPsAbt/uL3\nE4H9BeKCyA+7N/0Z2Y2h3vP2p4+3IpcR+TaCAHRyUbI9faONHz0PzkMfSi/q\nMaSqwCG8cpBfWzbrLAPEDsmk0EKjGR/Y+1P8QiwuiEtX9Mp9Z0EKDOl00OPk\nPghu\r\n=3rZW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAhyXbqYfrd65LDvfisk67Izv4toA2XgChDwNvMGbQDzAiEA2VI1NZG43z1mpkJRzlVthO7L06tBDctg6CiRtMXvjX8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f4c97603_1544170937212_0.2514589955203763"},"_hasShrinkwrap":false},"0.15.0-alpha.4454e11d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4454e11d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4454e11d","dist":{"shasum":"a23acf193abc63c6ffe6af0d281527723af45887","integrity":"sha512-38flGEkRrkGnI9TXIG6J8WeqsnLHjvfNgozbBeT2EMRfmKG81fDJH6QEBj5CMtixU2z7TagxWxZH6dIkd0Ladw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4454e11d.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCmFJCRA9TVsSAnZWagAAKNUP/11xDqGx849aOLNdK9/t\nk1TFSRPO8fDqrP2wMc8HbrW+tPmV71cSoJr3PwfbX/xUndbFpfcIBb86NFoE\nMC0QTVaYHgitMXq735nAwwYJxX57/MuM6wUwvwVxmzlRbg3G/AFoVAXMJH3y\nm8wY+ly5LWK01O+jocZe33q3faMTKrPK5NdPBtH88ea4s+eFmaOqPNcpHdmx\nSWUEmw/eABvxhZoUYcNBSzgMPC/quzzbpDCmcQ/MLWH1oYCunI1XclD4G/Yp\njasVVbc1mtqkeFH0UCDJ3ANJz3zbTmBS3hQdTnQdna4G2TKzFccKxp2HGO5V\n3wEM7sTMEP7ZzkrsIYh0wKwxrJcqqg8l4d0daoOZEWoiHtQAYGZmq//5hSmL\nSiLN6mX0MqMUdwVqidwn6PYZFLP6YZxNQvbncsNM/D4ZEEy4n7chYSyp6k/V\nJDyYiZSyO86zxsxsL+syKmLcI0FlgOtLvyZIGvq1W9umQOSXy4BGqhk7YAUH\nlseu8bLO1mS9EuzHVi3UBxmoBP+AxBsx4NhqQLkNl5c9rddD+pl75w/FMVmy\nf0w0YI75jmX5mSVNCy18k+a5PVa2Anf7BDEfY4y8nwEIJ9ddqXpqr2rzJZQc\nPQaSA6ihWEyk7A2+DmZOg0gfSrCObWWHKWl8QG5/wRxlV2+shx3BMQ9EL8fG\nI9Im\r\n=62WU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqwpB5Cp+MD/gO8m2gogs/Qmx/41Mpy3Cn72xFOyUgHQIgTU0f9maqxm9DaAT1d4TnzJdgF2o0J5I/Hj8Z2CrKEyE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4454e11d_1544184136563_0.8035680128252412"},"_hasShrinkwrap":false},"0.15.0-alpha.ba2f31c9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ba2f31c9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ba2f31c9","dist":{"shasum":"edbd98365bcde50134e3aabe9185ddfb9c59e734","integrity":"sha512-34RLgd9Dyo/R8lzX3zxxMuVne0SaHYigIvjqRwufVISk8x5y1Ot37dN9j1A92VUf2TBi6J8DYRzhie+URxOv4g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ba2f31c9.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCp1qCRA9TVsSAnZWagAAJcoP/RRB85d8XwYpZb+BiY/P\nJ3x69L3EnYEeyUiAyTNVwOWAN9kvgEpmx5WGB6c5bPCRKcbGUAfNrGbxG79y\nelXTM8yH1RXlQ2V90bD8yhiRDugm4YICVbSOhUkTkGnslgLNtykPDt9IwRGV\nV0icFWaa1GYBkUD7IK/5DGIO0IVLcy4OgwFmu5xACrStroWxwvVI0UStPY0+\nNYd+nFEYYR1a2vrMfrwHD05lDF1a31ay56WHPK2vUZlqWV8dbSHV8Z4IIqlV\nGmMFPn/+EX1dKRncoE7VvPLYauHLFIsc/Dg77gaNkIJoF0yW/DNweoSoGMxZ\nTkTsBKHK4iGompVgo/L/RAO8ZDQvNSt5YGXX9uuZQT1cBbbXrZRPgu+5pdfO\nKTEcTbXLU5ZkGjHVLTeFpT443rof1nr+CthbANNCnzWvq87oFcoHycXhtZg+\nYjhTlk7qQTLFJEjYStgoP+JOk4b9PJGh50P1yxZYgf0XuyoQ9w18DZE6LDmq\nPbsS1ltasBMMWeXNSl8s36lJ16mqKIk8qN72lawmj67x87B5KbH2bGJ3WcBG\nXabMUOO+xiC7NCKsd0ypE3bKNDFazNJLA6xkX00SdrCeMZSYfE5s1cJdgchl\nM7F+2ZH5SI8Y9uRVx5AOnkgnu+r62uqXX1d78wBYtMt2Tt/BL6rja7RTOAn9\nz18I\r\n=CFkX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtg8DDo05+B/HzTfLxvpvcAJ7envOkJpWhBXuo22+eEAIhANufMMdxScqlDTjo02j8XHVrdcDQzWtvdD7u3X3X9erQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ba2f31c9_1544199529523_0.24631723674785455"},"_hasShrinkwrap":false},"0.15.0-alpha.5870a18c":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5870a18c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5870a18c","dist":{"shasum":"c8db56d6a00f7219a7455fe832267be3a341f67a","integrity":"sha512-l5Etp8pf4xJ0gzrD5+0N1/+zqPxawSxKzrpBJ+DAS129CRwhHE4Q8f62nf6cjjAW8D1O1sFZDHM/YR4dKPBf1Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5870a18c.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCqDQCRA9TVsSAnZWagAAs70P+wXbS0Oe/KiCckWqCiuw\n0vNX9k6uWup/QgCxmfOrayJQXe9sH9A0b2UdTKB1oAsbcez5LHrqaeKQBEcR\nuqlJmBeSDtsTyVN0v/M/xC06VQassI80sR3NZ3cHfHz/PlN1hHbUwIRWQ1dv\nVRUKt0S6BzedsiMD6O/WkhSDIdRpw3JJhIVUVmZX+RTxNZReOZsqCDBu+Ok5\nbVNBKFqT00Qt7ps4Q3IClbPXa/4jddx3olPYunkIvz+vzQss7EqZ8Uv7X0hJ\nsDPV7sLGJMT8bXCA4xqY4kvdGXfNMB+oA5vUnJSlSfa3SenYFlyS3+iC9MN0\nk4d38N5XiNBivKEnZUtr1mNWHFVlAHLZY69xl0oGfmLAh6a+zPwajMRqhKv5\n2T58tNh8EZNVKYlwy/2AGhswbfzv/z8i1ghYcbzlVq8uK9aYd2VeyqJ8nnia\npDq7BtBonC76OmTY4Dksx3TWg7TWBuvKwof4pDU9WnMe8Gms7+vRxlu7A+ga\nCuvvFrQN6PIU5evT4pWGevPLvFvUIVSxi+Srcp2IoMP/DAYpvYeUwu3cNPNo\n6kVRl3Uwsk+WeL9j4rKTFcDCWSAY94Ls8gMbFCj37tq7AfFV0aE3dgyiTtJN\nrZMywulg6pLOmuNoXsX8pUgvwhMAnCNclOMye43VOnnY7rAki3VaeLIQcjF2\nnysK\r\n=8fgm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICCtSjJTpgwBe84jkyi3DvzGpy07+OR94ILfA2jJhK7rAiEA0jYN119gzfEZqLObUyh7xGwKcu4Q/m/fDgRXkGOE4UU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5870a18c_1544200399956_0.9199297315656052"},"_hasShrinkwrap":false},"0.15.0-alpha.d7865d22":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d7865d22","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d7865d22","dist":{"shasum":"9d69f4dc692b177e514650994f9bfc7cd5104ded","integrity":"sha512-GPo0wIMiNtpkBwgTY3cgBvzXmHMZ7rtbktIWjGefUyHPTGozJ8RgdAz/BiLvb1dwKjVYk+Umbihs6/vkuQxelg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d7865d22.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCrr5CRA9TVsSAnZWagAARNwP/A5Is1GMDGDq8WsKkC76\n/ptS3jvCXEcEnQEVZmRV1udQyr6F6F92AvncevI5TjYOD6t8t9WKTS7XUuAc\nBuIaZ5OrYq0262wcSTMIDBkCF5dG1VXqbIWTptB5Q/k+tcznRW5GcYqCPYxK\nVuDn6EREC4QpzpgEWgUGptJFPTwkYFSIlqiyBg/ZaPNyU4xRR2pA7NPT6rma\nrUIHPgJ1iofqlfNG6ligRoIEZ3/bZCSDIgAjkJNErUFjs1qD2fnoR8vvfOIW\neyD50mLLmIhDHwW2kmTeA0DSkOlBIdPrBWAR4UWqluZqJlhW1Hh2qSWcMVAT\n3WJNYlJlykSdt50uZcioPExRfEj2Kq65LJ8+RFyarSlOCeKhpmosuScqCgpc\ny3oVTynV2GyVU3rb3Js+geY91gFn5kJdd2BF04ZLUDOUQJ4SBvVCEtzeDSgw\nOctl4AuixJDMMPaGnWovpoIkTWic/o59Tfy3RCQm1ZOg2gKb8h7um2fULWHt\nsHaQ1qy+5fE4UUL2HuZwPjIeJeoa2QheamW2b27zz9OJJcB6uDzr4TBPMh5W\nAKGLkaHbkosZHnp3T0YSDhuitQriWhKeO7I7ApT9j8WqsRCBXfEp9OU8Zt7V\n2zxgx8kfXxE+/XNT1JprwyKuO2/+J+AIX+iodY3msXu2GmmKIAwqfx3/Hicc\nmHNI\r\n=hSOA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/iyeh8eg58sHN0afmzVD5raj8Ts3SNZHDEdeC5A4MIAiEAlox8btmEEdI+Gk5QckmonukNvqiZKfOJIHamhHAJbG4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d7865d22_1544207096942_0.9417489615799648"},"_hasShrinkwrap":false},"0.15.0-alpha.058ad67f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.058ad67f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.058ad67f","dist":{"shasum":"3ef8144ef87b76a0d8414c45b61356a48a507288","integrity":"sha512-QCVTZObUl9/OU17zHp2fk63tTeW47H/2VNOYMVv4BputGEqSL4u20Eztib0G9svMOz799A1+MBcbQuxcpuhb4w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.058ad67f.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCsKhCRA9TVsSAnZWagAARIYP/i6kzVvu5OheMEQCdLyz\n+n4sBKcem3dXSHsEIvmKgldBhVVCSVFDA0qeVZOqBhgmYxOBwEJsdknTY8zc\nGULQBPt+mz4FlT15QRkMRSqX+4mbA85Mgz+KgaLKZhOruQBli67nW6KHlzuA\nL1oCgKF5A5F2fMBElit+MQT/xEwTRHlEpaCuAOTM+fY1PCV9jQSspdtYUS+1\nGhTw960p5NtqXpg6vImYvqVW6LfSfpWkNXHTtlqSuYz97j6C1KdrlCQdZKrs\nZ6UYK3/DGfML1GTChafCY0ZRfCOknyd1l5OQ4gdFu8/e62d4nid/j0mvMPOL\nsM4CzJ2NI+13PcS1bbATvUt4V2pHZ46GFEh2M002MyNaXn6Ia6xOcKcvbfai\n6dTFooiNs482tyFCx074KtfXTTtMLMXaZKGDzd8NOrbPHVixImqh4nIkCxAW\nhJbax0Ky/CFWR+jtcz9C9fC0Luj7NPakKKEcniPa6j8R3v8M3fe7KtHJ2Emj\nEj/xKFtQBHEbnRftK9WINK1M/BcCYeqOIkMwDzBE+TYP9xQyVrbzF77vX7aN\nSbq1uQ/V3eYh3OvBfrntSIAJJXsQOHMDkuzKRp/MWS0Ku9TFgDFnmexF5JZD\nUzmfx3uYK92U6I27AbM+erYiCVnXbG3RonDYYO1VfMvoeMnRjsrRDAZcwg4f\nmd0I\r\n=S+Ri\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGTvar2QPrRmV0Ru/IrE3YN2GU6I/v0qcU7oDLkxy8s2AiAu01aATJgKaxoY2jOKMU3WGNM6z0q7UBfXkGEA3Yd/0g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.058ad67f_1544209057072_0.2974260522701393"},"_hasShrinkwrap":false},"0.15.0-alpha.db3889ec":{"name":"graphql-codegen-core","version":"0.15.0-alpha.db3889ec","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.db3889ec","dist":{"shasum":"aa3a893da139d9bfa77ea7eab5e9e27ee06ece30","integrity":"sha512-Ms6IvuyqpYnc7rX3uieYQdVVVjM7Vu8EjLrXXrL4/cCNRX6pjokBcaYDmWCIabEYu0zYdOiETXVHuhXKZZYc0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.db3889ec.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCtSDCRA9TVsSAnZWagAAI+EQAJdHfJZn/B3diJE1jPuO\nJ9uvFWJProq7XyAF8t6f8ujRqy8bWHrd7RePzZBD+uymW+biptPqJdJUi7Hh\nBalvAPvEcr0vThcuMVq1tVIqQ5RTkxDEpPVF4VKdvu6ZCjsZih+p13Lw8yB3\nMN3J+qCRNSkxzF38LsN4ATRxQiN/OrtIk+Xm03r6bKozU6NCliuJMKiyTWsu\nQ8ZJ4ebvAFRkbAuHrPm74sOFFixO9SNtv4hWkmhdohhEBApcgBnmlKRfSlLg\nSHnEgh145Zn1Di7A4B42jZNTy0lQKMJJNIa1H4kmxfy9Iv6klN+uIGZBgAm7\nXWpFWi5wzEL6rVDMgR9j1Et/gvMjnjHuidJDeJSuPoLr1W6s7bAAA9lvl/R5\nBK8Jj8rMA9D7lM0MhJUxwyJSWmRX/sbBcFv+cciTXh0jT2uvqob3yV5ozkeo\nS72gtBYhlQQv6qnLRSFfwPq9nFquxvluKt1RnMcdGmthsZY94FyQIuXMvwjT\ncV5ePNdRwBdGPvkN31jVkQWyxgoOglKLSnj/ivjZVm4DTbM4TRvXUcoT4EDh\nqM1ZgFao3ExcLvOaCgBu8LGgmqXAMCANo9OxHh3CQbdhp3wzGR1/zmHPVPw3\nuJ7JLZmJLoI4NRNvyYC8qiIp/Gz1FuHeYEfkBoTX7neIa6vbLoWj1YAi49bI\nxZ/l\r\n=Wqg1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFNUvht9YVfG0YQNEuOCw5sQOgBCoQAvD9QPwCewC+qIAiEA5CkAcbz0S/ClqQAj0sZaFNXX1W8Un1C6lAasCETjZDk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.db3889ec_1544213634758_0.9083351732566258"},"_hasShrinkwrap":false},"0.15.0-alpha.c36f3060":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c36f3060","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c36f3060","dist":{"shasum":"640b757a02339878772f13164e4e196363f5bd68","integrity":"sha512-89Ybkp2ra+bzGvs3FxElRxbaWP7dKnCwScy/UOzY12Z+Yd1j6jEEYe3TnFCGVlVwH56eiqPv+ToUzKiDVOGG2w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c36f3060.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC33+CRA9TVsSAnZWagAAJscP/1jUhwD0L40q2jIsHHCt\nlT+acCX5L5SRdh6M1G2YjCO8YLNrc8JaAmt7+Xufo7QB7zidqcZTFLbM8drY\nALaKKbZiItz2WzVCvy/wJ1pdmQn6f77eB/ACPVP8HQqerhl/+zGFqbDkEVzR\nXcb2JBIXbCBoGBVgtFx9QBcFI6qKSM+rfmia8IbAwB/gi2vB+dLXgr7euEl1\nOtAPtyKMSn4NZlRKgU971ik8yuSaZvqpm2+iaQpjyZO54CdPb5UB7tgqkJ2M\nv1DP9CiJIl7nkbLsc2p/HeCn6y9cAhW5HLElc1YpgV6ZWrp0MQ8yX2rGAmVk\n+CioIirpkiO/BNVEXBbYrOAOwQsvWEi+eat1roXwIZD66uUy/aWiD+LhtfHV\nV/F0VJamk9Tqa94I6a6VSa5Iseg5A5sQ1Ue5XgXMB88Yq2s1ayDo2JpLyWyM\nGOqwfS5t79Xg3W+Ob7NNjtr6ZN69BLGbiOIl/qFX/2gCs0Wkb/iN8KJHrq1+\nwpvs+rEheWyvxPP6ZVETHhlCx4WRpieKeKGsd2DWTxXdF9doOqBDDFKB4Do7\nhC3KvAIpkbZUuoBXhssg8e4EI83NLqAWz4KklddWKTmomK6vJ7A29yhplIrj\n8UmAAmNLS3M8TNqihu7Wix0UQKz7BcZ3GtqwnFbRkDAW5EAqi/obbKE3ld09\nz6fp\r\n=iBmu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEd7Ybq9wq7Gq3MX/B+NTYn+LrK1Aa4NFqNF/8XKfnowIgQmLRQiGgre1nCbY1t83pVvRkFRrUNsV4MFbPdTgdfr0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c36f3060_1544257021962_0.6131998563831822"},"_hasShrinkwrap":false},"0.15.0-alpha.414627ba":{"name":"graphql-codegen-core","version":"0.15.0-alpha.414627ba","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.414627ba","dist":{"shasum":"118b6b16be4264f5384d32ac3a33f3cfeb5a889a","integrity":"sha512-0UrBORbChD32XO0DHYeM5MUujctmzQsN4Q92NrO+byXI9tvGYb8aVfa1+YmblfYHqi5ZeBEnvK6kov0OjvxQkg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.414627ba.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC34JCRA9TVsSAnZWagAA55AP/26YsnRWvfXcvnYqD/YR\nElXDMVLI4anHmoQH2gapp0plHvdprnB1IeX/9UQAtg61X2Xj9P1CmtuX0JSm\nqqGSIzmbwj6UcO+x+vXyCblnULSNfDPijGjO7ZE9NnM0Er7DKWFnECKYJYOP\nt7m5BCqxL9gUOghpsmlIlhI+lF1jfOCdmnq1s6xzBsc4NBCC/e2/26A9xrnZ\nvvzkx1Z8dF7liZHbxHezf4hECOiUQXg/FYz2zfHLo6SBJ0Tg/sJimCroWQ13\nd2qZ4gPkvHoHlsQRQktF+yYFdDqo5EaFHZq1OxcUE0PSWaph6KZSTWa22vR0\nhupINqAB9+ai8e3ea4i3/QfIpCL8djzFNfIEXO0S8yY5MjUgMNCiSA19EBqy\nR80APDjy9eB3W80Mg6SVlEr6PUM8WKs/FcG0t0F3SJTlN3KeUw4cObAReAHZ\nZkf/V4ojnoDsv69zh/NeavgTTIPghWvyhDZbQSkEuBjKa5vWAdZ2cRQdaPHv\npXFVvx1euHA2En8YpAmtePudol24SBRrQ4OvoKd5vJFtHU1TayC0AURYrBLe\n7KPBzkOWUM8Dzp7vADbW9If/RAGbHZC/t0xETxu1Dk8AKSwxLjaTjK7Ms8TX\n3XEXtfbIozjZ8GqoDuUk2Cido9Zo9Nbw3/zlyaWICQlsUakwUfE5XGG8GNHw\nj+vj\r\n=IgWb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUJ+rp3Xwmf1Jw4JFR5xbQ4jQX2dBiZb+QGF0ylRY4PQIgJGMRVY9bLq/tQD5lAw+GuRoufowTV7/bdTjBMPSRExQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.414627ba_1544257032851_0.3738889065588191"},"_hasShrinkwrap":false},"0.15.0-alpha.36a4b837":{"name":"graphql-codegen-core","version":"0.15.0-alpha.36a4b837","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.36a4b837","dist":{"shasum":"fa89632e92d537c859ba50902292a9e8cb1a2e87","integrity":"sha512-39BmTjyhhhigcTZj96FxTwUETBKabvj0d+537o34PE2Gyec7T3f9mXb1NesdJt5YyQ2GrVO2rPIjFas2JcHfFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.36a4b837.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC34UCRA9TVsSAnZWagAA+HwP/1yECrOQu0sue5NK7h+t\nQyLTd7ph5UQCoiJfYo2verLm33Q03agO8t5FwjUgiHreyWDbplRQcTdle2WL\nSMwi1f2dRkhz4bzoQF+1GzQRJ7kllUuG8Y+hsn3dmjdYy4pzMt1Z2LTFibTN\nU+mq/bJcvrlEqPuOLzO18sLFjjZeHFFV0AeZLOhbjtUHp3TY0jQxlstCd/gz\n+pJRZbPOSHA6yPNe/QSg5/KTK5iEeRvbh0GdkefEsiKrp3HlaEVWo0LC8S4P\ndhNQTG0jLwBfFQgxqY0D59/sIZw/d/uHKqtKPG2NFjJCHX6Lgb7elE8obSGm\nq+haridv6IxK/qUc7i7xkOQprLUL/2smcsb+VHpdWDcrfbp55f303JYvjM7g\nKVXrII5rK81qGuPeVCF6yF0CWSqnx3FV8q4CIiF29Y9Egglorj0vFYfcAGs2\n3RbrhdwOT+YyW1JIIkn8OFPmXb7CWjeo0N5tjWG1Lv8uuBKiPN0ZG+twbyu3\n9YrmUUjj5au0Rqi7Iljwz43Oc6v71xhgeCM3jDjztDwfOqmUGXYoycoZrR7K\nzQTBT33t+smRLm9b2CjIo9Nn0xUowOGsRB8wPOe7BBqlL6JwoaMcPKH2w4Pp\nw0nZMQWndap9vweZBcTBOtO+HS7WqZJcvuVW3NAVkx4+LVACFaWThL7ykyGc\nNiQK\r\n=WlTI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhjdFqgT6BcIWItyHCfxRSkvUSs6aDgUFEokl9OF1JGAiEAxlCYN98RsZoZ2IrV6vuPglihL8r2m7RD2aCzWi7FJTc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.36a4b837_1544257043268_0.745298705661732"},"_hasShrinkwrap":false},"0.15.0-alpha.e954e1a8":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e954e1a8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e954e1a8","dist":{"shasum":"feb63395819b5d2c42e388783e420ed7dcc813a7","integrity":"sha512-/lbyPiIkKt2NuQVqAM/UpsNRP3kpKoRJyQ/rpqx+6PhrmQTP/vlAatVphgDmM7/FaWvzW2mAuw7PaJnTU3UxWg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e954e1a8.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC5z3CRA9TVsSAnZWagAA4H8P/3Ml42ozZByYYDw2C1M0\nWs6BIzGFGrfzKnuyReX9wLp/2fkJ80/F9NsuwUSIMYKcYSxZ8WX0P6TAAOnr\ngiRU/5qMBzrDd7UybWNWvaOkQmiiZ7n4Q2hB3WNZUjW/d54qm0p+02QC/xRC\nKk9K4nsCCCHvqavZ6Fur0BwtTtBsC5rtR6O8KEdk7Xw1dFS07p59MkCTGcq2\n2SzHfnTTUmxsETnURBf19kArAK6+coFREL9TFu/TVhqE5sYczx5g+OdQuLzr\nTPEtMQiHn9fjAieZ9W+ChNXN7X9gXGvIMTDbNsgu7cVr3Ewhx7TV0W667qP4\nuNyy0ctKTGOqijtCvgCHCH7khqNtNzaK80TZ5m9wSZcrd2i3++nAyM7ojayT\nAC21kYl+ExTvuq/gd6on3QerNJ73lc+OOOQJs274tFrmLVHynWAkNIk2mnPS\nJC+U0V77b/lpLvffuKEVX9wHaCbpPGQEBG5U1Qdu2NMXEzFP9y/JOaDi++w8\nN/yRuwoljzfYOsI7mGgcxwggQaAGzqIRWsGnTdHf5qgQyN2vnnicKcthSWW1\nt5bWkjMBYPksK3BIQphl2jkQUSAsqLbSGoKb4tLF+rdUlMLMzY0qb2Cg+E5a\n+xh2VD0ebSmyXyYh53v8IvGMLSxZGf8jtvAwtYkvvySNrziuI6aViPK9oFud\nTv8B\r\n=kAJA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSCaZRvdLYvQNcoTkcl89f4Cf0FEIoDwVneGoX9n/BFgIhAKMwlwyHeIiHHJefO4EYXKhCJyjdzBNT3hpod3hjEdLZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e954e1a8_1544264950359_0.006895715785980139"},"_hasShrinkwrap":false},"0.15.0-alpha.e01288e5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e01288e5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e01288e5","dist":{"shasum":"dec3881fb246d0ed05a80c544baf18375cbd9335","integrity":"sha512-+jxo4V+RlJXfGd/2n7UXmfX7O58v/r7JFFcF6WF+6IT2HfSqRm1W7RWymP7flTQHPDtdsHeGIm143Hlyft1/Pw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e01288e5.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC589CRA9TVsSAnZWagAAHTUQAJp/fGWqVuIDgScxDJeC\n2VytX9YecmpqmWusMyKNE1TaS7SL7aJLFAR+sFIq8r+6u2eDqYg/WorlqtXg\nfDQBYjXSmvCKfU6os7gxZQOJ1OryGWzsduLn1K3qAQIy2c2u5zs7NWi0tD9A\ngcGDM8JwwueR/TzXtrD3t2XVbFNbu88gr0RrxU6yct/yeWg/E1TRt/qGGuNk\nUpY/bi09P1Mx/1Wf1/3gNR/TcZ/GHnPFALtUKvnJhXEL8Bgde4cDWr/Z12yp\nOfeiRHgTPgEeeP46Q6gHl9HJyvlCu7mt9mQ64NYLEFrkSHAEBUtTG4GhtsvM\nwLlfSR6jvpMwtl1ToaBBtwBqR5h0/J2REB9qWvrmDTr1bYsfPHITiCntJuCQ\n+IWFCVjzgt65+W4tWoiPOXIUklUn2QZtaCi9+dwaeqAInqeP5BGcrorq+49r\n60vxKWlb5tyALV6RKCWA1tWP3xcVsvICQwRLW1/DRXF6Rw68t1kMWWmXKVys\ndWIqTGctP4ZMQIQm02B79tuOSDgodrExFh+R55kxkx31Gn0IJUBTrFz79A8F\n+/SOeEepjn8zfSLIt+1p+C03SoA1MqruKXOq001jmI65O4h7Z8LBnEu1hWl4\n0uvb8w6CpCku97uQKOrc0wpEbomsRlGmm1/o8iy+k+ZHO5XeJvcVsAtGiz5R\n8ZyM\r\n=x498\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAO8DZIIJLe3TEzemC8gRY4LhAo2g546QDuEao3jUEPwAiEA+yv1xBOJhfrFJtSQHSszMgd6dLt+6exCbmZ2p6IjZRs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e01288e5_1544265533030_0.9600723300490459"},"_hasShrinkwrap":false},"0.15.0-alpha.6cc7a3bb":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6cc7a3bb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6cc7a3bb","dist":{"shasum":"6e56b09364ae407555076971fa1f3586d9824719","integrity":"sha512-6Wkq/7w6ZmuIKEV4CTUL0yc3SVEYgethEojhnwxAlKoInVDr/8aWdFmW3qNmQ6y1RV9/8CAVWZYco+MuP/3s1g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6cc7a3bb.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC6QfCRA9TVsSAnZWagAApOEP/0TcHpyXZr8UXoaCH+TY\nDZjSGKJjD4hBTBFrXML4iWjwCWSbliyf52JR+u2WWujCMDkogjV/zJcMbA6p\nM4u7uHXX8M8d+JbybthiblZv5gNgFFIbvvlScc/4M2P+Gl1sVvqw53IKWcxG\nKB0qB5dufJInZTOKnitaw77WSMNJfXqv5QgddifWjoE9znr32j3Gon6VQUZl\nY8/r+RcLiBSFwEl96VZG7rlm9uJwj/A71eTgpb7MG9bKe5jnqJgYntlv5RJL\n5QAnrof02x62ouUmHxZs8x5eb+FqO4hoBOmyyoCCEd7n9SGsozq7JmARIobD\ntTC0QYqOrIooFETWcDOrPiB1JL3Dt92AfZtiIqv+/gtZ0hUpv3KMdWi5lnD3\nvZvKXEHXmVmczwotePUMk2+slngSe3pkETbU10VmSyL6eXZQMnovBAGtPWfD\nR1m8Bn5M/bbkM/n3IhM60yGvgbfGD98R/QvcWbU4uhXVPYDdH6fNbzQmGQcR\nilUN5E8JFyzj41lVP08qCan0jhJcB9Fjhl1gl7FeNlkSiMzXkYPWIgjagNeF\n2+sUPZ/Z643deF66bBPEYWDOuhsNR9eEM4Oq57z4X/MaMxsbCX3UL4G1ltRY\nP4PaTFzPvdsajGMSzNxvSw3Y7jB9SWfSWgq01wtnVdo5lm/njL7HxIzThqDS\n5sIS\r\n=Y+Bd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW7XvF4RbZSTMYb1LecehruRYlGdL0+sYrPV9H9oKZmQIhAM+Zpu+HmUmop37nXwJ0hbK3QEasVlxbB4gKS16+fEgU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6cc7a3bb_1544266782621_0.009239334751753647"},"_hasShrinkwrap":false},"0.15.0-alpha.fb0d10f8":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fb0d10f8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fb0d10f8","dist":{"shasum":"be3f0d68034b8dc7953415f12763e692c06cd69d","integrity":"sha512-6UW1PniaZLsXrLoXXr0y2YU/uVrFBJ3fEl43oW8gpKPLPs4Jt+MsadJnul+7xVoqm7Tc3HZrPSFL0dXUUFkwpg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fb0d10f8.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDOOLCRA9TVsSAnZWagAAN2YP/AthTSug5amX7vTo/a3Y\nUzuQ/P5NY2MGMhERu+zmtnkRPClgMVLdhqDxcNp/jdleMHJV0ArImW99o+pu\nYueMI3hVDu/TUFIDxGkrWkmEIdd7jGkJDEyGrJ1vCZNyHH9KVJuBpG1hYdte\nUrKpYHKVOAfdLOKBWZtDpRoRgaGJB47ePDoP27z5piM4IqI4yAYupa4eiFSl\nV3m1VfGNs+P48vyKt3gCMYjPOxLiad1RHJ+okSzXK8iLpEHk8xbroiz4kZdz\nh3KNpeTTv3XpQA+/gA2R+5nWEbXPqShB/4hGNnUC0RPStbDeEHLfREAcj1Ts\nQAC3rXBfIT0N+zZhXzWzdmLWKqMUldEYZCZNMa8zb23kitVosMe7wFLJRJL3\nAtEdUqtrJ/WbWUXSMO335fx1NQFzT0upJ635CkI8kk147LJcXyWmqJaifaz5\nBbET8i8QnNUmViMF6mcJCTCjY7x7pqPO3Y/re2jwPK2+mX0J4ISRHukx3oHX\nWWzOaW/2tiRsR0j7Qzs7qGwnF6GwK53ihl2nYQtLe9AOHC/eNXkA32I7/sso\nO7eS4QC3SshgzT7z4g0chYMKORWWNRjF5qoWPudRlLycxyEFli4SCeKkoh8r\nB2p4z3QggbbJwosDRoAZrT//SHQmKxMvN2sTkLCeRHftWVv49yTwEmBMCMJk\ndHHJ\r\n=pri3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG9KA07vBT1h16t8DpBr1k9gnNfOM3Joe26P45TVV29nAiEAuwvZVNGVCpg++bjO57Eq1A6jQLqcAr7ZsZHgyBRrqlc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fb0d10f8_1544348554703_0.3996988221045905"},"_hasShrinkwrap":false},"0.15.0-alpha.f8c74d61":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f8c74d61","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f8c74d61","dist":{"shasum":"b31ecd638811543189e6b8033652ce4060511ded","integrity":"sha512-ngDTQNg6xkqtQAtp2fm7BHEli0xbkf+9LH+3tqMaknXGxVTkGBpHUUidk8WwD4cd5QiQU9jyqztp03b73sDt6Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f8c74d61.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDPpzCRA9TVsSAnZWagAAi6cP/0waEYVZwLknGucKagqD\nsZPZbJnYjRr5VfmHU9qresY4nJAX2i8SNvor2LbI92uik4VpTicAV1YiypR2\nah9jSbCvdXxd4Whrtk7cwHbanfAQT/pW5vUOoYYI3L3LFKV71U+y21UKORxT\nbRp3+ulOJa7qgMCfdSPbdidgm9Q8eRHXoy/Yu1t9Co6gdU48m6Pk9rC8+itl\ni2jdzC8Aun4cv9p4PsYC5Zy5qLXW6zYprpnPgtbcer3q8Flr7FGvADP5z2UL\nhXjLq1gdI+3on5QXXHiTYpiJkNGYXz0to5Cj3S6zhYosF0x8pyn6jeDFWHVP\nM441mxuE4yAdL3da+2IZPPQ4kLw/iVveKAv6I+HCwbKhfJR98wwbTY+K1frF\nve09rpuIhC7v4ErUx2fh59foouhDDDvcabff3glcdCSkpI/d/D2vCqUbyTH7\ni/9NhQd3Ib77181E2KUneUnnWAEJOGerXr+oLHeM6pIGHcDtopuAkBYA0JpA\nyEOxRAW4QRcDYb5XbXUPq5SpEcrC5gMhc/isY2EeYHqMEEPeKOyLpUTWNo1G\nbkIrGaHa9BxmUa8E2q32+BCOTbxWl3NYD+GLPQYEYDO7VJiCkwHOTFifsyJ6\nWnTXcbjlp67umlrpMFuvh3eoQyKoTPCzEuvtmEq6AzMD5YIEJxu5jPVNrKED\n5Eo/\r\n=8nYl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICfKMaJFUx8Sas1Z8FknSoYC+IkGGmqemWeHN7H0xHVgAiEAiL3eFCcSoZOeZdpyCguCrzeJ3NPTS91gsaCAyRTrDto="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f8c74d61_1544354419043_0.940774627372801"},"_hasShrinkwrap":false},"0.15.0-alpha.7285693e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7285693e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7285693e","dist":{"shasum":"e31d2815b8f80a6b95fc497c9ec289797cb4dddd","integrity":"sha512-1aeQx1p/o/WJGGkvc+HiF17sCPWA1ehpZ6mP23DjQpPjNnaU20Uu/xSdvJpvHqf3Wjuwpfg9mupgy9qrx/kylA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7285693e.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDR9KCRA9TVsSAnZWagAAEpoP/RFmZ2WzI14bWlo3FtYP\nGwKHZtn/YVQ+QdQjj74hWUxU94VwQDjwUiD5NaXXsrdsV8Ir52CPfmnawoYa\nlN58qHZ0rIwoVgA+8gavI2KWJbKFSdnv6MMxTlmi0E8fvFbXojrE9T9fKEVT\ntCLaby2dHHjtdOoWhcdt3jQu9VnoXS7w7jaB5LIDPC0536TRTXGwstmLe0LP\nT64njfWV/Ycs2YipP+BVlg+YSOTwrevwRVWUhMKIiSw1oJ9i2ihMZUXFmWG5\nbhr63seGb49RsZH7/f8K/CsYsm/4iVpuzDJDF2j5hEP094ZZL7sPnyUfzawk\n/mNHLC8iMkIl4VUe5JKB5hIqkOdGgie3d0viOcYOUDwxBoHf3Jol2yB6ZNb3\nOnzSxdGIFuYMpZCiFDNWqxolqN5y+PtN1Y5tNlswXMOL0yD3u3oGHoS1dN+Q\nVprKj6ilOc90lycFsq0AYsmrYF8WOT9+6XkAuweqgj5rd5Lptv/KqU3AxwSz\nxKsdfcTPv0CcoAlseVVHjDJUaSuWi5jyW7DIm+m3iKKl+aaFYwvTvB4N4IW7\n8bl2maWu2zeTc/aWcMCOMNVM6Go/R3KoB7ngqOSpRF2tfgvuKUPvIdRtj/Xj\n0H+C5fKGljzcSQQrrCAkWmN48gnpJiPk4ASVB5NH/IgswED7pmCD1dIn1u1u\nf/5t\r\n=R77f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFiTkrRSwuiS740zBF2SHlr75yp5xijYfn+12oz39Cn1AiBZ687RPjBhMo+tX/Cu97GLSbYQ0+Q1R8tJKuamFRkN9Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7285693e_1544363849878_0.14164300381510686"},"_hasShrinkwrap":false},"0.15.0-alpha.980062ff":{"name":"graphql-codegen-core","version":"0.15.0-alpha.980062ff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.980062ff","dist":{"shasum":"33ed93d7968bc70d8f37bcb7f0f5a08af5082c22","integrity":"sha512-pCq4mX41PgIZZ4VclaZ5hVsA5cFWEF+abhBmLhxDrChnc9rQTxeAMnOjI7tHC+Wdkb+iW+OZpRPu0a7ix+3CIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.980062ff.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDSFeCRA9TVsSAnZWagAAAg8P/RdrAyU6rFPOLckiqUWk\nhDcyREr2uN1L1KkBkUQcfsQvT4pn44Woiqmxq4b9aJenqAomPRfwGr9h4bSQ\nY1/Cx4g43ivrPKJsKHBeC+njfNtvIQuByjuM7eWhu+Wq5DUL2wOX6ZFr/01c\nmw75DXaZo/n4az0kjH5yS6dUrpIuASjJlaX810W29d2PATJ88+NZ5bp+JLdY\nM1UVgXsuYFHdNXV7ilNeMk7Y9KRkZWIujskU7ZlpiNRfzV08xRoemiHjo4Im\n/gm7FB5EieHCQBklx7gX+RIdF9yLR2MLruL9Ca5O/H66nJI67cx7AxkEDC4S\n3KhhFy/H5z4rC5/FnZKYsoC380Fgg8Osgg6qA4Aw2HUJnxPBcLdnhrto4aIk\naop1R71CZuEHb9/fUqDGBzRsD9x2UYVFGCJCOuLKd1NW4RQMB6wmo3bSBlFq\nW5Aq2IophMau8/Wk4iScBrTPYIz8IAI1QXMa9DGQX8vbBljB0rKuthoPSIaT\nS3GyiMSvEOy5fw3riXeTjRnygwOBX140Iobqjjaj/GnhOF5qiAAd7joOzS23\nxCxVHDsAoaGqHc80PKPyb+embw2Nz/wfArhGSN9zj8cQt+GxDPNQ1kG7+zoO\nbprpur86IvOi6fX3B31PvWPPCci1jKXsMDpWR2R5glhVyzCsn8tWj3n+7Iwr\nOyJv\r\n=WsiL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnZgNYal4x1qdMj9OraoyCOhzX693aHxzz1bXXVmm5DwIgCKsV/xOFkpntcA3G2K4vZ7q/cyoQYQD+TFayEfXtQBc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.980062ff_1544364382037_0.4034877064480691"},"_hasShrinkwrap":false},"0.15.0-alpha.9cf18568":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9cf18568","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9cf18568","dist":{"shasum":"230dda510e44ed9c020e231b23deb40e75c73fce","integrity":"sha512-t4vT6mjKGqcrOLSlqG8HS+8wprFI9k0PVsJ3gPnaDKaNVDMqg63/niX0HFYbt1hKF3KMpdTT3mNzEsJ6Jm81iQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9cf18568.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDST/CRA9TVsSAnZWagAA9cwP/1gEGEuBoNSeuYc5XkKT\ngngHflXwa39Bzd2WDultGsKgq6yusjboCPyCYD+j4kKDrUtEtxFpEtmu2vv0\n6KvreMufkTyCCgK/g4x64k+IoDp7y7CICfroGEV5ecuWPozRbI/mobZ0eAYP\nqIXtkvUnyKZUwSGJEZHlvy18+aFMtxv++gcjcu5ITSRRGNTP/+svlmi/9baV\nGJf2NaCrZ6C281Mz8/BxnjvAEnyYLxXnwnG0x2Bj24Ih5l+JkXuUUymx3oNx\nUrIt9H+GK21V+3h4y4cMhBUg3F+RE+C64Zg2TanyqhYhSSp1IfMv0Eus9MRH\n7vz0iMDxacuyB1G7dl/QyevLTxHyA72tgxgc1RhaqRnTM6+DaVTrmY+9So1v\nynVziiULOeldEG5ARvCr2kFePVlfVX2P5pDZZrxqyL46Qx/RGpj7AOwTmlOG\nRQK77MGVUOosbcxj1u6odpfKLxX2P9pzxEzFwxPZMCQe9F9U5W7LgovGSJBR\n0EmzkMFlasAGwq8yvE2Qd/4ERBJVUJyKgd8Mi5kk//Vtms0ZyYzsUVBw9mXM\n2tY+W4nF6HKTh7Eq036kTmKgmJev9kO3gGlFQSz6ox0lUSqDo+VLOEUEc5qa\nx+SezE/Enl/VRS+Cl53JBt0X7sq0PxiVqKNOhdyuVHPT0drTFCzL+q8Edbil\n9DIT\r\n=qUPo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCcChuMgUgIvW4kNq0b6q6jgDUIGQlwr5wjZpdnnOIhgIgOSh0FNk3IIQgYqBlCHAAzrIHyUJMy0w3D87miEaFLtA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9cf18568_1544365311305_0.04882266660589396"},"_hasShrinkwrap":false},"0.15.0-alpha.b02d66b6":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b02d66b6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b02d66b6","dist":{"shasum":"de1e37c88a065029b319345b7147a6b03c2ad2ba","integrity":"sha512-WKtk4LITmpOfvVFK9s+hdXwwh3kB0hWgQHsoZ0eds5aqndCBxYvrLt6ZC24WWVVeev9I829qDI1L7c/U/41ICA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b02d66b6.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDXp6CRA9TVsSAnZWagAAZm0QAI23b8NQpnCuDe3+TIyp\nKxYoOMkYBOmEKBWjzC40+PBZbJe2X9LcWmSekBjF4qFcfiIz4kbGEow0jgi6\nv3Caq7vOtWhvU2nu/SXsbQtdswv8ZynbXu1Jwd+KX4VQjPfvvgpVF7XesCJw\nPAEncCADgr3cjd2etaMmh8MVvGLmFdhwOg6pibkOFUJAcwk3HX3tW0E6I6x6\nDXlBMXiVoMKgQ63wBWwmkB96yo2KPecWy/3VhCWTkbFrezj4gFpdP960IsFF\nLdILYg5ausM1Dp04CgcbuI8ECGXKPQlo4TiwTu2C9uvYcJKujHitY7SVqjy8\nMNvzYLpGlr5Tlog1VBxvdW28oSx8zq3vm4y8TcCvT4xB/xtR65JWyRv/qUc+\nMKOmhtlqnPGTXnEsKFYHJGuL/Ed7ktklDOlHNcADWzv0G2xoptlU5HfjA3M1\ndb8EC92lO6/PzPcm8pbcFPkT40zjhN2cZeiEJ5KC1h9kNopDmB/e1+iSNxbd\n4rl2sPh4L0TFsDRoU3xnPFogSceloLqdrJkfmJQLFRc86tYnlANGL/jBRf5I\nf5cLCwfFnJww016205UgBSQXWE3L/FfE925wFbNZxgPHxsQVkCx7gmJOcmiT\nmwIjfbORLvpdwN8bnrjthJN0fBnNt1bUdFu7I4h9JesSDypOA0Qucx07inE8\n8wXx\r\n=8bDM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEzg6M5OW1KjTBfaHJBQbVSoM6UctZF6ro2ro8r6yyEhAiBszIYZ9FEOHpXptlUeO5bOzG65tkcjGdyEMZMkccMolQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b02d66b6_1544387194213_0.32250018904791444"},"_hasShrinkwrap":false},"0.15.0-alpha.70e0b7bf":{"name":"graphql-codegen-core","version":"0.15.0-alpha.70e0b7bf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.70e0b7bf","dist":{"shasum":"1c2de4c22f4a8c1b1b2b9bbd100fe7f30ee4b73e","integrity":"sha512-2f0im38MeElF7Zdfn5gH/U0GNfz8CeB2x/niVykJksJKrDraHP2RK1o/bkOgesRmD9Alk05fkAsVqtoys+zRfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.70e0b7bf.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDgyUCRA9TVsSAnZWagAAZFsP/2kndRGHqe6AXgaQ4MWk\nPbY6GY9JOthLXjqA5ahQNo2rSinetfELHVtXqifVhsEHKt8fQF9b48vzdVIC\nM/jSP07RdotpoveZ7YIjCGe+e4scQ0K8V4R6ERsCXPmrvSn5ZblaX/6ppQc8\nhK3mHSB+CN0NCYbXH4cJkUSG9cVRxijt5TOFXMyONmFAc8QSB7vUezfl3azG\n/pQlwX5ifQtucNWRBGlG4WksTWYFY7q3SiAP8zqXVTrij/DycVekIl5lKFPX\n1ZOKXRjhqru16YPoHx7mrlHxFM0Q5p/sEaiKjUT0dqDls0ZhhibC4qAxpCcC\nwR6b5ld+1GfbUA/4NG57EdGj7OscaYmfQkq1MvyPZJfXGPmHVHmkRZRybfPs\nbyXKlcPPB1MIk+r2u7Vls5Fti7oMWYf82aTVILtkA81c7b02evZB8VXKaQK7\nc5MmWu+lED73j6/+T5ygRRrqIDCn0YhDLAQmdsVOW0xAcQHxvM9WHC+EUJoP\nnadHsqZvD+vUhZPgnD1VPvrKzE11ixOYyfatUPZ93l5OhFDSOjmGtHKOqO5J\nxoPICUGCimc52/hC+zzukIUjLJ20xZfkHp43pcIFccVk+jOd4QSR1wwkTqnw\njsQ+P/M+hnvtZ0i/204r82X9JqBlBx/0z64CMseXRCKE6CaYVpgQLLlxiQZ5\nvy23\r\n=r4lZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8SVwOSfZUEOcp8Xu7Hy2XAyheUFgZVm2PAMMtpzxJqAiAs99BVNMzUbdtea8CnwQBomZXBluqgqQba5zCiPe4JwA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.70e0b7bf_1544424595954_0.8905647164148129"},"_hasShrinkwrap":false},"0.15.0-alpha.beb7a0bd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.beb7a0bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.beb7a0bd","dist":{"shasum":"bbfbfdf88795ca167daa03b27630e0ae506e5e3c","integrity":"sha512-bu4OohzgMBiucoXgd2xdERelrcI1oW+AA59mhL8NO5A5smDiF7TNDSA54DE03AoJFnO0olHkqtZ66o39dJBzjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.beb7a0bd.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDhFGCRA9TVsSAnZWagAA4EUP/1eE8ouCvjnUOlfX3Tdk\njAM93uIVcblW4giZ+OduSFghs9ypLmYO3XbICHSGTQ0nQUQ9goATxFRcUNZ+\nS+Z+kHHAWpXD0gKQBT26U7gVecXOKooScC6d/54EAhyL8E2oaqSGyD/6H1MM\nSo4pjje/w0wHsWW/0+H833B5G6nKlYBtsEcEpfwMzPnf9p2OMoiKbi6+QTrD\nWmy7dWEVjxn6i09eCSsjOR3v8WppNA+pWzQYdd8CQ3RmFPKLhazM8deoBOcq\n0Y3GDk48Y+2wMijeWJbIQx/BGLyJxC9f6l8ukj99wa8DPHgih5fzj4JSABSa\niWD4hZvtA03G73nmV3EwY/pLoeNRLPdni6qAv4esVjgRYTJSUO5KHtkBjd7P\ncUjDe6VdbV3GlfLT78pj5KrUG+PcnUuXlZnEVJKIRz8LgPuZP0d6jY3X+jsg\ndTIHHMXn87EnQdGISYdfpRjvEk+rujMbcF5u5hhcuKJfOboQmEZb+lPfXUU9\nKNB/ge6n2wkvnw8WjI0ZjNGAf2NLOWOs6ZXL7zRcMfkNz844J5l+WTdfYpj4\nKJ288Yxg6FSYQ4NyUUh4HIMChEMzwPd48TfQ3SwO9tlXI+btdwO7R5qRA6Rm\n6CHCkGhuHMVS1ioC7n2ajfj9Maok+FT+l36xo0NRRHztosCYWEoHZcAmxxhp\nmaY9\r\n=xhoM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqB0RKpeRlxDzOMaPRJjhBriT1CeHQeBCTFNVD61NX8QIhAL6bTB+Y0YdlpJuLNv+jiJt3Q7H+/y2b2CX+ZXqYBNF2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.beb7a0bd_1544425797838_0.07577164942621017"},"_hasShrinkwrap":false},"0.15.0-alpha.79ded204":{"name":"graphql-codegen-core","version":"0.15.0-alpha.79ded204","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.79ded204","dist":{"shasum":"cc8566884abeb953f2b4b430d41a1421c856a174","integrity":"sha512-Vq2+39CcDoIYvuNJW3BmJCFVB+Lv5ohOBylGGi0kzWsN/A8ABgeMQHYwXurwo2D95D4MpQ99fBwsNbhW9m8qxw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.79ded204.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDh97CRA9TVsSAnZWagAATX8P/juPMTTOCsguWaeY/64S\nc6Dk4tXxAO+A8+Xid+tbMQD/UMCKcPkvEG+Lp1BdszqiFPWddAY/JDG1kZ0E\n1PywBuYC47JpL7CwTDdhljC/QvovsYwiaG3z1LQ8ibeexCj90Linr2ZHnTp4\n5868xz+yfHUbqNe/AQmgKAcEfiKvdvbzHsNFT+RiiBqho+//T1xi0da2mfAg\nC++TTsWETxZOtq8ftaIBRVk2ikKDi8a2tSJuvePACBNqKYSv/gyfWWuHnClx\nXM9e0w/nNsjJ5rYmJOTTkANOGscauhva32e2Nw+fhtY9/ZO2tY+FNdj2JJrZ\nrJiRelhfp/K+jRBezBk+WbpyRcskBm0eQGLx21SJ+ojNJ6zyaHHC7eLo0vf9\ng9GpBAm6XJ6RvHhlPIfNsIkEuSel+/d3oUQZ0Ob/WQwTBk/Np2z3utEZdW/e\n5WL10NdSafN8vPckCfG0XHv8czXfXjsLbb3eyEDBzAF5+XGcoMxlKImbl/fT\nKxp6DMhudj2qu2yDyJlakjM+n5vRKWbLWcE39qgGkpgAP0hh8r1QN2VVHkYQ\nUtfCo6g3vXIDddLGNcQx7j5quuJ5KDcSrVpuDzn4QRhWQbL45fVkdBBtTeX5\nzNPvTwzR/2PXjKKg2qv6Bar0CGZOeMXgUcMBrKEkQKFyaIbqIntV+zHRRVkE\nNPoS\r\n=kdcz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWH4EE98wZfet5ItdxWCShoIyk/W30uSTYY2xS2rTjoQIgIDi/XROxZ0GIuLfEV+Mk0h4MYIlqwjvXyRxNOHjdWYM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.79ded204_1544429434372_0.3752468130807056"},"_hasShrinkwrap":false},"0.15.0-alpha.68f66d5d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.68f66d5d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.68f66d5d","dist":{"shasum":"8a27200ed97b028b08db197bde20cc72b2c3778c","integrity":"sha512-86Rrix2fFi7kwWmYtzWfmD33Tx3Q8Eq4C1xiaQbAd+7+51ljhWdoNZqmRHO0E18GEUa8GGB3PhIRMrgwY3KDJQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.68f66d5d.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDh+JCRA9TVsSAnZWagAAGtAP/jcyFJoQWWF/YWxe1fzc\nAutuUQvdbTcnqXg7SaLHsm+yZun/mRLct8/3bC3eiXGn+TmpmS7F371//YGa\nXBv/ZStdWCa7f2aaoapBgnCV7yCJehZmWRxnuT0pDabhmhiO8sleRPFbaTve\nRVnWLFfqz8d82RBEOaRZQ8+RY7fnxeAaTBe032cUHVu3gUgOM4ONk6eG8/pS\nbEi3SDoQrlsH0exoX8du4FoWEWKAWI/Yxv8g/nJGFLXT4IVxs+mqNWkpaFfW\n7tMMp4IvYamlIBi2I+zwHvSbXQRJ+/OvvBtw7LafJubhjZvIhbQ92qxa5TMP\nbInmTozazXdCAz9QajTXpOsf/U4yq8IQKqYrXb1uR8r+iFARGwXgioXhMPwf\ni/hM4q9gEXnmXu2C0oVsaAUmWDr7HMZZZ4PAQaXIKPaXK5MVWEnSm259+GUq\nG/yUM1ZTd6+OLSpdDNXc0NmftQq6ZwwMFnl7jF0c02oP9p55uul3lldnc2pP\nH4zrByrrM8N7B4ske1uw5rLcXXZnRNsl/CQoWu3lTbywajjegSINtByfoZP3\nIiU30HIjyGjJsZIZKWQXPf/Ipt3o7WvwWEUT6HvcsFq/3eErmZ5ROFocvO+u\n2TQXYvyRKPAYgo9WsFa79lDwmX+LoeSNL0/b88SzyWuMglF7s2velLwD3g9F\nMPIg\r\n=veq1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/JkgW6RY6iq3Bf9cuJNnQeAduDCSP+id8kRUIR0nJ6gIhALquWpt5sbMrjFKkGMOfgLZU4UbqYCZ+TpvtWBoyO/ux"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.68f66d5d_1544429449040_0.19527763342383753"},"_hasShrinkwrap":false},"0.15.0-alpha.19ababe1":{"name":"graphql-codegen-core","version":"0.15.0-alpha.19ababe1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.19ababe1","dist":{"shasum":"163ec829eb5eb78cdc41aa948760b84c49c9ab07","integrity":"sha512-DCjwC55TAvyE2zSl9hI46PHYVqiFInh33gr3UmbgAdUP08HLrrjbCbzHso8yQBCvABlkiKB58+1HoUqNuzOu/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.19ababe1.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDlXXCRA9TVsSAnZWagAARuEP/2CznC3rCjRR9hJXhw48\nx/IUUeXTGSTQVEvS1p/huCVNwk2kuxZw/tPLOTAUEVcrZdGawqw7XjPl3190\nANjnVUb4/ULXCFZU85qX4xwSWOxcrmR86l/MWgWXTOmuwP2kkvgWUaMVB/qj\n4Y2t2lmaMNaCcmsAzwOLU/C8F9bcbx0K+VqYq1bD2CB12B2xQXMjqEsUVqb+\n00yIIqG++7NLePGQwNQK3AiDEFsvd1yykzPjF3JHXJMBBEhQR4hq6uPcj/X8\nKEeyjaT+RlDA5zMo4SFpuKUVwnKm34M3aw3G1VN76VOGxSrfAzRyBnDQDaTu\n8ugJ0JdAyBJBvpJJNzbkkJrh7SKuTCHZyoTMMavheS2OJL/HDOb3FOv7kg1w\nUMnLVuRFop+UPZgr0FI4f4M7Lac4sTDqi49rAjYr1BtHn1f3Ml5HITKrG5hY\nGhXzrHGW1poASOoCQmBxUv0AC+PHD0+E3ytptEYGXwEn5LMXEes7fFHnF3sM\nAKkLZai08/r29IWKeWR3NucH4K3FNE6OGeadTqW8JVWKXw+fW0i/1cB+FCQx\nhuhr0UM7zDle6SAcji4T4ddOAHlmOrGusZZTdl4q5a6FdIAggm+m4a00uhhQ\njYdtRDfDPtTyvZoVCctGEtbv/FdtZP6zT+bsJxLCI6lTBNUc44QQJ15gZkeK\nkrF0\r\n=s5Vy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/6sP4rLMX02ThWHhgbTH7KTlQs9riXX0GZmbuVHj1mwIgQB/oheK/MXbAEW2LTZGZRhd5BiaGrE5aVOJZvoBq3c4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.19ababe1_1544443350919_0.8100900624354064"},"_hasShrinkwrap":false},"0.15.0-alpha.6de1415e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6de1415e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6de1415e","dist":{"shasum":"8b3cbab8855617963b7195071d96d41241de371d","integrity":"sha512-/E+kA1GqFIqJBJLImAk2Jo+tFH5wXz3yxhEdPirXhU33xmm5CNYjLC/Xu4ekdmCcrqEk8i0yajLcsU2X5XKBkA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6de1415e.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDl1UCRA9TVsSAnZWagAAuVsP/2HEj/CSG3bKnNPV0+Kt\nu5JO4p8Yh9GPsEUHBCJgZsxtiCPEQGu4SZ6JIisPKr6fJPO9aYGNAbdIgBFb\nziyu7xWGQpUfxm828UpUPJ2w5jnSCRUeMTTOGIdzu93YEWhMnZSxVrDVPkaQ\n9cxDWytPbgtJ0mhxHQWQFpwRYe0jihjRJem0xxU5LjDGwQyWbCgKCnVveofR\nN/Ue5ustF+NbDa3OBaUWct2Kl0QtIz1k33A6bli+OCX6WSmhtvMMaIbpIgPc\n0oTrnuBuVGDomQOrtLcP8dZohQ1SEc3OOxOCJgiafPgYrvFYZvltWxO+RCaP\n5uIjiD4Fxmb+3XOapvwvcb1Ef/EaOyeGaRORv7kjM5g6mf7a5xZLrb7BEKqF\nu78AnyGwTDfOBUURVlG+6+YdgU/pIKb4flytEe2yzFA1iwhIWBq5GidArOSN\ng6kURPzimSfnxnfrZ8oMjnvvDS/4PcGBMRlSupMO0r0HWIg4wOHug/Ttjqpe\nOSlfuLLDXAfsG79a8cSaX3oOx/L6R3HmI0P+60L7OFi0/FocId43gNlyA88g\nhThwKwlHtU2eDqsFZ5qUpg8eTMSoJNpQVZqhWWniib2TALHrf7h50kHFbIoi\nrq/EVSk4OpH/40c2Am6GBLdJULycyrFuJ0pBFb5lxQzx6fdRfmhawTGK6IB8\n6ZeJ\r\n=dCvz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/akcvieKk0ah/qvXB9rg14xH8BnWtOQ721nxa1MaH6gIhAPer18CRbRsdcbglVQ9YuOThpnsQ0/4fFa+nRamtgXqe"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6de1415e_1544445267864_0.25015669554138387"},"_hasShrinkwrap":false},"0.15.0-alpha.0e78eec3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0e78eec3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0e78eec3","dist":{"shasum":"6d7040314264bfe2e6542c5d1ea268be24d2e538","integrity":"sha512-iBljFD8UyXTko4T4IIbI6zzRAk77lwsf0xLN1XowxyO7YdIVZiyHRbCLuuL/dlqakh4oUMKQW4CW5+RxfJQTKw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0e78eec3.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDmbMCRA9TVsSAnZWagAAlccP/1ggU7hZnTIdCB++Mkl/\nNbu4Avwxryn8ffSaBLmMzVK4vswbXoXplP81iHbRJjJ2bo9dCCN/SpE9f2Wq\nWiyPpAJQQcTBsimHOQxPFX2Dsx5FCC6vXk/lFNxqhqiuwq6TEijbnHi80UKX\nw2HhSdeHxObvNFw1juFMDZk4PyYufAOaQALb2Sa+q9ViYWmfbYqwAUzDJ9Bf\nhdcMUIRjI4/M+lM4I8KI5jTt6qL1OWQDYuvO8CmIzT9FNm2qaeMigbC5OlK/\nbM9qg5HZa9d4O6+RQebKYLIlOJe2YMR23ReLkXAlj9HPny8iiOnPCTEN3GgW\n3RVoTqxdgSYiPEvFiZzdEV/yDlDxJqYaUXCV732kYQ833M33Uw30VS/p1UKa\nx90uEZSWZNl9f1qP1HruEj3sE2xS3Rc9LvyUu4jmEVqJj8lWQNaj0jh9vMWP\nlMTrDJChyP94YF/a5gDCFSz+3srE+4L5X/0sc1PKo6lswYM9+eJpPUWQGjZa\nfhHFjSKP+JQjSZmQLcIpeXa6ORsg5KDZWW+In7tC5F1N8ZoUmGeWtYP+lw8j\nTUyO/IUOkk9bxRKcRpO3jt+hkf+i+H6XVuow/0wUUB9zJPAslFUaF4JLuhAC\nE5my9F2vBUmUmPw0EIF73Tdm+0RHE/z2F4tvtBU69ZvV8X01/lS4olHuKcZn\nZbg6\r\n=vvH1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnILx23dSQNjfO5M/MxPaSk3fVvRsS8jbkae+s08KC5gIgHtNfwSqRpzwS1iatAPuX23MvcvlystSeqa8Y0z2Ayic="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0e78eec3_1544447691875_0.7930244395609731"},"_hasShrinkwrap":false},"0.15.0-alpha.632ad817":{"name":"graphql-codegen-core","version":"0.15.0-alpha.632ad817","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.632ad817","dist":{"shasum":"f55775854e7d8abac8dddfaa1192ab3b26a98c0a","integrity":"sha512-LKbDFV3CPUU2cTvUt57aaJ+/Q2DqfG/o8HPyIW5bcz8kHT4mZU8+WgAMJOznGyXY44EaHs9jp/D7xM2Bfw0yWg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.632ad817.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDmbiCRA9TVsSAnZWagAAfY8P/1sINsA/+KhcBEhPPfXI\nXy0drB8BcCA397tlNp3twlhUz04fjExTAncLiCNb46w63yick0QV/LPHtSpz\nCug3Ad8JHy/57OdxjEWmqZEqRUIPhyTPF47JAe95+w6jbHe0oGw4Kfi73Vlx\niIZL1vftpySugf+4t04K0x5Ma4nzuRqeifgWYMds8Q6y5sLuJwNTNIqOM3nV\nduQmIKQt2/0wu3gkFxZp+ipVI7WWvEG3YuAy3n2eCDgQXw5uQsS9Jx9fSc8a\ncAjeO0hjxBk+rONkxmoWzDqm+N1U2t5HIGwktxf14ebI8EXzGRt3sfX8+qVf\nYi9kV8Kc8OFMFu0ubH7Vt9bPJszZjBR1IcERx1ocYu9Pxr+QWpzZuzSOdfph\ns1bYtgiVZKfE4Zd6ctxQmP8aygwGp72a/pQ9JIyQU0IQREg6cK5sSrjDNQee\nbtZk6IxZ3ziJyanlBJb8n4gSc0MmUGrGJHqMhlIYL6J+lRZARDU/s80DZJ2M\n5l87ZVKA4JEvDA6dZNMq6lP/H8l+Sdr5Rtz5jsJsZ+CcpRu2b9VGBK5/IRxW\nKEdgPLX4Jw690CEwhsHWNpL4jOX1iz7LoYxuz6G8uCi5MUs0adFHYQpSJR1O\nlFgzT61MyVu0ALOUwz84d/0gDXyiANxSCcLuL64kJe0R85U0bw1YsKiXlgda\nerkg\r\n=cf5G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDXmRNsX9vUpsp7uYFIRE1SPX4qecSdvUAfC4H9f5lqyAiEAqeSyEyD2YUSnURYTt6gnBIBgfLoXfNVHv/wmYKTnzWk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.632ad817_1544447713685_0.6982508881872969"},"_hasShrinkwrap":false},"0.15.0-alpha.3ade2436":{"name":"graphql-codegen-core","version":"0.15.0-alpha.3ade2436","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.3ade2436","dist":{"shasum":"ce0d41daed6ff39d12dd74af9066f2f910c80c56","integrity":"sha512-g3VayNLs2PKxjDrv/SDaRkmi6BZpV0+DegKGhhTyHyoBucCr+3gMTkIFh037V5pM7bmv466P6Y6aLxhIsI8fhA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.3ade2436.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDmb2CRA9TVsSAnZWagAAazAP/0GKFVIGUI3U/PH311j2\nxzdThQzkMw2M6/RgniMhPQgVMV2Fv2k27LaRUKn96lPSstEjSUNBoJKLrBjm\nxaV8Levd4Y9K+sLFb9nU1mZHFcf4u7nxH84pvutuERz/zoBVa11UAQKV2gWz\nNxDnPFf9rNWFuOFp570sgfgSyhZ8WYK673vUq4TgrVzd6dqePnpRBf5OF9t/\njDW4K5pEdGVa+GgoEPYcW9UbaPSHfP2yvqC9fIwNKSbtL2z55xY5Q3m4fzEF\nrMYf4HcntOd9ZpfRou84ejqmJaUArXFAMDWDW1NZJ9sPrkPNzgCa1K2RcnCW\n0lzNpH361s6LFJcytyvHPrUSnASeTn0J4T/g/VvYAXe5BRBY7++bgD37d3bn\nv+z6XG3whUYPL7jtnSyVAHvcdRzOxjIatNeIM9gK4qUsHi2HD4ckRxeiFt+B\nXEmsA41U1/yXkmqA1TrlLf8HvUEZzrOqbkB3vvDoVFg3OK/Aitc1zHbP0m0e\nOAceW/72DDdDwkkaPyO6XTN2eCKzZ/BADJAd0iSMvYRQ52DPrpUkMgJg+rzT\nWnBKFHgfvnY2D3aH6UpD+zI+OMj7htxY7w1tI2UxUHDAnR4ISsFPuKWPfhKA\nM+hO9yOAOefKCoFrmWBNjmZcyUznCYEBpShyFzlShNtyGAHoQ7PAUZvzdAtb\nHcdv\r\n=R/ks\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfcmOHiV2LMrsSeFJiGYhSH8mIhL1EBYHyq2rV50bKlwIhAOzC5pTE1F8c541T1qAKLD0DFeewzmLZXPRKU55w7+KL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.3ade2436_1544447733845_0.7445877863564698"},"_hasShrinkwrap":false},"0.15.0-alpha.c0cd7ed2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c0cd7ed2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c0cd7ed2","dist":{"shasum":"e80c428507a9e7320d974aab5ddbfa3b12c67f4a","integrity":"sha512-ykbH40iQ+E0B3KOBKRcKhJKU8kWnM0ptEM9aluAf53xHnq6FJJcBYgcztX4+U+nj+lG/xHIhCWnOogEPPhC77w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c0cd7ed2.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDuwdCRA9TVsSAnZWagAAhekP/RwGnaFKVC8cfGAnbyf5\nH4s8sLYtYCqyqRqMCNoqV1SzjzTA4OkAqs1G5F21jYGyBr/9Uupf3PDv2xhz\nsBqMYkb2JUEKtiRlGDBqvXyf5d5ES7x6Uf86CX2OHCMUG+fc/uXAdNcHnok3\nSc+sX2Yp7+UeqzyeRz2PRjWyodzTbFDgC4Rv7njc5Q92OmHtZhD5nU7lBSWV\n6MUKH/qfMsl6tLRXMHPJW6m52lrjKQ6vbd2zy79NBxmUrzq/09y6Q4mpVHGN\nB2+AOTHf04DIuwx+ZPik2W7wkV7TKANNaDy29wj6kq+UPf01V6clfe5xNSkY\niEqA5FOgeRoE6nv8sVrJdv20bzb0qyh2T/3pQd0VXPcnFRIo5Fskvq3mw4Eb\n/q4qSr66sphwpfCRI4jDoinA9WEpGAXLtO+b8Og8i2JlIhjcE3jSwcVM7mEW\njErTJHkD0GB8uD6OrPT1JKeDmI9koM+HLoo8PgbLxUaCDrgz8sm49R7msmDR\nd0Jbk/x0C31+7JoUN6XXQoxBSfPdEgnSM57JHAD4cjVsx6LMplcEg03hvTGR\nk/1xkgcBl44MCmtVrcwXs5rdN2LwtGD0+VS2cE/RsQt0ARdpktC0vdsrnXjn\nClUkY8BnohxG+E/oVXoZsWtTEP/A+f2wO15CYoLoy/XX1cHLY9rJnOzurnnB\nCan2\r\n=5Wt5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIPmDJygqxeo7OwNnszVOexX5KTonvKNUS1pJglDbJPQIhAPIBAveHUFA+KGlAZYpVaRLMeror0fAT5NmKySfG1Ie1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c0cd7ed2_1544481821105_0.8478990209918369"},"_hasShrinkwrap":false},"0.15.0-alpha.912ea469":{"name":"graphql-codegen-core","version":"0.15.0-alpha.912ea469","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.912ea469","dist":{"shasum":"828d6265ffcf0cc2d3c06dfef8c84cbda0bab855","integrity":"sha512-Bfaw6ULO/Q9Onndy0bSu7M4KwMe6SRsVD+D2adsNfXArmwr+pEyO6evmY9IKNOKDk5ZNEffc5Xi8cx+4XJf9ew==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.912ea469.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDyQ/CRA9TVsSAnZWagAAjM8P/Anj0FyBxG/KNdhDDsO9\n33BiDcdLDIKE9eJWCEa8BtvscgFep28N6kZ5cKACZE2Yab0dpT9N1TW7B5Ii\nB++6WUn4/cFUPFdhJYb/1r4ow93QT2Z+nKQOra7Mvvk8S52foB7E8E1x7HpC\niFzs4ewUpDpPH2cbWGts+fyFONF4mDJWm8WjWAFry6WAMac6Lb1PXJWEo9Dk\nFMk4roNIJfdPOjkx5xSUUm+zUd/ZMbzy78SMNXnRv/SsZkpuE+SA0Q8apy/y\nXNG3a1kOVeGlm9oOcF3UZN55McAbWB4kWlHZSKxZpjDY9NHqZchw3J998XB2\nbCUFr0wlDqgFwJwXACIuap3Vn731WNMlorZFE1spFeg2xk1StTEns4+SO0/V\nRvM59+9OSDrjbm/2PMr0BRyN80ZLfbzfEGkjti3i64L92jza3cQmRyGxmQSh\nh+VTJEelyO5p9CZ77niCZfl40HrSojqYLkBx18sfQZ9GJMcO8sOM30V5JxGv\n1b308ud1TcUWNFAE9Fteujo/9OWk9YGxRRu20ClvBCRUcl+gGRv1BxBK18hp\ntXAM21oXfM4zY7VThRfB4edhsFbHnPP2tCmbIDk/kbDcdG47WlgXeZel/Yxo\nSP2OkowvtkRRCg+Wdy2oBQplvjiHrdxRo5EACt+EQ2vs6+Lj0F/u99ICHl/S\nbqgu\r\n=H0Kt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZmo4u118y3DctH0gfbZhHAWn/22agFk27OYdXlqlccwIgOaZvEe3uGVe49j3Td75YFY3G5zLnM3VVrk/rWlnAcAc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.912ea469_1544496191028_0.5301128071206096"},"_hasShrinkwrap":false},"0.15.0-alpha.64853393":{"name":"graphql-codegen-core","version":"0.15.0-alpha.64853393","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.64853393","dist":{"shasum":"20b8116e178805a1cd19156806edb6d6c1fd1c16","integrity":"sha512-J8fxQw2Xo0DPudBlrB0uAn1HnP1IMAtGmfgp27sssxn37z9jFqUVRimImlRY4dQB6Vv4bLxPbnAN8J7+OpqL8g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.64853393.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDy37CRA9TVsSAnZWagAATUkP/3xLbOw8K2TBOK/9IV3b\n7FkctonBLPG5XHimykOMqLt6FcD9czzTSyM6r6RNK4r7POLB5zbmtTgl2nTi\nEs6QaCe1s9orZCfWfL0RgjQELXFR6+ku3NppJuzuH0E1e3C5i3a2atNqsTS+\nnlTvS6y05tTvRKVNvBgzKPll9yI7JzkqKd6gjw9YcJyh1Op2kZXmBzg/pZq7\nEPexBn6ysIRzvR9U24wY5pyfjlM7UN3zOds40C1pchWmVuJzfZh5/kz+IVuN\nflLBDWD+Za1XuLfdosdy8GQUqiNZJwjT30qzxCavndsjljI91MkLh7pIFDo+\n6w8jNPyk0C+aPcRiZAUvuRmU/8+Ssspycj1imAkrPnsDhelZWEXaYGmzaUSG\nAElBADhpMbuo+5oLnVVcQbtlb0FSf6SoCxZrxSDq+w6k1Akr/oYmHUWFgEHK\njcEr06GRhTtgigoE1RyeO4peiVcUTWhzH5xzt9D64jhKCKEZbA1GJHp+LS3g\nPIs4rnH6/pCI5/FNKnlPrb02NGGWFz+/OUy9mqfa2ucUlluPJML+CR66Nh+7\nMQ964jAucd7MTrTyOl3KTLoyKatYrraKATRTcjBh7aNm5xcwjAhq2W+j0awe\nfC+4HcFIb7TrbK6tXKOooo2dhc+aGyWRy8NRtPIgx+QuyzRgx8+ZnrG+5XKC\npUHk\r\n=4K74\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG42FLL6UA0xx45OpKoWY8vq+TbQMRJ0/DdPrvT2lK8hAiEAo/WB3yCMU21/ZwwLiH3NGnFp121paDUWFnwkMJmMveU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.64853393_1544498682251_0.5943058291328687"},"_hasShrinkwrap":false},"0.15.0-alpha.449ad117":{"name":"graphql-codegen-core","version":"0.15.0-alpha.449ad117","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.449ad117","dist":{"shasum":"fa0834a993161feec3c61742d09b3a67817018ea","integrity":"sha512-SB2CHGp0wUKHV6iMd0G3nVMzPJzPyLHDp7lx9j/55PsYKJUS0VPlI6xfV8nNpRHxeb5krwxw4rL7tzV41xPnvw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.449ad117.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD07iCRA9TVsSAnZWagAA5HsP/RcKBZt7RbDD8et12lon\n9l+3mfUx/9e/wNlf/NHCtz4ifO4nmf4SvIFqkeierH3AMcPiDcIj5lEmfm+7\n69DiWjeqC1bhMMOKi+Xsl3Uz6A42J/KO/qwHEI5kfAsOKoopkJPy7C9G3yhg\nqHr/aqrclVFwKhRDVTqUjn/vyZ1eY6GAKCONY0AL3bqFsLX3XOSED/hgIhKN\nA53y+EYJw7WdsvbubWM0JeZuPm0/6fMShUUZMGUm+3XrW6Di6+Eh7jtiE+uj\nYT860TfKG0aGUPQzExBq5FIdfY/SwAMehTMhgAOldTLJZx9l9inXwFvZ/50R\nhGYfO6VpRvyRv3xNJoXkcYPs5U5LlubmgEDtzIligOWPm9vlh8gec4TRuLaP\n6JRhHdYsCQYXGFH/fsKjTpM5LCJRitxae13xnd3jwFuwSixJb0mGn8/842wE\nQyrTc6axPKq81baUScmigKdmNhqAwNScF4bqiXfGF5vY37/Zzws0Zqep4RSl\nn4svEDerEla/Q1yjboVJnUxqfYhdppc41EgKO9B9IzVVoCN2rjPi5MmC3aJO\ndb4obTSaJbfCzY1FDrofQCnq1PRKb4J3Zg0fAtsAafh7pJfN1Y931j9oj+nu\nIag8/RrPuSa5CoeTnKPNizwUHiAxjJBfh81y++nORIcDSsQRKFqT4a1ekEI7\n8Aoi\r\n=qkvO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRRTgIi1D0lMEZBRcBZ+QcXndqaX1MqaXJb/+UBmLuYgIhAM4rWv+/GtblGuybHbXXr0pwcJ9AFIqissuXkJLHv8KQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.449ad117_1544507105531_0.9387911888008957"},"_hasShrinkwrap":false},"0.15.0-alpha.ce0251b5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ce0251b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ce0251b5","dist":{"shasum":"f012d76fa6900ae018a577163bed667a183db90e","integrity":"sha512-eJ8nnXx99DiQHtaecUsQBCyiTbZZhFWFYM95gDhAhsoHYzvFgb5sgTWXmrlCSAbvPSSQ5bEGyuAaOO28blVbdA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ce0251b5.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD07sCRA9TVsSAnZWagAADd4P/jwuBBkkyNdA3SkPq3ro\nkQBa1yYRea95a5aXvzrXW/CiVqwYQf7HN8jiM2F/Tfor05vfl2Anld5YsHY+\nELTyw147BGSzZA6nZIfWHYJxmCNEvyxFUQvCmPqYdazMX8zTo8W/xmkiMqI5\ngiyUzoyNSKBRyoPWRPsyqooTVaj8oaciJZw+y2MQ33J/1OlKbDswFeg6An5+\nIYeJKrL2Ac/iVdpRwDP3Y/L4kfL9VUWvvnciYSidmvA7by0O2wZjX3Y0mVGV\nCDnc3tUW5h8WuAOd6aquzACjdyN6ixwCekHQj+/TdGn+h1LJhe1GWo23XzK8\nBFgsRvVLzKBs5odMnAohdIQbZJmTliSe3Ll7LHQzoLO1B8XqNwW5zGhawxL3\nLp//oe8xkIo9yqyVvJIonjCWqKg3G2vmiIUV/Gb2L9O0AbsZQ522X8kavjgs\nh7fCDzhpVtOBFV/4pDsHWR94acE7ALLhtHv9illlLYvOTrwXEu45RyBrwznG\nyEjQfswBewG+dmnilNiDTaZ2iPiAVPp3p3imnxL3tm2nRl9+lw5P7k9aIBXx\nzK3unUTG1Jbk9OCN/LrR6k3HBryGlQMJ8CzR6xgWiYC+73183OBFzkptYYm2\n8nRC9QlmLYLfkBZ27GULhrhxg4n3lQqKW8b+rWcvkRsLnQQjo6SvXeHnKYJF\nz2Mw\r\n=WuKa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMf1Z960viak0BoEaTBFqFBhs+vogn5Iu1cBgpyi7rDAIgYvOeqP675QhOKyztyA0qdZhtNclb4iDgJXTqlE2Jfqk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ce0251b5_1544507115715_0.81217605713983"},"_hasShrinkwrap":false},"0.15.0-alpha.111703cd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.111703cd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.111703cd","dist":{"shasum":"d267b3f8515aa0c38f692638d5652e44dff8700d","integrity":"sha512-rckRz/Dw+l9ndgnkoKKVzhaRV34EOqVvndSCYTdJnYXMbwAPGY0ZclFxJ+cq9blZuBkDXhO5W3yByjzKKX6UhQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.111703cd.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD1GsCRA9TVsSAnZWagAAbpoP/A4M9OCnUn+ji5tKKFzG\nNYlOV1s/YCSny8bYItfenghzwvhhUwWXHjKxz3os4poj2NffNcEwAizv68fu\nofCtTAp6cGoCbV0NeRWxnamqO5L1+oVWPVn1CcdjdZtUIHHXZhkoga9vXIZ5\nvjTps9dqll2uBrL1LBDv1a9DChflYFg5hlPlUXzd9LVSi28IczX9YqUYINxK\n8dJGlUKvXe6RlbUQO4KTxUVD8PqbtXHyZQDtdhVwDvnTU5WbbslqoH2vV/zU\n0aQBo8en4dNENqw3bNAKkb1cWU5HIZdtnQ8FeqALuWfDFT1Nsk4FTE+OPhvd\npVMuADl36Aa/F2OGhMCpE59J2U9Q2Uw+96yqy6yrndgH0YDV5gcciir5LQo+\nJ3CE89nrbanZKknXuXcuXsE82l/edfKG0PyL85XkKT1pGM5b40yBq6IiMWVb\najA6pN2pRJhUqMhr8i7jvEJGP8nJv39C5suEPo0WlYHmzQi4VgszW3VQDu/5\ncnD4C1OChaE5Y2z1bFP/2gjRpdiT1c97Hd6yM/kw8AB2pGouVLT8w08/qHYK\nELvk4YLiABpbCQj19sRTzkSvKpjopZGq57pM5xojgm0aqQyIVjslcBzQRDUB\nJu19qOIqqxIdWqpi17YKDAg5G0P3Sfojpzz2DU/od6B4KSCFoUtL76YPKKFp\nof7a\r\n=ojR5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDr/ppS4TQ7aw9kO0IPiiL6dDKUrWtNue/98KLzfgMkxAiEA/8EfoVkY8BXlp2tE7hrqgANoQvmC0fiCWmeMARvz9kg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.111703cd_1544507819224_0.08739374585434745"},"_hasShrinkwrap":false},"0.15.0-alpha.f93e3cb9":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f93e3cb9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f93e3cb9","dist":{"shasum":"be032756da6e380060dd53d38b155d8ff427fde2","integrity":"sha512-tTVX5JL7Y9MoB3Su7HFnntO9AelOuGvJ5ZQVijmXwd53XW/GhKNtA6ULDud4oKjehTG4g3Ysv+/yVCNqXIti9A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f93e3cb9.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD1OjCRA9TVsSAnZWagAAOzEP/RgfK0sy6ejv+mm9a5iy\nzuxw5hPPJeAc1/hboVsB15tk5RZeyAkAiijSwyfP3iqRSmv2G8W6mhmluIq4\ne3bDdmYxZUF8yjnF0QAXDOp5d7+cTFzEZP+ljZccwVTe36Txly1zezm+Bsfr\nmre5r7h/HHtjywWr3O4cS1NTbOHTLLlpJY06v9oZjOYQMPCqNILu0IfG5Brr\njJTcy7uYVUuGc/6MuGbyhN2pzWxBdftFPTochsUDWgQPqs8k00KP5xFFgtzU\nbbmXYXAomNHFJebLHd6EFjwrkmO7kKPNoCB0NPWdePRueX4b/c+hvJT3HzLt\ni/XM8xe078otnWKHX8DnNyHraMDSyzkVPg6y4wsAXpgGU7/sAsrff/IB/4cY\nG0SoE6rLNRNpuzz1QVRZNFuw0+yNnPTsT/ny4BlTMBg4yHgyKNZwnid7/JLX\n6WLq+JrAsRKjHn65LTYlt9B8HcLJKFZmnWoEet8fDGPdpx4zl1blCcUkOx4m\nex7MfqVi5HwNO9UfsC2d2+nVyo9nTbrcybIqx57jG1ERCsAzQiIqrARzBtMj\n3eFMK38CQzTK06hBQEPZUhBurm2q/FfiCH6zXYbVpI7WaP3RqnFI5pvXkjdi\nNeJO6/SLsR3S2izEdkzNES3Xk/SWrRQigx1LhdfM6+CoW1OTXFeumd2YHzwU\n4dgB\r\n=AEQB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIENTlG/4/cWLnGAxMoYWRO8rHJwqhUQmkgd3yCQntlWIAiEAg1tgLRprDdfC4zZLO6rsCDuQ6Hx9YrfdygYSENhocHw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f93e3cb9_1544508322634_0.6103450053918615"},"_hasShrinkwrap":false},"0.15.0-alpha.0af3a297":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0af3a297","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0af3a297","dist":{"shasum":"1a897df85c19c063919aab5f4d50dbf0ccce0694","integrity":"sha512-Y9BMeTxWHXyDElR5Kv29GMAKwPwNnMUCh+GJ6U5SRFdGnH8fS14v/6RuBu1915e12eNq8sIqdUtaL4wXzl48CQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0af3a297.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD2q9CRA9TVsSAnZWagAAYQ0P/jm+RJsFxMnz91zul2uB\nTxKrBxJAqaGV3w6YJ9FY2FlRWoovtwHTgnzM991trfTN4JfBxTDAkHuOcDj5\nhAeaRyrEWbEYVUSsXK/M1GJiYeD4mCe/rxXQM243ORE+EvgvJXFEAuMXIvYE\n7dih8egZK1M70yoKC8dLAw+v3Q850WtL22gzMYGJbG9FZVig8QTHyapvOwnL\nyf8AyZr+FvbYtDWzI7dEfcfBVlMtN95VeyT90w6VLYbbyEdzq+bSjZf7Qe9x\nyTf59cscg7Ge5revBwK/3Vk47rdhBAtasTrTPcQLv+tHVAm2z8GfwucnH9+f\nUbJclXqswn5IK/wD5Cj13HHK8AfXuBEuNbEoM+hBXswGlc5FmZgZu2MRMv0P\n+zd3cJNBzcXOOY1HXrEhHWgZKXeDBvfP8O2gH9RzZ+uhGnasNtz0WD10n0YS\nXtLrwTWFzqmMi9/3UP3u/CSN6MDi218EHgPtTsbzpTy+4MzZT/sFtVSaslO7\n6tNuRajzbznk1oUm1iowXc/gdafJIEEMMQERbIvO5Rz14wYqvnBt8yK36RYD\nLDKUZMdzNGqxML81wCz6GVJIPvaLZJ4gFchNVgLfFyGiR6fhgWEIbaU/0eai\nXE9rOTg4Aa3cJW1JyuspyeBfRIE2TdricZcyC5qnjYEbNAcBWryKwnWoq/yL\ndHU9\r\n=iS8f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDorrl9ufboiIWxoegKiYqGIVNdIQqI9PU2JTsKZcdnEgIgaqgYY1ygXL77a1pAarkEnDdDjIsWy5rAuQ5QxCj/ISA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0af3a297_1544514237193_0.7563350810021829"},"_hasShrinkwrap":false},"0.15.0-alpha.67d9af94":{"name":"graphql-codegen-core","version":"0.15.0-alpha.67d9af94","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.67d9af94","dist":{"shasum":"9cdd412d4cf9464701ccc6974c0ba9215ffddcce","integrity":"sha512-2OnUmwew8VbBz+1fvTnhmxnFnKQwiYN3oZ2qy4WC8NaHoggcuaYPh428FVt4ZPLzNk9UlT41RrZ0Wy9iRhYHWQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.67d9af94.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD3TJCRA9TVsSAnZWagAAa/4P/2tFuyhsJhcNKcei1hh8\nGskHg2iJ9NlV1zatxY0Feh3CDaLuQpU3twUDCZ6Wxb3Z5llYG7aCxFGzrlN1\naQKcpujW5HZatUDbdf+mVx5oZb9dGX7hl5QKyqhYMccb0D5gJSW7MMk8LHYn\nz7Yeh2GKYiJAmNTIwZ3DPk2uXLCVlxkBuRZvzueXrPe54VcJeKSRVCvhmHDY\nGMZYimTJIHFAdpVSB8t7VAnifbL4trlwtS7Y3d7Epb3dPZCX8m7e14VHhC3h\nTSmziVfdsslHzJTtTsH1WugvadaOD6e3Z2qqFAbqrWHG0uPdKSZw1yvSskX9\nu/bofoPALgP1I81aNgggxJMocHQg6rQbLp4um9Pb0J8Y5Ch0/F/7rZMlM5XF\nFd+bwlEGTIMo2ACOLwgvmhDlJGcc5bs7HxintIvtv6p9qUxTpoHja6EFYxyE\nB68KdOGgp71BRlZ3C23L+0O0RvA7fnHXLX/6b4npwWRULH6+IOfZhVMSC3Tj\nDfbBHac85KXKrg5tbVaCetAThrzKZNtgY9EE5xCEFjvehyiP4YdYoFutlo/O\nUW44m60oL7wu6TEty7GD+D1RpFQTkQg3BO7NhMyIy9Up10l9qwWQE5PffiLb\n8Oijg0w+Va6Srgm3npIIO7IqUjtTrMAWo3OvPwKqshNBlCkamxA58UMDeLW9\nRQym\r\n=ET1E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBbQzfrxAAX+PxYNN94GrgA3PSReiiMHvNf9xmvlWDukAiEAu2wfqfl1opDnyLAYzD2mMvSZRUUCS4mBhzuYGXlV5SA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.67d9af94_1544516808377_0.3110025503749567"},"_hasShrinkwrap":false},"0.15.0-alpha.2ba9efea":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2ba9efea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2ba9efea","dist":{"shasum":"ff1df65373e8c6d3fb56b02efff7f2942398bf63","integrity":"sha512-9UF34Wyj/ZbcO4Hg0QAP3N2gYYRevc5EVzPKLUZ02xOeDQRjCb7tGBamRYJdGaSWx0VmXMXcectgFKFpGLRN9Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2ba9efea.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD3rDCRA9TVsSAnZWagAAD3cP/AxmND1v9CEoR53qRJJm\n7XK3J/quANcEmSd6mdxTSJayD+XWSKoERM+C7g3OJMfrD3MtC0c5C7ZjRBHH\n6dclBq2D97jVibcq4y5sPoLGvBsKxXHZf/kcWFBJQldXCT5O5TB1ZT7VYuBP\n9YLGoO47sX1RIewPANq+Qx4GUlI4lvpMKeG7/VKdI/qJQrxCskv1ivc6P+Fx\nIy5QVnj6DNgNcn2nNQ6rtXjJ/COtNW7AvGi1zFHMvgbMoBSjKCl3rY/CxJOS\n32QYRMs1kKgmj1MfTyXJcrW6Kwa5PhbWzVt2fao+20RSc100dLxWSTi4ieyl\nlj2N8Q/mDq5VXQYb3LDMBKoXXwhEHz0PHylJTQsSROUd3sD44uxbKQpiEpya\ne59Zc8w+tzKuGS0CGnq34gjOwCR4lhZ9iwwJmxmtr0gWZtqIbVpPHnIVcutY\nFykrupkcs9yubYN/lnVanw1eFYDpUCLqK+oTCUa0OnN/6O1ryn76tqxmw7zk\nvGLLo5pEoFGBexbF8mRqSljmGZDdZ9DcefZ6Lw1hbLdg83SQjiOcKlCzSmTT\nTRAJl191qpuyHgVL3JosGDZYYvv82HmRayrjhpKAtpQXfGSTq0W1VKCRQ0mG\nY7aHvcQj9nVbMGrHXUwjw/qKw29mYBdlcfngcMPt5ytQYzS7xG8RMOZ0fBNY\nT86M\r\n=hhGZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDt3lERnMhVM3s5Bhyy6POSwlssQyqt3+YocOuClvDtAAiA2odXlND+bssj/jzLENNjLKW9/jnisqJFB+L2Qo9Atig=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2ba9efea_1544518338818_0.9892589022096485"},"_hasShrinkwrap":false},"0.15.0-alpha.99a01e25":{"name":"graphql-codegen-core","version":"0.15.0-alpha.99a01e25","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.99a01e25","dist":{"shasum":"0f7a99efd02ba458dcf4fbd38a0126c54131bb28","integrity":"sha512-U8Rr1l/xjewMiQAjvZlgh53nt07bKNxOaMg5vd+akFEmMU2+eqwGJYsJ+aypUd+Ie0V1HBVdWwrC8ni9OYp2dA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.99a01e25.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD3vJCRA9TVsSAnZWagAAqe4P/in0mZlZKSaCWkGpIbQ2\nczM9AZa0Cy1htZB6qKx6p/CHnnefXnSi0O5g6D0XemW22fLt1cWpkKLyH2NM\nO1ipO9oN8vvJqSYh73AFNEeETPrUe27UJjB5aGA8/sdX45kB16HaB02WGmut\nfMuJf9hpQemvZdh5lDg7zeqB1IKj426p7vm9tAU9yx7xnLMiIocke6nO6aeo\n0nvcAcLjSFYv7oCE1ZGbXC62/H39rr6NqcE5HT405QWTGWB4z2gTDByhPvDt\nK1Nc+7qXgCGa6adT3QSjMPiEWGsTLF1qjsA488RxjU521OKYkUkZRHM00nij\nHeh45+92EKjgJYgaFZ9IItLXtyOVRM8A9nNYw/0Y1A9/9Ce4Mldm0v/V1TaF\nkIu2JuoH53RftL/RMASDDxZivQiCKM4hf/tNcbfr4I3vpOFHi9je0UbIO9Dw\neZ6Quf36KYGOqCghHCiuaespMfWn7K7hJCH2jOQBLOpwYSai6v8JMicIAc67\ngZAWmF3Cwg1VSFQCgpIhyoa3vbV4og9f7/wmqaQ2bCCrLiHCLqREd3l1z0pJ\nziGzvFYFGvDZfoGfJ5PiJHUJdBtSbTD9UUoHgaRSa0WtAD+VRO2LohEdK5Jp\nWJYTaLmHZpj/FtvfDwm9jL65GhfyC6vQHpAGWxE8gf5jJxuu1EiOKJcw8gnJ\nAcnJ\r\n=hwIG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAWZk0Ui0dav39XUaX5SQZZ6U8+kJ/k0fpgC+YcCjzP0AiEAqlDeVf2nLBI2P62S3xuj/7dpJ5dla2AFOWrVnpQkJIM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.99a01e25_1544518600659_0.6406596934931184"},"_hasShrinkwrap":false},"0.15.0-alpha.e2748564":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e2748564","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e2748564","dist":{"shasum":"03351be1ca2ee45545783b6e8eecd2121159be51","integrity":"sha512-ryyIxwmWUslif0b9Aw/dsrcV1gPp1//z3Hafie4OHSH1Q4XtONdvheQLqepkipktZ9XumyvOKKqjo6XDQN0S/A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e2748564.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD4TsCRA9TVsSAnZWagAAc2oP/Aju74W58AOSGPVQMzht\nfQm1MqngrN+8nktmU7ek89ZbQYaoiATNGXj9tOuQTYdKcxEJTxWn0upgQ14k\n+fo2CrrCWXTTsZbUFo6A/4yxunGi67xh/+YYgbTr4PsQOmrFoKjR9+yLZ/LL\niaz9kvJ1xMTugyBxiLHBRflFnFt+cnLBaeOUjnZiTvpqWXv6Qefhr6aSqlRn\nMoEu8QzxkTdfZ+EkGKaQiekcQf0PhpkBgxzfZ7Yxs4aYAixWZLrfktqDShtU\nRXT2u+Iz1kn1+LZtFtPfJyEZIwokrlOIc6w/y03EboB9z/fXR6aA+fm4bwE7\ntZ5qxtWgamkBpq+RQMYoqgrN5nukWaSXWZPpj07LYlWjSfGR3eUjUbZEU2Sj\nwHWXeuA5VUkERZU7cDcZkBVyRY0nGMTxs7GU9TwSM1Zs6gQzbSCjGFYMuT6+\nnMcRWH9QCZ+m+A/o4ikpEOpNyqI5Vx5W2oO8tirz7PBN5HKS+GdSiDXCEo3J\nqQ17B665tVQBPBOiMqFWd3chjLNvcORyltbQiUge8xs9J7jxJo+3sXQb9zXw\nO6TdDrfiRBNeCBm3FYaxpupHPkuTroat7+78NQSOeeA063dYG1/7RmXtpzDF\nrJnUv/fjbwtinqmgclnrZifkbJn7PVAwbz9dEY/SqWHJ2XpN+0HkVPuGmzTP\nD7I3\r\n=KR15\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP4kO3W16YvByJ2ik20O4b5SNCCowcqtoss/HV33tPIAIhAKxLES6JBNaqQkOG2rkwy/Fmqlen0Iz1EWD+PmGeZGTA"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e2748564_1544520939432_0.3952490337801422"},"_hasShrinkwrap":false},"0.15.0-alpha.8882ec99":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8882ec99","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8882ec99","dist":{"shasum":"3715c849a15fc99598eba8d62d9235e116baa7d1","integrity":"sha512-mxNshNsnMrgTnErxSY4FunbaibSb2WuzxwJSjrwMk13lAXT7/uXzlLKTZVbSRsyi5xKcNtIcJWTlY7w4OAATSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8882ec99.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD/n5CRA9TVsSAnZWagAAEM4P+wQWEeBkeOPe7BDFLkvi\nk/XACg8hj5BrTQLHUINfUGhJp3AlzH1NnXI2M3byhGTCrOSaF8hymvyLV/sl\nqch1kibIP63YwcmSBNn9BhQmvJYdB1Scoc2y9ASBGFBAxqNuDkSjXvBTc7Y8\nmi/opjciAXE8+UR7kNCM0NkrUt1Mi6YA49oL6HAFn/Zm2VVAoQ+VzuQe+3Lh\nPQ08KEeYUPnJS1diNYAYgl4QHAF4G5JKbmdj7GCY6dyPWm+BOWeGKVZzTI1V\nzPCT8V8L4CQZbAv2fVQTSsW+1MxYeQbKdXIqqyj+EZVRwzUGkE1kI+s09iMX\nYdciQeyRNdYEZxhSDF1T2Yttq894Y0LblHJWDqTVyzeUYbGP6/HtPCpUm5km\nVJ8aAjs7U0szHL1rIU8JjUffx09QCNkKGwGpEA3/A8znPi4x5EVqLu+cTY/n\nCOtCjtV3l/lxg4zlhCU9Qhst4YRH8aGg4zPWucQOzYkveTXijxNfxF6NJ7w6\n6hlBgwafBkXCl+tsebUOB27slk1ctYq8xvXUTnMmTawUEkLzP+EVgpNGkXyX\n9KKgZB3FLzuMtTQg7ItzBCn6ee0VP0tjMHYEbO4LM8LS+eS96GpfCWAdULUw\n4UYygP181uUbVrBiypkkXIvsbbiSfsQ9Ksf9yLwOug7l1p+T63M/2h59FNtS\n/nUE\r\n=5h5n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0hrSa1Q1tnwO6ziy09eKmL7TPpSaJT/f3p/9SYp9WVwIgLEPlII63sQrUK8Zq7+H/PG66LTZlegW6t+wXwCMQEwM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8882ec99_1544550904453_0.30010650687056106"},"_hasShrinkwrap":false},"0.15.0-alpha.946b0cae":{"name":"graphql-codegen-core","version":"0.15.0-alpha.946b0cae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.946b0cae","dist":{"shasum":"a7bf2ffb9848ec27a04e16e66f048d53a724749f","integrity":"sha512-2C51l6ecEWjd/M21Ido3ygxovuSyvV/GEZUHD9cbjYddVS0AaD0lDx/Hj84N9u3rOPEZAb/KrHYcGW1r80zx+A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.946b0cae.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEEfeCRA9TVsSAnZWagAAjDoP/3xQ/f5ux/Abler4CwBx\nvi2XhUd+Z81+JknED8a+Qai0v6a2jGAyo1Q3jv8WyyszXlFL3N2GP8QPHhZB\nEb6iv/hKjc24z8B0zxF9oAvpGxQ6fwJZNJjF063a9bmCrzVTOTi6T34ryjVW\nkH4XysjLzt7sarudqFqf6tCp23GEgTPDE8HM0aU6oMfAsw6PY523lF1vQLVH\nNc9Jk0ABEYB+XkXw+XXUzvG+wRxL1rAjhOG9KPvVcMFQEPybn7aUaRrVby4/\nnkHc3KjBJ4r3PmauZ7RgQcw/vQU7HIjjGbMBsvXTWK3KQwRuVUtUBRrYiyxO\nf31EGN0hHWCWe138uvqTV9WRtdL2Y7UfOtbsVOlrGc1LuLUR7qT8QC7xlVZn\nupJtXH57SE6wzeJRxx4Dh5IQ6x50h+E12+V7R5PnVYPCER8slJEiIKV51OI4\nAQNUmrsIQGv1XIiHGjvrAEB7ul70eB4MusT/cNKwPkIpk23md4s5MC7seEK6\ni+p9N3XaZszwCmXNnfnrD46PCeHGrFmC+xKmDIUBRGJiMrzhI92qY2M0Z/2k\nqiQElbgGYOcvWr9Tz5enYMwfJ8DIMX79YFrs2pjZ8vt308NojAGbsNuTVQxM\nwYueKDbnkkn5n/q7ZvHvw5Fq8n2WANB6AntZBTWy2fcoHSuP9s1iMSsGQGTE\nUu6Y\r\n=XirN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDECn82jo7XdPGPuxWEkKl/0K9YqsdXnT951H0djrwpLAiEA7DUcXnFrt1+/rrl17X7oNuwcvOlVioadTlDfrgsJKPk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.946b0cae_1544570846170_0.596318616695948"},"_hasShrinkwrap":false},"0.15.0-alpha.d63bbc07":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d63bbc07","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d63bbc07","dist":{"shasum":"ffb906fde356c3370e81c5f82b16a5ddd7dbe5fa","integrity":"sha512-ORlawLgPfw6iSGfxmKx8Yh61Psccpq2OinHsD/5S2gRJl8+IZV/sj/ffs8Ltvwss3eEyS/94Gh5qK/D4JZZUFQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d63bbc07.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEE2HCRA9TVsSAnZWagAADl4P/j++EcbyBKHn/rVXM93k\nUVFXkwafK0fAL9YILDLvrZ/inAs02d6hTJavcZ934uPkamflnozDPumxkkW/\nl/pHXrVhjcairFRvS6gV7y3aJXx9Oy+O64sUvUlYshLH+7eOABwGjkV4RtYb\nFAVqnuHmFd5BE8wWsLoLLkEoCtAgq3ODNx6SvNj14QfD+viKaf410RklnfiW\nc8al+EuUb5PivjkTyXPVW7YHoN/qX2L+xkV6J18t2YOxVwYV2P28txXe9JfQ\nzgxPMt+K27B5rYKWtipBPwHv9+j7uzKyp5oA8/xxegsNcyrFpXLU2Oy+gD6L\n3Bm+Q3AaxqrJc+HSVR/EIZ9JTn/lEzpS9oQGCliXuMCT3I0bt1ecmg58UlDZ\nKOtDryl0puP0UWaKlG2cfB8doddgWCzJPrEaEcJOmPAAnLAFWMqNm6SF3L7Y\n1AGxnP4rN1UPwobxpCAjAhzYAMzlEs7KONsN3DM499miAaum7hS3b5rcJ1hl\nlgnuRBWbTcA6BkTWQzofwKhUgpkDSXj52cmxrknZaf01VMVsNm5YAlDHkTrL\nIl3tvFFciXuYz93Wcr3rncD5/+EGOgc8F7heW9ULCirZWgDLMD6MFG4ylKYP\n5Q72D/jZDvWt/s6dPL7Az2fUdRQDQ9XGiFXbV0qlKkRi2pYyZ9p2qRPJiGRx\nnnVt\r\n=6f83\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGq+jY1161mrq7qgzD3oF6WfkHtndHHXzlSNr7BIyI3rAiEAh/3xL11bdJ4iisf0bi7PBAgdYXq3bGammv4cmvCS9Ls="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d63bbc07_1544572295119_0.574327122869835"},"_hasShrinkwrap":false},"0.15.0-alpha.1e95b59f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.1e95b59f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.1e95b59f","dist":{"shasum":"ee307c8184575e43d5d3f556bfc724068e393349","integrity":"sha512-iQSXnqeIXe9g3evdJVu51hVXDxF4fTHoJk/TLhN7wUAGUmG1NLLgRyZKO7UEJVjUncymGdW1CDrwluFXhZ+OoA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.1e95b59f.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEKW5CRA9TVsSAnZWagAAcukP+QC9AdHzjK7lSnLQz9Fi\nSnJ6/6eCgLIrOF0I+ivqn8YXBwEHRbRo9HIpgb18EP8CV+DDTnY0t+SfJH/9\nk31kRpa09Cmnz4AsDP6+MukY3VIiOuhb/bNB2wrem5of8h1rmrO/95AEISrj\nN27FmKCCvw94nNpxp2S4rI4dSmg1ul+sJEVO9pfJJC72ZDxwy8VJ82l3J0p5\nmRsVhK4mObu6EoJSU5QP29pK1PBQPpwjNUBwoaPffBcoC25/LDR+YVJ8VQD2\nkH9vBCI42cLdIQymi5P/8rx29hyLABp6IvcK1mUDd6iWtgTcd2P8CB+HhL9t\n0GxI3RjMDU6nTLIBUf/AZsueRRLLdO0v2s/+5D6cbahXA00nIF6s2cI/9v3k\nXEF2RW4dhcIX6ip+83m9tcmhI3O/11sR2K0SWwl4gAANg25lGV8HIe3iF3IO\na4QdVAYq0pwcNnQwz11Ge2lhgKXysqKbMaGd0hCNiFi+2bjzv1geVVRD7F5C\nZvKTHBs09eWfEfqqQeDNSean7Z+IdRIeUyS8FjrowFglCnMpcb1Ad5Fayx6x\nPMBxTOqSgxRSFnx99FPypI71hpxO9zBNBURAmlXtDoRRSeNqglJfSY733BdK\n1jM8/Idgz7BWEAikQse1aBqBwsYLiZHM3gRGHTDvdRDf2Uw+YkuSyaIkPQQO\n/F7X\r\n=3WGN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYUVcZIjvOODZNuTve3+MSoYh3gNtG3e0e+hj09prMRwIhAJaLUjqJnuGNNWUiLNyICYtQp637iGoU2UwQ2JbuSbkx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.1e95b59f_1544594872695_0.38428289519887615"},"_hasShrinkwrap":false},"0.15.0-alpha.542bfba0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.542bfba0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.542bfba0","dist":{"shasum":"33b3cfb4495322a67b88c452afe5116f42800fe1","integrity":"sha512-Nt1YWPr7C8ee/5RKe5/2nKdkYqhascdMrlV663x7fHKN0uHjYHbpNkFk8WYueA0/t7n1bxawKabL7K65sPlpHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.542bfba0.tgz","fileCount":99,"unpackedSize":93218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEKXQCRA9TVsSAnZWagAAb8gP/AxVb0udkXh8u9zu117U\nNJL22kk/dQa0mvcisCuC7qzSOMRj4iXN2Wc4P7YHxfWDZnLdq45fRACFkhDR\n816x1D7FyHTgAFzNdSlrV5vWr6oyd0I8AKJ9Y5wsfKi21DXjlxDrLsUDDjw3\nDtZywEoXvsa7xatW/OPQXZsdIWs+4pafSc+UhHMlzdFMthsWZfu4W4bqAZf0\nW/9XW6nTbkufybmadam95Eb7j3wXkQjDXUojhlARhYHi78UUagTr7kyo4RQZ\nLWqvr7YmPUYNVf8IAKFO+Jj0zr+1JDS0119R27j6vLKWA17SLAlYKv60szde\nBqRwmoDgQpurg/GPQtBjkYYHqJamh3zA+Vh/OfUhhBbhZCwsL7j/dbv28dyv\nN3t1RSG8oZaP1/5Hz/HFURHrCbvxhbg26QeC66VFEmpdp29VnJJb2F8wJ5Bk\nZ9fHyC44s7fd76S3zzlmv2RTVkbjWMbuhi4E/DJ5hlzsIjXPtMDD/VkgMM7w\nCqPJGZ79PZrPsBLEpPXTeGFklV2MxoqHiCUte9qkDLjfHwPRqpEOVkW0lFc7\nJZCqwI5ucrDoCE2NyTjkmemij9P/gzkZpMhXW1KiAqbvzEzvDhN0cAV0nRmj\n54U/renYhCNGb3Bsar7Kx9GrXgNuyyiknYoZEd0wr3aNEO69ZmY5+DzlXefy\nkOwe\r\n=o5Js\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzLsnwaHX7bUnbnwTR4fePiUBaCswtV5/o/kV0xoflngIhAKuyNHeSBVBjSZ+0KwjZj6B52rmgpDX/WEWbA3+C/lsE"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.542bfba0_1544594896080_0.49299942478315883"},"_hasShrinkwrap":false},"0.15.0-alpha.6d689c5d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.6d689c5d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.6d689c5d","dist":{"shasum":"0fa8bc0fa12c6e4a9d68a6562acadb0bf80045ec","integrity":"sha512-m/sfF6TWHDBK8gwchdUMcVRAZnXGdOzhoBcf8FXx6aZocq1QLckkxGmELvMI4xYx5g3Wo8AVOlfITGDaQFJRpw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.6d689c5d.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEKYcCRA9TVsSAnZWagAAGM4QAJS1SGz3BaEpUQt0DFJC\nY7EhBkHUNcNi3UaFtZLLOJDUppeFfNLCRV/4V6Nxa434wiQ8xrROE6bRnJ7p\n4OeAOsZYb8UrHaWIpyVce+vtpvuAnAPphEKE/ihAtGREBj1hjDqu8N1yhdDr\nMqaonDdN/yRmVsRKlASep9CCJJbRm4dkjdfhpigEBI4JvILFRlRAhFHUKQSZ\numhWSyMXjB+eVYIoUMhWg+Hsm1rD2T42j2PdzREuU8GJOGAPjorS9vyv0JdY\nIzdFzhk0dmF5oo0vDBZHn9N/Z/ZEC+UaHSJhHUNYffqhfTHvvBEGoFxiU88h\nSAV5wy5pUsa2kWAfeSVi2XntsF/nl+wb30PK14GpXl6DLVjCYX5jTWY/kTlK\nUDm99VY7t8Dx81o3hnyads2ihSoNGlR2xVY7bG+7R55z4BX1OeAMAnSRJE5C\nv+w23vmUiLTa6DYscp9uHgwUcRQdZUwJ8euqUvfn62l7q7Vew1ghyIKwtUnW\nOSGuTdbZsuZ50ZZtOca2ETgVJYvhTQ9FMZz9W+yKo1oJkldR8XgneF4BBsF0\nQUsPV4dMBXRnAk00Co74UUFrMbT0t2Eye9CsZ/1GJAWaCnjOXkYnEYfY27vW\nZDeAQrsPamltaVo4FTaUXYKCg7y/UZZ6ssqXQxb4btUwkl6abIfwINmUSBjh\niVTy\r\n=V88E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA6WCT8nms9UJmDCjWiOe3UvORleBYPuvyRUiCvJJlZPAiEAxofQmhFbvA62xczXsqoDB0bD2YJoLfbVu5hVxum1Drc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.6d689c5d_1544594971686_0.9888096391040984"},"_hasShrinkwrap":false},"0.15.0-alpha.e61939c2":{"name":"graphql-codegen-core","version":"0.15.0-alpha.e61939c2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.e61939c2","dist":{"shasum":"77848e0b93fcabcfb919c8d84c2d610167411e7f","integrity":"sha512-aM1ZOIZP/8eOONrto27Jtltan6OEc31KGVCxUFdklbmEpqiY1OA3VAxmsxcRZSAxnE4HySDi6GAtgk/jbdqapg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.e61939c2.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEL+iCRA9TVsSAnZWagAAhX8QAIbSveaAxBVc+z1Ug9Kl\nKv0gyl8W1/8ER+DYDVKyPCk4j7hS5+bBsdc7pjht0vCVtQe2YGQGSHKYmK8W\nh00LSBuC9Umk3ApmuTgjD25nV+IU0HqK9Ip+ow+B732VXBythqMI+lr9lxQm\nK2lYaCC/8xxlxisYVuogjzUB+n1/Ea5yg6clArhVZDaS/8LNwQYawtFYKj+w\nTxgOoIEKh5RDH6wa+8aOp2WX22cEz2dwXUt1If7b+b4YmgRUt9z+wgk58yc3\nt0FikK9vpakAWUG2/Zi++dIJCZ//bxpiyWf29InBCOpOT+JHj9aiBxsfmh68\nv3PzUEr/lmEUHqTJ3APegzEgyJaVIbCKvtwfFLK7hgvNwhyiYtfmfX7UH17s\nhukJs1Oktm+J6CCj+UW9EP2zsZlVRcR6qWR55Ar8SEhnQccGL5L8Y6Fp6HlN\npAzqfSYTMNi0429/p8EgKVedMC57Ll5FNWxP2l2Hln1OfP36cLTzhoX+9mg3\n/cGQ6Y9uQodKHP6aWlv7Cdxtb36BAZIIEnXBH5YG/Pd3gju8TDVgSOpCOKET\n1chTwvKdT9/H41HzXE43CysfBc5kNFd9Yfl4Bw01IB+VcoHrlGAndMoPLZjX\nZVAK0kzezgkZ9S3v09DD2evsrkUN8MVc5KIPAKuRRWFkCRq51a5EsCyKIYjB\nktks\r\n=ztwy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5CRBiR8lcZWHw1VwX3lZd53wby6Fg2+DZohOW1c2fMQIgZiDwxv49rBHCmIra+lkQSUmRh/RlXmfg24Bzvyz4ldU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.e61939c2_1544601505268_0.10777630901854507"},"_hasShrinkwrap":false},"0.15.0-alpha.4d42c0eb":{"name":"graphql-codegen-core","version":"0.15.0-alpha.4d42c0eb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.4d42c0eb","dist":{"shasum":"5896cfcd92384abcad0593ce1163a4c2094c657c","integrity":"sha512-HGeb4bMVrOoA1AUTgB1kkhMDqQl1ES4ziFjv92b4f38J0ifMFv8K1PAYE8AGB6iMjl6ktm5kR/wDOdnwK6Fl3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.4d42c0eb.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEOLSCRA9TVsSAnZWagAAnm8P/0aSehNlwIVagJjEn5US\nHOne7WTaGbvnfCZIvETfwZBCsO0T4KLrM3vWAZmvzvHtTjo48j0wAjrq18qT\nnauekEr/kI+hAt5zsL/GfXrlpoILYJP+lHKAbLpKTkQznFSE9UXHBBUn50g9\npmvGKL8NxUEY1+pBOsi2u2GWpyV7yBzCbBFZHLgpE7VhKhTt/js6Kg63sAKo\nJt4vpfQfuQIidNo02JPgPrOsT+IfuuHD2WNsrlmKZtV+iISZzlsUl39yXhJy\nilKEMTb9M/Zq+kcDimxBX4VQpd0SFkcdU28LX3qktCCw4H8nyGNwVLKV7LWD\nNXtoici0brpQb9/nJGgfqL05razCvEwFbp2ktSElwrvklDN7fnTyhhKcmZSG\ntebKxbhFpeQe5U3CDIZiQjGh6+hbQGPfMHBuFymqDOMswy1yGhKG0VhOUVD8\n5+V7hghNhR75g2ingqXZ+Hk+OvkuqSZYnD1rU7mZaJmyhdk/ZWuVYl8l1jBr\nRxYNuVphCIL7v4ouZgNmjS8oDIqiAO8+VR/2xD6WGi0CLP0iPkzSXgMXNZDE\n04IumfCza2OD1q4woryfPynvjwift11L+8fDHBrr2FfNuOtm/3n0ul5AW4st\nJNv26xFwsh3yfrQ6nBhp4Fp/LCjWu4EVedbk+0gP0byRx6zmcnEfWkDnD5xS\nhsXt\r\n=Q4Mk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF42nRLi1zeQAFEbL4sEBQ8CVTbAu3QlOjLmrsYh2eVfAiBZTzhED4KPX7vymfUlqWn894hHzYiiOQ3uFuIwjI0rJA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.4d42c0eb_1544610514035_0.28899056006187873"},"_hasShrinkwrap":false},"0.15.0-alpha.20527e33":{"name":"graphql-codegen-core","version":"0.15.0-alpha.20527e33","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.20527e33","dist":{"shasum":"0e652be31e3324cb031ab7af6bae9a907c81b300","integrity":"sha512-5MKOF4JE3EGgRU6fVGHMLGKDdwx6vRzfIezdx6jM6APKnkj3iagEYrY4ma2Xqu8y9NJ5v1fznNB5v1wiRxktsA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.20527e33.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEP8qCRA9TVsSAnZWagAAnDEP/AoZw7OIcrxvGaCsBZ/1\n5FohhGD8xPdK2AtbRXCIl/Bem4m70gG2O3qVqa1HkF0Y3DshvqhM+qKiRMl7\nd4MFHQiX1aJD5UecDmFe8xnatd05mNT3qxClOQ8kxLkxlY7CoZTVxRozwXyA\n1TkKtYP1WhiZqJ1Mcs1Wo7sq1DXdicIcnN/xzqCsG7UbUDX+b4Y7up/763Cs\n0Jz+YqkKHajHCvdvrM8O8txzSPFKGMJvTZM8E92Rta4yFODF+ZiSV/5qFI74\nI/urjRPV+LaDWbIvnpZ9gPbdcnRFTMaJm4wS78LXm6G4Vww6oNA13zXzcgdK\nBDoshCKkzdsZGd92Gp2K2qSVncpZ8qyoGJKfBflwtlJGYoJhYssUQOwbG/Wa\nDIkijb8Ue09qXTsmHzEHOGG1OW3He/CoBfDKfjsaUXgAG/agvK52FS84Hq1k\ntBbUtgASZq18xivYEaoxIsJex2ApGKxrlyafgBXPMfCuu5bp+91ZHiXtg6y1\nqdvY+/5jEhq5ZAqxeIJ5gSgzAdIoNHseq1UNQryUu6mRBNjB6HnfC/do3nh4\n/tds45qIG7oE5CqwGVNkfXvyGh+i+kfqZJJtLWzhK+Fjl5INz9O24iUeABM4\nEWTMmIfqXFdMSOGvoCZZ9AXjEZw9IkePdcBRBV3RK8K3v8et8hc7nfNc4eDf\niZKD\r\n=XMAz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCr7WcnbqCLIbOL8HTAp7eHeLdIhrT3pRfWzePrH6/PeQIhALWP7oOSrVM/tBlVmzRl+iMD3/+4hT+GmPpFRLvZhd2h"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.20527e33_1544617769986_0.4952893512394039"},"_hasShrinkwrap":false},"0.15.0-alpha.0520a5c7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.0520a5c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.0520a5c7","dist":{"shasum":"4798f052b0973ea1d07873d12b6b2e4609c77c7d","integrity":"sha512-TDbGF9hJdCKe6MGT43tNrIByZE2d7bwsEV4rhhR0UoDSvnGPLv1VUpBa2mgJEZQTBytVY8cy8YnTohcY/ACG4w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.0520a5c7.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcESk6CRA9TVsSAnZWagAAWgIP/RG5Ntlm0JWL53qii2kA\nkSNO/Q+kWKxsDy0u4SISBXzZLrGYuwoYDkLU6tY31Feb7t9DoOzrCuN3M2GA\nHPVgch1TpsuMGmro/IoWxx3S+zTLcddFo7NEQCwbYrnW7U9z2qO04/KZ6ciY\nnbcbdV1GJriO7KQJxpvhR7rD2g1O5KV6XfyCMszMNxpDARt7P1n00aUtkDFP\nqvqi+gPKqavOuAWi/87e/0/fo94b4sxqqdYgVCRCUa4bdFEPuW6mWnBfd+pG\n4I5ALANIg27SaHEX92gdutpJfVBOnkNNtN+AAyZqJRRxg4kMQUGzOwSlY8wZ\nzhCJGVGIS+MkgYDLeIqmUsBIVi7aFsl4/ICVh5KS0PZqeYBQ1yoUrPE7+u0k\nTh4vPq6msVwA5N4DTR9TjXmGjf63xJnfwL/VUeMGP4ZxsvRY5J0z8iwVypHl\nrRU5MQ6ABLe8W1s/EDEGuq/uytPVopOyb9jHAcYWzAf3I4YzXAXpmERBCepZ\nlXBxgmN/LuPhVBCoyCFuV6+xZ5kbjN3og+pQ8j6VxIfQUtFFqydSUM2S1Xmp\npX74jVFdTiV+ythA90rZ3nqUyAg+xtdsc8Sin4Sm+mJbSrOL6VgzYG5M/ucs\nztNTAs1ifklicVKM2GmxwInnOGyH2XE+kBIdM+1ztZsIUkAvNc/0ISTbUu27\nw7rl\r\n=7yau\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsjbhBqDM72D1bNBJyRI8UOtPPb93BhB73YWLgUuZZEgIgJMgge6FM/BphTlQOI/o3wlVTx/xZSdM0kwyG+IbbkNE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.0520a5c7_1544628537346_0.28528339555393756"},"_hasShrinkwrap":false},"0.15.0-alpha.9a433312":{"name":"graphql-codegen-core","version":"0.15.0-alpha.9a433312","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.9a433312","dist":{"shasum":"39572f90900cf46c01e1d8bcb1e55e2f552879af","integrity":"sha512-2r7XUFptKJwln9nGsViAEse2gJHv+s5OT8r+kOxZ8k+KCVUilkOEQphGKGdU7bJ6hHeKlCjA+Lgw+TnPxW6Llw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.9a433312.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcES2ECRA9TVsSAnZWagAAimAP/ReqzpapvuW7ifX2/0Hh\nmMfd3qkTnZhxFHNBjcYKWUhNNWX+efhlq7QSkgUnPGhU9ALK4Ur/8gXs6QXE\nYMKRNlIB4kqqSo063sWpnHvXYF7VbaBmIKNSRZ/Rw48LhdIF6qbouLn+BJwA\n2G6DHR/0N8120kbIrvf84nt7mukP/5Biu1ga+6P0w01bya3FoNwj2JpOL9eZ\n7bVrdBKz4qaiZmTSoQJ6o3X/RuMq20XCGAQZjp201squF9HV2pZHD19koXI0\nQ3Go9WuNc8b25NKU3oc1y/OVZQmKQr2bQo4ZmP2NPKwTiNOe8vK32hlQhmam\nJt01JVQT1VUzCt5ijkiYaRwkZvJGSAhnjiYjqDlrq4Wtbw0mXQEKL0Mos0Yh\nyE7fVMAvkck9uwFVbX10P+H8V+H31ia5JcooWHjv/rDGRl6mgRDL4VQYYxKJ\n7GpNnaHwF5sq8cRPGOTFnY37RhrVn78L7OM5IR/wq5Lxx8oC+8C7o2iD/Sdm\nLRr7Ob1FZ264/z1N2eNj8CwG1Kn9NEWmF0hGZfjc0H9ZTGQiJEc4/lOAJHIm\n3mujL0Sab/I7xqzpv4t7mu1drHMEAy+KdxtuU0d+K3ehfBnu8FHGadjgBd+l\nPh28u4QWIY66a4h75mbpyxnwjz687syvNQHRDA9DcAaAG8Q9blp77feWjBp/\nY7vZ\r\n=Wcgh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5uqpaaV6V1jF/Gm6UJ3xP/ZJF6QI5SYGyU9hg+Z4FWgIgQqb/2UuDKZzDkTQ7cH5RI06fbcSm2vZio2K1SYxh70I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.9a433312_1544629635846_0.670709457589943"},"_hasShrinkwrap":false},"0.15.0-alpha.f580424d":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f580424d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f580424d","dist":{"shasum":"6927186e22a26310f717680e9ced842edbded1fb","integrity":"sha512-2rrRrSyK9RmpnHwYDQDPHBVhsvj0X6QRDB3dNKAKCTWfja1FBnZN0DGxSK8mR5BwUIMc+JMBCjPKg75694AKVA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f580424d.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcES6uCRA9TVsSAnZWagAASMgP/R5YvUmx+8snawg32zbg\nO3QHBCWE7UNirz+gJIc3DG5GaTcX6FHdWsHqx2CE+41987iE9U1e2wAs3ltA\nWpvHyH4ptDoHHqlLMK1JrSh2tJ2kBqv0dkMxJKc1/z2NoB3iTF0ihy6aLpJz\n432bwm9M+QYw2AFstmTmXUnUwmXqqXeEISHQPLmj8C13Q1oNrcJql63XIm9d\nTbfCCArmWJ8Z7gzt4idu0m8l5ZhZaFdF283ROycHXE66Smg+MkhYPpczp50C\n1Yg+IteTJuSY0lb5OTS4qXoJZ3CMkseUzcUnoSzcz68vp2Ctbg2aswTwAql0\nXn9FKJw7WhG2C6BU9f4zioyGiWWwX6RGwTJd5icf5omhTLuQZY/mMAo3EEst\nHxH9qCs3XE/WKBJr+IzjUs7T1niYTTWkTAIXosxCCsxdlbYjhlhTe9oxm9UT\n5Xhz9GTaK5SzMBfLHylieSRlorWXqChcPmJNAHpNUnQC6emAbnN+I/z78jpX\n1eulu5PE9lKd4WtikspqWZqya/vt02l11pDVnOBug8kJswnM9OZjceLQZNyJ\n2oeT1HLWPkBpjoDyrHPaTMPmGy7MEBFnUA2Jsuu8ILtLhCDw8+XL6tr4lt3Z\nydB/N2EAguEpSCW+XM2yLL02/2zN4q2yMMWTNydBHZSyizQxDxMh4Qim2Wly\nShL1\r\n=WW8H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkiFdf5d/ewj2CT6jt5XAOBl/WNEQY861KlwqlLtMU4QIhAMU6jXevwvVug2GqRIuTlMcYGIeybOLA62C2NbKJlRTO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f580424d_1544629933208_0.4960116059861355"},"_hasShrinkwrap":false},"0.15.0-alpha.517a0b14":{"name":"graphql-codegen-core","version":"0.15.0-alpha.517a0b14","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.517a0b14","dist":{"shasum":"21402d7e09b1ef0a033654de080f473f472807de","integrity":"sha512-Iy0ID1K8UhmnSflFg++rO5w0k5jaAwlA2X3R8E//i3Mr8BIjaAlz6WC+jEAkCmuewdxfKIaBfTzJxtEM0uWeUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.517a0b14.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcETVCCRA9TVsSAnZWagAA2Y4P/RxIgDxVfSioBPHS7zdw\nc+pEDGPhQmwC+Y8w5jJF3aB+SaUcxys2CvVwtqzXCBMBNbAUeglWjUycZEvZ\nO7kJEK6f9W+sLU2fJs1x7Xh35xEZBajMrdrgRLca0J6yIbSwFPIMgkUCDaA6\nU2hBMt5iUTczusT/F18Okbx298u95+DijQUPnXQwoPi9CNCYVNko+YNEuVVz\nSK0ojLdhRyEcYPEjq1yLtO7Kj230TOOjG8iiWxqIOYBbzDf0bMREeHTj3IDU\nkpfVSc29pPs6nCAf01Pr+UdAGiO9sZiIaGmdD1U4WEmAGn5uwhrqIiiRddwz\nt+KaF1D1ig0k5T+g4IcgMSQMSIaeQ61w7ihlA/jLSC/hwu4/tg8jT2qW41FA\nKwil3N1PkHctQwvcG7BX2XR8eDMM7Xs0hs1Il3xfMwUndzCQDNRTG3RqTZY7\n2Mw2GhRNi+Y0fH1N79pWcVSjX9vmVzHg6lyHBlVrJnTdl/a0TLkQYIN8fpHI\nUfVdo7WgyGDHHd0IVHQKdrGd6m+r/MSIFRlwV9pBydf2kVo0ZYa8qesgplJ3\nXENwlbAJe6lc5i1w3ijXeVPlsRGFsJa9xHucFEBMDnyYL2kxmvmQAG2fVr0G\nPU3CTJjMjoDwQy1WtuUEL6TZXcosQ8SBSLuKMIKgrrdnUzyh5lFJK2aHPDQK\nLTr0\r\n=UkC6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6ntJoJyEM8eUw91H5n138MZxGm3ckJYnJ75SKuHkYLAiAERjH74N0L8+nn2rHxO24j3J/FKvL4q3lvJCWDBSFhXQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.517a0b14_1544631617951_0.8405842798498289"},"_hasShrinkwrap":false},"0.15.0-alpha.d5fee644":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d5fee644","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d5fee644","dist":{"shasum":"de79a898a75313b9ec8330e1432a9637146523d7","integrity":"sha512-yt9uTbsX9iHdlqKOEFv2y8xiSZlYtl/Ao4kFvCbAMqnHqMCkoT5MG78O+QHdBhrSI2iIjUO61tR+VUEaAJ1LHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d5fee644.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEThXCRA9TVsSAnZWagAAUFMP/i9NQJfBWUutA/3l5auy\nNTE0LtJug5BKaQK4ubjYUdSBubbJYG6s34WrGxteRSbAmXvHuK1oukty8JEG\nmJV3PUCkDAcy8XTeOsMo2z4cFQjUC3jU/a3JLhlu/eT8401J4ltqRYCSUp9X\njA7UJUbl/l0inCv5MA/W8kI9AG/mwYrdNnIcLzYdoC7hkj0Gm6BmtkuJPf6W\nk2uQlI2rfEUZLa5Zsguz0GSh4u4g4Nue09cgaSJr0BLqXAbjU/Zd6P/SX5ef\n43lrX2Gwng/MkUN+uNo4fYNFoNVY3C28UJjYUJUO75IBwbery1DUWL0MloV7\n6c4z0tjNxmGDMv6p/LigJfpt4s2xX+WPt1ER8Wr9NMY7OBikGeJVplBwEhEP\niVD9aeLBqOGNtXIMp7N/t75OSZ0z6kA/fao9QQ0aBWhJb/9CvRW0yCUsSMiP\nUjeh15Z0YUnF7l5c7ucrwR50CfGs9UbjiiqM+H4Ma0MWwQGX2phSBpw80GQG\njfViSPtwSJErlbZVF9GbK/kd1b4KJBXg9e8tNLHjN4C1E7Z322kXyVdqhIsy\nWxlDUE6wtAolf8lbHAEB7eqZ+W/WNrZwvbEYjQfl8jagRXQNKToN9K5nRrIM\nmikYI9S0c5vz28OXg18LQHawe04/gtvxOOn4zZQWYXqYkaJIKNpv2nS2dCuk\nZnHM\r\n=VhTS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJEYWpGuoVb8mM+lkXeYHqHq1Sui7bxA7bLJPQbxqR/AiEA6cvcEvJccGvi64a4ERr2egiyzQu4f1kgY2MM2asdAp4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d5fee644_1544632406899_0.7935794745025946"},"_hasShrinkwrap":false},"0.15.0-alpha.55996ccd":{"name":"graphql-codegen-core","version":"0.15.0-alpha.55996ccd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.55996ccd","dist":{"shasum":"f3ab4b4303248b1a2dcf50c6289f8800130d369c","integrity":"sha512-p1RM+i+5DQ9w/MCwaLE5B5oqDu5bdbm6s6fSGBO1EvpUqlI87BuTlP3kSWvCDJr7S+X7SELbSosHwgnnwSEofA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.55996ccd.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEUNQCRA9TVsSAnZWagAAcooP/3LM7brLqBPJoFQL6Uue\nhbLm9/JqulBH/48NuB/pNOfFF8q3jpXfpwPAmNcJycIzHCmRdL3tMBw0x00x\nXU3V9wnRjhe/x+hjtsQAclXr72jhMTnqVwg7Sg3bAWA3hcZt9SHJFmEOIqF9\n42H0wjbMGm6ZSUq3OvVkCgvaqpE9EJorYUH0w37xF8hKZo3rcJaWSYB1NfBT\nMOaKEqqQMLn7cj4N2Zum6FiV2emFR6H9cELdUAivOK5yrJlELbn3/ieG190k\n6FRQvdLHyVo+qoC4FPQKdNwx52rz6e//QsPWwh7H0rvheOd9pEAoS3JGUhVH\nJuzYELB5EZVTfMrFgleGyU3jliv6JmzpEMB3J3ANa/sf57QY7OVQ16ImXywB\n61FHQocvzQjvvTcGb4qXYBauR/4uEbHdpN44JVByRlRwTqGjB3o8gmHmM0rT\nC9ghSChF0DLMruGnD7YJB+zE8nPct2Pg06AJV3br+q/K4TEfHHYBywiCmM46\nsIrFgzEOloGwymRFRomd5gYN7xDfU8OLDX8aJRziq07WH005gHZ1wZott3GT\nY3ALsZkLHKStddudlXaTS3wUGSlqM12o69Ecqz5JjjLpNZcvveRU8GaGPdA1\nKiNWKCXkwKCxvlpUNpAqvpOd8l54z5zdE6dmeJs6nEdiMvnQyRiS3Irk2Wqv\nzu6w\r\n=O1rG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEudyYjYUcx244mss6hTP+Uvf6LP6FI0eQde+ZvtmyvDAiAWB+canYHCu09FBmRFIjjjrCw9d1gv+ZMjFjt9CKcA7Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.55996ccd_1544635212786_0.672286837256608"},"_hasShrinkwrap":false},"0.15.0-alpha.30761ca4":{"name":"graphql-codegen-core","version":"0.15.0-alpha.30761ca4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.30761ca4","dist":{"shasum":"281002f24196ef3be8f6ae40362aa4ef5536ca14","integrity":"sha512-mY5bZQXdK2BGwUwIaAohQO4mloHpDGPl3TNwMa5qCXO8vDIppvgDMkKrIZgYVpgBqz1bg/2D8ZlOLJpCmKmSOQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.30761ca4.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEUr3CRA9TVsSAnZWagAA9G8P/0P3a8YJa/g1j/OFOeRc\ny0uR9CbqDVzpmayOKSgsBWxUSW0E3bCge4OJKqxX0alHiQgK9QWxYTMSzgF4\n5tA+K1Kr8fNQJSqZRU6+JfcfbLLahnxnwacuKFIPqjwiN+KV6leHUUInOCK9\nZDQukNEvGUSbSFiqJFIvyT+jgjdeM5g1UmO54xzFvsaja6SlbFndMmpJElQX\n+j9xSX3DKo4CAiMWzYmWCZPYG/rBEJWQ8HyPOMkPvOSxt+w2DMZOYmLqI3eZ\nxI9Oa5ayb06IIdkJvVoa14HjnrN6erNeU49C8hqUTZVmfgzuJs3aSeztxwX3\nmGERoBwbBw8lCYwx5BuYbaw2CUntPvYxJ7DN1p5yHxsHtMjFXd+UZzhGr4Yq\nsYcSjAvaLfsxCHoYoBVE/nemeC9jl4xqvFZ5tGu3pES66pVyD2Nmrodqcenf\n2dwQJoNXDu1E813A19CNQql/6pbu3D80lxAcFyD/67R5d5r76rcHy2jXdYUI\nRyq0ctF3TaBB4NYDJzW6r4I6aZ6Zn74IGxQqSDSbT6K0mbceNjGiUshaEG3b\njK6roxx09oOvoQ8tbWvXnzZ30i6oEVWaxCYBI1ReuOqlUOkWkSoilNU5YrBr\nk+0kPsjeuNGZwOFNwzRqZURfKuXeVYJ+2giybFggCgfTaT9peAq1ieCVxBUU\nP1Qe\r\n=vFvs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRPwWSObSMSmSym8XgaIPH3uJLBoGFgEAzWe4gSw7CHAIhAIeKjCumf+roTOBSkYDfq6NzbVqTEODXKHus7TG5+Alp"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.30761ca4_1544637175110_0.3556650097513758"},"_hasShrinkwrap":false},"0.15.0-alpha.2fd934f5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2fd934f5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2fd934f5","dist":{"shasum":"b365281ea2eec309e3f3312d0fd2bd109dae3b9f","integrity":"sha512-Hwbj7VbnDoHWKaaEENG1x5rsjLnL+4oIVhDqTgywW5lZKalwnboFbYqNcC8J3QQafHWDyUwWIqfmyCNVy8qGgg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2fd934f5.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEU0MCRA9TVsSAnZWagAARvgP/3mEtPGEr4EB9JTu3sQA\nhNaN1sikFwK6oHMkg2LLH/Xj0QTfI8boBWy8yiQbSiYBdpgR36ElkBkx7gEY\nhQSQuboSmK5aaI30uGtyhOGCISIM1FUq1RiQo6uQoyEtNk90DaKlN4xDWoPS\nGDcqk+tz3U9JcDTb7Q8jS8vLajIYjPR9FuN9AndWz/mkrpRXFCeDePZ7ynnR\nUAXQP8vli7c+EeH0JwGIJA367QhE/iMpbj0mlH/q3MkpvBEv6CedDueLUuyo\n83nfU616SfZ91iIV+pnrVxYBCqW2DSuPrkzhsJ2JQcLFpllttdg6WwNwm2hf\n1xTBftwyzxPI1zr0N0p4kN++hzf9g/5LWxcG254B8KTB+J2hJ4GBR09/qsiy\nfRmnRxvzf2y8qyg8H8QGp7CnRHMkwMd8oJ2+gMI1CqzcoZZ+q2ymbIK2wl5Y\nwCqI0akaxAstHsbVL3uYyOJRzEbaGIPVlfCR9XWWsyJQ/hSk3nUMmy3GfOzO\nNcjdForQp6gXQnMxCm1WTekoBcMgdxuX5VhkVSrjg/bLPMg0pQZ7EE+F6vOt\nNvXyKMNIdN5Of2Y/uqD3u41lViCfWZs2/PhD+xZzXd4P3AtO11/b2bJEbu+P\noAOxiWxiKMScu403bCbCaocnSOfaZ+YPCdqhihkneS7IfZdO4CGjaHQMRMpV\nTYPa\r\n=YK8r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDf4Fql0m5xA0HiYS91HIBP/RxmnJlBNKBD4ZMt0PgrugIgMN+irpdEFs0C9xs0vHHXwP8bRPW/YsQcH+AwZHuFpa4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2fd934f5_1544637708123_0.5925467560910804"},"_hasShrinkwrap":false},"0.15.0-alpha.de2a5667":{"name":"graphql-codegen-core","version":"0.15.0-alpha.de2a5667","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.de2a5667","dist":{"shasum":"00685f07a7f8792be77a76affffa9b5c136ab172","integrity":"sha512-eIj6FVUffM/bN0SkCw9KjPc0d/r0m2nip8MWWTow+f+FWovM8VodrhCQmTrn2Wtks3Dota/F/1Oi9hWh6+Ds6w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.de2a5667.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEU2gCRA9TVsSAnZWagAAVK8P/36D570z70fd+byfAqv7\nxhNMe2noel9W4sv+XdisCwI0P8Ju4PW0DjXkzGyRfxmQa981oMBNtUiof6xp\nlpY3Ml/VomKY/Ilrcwp+N8vf00xed8rzW2qfyPMvx29l37Zh3MEERBEuQJ1S\n+FBMWuLFGxWr/NPSMfAxHTVE9x8zhudYFWKaa3Xlhk+/Pm4zP2csrxhVaXPy\nmhk0lrqakEzmbBniRCIIwn2uVb29s6n3vXN0an4USJwFnK+xHKfnSn9GbfdX\nWSNYNM6CX7YSd/tHeDRKZQ9VIScpF0nNhQ3yr1r85teHJtDCgPcN1OHOlc09\nxdfZJKWOwSfw7DCQjE0rQKGPranKXBdhtOmOW5tPq/QQLs3fwTa69ssnR+9d\nyl0lnOydIDNEKJnmQpzlnWF5gv7kgt5b90Dajz19LG35QMy//pqxoB57QfwV\npJ2/dZIW6XBXTYFseRde08P2zQn6fgAWTOc+M+85L2cNBzCu4QEanr6y25ks\nqE575TPxIz0mWqoN9CMTa+niugG4/ex1B6YXaLs2WuTh7+hBDLKq27KqeAHX\nalDrLmQcEvkgJTqUep4U2MEAEhBtEC132sxiKUBHWu7xRRY4xLJ+V8PjRmwG\nvpfxd5UDbZ4zwCpK2VyaC1d/j6uyyJ6BYHSm0g0qJ2znvIFPOaIEg++3cNBc\nYM6+\r\n=rz8y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA2tfHvLAFxitHtVQKAFj/tkpLbi4+qqPxm52IappPCvAiEAwczaZVjxM/82ItHyOpEfRvlcTQ2nHZXcEd4K3+ugtpc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.de2a5667_1544637855623_0.4542307915310997"},"_hasShrinkwrap":false},"0.15.0-alpha.fceb970e":{"name":"graphql-codegen-core","version":"0.15.0-alpha.fceb970e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.fceb970e","dist":{"shasum":"087e8093d04166b4f1e7711d106fe32180431c55","integrity":"sha512-bwxRqZTtLFfEhcwpcsfpbx9axaD7d9pqhNppGSz3Hk93PUdmTVmC3v4+9hlX8QD1kXTDDp+CTwymRp5+sB37hQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.fceb970e.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEU7WCRA9TVsSAnZWagAA5u8P/3NPHCiGfbzh4SlBw65Q\nJ0Ep55ZiLcSgLEUJhULJY85sghzNjgh1MpPRaTRuICviXrJBwWkxCE9H7dnL\nr+P+I1apNY0Shv2PD7S9I1i7uFQK8KsIMInMzs5pX4ztFJQkOTnCH0J2Hniy\nvkuEO1gmaEzD3NnctBszrTiQpUrXvkzutd1kcWtAkQewHayKS/Bix5WTh4lH\n6xBNQlt/WaQqlneg3r5w2AGxMhP4G7gBDKC9cBAYM8ZazfyFvF3nSjGYSbRT\nFeZI+I6rUvg3217OqCZosIh3umzrxGp/QxJApiw2gYPqEEMAbDhCY+O5jVqh\nTFg4lWqJaB/FXuskUyyBkol2FSOqe8Ih1Z8Sqdoe58ul2RW4gKKD2U6j/u8b\nWC7EyqMjLjiUTMhu9cUStyXuh2p50DO1e2/jvP3ceae/flkFw7ZS/8qxpRNX\n+BDZNF3fmjmNKxrJHRyX/CkFflUTrUqijZifhALqMxRQsmHzwjstI0o1tvmv\nmYE+sY4QaHXiwVgNaarF5l86eSSvcPu00k24jj758abrrBEYpo9fi+XVhjyC\nbfc/sznPS/v3exSDJU8lQpFHZgfl+UicTa46h1dRyLnVp1D2p/eEjyh+k/Bi\nuX+qmWYtiRBTVv0Wvi8mswxD+anM3LkF0r1uPhAs7RG7qTaDqjagB/VyFo+4\nW4SN\r\n=NC9d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNthlIk+EH0Aa+Ifi1KU7KF0uxIQYNkw5sw2T0KD0raAiADUsAgwqQneMw72yuW6QtQuA02FxavoJWmeoMMJiikHw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.fceb970e_1544638166019_0.7731266378273542"},"_hasShrinkwrap":false},"0.15.0-alpha.25a57412":{"name":"graphql-codegen-core","version":"0.15.0-alpha.25a57412","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.25a57412","dist":{"shasum":"450df05f097567e8e42e1498a5f408efb2a0be7d","integrity":"sha512-mAwgh/lyGjCNBnmrmM7oddFyIthzq/jpqMevjGqNzgmVpJyfquu2Kcdw1iGzR9Sw/ysON/CyYtneNyxD+n2r5g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.25a57412.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEWIdCRA9TVsSAnZWagAAX8gP/1apLW2TBq/7os/HJGEn\nm5HJmK0aru4tfwssma4vmOrTKcCjLC9BdQVzbhBTbeA8s6RoK79a6ULHcRsn\nK8HF/Kor+y9icUn9bauvRMEqi55hAcJ/+BSJQqhlTgRMHkN0JX/qxweUoJMU\nZYapShX136yL4ALSlHVpNAYrvYT8/8gkpPWsqnOVDb+Mk4zQXkIRr+COWpjv\noyE7oNGe6+DuoCwOs42pRlxLWrba29VwJG1Af3O5toqeM3N0202IH31l4uyb\n6kat5PXaWTH8XG41fxjWZ032Px0uGHtzpp0mO7UWj2Sd0EEOtn+gS2R0rC4l\nHApDPI3p6BTSPTNulZcUL8MejlXW/ewG+G/U8XOBUrQXYyW3c1ZolfOcx580\nEATs7NFGsfxswPHQfQUSy2bImObxL9Tqa57+gmFIK42WPD7gad+pbVxq8xkl\nC/LWQ+tCBGXDHKrkbqMNfZHHGnkLQDsLXdvaZOjx8PP/FuFOKlNr1E32tf1c\nFbjGa99asAjileZa67AP9E8AdECCLB8HqHLJRDBuZrEsway1dIpu16IKE93R\nmFVXnTDDSD8PydBlTbKNaIZJhhcpGPjcmg+STPeJb8C0uZbJNWqu2JDLxHCL\nXhu7SxazZaydlC0SeufAgxkPAluS5QeGntbhGRKWAC7aa7NrgLhhzbhtFkr8\neoFZ\r\n=5PkP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqzFTaBr9rC88yVSzLAR++HmZzo3Um6/yWAG0zWykl4AiEAimBziiNZpmtNiLrtsBGrBFZSaku8gb/wu0eLZwYeQIE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.25a57412_1544643100349_0.6551310951545231"},"_hasShrinkwrap":false},"0.15.0-alpha.8695bf70":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8695bf70","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8695bf70","dist":{"shasum":"2168cb472eed7d1b3d8338720b3bb1307a43a3c4","integrity":"sha512-bi3KdjeTYVkJdwAQ4qhycWsGLs3f35Uh3h5Bu77IptYM/RIChtbU1DXSXTeiZWf6PBWykr54TjbWBSgX8JcWYw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8695bf70.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEWfqCRA9TVsSAnZWagAAk3IP/ROeYRHSqAyl8orOKeBI\nHw8NcRKNnSM4D2YmGup/Tt1SWC0N50k2xVM3ObTb7s/01dQeO9VQoK8SPlu5\nnJjaWnK3qQlPZk5SraeTiSxZzsFOj8vwX1z2bj/IUUd22GjCnFMg5MWrqPq4\nwy8slGWXHaOLMAJj372hB3F0SgEe4TJ9QWkEeJhBZ84uvad3L1RxilVgFObJ\nw8t+g6s8iLedJVaSL6s19a0Zn/CvQS3f/hB1EKCsbff3i+1g77WoQUyOwI8H\nDHkQ7JkDnayrSdAn24Ytt5SfwZ11Og/iQHmTZ0BJ/v0YEDOY9K9cVja8xvP8\nO4EjfwiV1c4WlZ1QCMe5p7K0oTbTKAntJXzGNNkvZ33pWvqwWC13vBTIpHYf\nouYORNjA9yrQA6EBTHw73SR+xGsQPWbZM3eQMj5YBYnVGG7auy4GsdllWaFi\nf/WocKtIBWOioHq0d+WIS/E5KW+oB8iV0BGjxgZCjFifla5pkwnSiTFo59/O\n0fx/N6jzn6VMx12LEFjScVYEIeZzFioF/YCO0EDy+CcqwUDlvpdEv2Aj7J6S\n9MyK7zu+N9YX75xzpDbXcTeOOn3G6mHwlxQhy+gcOwe7ZOfAI31AXsh5ztKl\nef3QBeRtQR8BoGU7WITd0zOIA0NIn6U+pjWjorKWD5OBLzRTeUH311UVWAwY\nlSTQ\r\n=5K+S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD147vox6vOJ4dQCa/dOdHply5xosoBFajveXoKJfzshgIgb0ETVRRbqA7r8EWDE8J9BOLeVWu+ygdvyhifG525DIc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8695bf70_1544644585353_0.9672917144564361"},"_hasShrinkwrap":false},"0.15.0-alpha.38300000":{"name":"graphql-codegen-core","version":"0.15.0-alpha.38300000","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.38300000","dist":{"shasum":"65d3cb459df577b64461b08f7bbca080f49e4095","integrity":"sha512-yJ/uCU0Mzho5C1vuOlJcZbMgfgpnX6qid1hADlp4wazxUP/LMwlucSC1FbYxFS8v67++myC7CL7xF2QyAZKJLw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.38300000.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEWnoCRA9TVsSAnZWagAAqKkP/jRuqeewWpyE3+nh87/2\nYhS50cV83GOAtpr7vQFpzw4dnr8eX1GDTl1J+QMJq0IkUhBpFo+BsxjX/4YP\nHLjaYd4CEcFjaM7sbByAhul7XrZjv/cKUo/I9KhP4GipM3hKuQ0843RG4L+7\nEnAWW0VXNGoRkH7NgganDOSPExD4bHSFjH3QZ1hiMAPvK0pp8DwFBNiU/emn\n/9LC6AzwCe2ZDvAD//cGaNvl3Im+4OizIpl6T5baJ3E31WzlXrO6kyVR//nv\nyqCm790hJP1YxtF0sLLzct4ivmXJGkG1qxndTfGm+1l/SVDupnn54EmE1+dl\nhUEGKHD+d61rQObRvk3eBuOGDGcyl5JJNWTaOvMpBvbjmd4DyuIyEnva0Vb9\nOSix7Gm7YydWgjHHDbym0wmNkygy7uj4owzAon/4bDDuukhQm0uxCMgY9B9E\nZQJuo1VtFVddhXW1Z371lbqhrTT/5bFVlZdxz3+gIxfEdkbeRufx4or7/1rf\nEoAyhoGwgvDbVQi/8rA/O46xxeUbrww8Trx5t+eMm+O/qddSiCeKva07G4WY\njWBGb9Uoi3g+QvgcN1C6r7kszesjJihdYuMt09T19K5QY/SbHO6XYqx2BWFK\nuI4bQQxtQYWTjgBna8LS4yLb0qmZvTdKxm69x/bF4suUkt322N+amLSyYga+\nLbD3\r\n=LpIu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpvVqAnDXxPPZUweU6OkZSLebgNzZNIgaFwmZpHbnX6gIgUF1Uc41v/Rsc0xNOVBHz58Cv5amHuFiwdTfZGiydA6o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.38300000_1544645095378_0.5301452797330934"},"_hasShrinkwrap":false},"0.15.0-alpha.bab23e56":{"name":"graphql-codegen-core","version":"0.15.0-alpha.bab23e56","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.bab23e56","dist":{"shasum":"d08753bab4c2b747afc40b3558c85e8ca5284ec8","integrity":"sha512-nc3pdpppe1evBFcM4yYNRZ7BRpDr5QrGg3jNhG0+IzljMephKqSjUOMFuSLEAcOmHKUPXDyV70b36E+p/AfJUg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.bab23e56.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEXY8CRA9TVsSAnZWagAA0YEP/RdKjClbXS8sJB5jzhfc\nAO1vkDpJ9KYviRTgJVnKNC4cD0uFuKv4ZE/yGkMcc+dZaED7o8cvOKJwlAsu\nEnRWIa3Cu0MVnKwjz8XuNUMSb3q3s8ToqJWk8IarGdrU9MKDBaJz+UEghD2g\nzSylfFz2t3sxUleXxwHvOcngd7RfBGMu6la31denCVCL7pVjP2RJxlOb1UqC\nOQvQk0HZEZWdzNiUS09nm04qcCk/yb8ttKNxiZjwAT4yIRieW0dXwcA5GN7Q\nZRPcgFnJOfK9aKECY6UoVxpRApuaxZOLw1IDQNcUVfYe4VUh+d3atwuQIa3E\nWsbhtZLi9moI+7adnoD6PC4ZVndKrGrTWSD+QwQ1dbfp9cfuXpsxo6TGOODa\nygs0HOkHucWw2UPuve/mMiGZ3WG7v67Y1mclXia/aiGVkDXTxvdgnlH4wvNh\nfjGhE3ggs+PYA3Ll70LgffghGWx7j31LTQIrHg/KOG4zjHMEdbKhYEKDZKUV\n7atRQ1yKk2gzLyuC/G0Oi/mnbYOif1n+HWEB8qlTIvuUp+pGBqS9WYM4mmB+\ngql4DzU2nLE2gN+ir4aVt4BvFEisrvgdJHl3ml6xdW0oSpy6K+/dp24zIlKg\n+zlMZTZ3l8c3+KHFP3quyCSQ8U2C190XtCxQwsoP9+/tKyb2j1RCfYUyzaru\njC5N\r\n=xUuL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhSKGObmBu7t1/Cv56Scw/j5E40wZXJ7hcJSjDUH4ZbwIgDO7gCNhHZ3169tP5jUNaFkC+7A6xf2uY3eIifZqIWgI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.bab23e56_1544648251372_0.9852564750266177"},"_hasShrinkwrap":false},"0.15.0-alpha.dadac021":{"name":"graphql-codegen-core","version":"0.15.0-alpha.dadac021","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.dadac021","dist":{"shasum":"631eff8c2aa999d0f66d04d66b885e644ffde9be","integrity":"sha512-oVTCtgNRaLbmGTy4NyUPpnoMi3ZE/B/AD70P2mNmhwgJPMGIukXPxVtdWR86KBm4xxkqGMp+vaCDDmnd2V3CHg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.dadac021.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEY6pCRA9TVsSAnZWagAAHdAP/R2UgqC2mmDtyR9AxsdN\nZAu3sy8is2gjVVrAQYssz+4c2cpUfzemu1t448hggsi0cwiO/p9u6LjCv4/U\nsYfWUFMx6tcDiqBdwsNoCxInvWDoY9xKf9cuoS/Ur4BjFKqZdc4RgE5073+S\nyyU0UH9jq6cI1+QdfTTt9zm7rw4e+MnFCWXyWD2xLTxnVaPJ0QecTMZaHQnw\nT5OWFLKCtHkWmmeCK3W2BeJJBmd6XN+FfI72YrDlYcHSHw0pgEVdjTqB2cnt\n0ujVSfXNxQVCHbHnwbIAGemhxmA6Z3lL+9aRYLHYuPWQ80nd/YgHuFlNgbMR\nAlOgOIxW2mIsmclALphXFHHwcSmvEi1UwDOHzJDbtelJv+KCvn4XgNYPtxDb\nvysXYd92ccFAQihX4a7QvevimYhOlutq7ZxLsQBPobTOtYsdO/wKgBQkKDdH\nZ3/mujKHGm+ffcio2CxYyU+Nl8nsAt/w92sjDwExgemb0rPEBGdYcOeZI8GB\nBZbqPZGCV7sQfAWreagn7JiOP5UjWVkAN+Shu0Nhxy5IEo5eWNt5DEdny7Mv\nX7681T2pBFi/dt7ef7qqX1fGHD/y2p0KwMaVQ4NJpzfEIYQLSQMbFGViz6BC\nfkyd2JhHyz1xYibUd8GdERcxyTR/8cnESDn5WhjKUIuT08R0Uamiey8QrClw\n6223\r\n=hULk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICB5gHMog2MxikEk2W+BZwv6h6gILq3uOxaCDIQzcuaiAiBxcZHnadjpC4oFgyXqO1UBlX13HJow2Sb2scNMIluGQw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.dadac021_1544654504892_0.2272049410984569"},"_hasShrinkwrap":false},"0.15.0-alpha.7b0ad9b3":{"name":"graphql-codegen-core","version":"0.15.0-alpha.7b0ad9b3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.7b0ad9b3","dist":{"shasum":"22a173297ce3dcb02e0cb993c23bd6d04fefec0d","integrity":"sha512-KGVm+FqJ7f1R54qhnvcMts7ns4XDlnjti6+V85k9c45eDKhe4wSbFKqT+jcEHNgB5GGr147nKwEQuleRjCyrGQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.7b0ad9b3.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEZh1CRA9TVsSAnZWagAADkEQAKKPbeMm9uZeIldZYNTb\neI4b4ftu4vNo26PgJ4vbPlGFm/8HxopdBohNXj9h0SMRCiKthBGNacPosEtA\nj7lK2E4e8UZrVhr99Dnman2aiOqjcdmciuxRltMuvCtUUQa0OKLcoAAlCTaE\n9Lm4e1Ublw1y73kSokb78kU8xkDaIU4k8ReYmZmrt0BA2TO9lneySDSmuSR6\nBWk9nDjrHjKrOEcJHSVGZ1R5W3ffXv3iLAahL4ewCzMASwr6zcN/lSf84kD+\npKAkyWc7VGkLkQkKSuNaM38r8plQO5URIVIacukZsNW7yqurCsOzWGXs14YF\nYK7BAheBhJQqgRbqQWk9D4KXwHVsqdlOOf8SmUXAXSal+hCwP638lIm7mZBC\nlg1MBfJdBcXaKugO/sGLAwDxWbUQtfvHXCPOrqWvVYtTzaV9ocgvLsy4v2e8\nM9tcjrIBQ8mZsia6ORPqVU3yIRJTebxugFVTByxVHieZIwuIq6o05eNb70Ro\nmN5fqxCJmlsvOM+G88ONdytUeYUZnN1Zj3xUhZOWtjy2YzApIkp8PbbGWuY7\nmizsUN13aIBgf9dwwMhzrheKBUzNA7ld4a6IbfXmEHNj3r97PLJD9GXhAs0E\nRPaq3Uo6iWqVqvEN7ocQDSgKwuj9WGQLzVRy6vbxZ0RMNVLuaCWDzM/T8W7N\nsGvy\r\n=fAjN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpMnJLIvA5gqVdh9eXH1bEn2+lq7JPCA+x98zttbnNgQIgd+9Vtz92EtQPlYq7agt9scn323HOiL07AalfEhSCac0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.7b0ad9b3_1544657013098_0.5154054317894778"},"_hasShrinkwrap":false},"0.15.0-alpha.b9dfdb46":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b9dfdb46","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b9dfdb46","dist":{"shasum":"7dd2044d105ddda4ff31005ebd4a97f298393145","integrity":"sha512-x2NuWi9BTty+8u9VtQS1dPlodLsZX74qrjqBF2y28UVXkW/fjW6TQ2CVBvqNG0maJEgWLUnMxBXCAOlQt8RO0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b9dfdb46.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEZtICRA9TVsSAnZWagAANs4P/iAI2aGbgpQw4mgfbaLM\nL+8ujsS7+1IaooQoge5yNCTizg60ylYwaiKSNfBYQW76DP5kBbzJ87wlKPID\nk2nxlSdSwoT+d1OhomoUjeFKVWoozHLlKqeDNQND8ymDoHrXmji7Wc0Iuziy\nF1f1KMH/i3Mq+Eu4MORSDQhtk53lmRPPtVBJbUFI6E7+qPDUsTYkqNDA+ccD\n0LBvHyJnwziOdJWRFHRh1ShrxM587ESSJYZCjrKT+dFeEKpamW3Mg2rI/eNO\n8WuKgz/FmZwatGztWjoquLS8nKGLqVpDhxwrxSKX/BM+XPcMlLpjrzn8cFXo\nFxkqS2JV75NqpXLZ8rWDMKnV72ko1XvYHIXKTUK9cqh8C8u2mGxx9s1HzkMO\naV2A7OLPkfVOt3YtAAQojjMdQStYk6lPEFBIG919DVPvTp9Osb6zaUYfeePJ\nfpmtwa32iRlcpg/aHUgm+ZpNkzXMetyQTdYg49/O+c9L8cwNyk0OtHBEYOz2\n2vYyrL24d2lgq0nF4qcdnrtZT+civR4iHwUi0u95baSpld4bhRrpTSNAGwtN\ngbBs4IDmcd7da1a2vJFwD0na5DhgGfWxFSnBrVFsAMF815nyiks3IJKW4E9H\nbtLlOCr+TVSt/HtYAujdfp+wTC4CRsO0d5oyIJmbDu6EBHkJfKZRHUAWMZRf\nyAjQ\r\n=WqX0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGexiICUkfIYmB1iyWw1OSamfIIDun5nRGoXinrp9LjHAiBslE1ApCdn99Y99bC0aO/DttoPtyNcRGjsuFPToETPhg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b9dfdb46_1544657735776_0.3630057729784766"},"_hasShrinkwrap":false},"0.15.0-alpha.b8753102":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b8753102","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b8753102","dist":{"shasum":"f6e1414cc0826b25134a98d689179040d99d11ed","integrity":"sha512-+KDHcvkUf8G1WMRsmIEBeQcVJPJsPUZ37BlBBBSssqzKqawHDL1gNHmxU8+/KnwgY/exzTlyTtMFOZLyqXjqEA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b8753102.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEdXPCRA9TVsSAnZWagAAZs8QAIJtEXEE5S2PHCpNyYra\n0TZNVj4J1tivKXkN1SCzkAcdCh6UsHmN0Nnmg8q+gGs2FMeC62sv8au2lsgO\nctbE1ahPow+lD3j8nfZ9n6NBY/8G2FGQOcJHPOVth+l5lpar5MOAwQN4YCyF\nB1CiFjRwM/0i7aoS5i8gXA+/wb0rRD8bBn2dz1pbiJQYs1JKwqv+KmpxBnaN\nJbIFXWbtvXPGPGv8smvKjr9JXFodRyhvn8AbqvJ9/C22PINdDefSBRP5HvzA\nuJcDmfNnYYiVD5c0JTr3ooaNGZAtuBr/YhyaBY66Vdv3pfQHjGv6g3C9XdX2\nlBZ0XkSAryAEW8ew0ErPmkpLVyzBSHEXgWtIUntd8r9ivZco8zyB4t3jBKEF\nIMyCvlzm6RZJbrlx/LPRvDiE4veIeTpwqvIHWOSM9KFnvQ7JCEzQQYnCU7cK\nnFhLw3fYACEVKffDpKmlL+QV8uwUgiI6JGxZ8IvObrZUeUZPl4sEJWApSCkq\nQd9VcMpEi3fom956TaLlUR6U4LW0m3mkRmpPZHHrLqcZOkEKF+nCIV4U81tS\n6xlSbJmT1T4Ct1EiCB+lA6AXMlLFsMT/3Md9azoBEz4elGAfnW2ZBOoOM/64\n41w2+a9tqqW7zKSLL5/llCgmRc7sSI8R/R0OsoiHqo1zBn/lTYzPn4lUEctj\n140K\r\n=wAhA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDaVV8mWCOFcGdICBMO+i11mOYYKZLswqhKfQcqRbf2bAiEAm2uYFAeokenQWiB/i8vBnqgX97pgX1pQqZTgwmGvZpU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b8753102_1544672718839_0.39727181010695944"},"_hasShrinkwrap":false},"0.15.0-alpha.8db63141":{"name":"graphql-codegen-core","version":"0.15.0-alpha.8db63141","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.8db63141","dist":{"shasum":"253eac2256739e37bd7ffcf88ad1ff2350a402ad","integrity":"sha512-NcnIyUsIgTdLWvycNbbjwMBP1/uLhAUIb3ADbst5BaD3VWeqe3AxAvICfrz/ZePB9hoC9uwJnBLrNyACcqf68w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.8db63141.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEfyPCRA9TVsSAnZWagAAMtYP/0SmGZbhZ/EfDHfsQN+b\n4+Rr4CRZWmXqR/rZmeMhDo2MHEKujlYm6ZfJI2FS38Xa0inC/MWqFOjNAlvi\nHTGvFYf8AhfaZ/05qwLnqmlHo0zrLxsEiYjOFHg95Na4CULpgYGzjmirUGj4\nrPnuR6F3cIq0YPpxsVBrLl31hLxHF1Ysd5rzoPY3hHJGOb6GBGvqBi2BDNlH\njVch47N1vxJ1HpOosTTWkPpbSHrK+501m2pxZD3QLp+L4E01WnrcdNFCCQc4\ny2C4mKuPCI9hKHil/kFmqZPQLRVVCA1D4SldxKqiQWiBOQAOlR3uAEkme6Ch\nxKglekSQsftpDVuyLpqxq8FCotC6hPHfc+oV85GFbge8Tve0n685LNghn17c\nfj/43Dt9zAmLTq0t076nmZnnSh4QgAV5g7HH5/447q1nzVYrfNPGS4E//Xvk\n2i36eJK/ZldnRxzMJ+2MpYGHzVWPAu9o7SKrAqVQ4H0UHtdUSeRrK/BGECVJ\n/mIfwLOLuWiEAjMm0QygbsLrJ1nFz5rVTDiF+0fnh4geIkBYB8Qnb7XhHltw\ncLcAeB6+UeFe1uYet5q5usYkm7RYafnJHs0gn+in7sS1Mynqid40zkw8n7A1\nBVxLsPgAmoDkBUPN8VNG3TxgM5mI66R4Dc4d5eNiwOuNpWtQp9wW1XTLjR2D\nyWPr\r\n=Pnef\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHC0/XVMQEQ52/0bjaGA/SGzePaPTlUs1sA11LUWKpfgIgcx6EJIJpLPo7k1+tsxBSgd+MpueZcfF10Lidry6UR+Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.8db63141_1544682638701_0.1545569330357397"},"_hasShrinkwrap":false},"0.15.0-alpha.53ed69de":{"name":"graphql-codegen-core","version":"0.15.0-alpha.53ed69de","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.53ed69de","dist":{"shasum":"511122d0d3e7f03d7bb2ab1b6e7be3ff7c9d1146","integrity":"sha512-yBmRRsG7/LIlOSVlArL7M0r7yAEJ6stlTGkV7f5YLHh5DunSc6vA2ruSrPssWwhX62GQwzJhZ2OLwDwdqFqEFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.53ed69de.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEfysCRA9TVsSAnZWagAAg48P+gMkB3NRA5WYtZEDmKrJ\nEbmfbqWqZMk67957Z3XMEF112XFCciX2vrBxrg9i3cHB+NYEZglE2NUpunug\nQmn6zE2vomVj1MUKUAZgtfHkFz+beFwkoJ2fyhnDKh+4HavHFg5qHk/pHW2O\nDF7XyB3ocEFLjd/twX0A5zLdkwoqWNsnmBN6e6RyRtTEF8IQ433QovEm3KMg\nTXhjv4UWap9JOgTD3f3xRKzZ8S9auUvM/Rn6ulgFGcu2fIWTUi53mHHR8i08\nxAMZDBP8S9UzbzqQEkU+692SyVrkt0DZGxgw883vLZkxjd9DKleVvogcq8QN\njbDRHrB+/hbVAiLrg5hjEPy9TBDbRTy+4kZAbtzyUgWyFLs5t0TZRGp910RN\nBSRihw75mGKIGcwuVlrVhOTzFzY6yPu2SXyzZOK5qs+5NgO7x3Kk4acAHi1R\nnGZ9Sb+qMnANvmlulcA1jhyW5Bei0Oh3g11HJCxk2AO7Op5Ln9eH3cPTOc8d\nYauToYBYDYNhqdbOO6JyoEdvHwC4/KLJf56+d2mqyAY6rJT3HncitZeajA5Z\nJ3tHUi9z/7MvSeL+kcl61YPYaLuesz4JSaq31t7DMAUm+IgspuUalqdSeTci\nBYyQgsUt9jilWoyCDzXzbKed6DPdUzrHHSWDTQuaZvAeBCXjT+nea8g5D0wA\nlHau\r\n=AHgT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNM5Pxsd1KKfNpoZ02tDyaAbo73b7vR1kqUQ+pyHEAlAIgE8qvQ/hyziCluj7jar+RqFWNXfaB+P4fcG0hI6AUiP4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.53ed69de_1544682668230_0.02387535697478671"},"_hasShrinkwrap":false},"0.15.0-alpha.b5ccbcd5":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b5ccbcd5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b5ccbcd5","dist":{"shasum":"00ee454ee33fa921797c897d2dee5cfc2a2b3d45","integrity":"sha512-Zm7PRZfm9eFMoRwWL5t1KoQ3kUdE6Jbh543za8nXLgPQteg+8r+q9IrCXzO6QwErDesDdMdU/+Vjq6NJ4LA+iw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b5ccbcd5.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEfy+CRA9TVsSAnZWagAAWI0P/ibh33t7PsYmnCNF8Enb\nYDbtoFz9lUOm1f0bX2qXROjjX4llRtfZGAkWsXa1lwJhKLwNrGT8nQm8/Fj8\n7d3j4xK9yDrwK4NCfykYZumItSyBLHUR1KisphTH7jXum5AHURzvGcZwabOq\nOeUsc+QciFPR5PkPghw4hHvMmfYIhiI/6/jiMQuCyIjGMv1Y3AB/Oe4OZpXt\nnCHY8DwxWiFGUDx3ObJ7l68xwmf4pt3HP37fKn9EHrDDRVKpsTHSqcWQsyuH\nsOIEpmDJ5gkAA89AZV/b58RMjvwoGmS9KMHx4I3Rzp8fTI/0fb9zCLq2Ujra\nP3uHiBGUo+BymQgR71PZlbe2qkC35mhO+VGVBKBurd73uxbVLIWF40F2IpCe\n2/Wenq43fwCrPgQD08tiyhMZNmEk9ezOrE3RCYPq9H4/Bq5nQzrS8RuI7IQD\nwqC6XP5p9K/ekCfDispZ8/LG72Oslqvk5spYqnO0fBVRv7y7yZvnG/jZ7mOf\nJ0uk2eTbjNrgy7nq/D6zRiv6pz4t+MAMzJXboLqFGCuUwLZTrIIL4ZtRGyDn\nvQfVZPOAj/bEeabpbW4zkBwV+b3V5PuOdHomeMCUOykDqrv95NRKVRshCY8U\n33M8+WRLmhmP462Zx7YXHv73DkEIvbhexL9mpITniSi9/x2r1UbdMyrgyCLY\nZVc4\r\n=lLRt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD66oLnKV1GLMZo1SjI0wcAJV/y+UQlCVn8p9TAvnR3AAIgF3uZ+jVhriAg29xcWdi2Z54pSxqtdAvvB9wPQir7okU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b5ccbcd5_1544682685889_0.6651462400684511"},"_hasShrinkwrap":false},"0.15.0-alpha.d91216e0":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d91216e0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d91216e0","dist":{"shasum":"4280a02bdb1c321d9a8b121d5b6d767dfb110ae6","integrity":"sha512-vKa3r4jkTvFAzOVbA+IiiJgZGwpS6TYl2hYChbN/mDcCv60CT6yJQNxwDazbMGXzTcNmOIlB+6KYqcuCdFid+Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d91216e0.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEfzPCRA9TVsSAnZWagAA4UgQAIM26xTumxcaIdevsaQg\nUAnGsH7+QNk68vhzxLyi+zxa5g6nlONVG501W6g6Hyi68s6mlVj80Qn0YybD\nxQLOl05vlWFp/0Mu9lufkuwrXOulg2CHb35uEldiib7RyqMn9ODLpMvEwHWz\n1zkHveQlYzbLhKcESnkZfMr54mnBTmNBZi716xhmKCbC/ANg5Tjj1FuGFW95\noJoSTukeTH6D16VMeoxzVmizZ2d7eB+hlXMEzDFcqX7Lx0MU9RRQU7CrP/DU\nCZ2wnKgk+HCtV+ebE6igmT0Dm2v47uO8DbElEe7khnVfFfyYA5CdkloNnRgF\nxSPGhdoQ1apfoL3OMO75g4gnXcsNIQ9el1z4ljJNzfXFVt8fqcYvnJHjaYJi\nijIznbLRuwEfFxx2RLeRVF4tnxcgcAdsHpaN5bTq7yGr7F/VWlub6cor2Kri\nznAKk5KWm9OjZrZRN8h+/Faz22YNSUYLoKdRYVd9p6pk7rQzfWAbdIdqlWOo\niua1UD7S+lXVrkrBtr0CLNsyMfVZ8Exw2KK5cjZgdSHEfyoJpT20y5kdGgxa\nSdBGNur2dMn1siRr+UuHZHRP8Xr/StF8Ay6ArSQ7WBubqFdkYC7sT9zifRUx\nNyZooVmDD/YT73K7/zDw9qDYOn/n785nzgYg/8OUlxUYqp1OYDB414DOh4m9\nFmF6\r\n=LXXD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFqah8Oyy2uFws48EZLdvLOxk8tpo6JYnUXp/pXmZcsqAiEAgKGvbKHC/PFfxyYZvSCR+J4dfYtiDilBorhfsneI+DU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d91216e0_1544682702221_0.9526248481096549"},"_hasShrinkwrap":false},"0.15.0-alpha.5302710a":{"name":"graphql-codegen-core","version":"0.15.0-alpha.5302710a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.5302710a","dist":{"shasum":"8d1f323275e993ca31961868966cd4b3f3112b6d","integrity":"sha512-mKvf+X4vUS6YTaV9iHCyQA8jsgwunMcccedpIYqzPvoRbp2p6NEI3JcbzQ3Oz+8GZkxQNcdnIvNDj7pfn4uIow==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.5302710a.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEf2hCRA9TVsSAnZWagAAt0oP+gJd7HMPsFtR1O9fVTaZ\nQpcBh9a6XFe+6dPrQ0oUKsOQ+eNQ8Eh5XTLWY0XbxkSdIiZQXCAksO5dUwOq\ns+Mz55inSEqJ7mu3FdZ7af9VHicfeQwZTAwa31LJFyKs70G3qulXMZiXScZh\nk1R7RBIPP5UPZa091snHO001GBF8kJ//nXuKOoHgQBlpBMoaoyY1iZbaj/Gm\n6z+AsYU9lz25x+yya9ZEVy8Trc2FaCTptXMASg6V02uKT3zPHwdBHsPwROHr\ndzxSwu86PE8pU39+zwrl4Jl6Mby531AGZ89PeKV75HujJKvUn9IxmmqjYMma\nBdxEFH8T2MKtWWQ7yp8FDXVhlLde6BmSMrLg/d/ST/9Cj4HSDMYQXBBqQj3V\nIMAF+knhZH4RvZHRf8Wz+3ESDAXo1vLrl9k269h0qk+U90QD1eFpen4IFmmQ\noaK3amT9OXqfJmd3RsccL8cQEnsC1lJCaokt7fbQk1W0iQZNEIH2Ut4kBMkg\nZLs7DkzPzlFFfonR4pm/PPZ5kwNNOR+CwV5zpkHyzL1uktmiWCYT0H0rqPVH\n87d9yJXvF6e2ug6+iME5M2DkxyL5jehEabzfkyunn5J+dCq91S/Ggr6F0BeY\n4BJYpleKtmsfoxYEzJxy6Px3mMTeZPzWrm/XRpPBmHJCBYa9jkgWXgfb4xkh\n2y0g\r\n=Oylz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHik9+6mCtV7CD1/5OsCRJYXXyF8/quQHYRwmoY0HWyzAiEA5UYasxa4UYD68XRYOR7Nt+HV8fmG2/aUmDWDo7811bs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.5302710a_1544682913061_0.3546542175475542"},"_hasShrinkwrap":false},"0.15.0-alpha.dcb3b086":{"name":"graphql-codegen-core","version":"0.15.0-alpha.dcb3b086","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.dcb3b086","dist":{"shasum":"3ee1cfa565d79a02fc1cc49cac4614463c52c29e","integrity":"sha512-RjDF99/cm1p7jqrcn9iqogE/55Y2B0BlXVXLOyjmlwZphRUL8HgmFDf7reDeE2DIaFF/jvNfxY+BOFq1RGLWgg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.dcb3b086.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEgDTCRA9TVsSAnZWagAAjGoQAJ9YBhgwOaK5hsEp20jP\njy+f+QaEBkBAPcVvaSfhsgKkmoL6ThKQzh7pd4M+FpyG9jPhXUzMwmEdcrDm\nzxaf81L0b72bGfxq84Wl95cYVWh+tjuumsGFyd33pyjD0rXBnH4kTEeKlkQf\nsXUq3X2Pc+nJuGUYojGYL3RvFYCQsE6jezMoJxWpvIszxvDWqY5tMEiMNFoI\nFvyFg6tG3xdv1pLpjjVcoWJbUeeXndkmyvDxaqRmT+JZU8Xx2MIeo7x4AOBm\nvvH15gyMNYYgBPYZG4FqvL3j7LsH+gCIZNq22qs+CHKVpBof82CDq8TgeKYZ\nRmKKuj+cwksaSfiTc77s5ju/0XNqgfkfXI61XpKeBMxk3Y7eunUR4dbYcp4+\nLnemqufZBh5lJKWcNpyGr0BRX+TolxS5JvSzLDLcqSblEjV0ijOXKrCscDJ+\noWHoSNzJe765zV9wRGfD/IU79tazoB/qU0kUHsFnP/5MVI1bMiJUysLNsR8A\nH0MyCJfDDyfrZ2qsENES9316BOolstnfCXTTfzA096c3ez+p7rMNrrmfE+1I\nw7yubnABOivKDpc++o/4wcAaK6cPa+qJ9hRirE2CA0a3d9+Xmj0qIcHmYMbC\nYFoMOw0Iw9Xxso3/R58CThQEw8znMj5LP+indaVdXb30GxsuQK9z7+0+cNNR\n2YyE\r\n=hqxW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2WyGIv477nulXiSDig0nyFvshyVsxGClaaoqg2tdQOAIhANZcKBOz5VwFvx8rQ5qg2VqVnXRCxfS585X8ecnu+Ly3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.dcb3b086_1544683731098_0.5614514765024445"},"_hasShrinkwrap":false},"0.15.0-alpha.2623884f":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2623884f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2623884f","dist":{"shasum":"1d4017eab1bcf381b6bcbe6fcb9a508038ac631e","integrity":"sha512-4PVEjEUYv4JbThitrM2Ris1tm5I1lHWp2fG/MTBMbj6qSZBG1ZHa0KdTRwjPMxPswOE9mYNyETqoSRTTYRZxaA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2623884f.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEgp5CRA9TVsSAnZWagAA6UQP/RYrYTMidCL8HwVa+M02\n0O+yIiPjTRzPTJgW3PlE/QDJUC/HNtC5ZKYMo5MRqwmG05aCYVnTrPoJ3d+J\n9iPHnoKU7zKZZVMWPM6UJt/gONK3ed0oqIFb3WuQZVdwcD/3sdka7UKn1LDd\nFgcyhRPlx139G/Eukb7gDlk+9g/qLpW3ZH0ev4rLitaWRvOykaiK5+nEFdAO\n/rYOzVXf05DGt9f/RNnNtlPevzxjORODY8reQ7j3zIWqKf2bKfbXrDb2vcL+\nV+FHHQEnTNlbgdMqPkXtyDGnM9hzy63GyMF+mQN0/VOoiXlYbUUsfnWvn9ga\nt5egBUFHzS0T/Aug+KvrB09BamrfdayD51PPUZzHRQM2/rNBZPO2uc0LYQta\n8B+fOTilyBUf6pBY2SUSNkHNTOZBq4Eoyn2JenRW0TTGp9JOBESNOtDuqjiv\n3KS29ExQcj8S660I3N1Ch5tv59Wc0nMAcjpLPQZEiS1qlxH5gkQBp6jvhPrS\neSJxs1yBSJJt5Gte5r9v/cDuyR6iif4zkOfMQNiHEG4Yf32DXVFWc+cJhKh3\nY6zefCYCPxiOFc18V54qwxyFgl0g+uFIufa1e/7nOnkAHBpoQ2RkC4k2VRu8\nKVHA0pD+oIWFL/aF31YmddymAP39E59/rmsXn0DSnPR3pMzN/RoGoUV7xxg0\nlqV4\r\n=Jg0l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE+gw2yoNdqhhXLhMM3yLSneaAtOnBMSGSykaEy244wFAiAKxa7zq9DAu+/Hdp1F84zZaPlVMa2/tQnLNSnOTeIAKw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2623884f_1544686200584_0.5988036362398859"},"_hasShrinkwrap":false},"0.15.0-alpha.f6659475":{"name":"graphql-codegen-core","version":"0.15.0-alpha.f6659475","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.f6659475","dist":{"shasum":"84f5ee1885a084d92b14cb82dd99936e57be96c7","integrity":"sha512-mxQytt3z2Szk0Cybv1yomD1Ozi8KefVdHM8PK+d1Wjj+HlSWn9p2KwPb6DC47UqW84U5ehjtlkzVvDNRQNyg0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.f6659475.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEgqOCRA9TVsSAnZWagAADHcQAIP0GgtR6tCMhzS6h+2A\nqLrC8JA8uTOM27cC7mR1OgTbtmOB+byH9ysY7pCe9vrf1yNxfXShGOVxhjx4\nyOV5kqcl4EOZCrjAUI+s4HZTSgNwyQLxsWolexDLNbYN+KH4ilLvX9BTsmnT\nQM1Iv/cBZYywfbBWnIazZpSgtTOTSVl1280u4UaxJzBcis4AE4bW3rhiuYPK\nBO8/AqwKerBQ6xYO94sQOBcbjGuxAI868dWokqAP791Xai/+bo0xH6IkCbtk\nYf8/qhLpYkN+KvSbJXf2RAdxa+wDdOsVLioBYZ4psDSXmHKTsx0BKC7XZuRi\nCjNfs3HSswEszUkNLYMUSySxXomurojxUX/QR64XHEk9EcD56Ls5SHPsdnq7\n4Ky+oJeHNIGZsGOpQXPEkiPXTD2nLNbctafHvwAqxIXjWQr65huNfl/3V/Fk\n9LfLTfgapxTTJKXCsf3O9szpzJS8RVZXF35PYaVJY5yF3teOw3cDHnWtlmvW\nCkKCbgzAs6tep1JGXO8F9lEDMNwWa+lp+WVNcPZsPaOfSY9tGxGk7rh2rC3Q\nUMlrSQQRLSucxonVx+eUBEyCgjyJmKVkYCLNp2EQzZKnUDm2qGUKBDOjVHtn\n7bQVzrg8mhonpAI6pipHHDlscF/W09iH0KsfrAQ//OUoaFIFa9H58XnioAdl\nW/Eo\r\n=e5AA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBdBQHmLUVjKfm5I+ar8qmL3tEIkb61k7gyGP+BBx6rwIgBvtRRPKH/9wmQaQ3WED6Il1kVARhXXeyeItD4ZCGP94="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.f6659475_1544686221886_0.8389648986657334"},"_hasShrinkwrap":false},"0.15.0-alpha.ffebf0b7":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ffebf0b7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ffebf0b7","dist":{"shasum":"97d185e43e6b217a455a6d53b52489b1a1171534","integrity":"sha512-oEjjjS6+t9yz+Cf7Q8eq1tF9AGis3xzd1PqVB3kYDIuW8fQ2faix6+D3wBX9PScfKk6922AUldOF6X99bjWNDg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ffebf0b7.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEg51CRA9TVsSAnZWagAAI8QP+wSbf53cTe8oxgWvVaez\nobdYPYNLn1kLNZKdLmDJyi1eyksVVyoddBTR0ETpzSIJQHeGGDe7ar78vQaZ\nZUqfRkayTYSZF9zekQQcbz0ijuTgSnuYX+o7rXpddCgFD8GZzbTRYBeXiKoN\nZpA3ZDRWS/K8elz2uzs/60jJx2TSERcLi+oj2derqKORpZT2ShZ5N8AwwerR\nttGUj1YGhm9s2vK88XGoscC12SuSUrZM16VRl/S6bJZGBCZLWAFzp8pRpIRD\nuF8/B+gi/bFP05h0kfHYhZU/79mbFBoswlKVus6xDn8awHTbMPxfAfVfSFVn\ndNdgl3lqhtmHZbPFIl812LA2TzRfcSGscJ/YeUW21Z6P+sKNC9NO+OXj+sHp\n3oxgooipuufq4yyivoZA6nyTI/e4rdz3aGmwbPG4C0APxYU1OkA2r/7PkSym\n+71lv7Ja+Aladpxu+PQxjQGSXfujqpUiJkAF1JkfVPJ+HNbiv8VzrNG0j14S\nsfc2U44PSwd2gG1xZGs0nyYS0CFEoEUbQGsX6GxPFvinUU/uMrH/3kcp49cI\nvnBC2YiWlQrMx0ute9gt8d1cU/X1/JgH5+19hah0KWHny4iy2pG0gWa+1e3f\n2enfI9g2hGlh3THE0bvUQksMioL6Oqu9XXveBYM72ufynQ9OVZ7jN8VISj9i\nEvru\r\n=Leb9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5gAQy88vPWuHO4CcPHCt0TKfd6ZaUo5Qxjfj7fisjAgIgBEV7iGdCNm/Po+ozVPXWaJ5diErmcDHIOiiOPpgONyc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ffebf0b7_1544687221293_0.641132042761076"},"_hasShrinkwrap":false},"0.15.0-alpha.b6e2ab26":{"name":"graphql-codegen-core","version":"0.15.0-alpha.b6e2ab26","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.b6e2ab26","dist":{"shasum":"cf9fc06dc0df8a800e001cd29dca73717abc2518","integrity":"sha512-iqfdhRBQelk1PKhWjCf3gynn4cRUa4s9Kh+CDWZJ6xsZyFwtaPumNFMi1cYE0eAtdKolicZ1l3vtMfvDe5aQHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.b6e2ab26.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEg+ICRA9TVsSAnZWagAABPUP/3+1PEgir7aJaYkIoPOl\n/fI1J3SzSlsZjjcg3Xtyjnan7pIjqjHGxp5ql4cuJXW5qxmQtI+CvAFvnj6I\nBzMSQB1vcNx87Eb3NuzlN83+MiQNxYH9CIh9jIVra6F9pi0WHM+kbw03j/yy\nkcwpkFIn+jEuyE1E/eU784YqXmg0RfMCvMK80v8DNtM1HGWO7JKc1KRkT6yA\n12sqC4WAfMZ4Oi14RA8AlxGr//Fo3mfERnrXXv+kgIxCndEcDggcyaHR3esR\nlNcfbkWEHDCeWbnQIJIPM1RV9mB1YS98CFlyD6uiKnzu7eODOvHYuletQ1ic\nZQgRo2iWWbhRTVbixHm3Lid2c4bd54OpVdnrv5NlWXh+8AHp1HvQc/O72CYp\nUjN7aosuqYJOROUqkgDn5EcrClLXz6g1MG3uP7C3BToMCbSYVdqfz96/EPnM\niPc83wTMjrXr2LE6iRCaMi7kYH6DK+h2ZNJOQMr7l+7pEUdQsyCYr7tlOJ5q\nah+S5nh+XtthXnyLKBjReX98J5ZH4xa3IW6TOV0qVInj2CLbAuwwKxfOMvl4\n12ZqnNMoNw1bYvA8Z/3/kSt1o3/ib8hhj6zcYALneGg2Gzo1lUxg7F5meFcg\njvUKz0tbodHgUcKrsJG6yFP/2AE6fUCNCBVnJRlfraFA3PEvLROMtp9nYh7Q\nwr7n\r\n=DAh/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHMVcUpavt0QTTe5fCbJj5hyIbautvP941BmmRxpNDI5AiEAjHpYRqVYkPv7ha5RkvAS6lBOiTx60v+G/JUZ1K0ULbw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.b6e2ab26_1544687495722_0.2888246977123139"},"_hasShrinkwrap":false},"0.15.0-alpha.72cb4967":{"name":"graphql-codegen-core","version":"0.15.0-alpha.72cb4967","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.72cb4967","dist":{"shasum":"c8a85afaaea13824ca03fcc962376255dd019668","integrity":"sha512-ihLSbNjvUzkAYXF6RY47kYJXM4yAFEsbjXbPOvXStL0yyd9O1OYNTsTx+LZXJ+qNCSzcvTpFetUlcNr9d1b+eg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.72cb4967.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEg+lCRA9TVsSAnZWagAAIpYP/1NfoEVXxE2yPpuXt0Vd\n8QcHGbj0HAo/RBPCk3AS1vYa2GZnO0rN0qa5Yi87cQBkDCB/eYGj9jpd/vCV\nWKjXb4Z21cs0yB+CXLmRQYut3KV+jyGW17pHxI9Q9uGcOZN8BAK/vMpRLvrp\n09crEOSJM+MRjQ3QLErLEfzGVhu/3vImHFl9/B/AiW0q6Q5TfUPPtLGKFw96\nXcozD5wD/9DaDjFodsvFTXOCtPy5klubHKyuK8MzBhRhg7L/z8KGn7mGiBAE\n4CYZF0w1M2xg1GPhvOlyAU++FKBIjVi0gZbW1/pcipYK8kY52ETw33f09UzE\nq8ozKqhdfRLKe5156GsJfgi9n17J89qBN2bjUzgeUOvyX+d/wx7EKze29fGX\nbuY1eSPhvkGNipSWjtqXbxvwTjVYEJFznsXmnExzVOG2jnclz8vmhOGXl4Yt\nsujonYQDOeJNvTb2lyjbwFyWnrAwBqIejYZev3kCS4Ykc32RVIY3N/B6xhUj\ngQIH0bFqoooyyorCu1X9k6kJGHISHf32aieCNBHZUVvAQ6paTlIW/cJ+Nrlm\nVPbxZZul+i+//DmOwH+LNYyPOLP9z0fuwldDJhA5mMWFFpZyQZoxOLmT0lW3\nMO6GNh5SpDHWz/5vSOuBQ2T8J4htIdogL84YLtQTDu+/1oYA9jgb4nB47EcB\nmPOd\r\n=U+bj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsmetN39IZCdIt/SxycuKllEMDA+q/ewxrAj1R7H0qQQIhAMIlmjcWyTD6SgaypmRHvGPNoaF9iACX23Js+zkjJ7sm"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.72cb4967_1544687524993_0.5295647974500426"},"_hasShrinkwrap":false},"0.15.0-alpha.2055b637":{"name":"graphql-codegen-core","version":"0.15.0-alpha.2055b637","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.2055b637","dist":{"shasum":"6960a736519fef8d82a90bda48f0a48ff71fabc9","integrity":"sha512-yJYq2L8eB5NlPueCluBV7v9snqKXvwIC/dQ5XMqjMGvxyEJMHrx69+ywgIz4scPc9O+ZT6ym7kjR5n7k3Pl3Vw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.2055b637.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEg+4CRA9TVsSAnZWagAAsR4P/RnIOSKgWSfPnbu7V+tN\njapUyvGttCM7IVyT/sGnI8fV0Xrvz0ozhUTqq32PCbysPy/1yFxyNZRL0efO\naTrz5oPt7/w76Adj0yKeliE9aB6Gw3zPKtfYria7BKA1nw8ILJtaZyBC1eaW\n3VU5KTnDf23YPkrxm8Qa+ipu/VWcfITuaAzW9v5Shalac/T5LELP08xSzrZV\noloxVMlvlfI/azrVxnvqvmY0KUocSwA5BDkgEoKe9SH6Bs2C8lu1Sqeu53Rs\nkek3QGauEpxKDC3ATkol3/0GYq7/ybtlap2xbRcZgq0uufG0FW8a3xCf5v8g\nyBOo059IlsA1fPh3ElCnraIex27U4jJxuDPxqm1jsdB1w62UUrgtiRHdWzwo\nXAA3fIlLwTO/qpxNsI+dr2sKbVH0oY+b+ct+SgCkH8T4tTlz0ZbO3k1kB5+g\nDpNL+mENDQadqXqPgdy2IbST7NXmw9IUTCwO5z1d36O3U1iNbTobTJP3mbrk\n8rNmf0EzZNIo0NWuUPup4kWSJjPaoPUS/tgEl4cuDL0jasVbfKi9oRXb6l2+\nIjX+9hrOyt1cjjm4yVOikbsQLxfgj0F8N0kRC+biNnj+W9dcs5j+bkdUsrF0\nTvqXc9aPlpoIC4j/cZOF/WsIivIn6CWVlBNZ9/I6nyg8fU8xJGnXt2A3nifH\npKTH\r\n=TjAD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3H9eDZ/FYB74lq2TOICG0gSa77zxzIM58XWwG4yDk0gIgVgU33FRpvkdHlcXImCbkTUGVoOSs793NJNdPt2+PtZc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.2055b637_1544687543652_0.45587035444237034"},"_hasShrinkwrap":false},"0.15.0-alpha.d71330f1":{"name":"graphql-codegen-core","version":"0.15.0-alpha.d71330f1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.d71330f1","dist":{"shasum":"96318b4e5b4654cae8e8345a74043e3c81ec66ef","integrity":"sha512-dDXOD4z56OIAHrxXp2R/nCUAZ6ykiZR7eo5eDJXpKE4wII5rmz9ufpCq12tmrC3fbVZRiOhpdEKF+Dhj8rwmFQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.d71330f1.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEhCJCRA9TVsSAnZWagAARN8P/jlS9gluNq9LXpE6hz8s\nyVOX/k/sBnPAgzPoQbgbIXrSYCwz9UQpyB8e7+JFxGhGKQpaz5RDxu4RSDpR\nfVI/q5PqJxtrGDc6/Ki2MsnNv3gwmVP6BCU27AVcg3gM170Zwvv78VPTPC+7\n891899lRKXjYc9MTDpyZlJP9Pca8WOiBiuXTEpIUcD3jav8pANbKWSbPeWCV\nSUAN4O+cy50en3RsKK//D4/HGIM9NjPZDbEY5etsIiNTlb2+rWHN/7qWklxY\nMMUKWFia3UARFvjahiql/q03cwrp2rBeudjUKALA7KOi9OCJDFm/+a0Jwlto\nXIpA3Og9QBkn1s1ImeDbvMoPUDHZJfL4Xb2LIt8aC222Hj2V8QVG2QzFplZ0\nTI2OvVgswwFynzxX6QfgNvvIQJ27GkfOHemTYSZ36GwGDjELeYtzvxW+kUaA\nipKONxMo6EAgw3KhaqJ9uZ20+ftCF0joKGCfIRspWrHSrZw+btB8UmBbgyo3\nHR7URf7LKOj/L2TRZcGX2uF0A3ifZn1Q0AYRR42KYEZTICgxT2zNaERXoaJa\nRHYSFO/XjXg0OUCl4mMmoxKlE6LKiSU87yxIhzjvZM1DKQHNeM4qJSJGaLiY\nmdm8p48eQMekXSeuAERiHFnUourU4j5flfNwr77Dd9kONwI4dG7Jk8z1mdDd\nqoZD\r\n=3KvT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLZ598qjo/EQOgeQkyeb1SJZjHfR/EGArgjNttjBvJBAiEAzJalYBPX2kpY/wyPE3D920hC0aqLYvb+e1SnlkO2Ct4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.d71330f1_1544687752757_0.5159024656841398"},"_hasShrinkwrap":false},"0.15.0-alpha.ae2fdd89":{"name":"graphql-codegen-core","version":"0.15.0-alpha.ae2fdd89","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.ae2fdd89","dist":{"shasum":"cd5b160fd96fe989cdf7b77d0c17b17e5b7b7ce0","integrity":"sha512-8Axr2qre8zIac0HqhukQ6uF5ccidGTwHd4jJNAQXqF8jvlIcklr0+aKfSIkqJCZP3KVkl6HN8wJGnaBuRSlR1w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.ae2fdd89.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEhQKCRA9TVsSAnZWagAAEoUP/RiPryBTkFUFR/cztppw\nW8u+gXC70Bx85b0e27FraCTUt0Mns0Fsj7ZAMooiYVDi1u0NoDEgjZIzcouj\n33m6DA8TDTXchMPCk0DJ/TzKlAk6cWg7rzVuWVfu/9FSyYh2NtPsm7t6vRFD\nDBENuVeSjo/NRee2a8U3psUAggrGJLwrHykR5wbVu4j33SQIH7zk75kc5g24\nb/q0HEy7y4j0i9c3RAQIERrg2eQ4/gktM4ZoCgHm5BX+g0FEUc4d0IMw6xNL\naZGSktVeTWA67qKhn64jQs8SL81hjx2qekEkI+CZLT4QP4OS/CMBBPigtIP/\nbW4yNdyqnF+KeRwx2S/nHhw8Ez68Pizm6JL9+GX1zIq10Id+Y+C45HJPPDJZ\nQVx2AxQ5POrSmq2vNGvqljkctBaw3ngXzAogDmD8T2r4Lxr5xiRFnHc5VJ+D\nG7sfc3Wj66rhAPPGYhNFC9LAGQkpQBmZcugdJHV2vUNzO8oOF0C1t9J2HKOW\nuX0U/VP5IxfdEOIeeRAAtGCFzlBZC0f3K4dXvPQhr9pje+X1wfMgmMvwRBDX\nPgPR73MM7rbXS5HnVcyFXlBVPDWGHOUP+/oe7FIHh8W+gKq9eKcmWiIX3Rws\nKYRDWSuk6YG1+ktBONErjYVEk2HbN/h9fRdBe9F1t+wgpJLIZtem/2LXLxkF\nYhmB\r\n=NFFF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHL6dCrqEHIO7Q4fovx7xgqOovWoqKt31F7UpJLV6d22AiEA+4LxeDrTxaTlc2RF3Q0aRwafOv7T8XVEHNR4OVeQQVA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.ae2fdd89_1544688649989_0.4785165450497548"},"_hasShrinkwrap":false},"0.15.0":{"name":"graphql-codegen-core","version":"0.15.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.15.0","dist":{"shasum":"2c18dd30478fa5eb23ba88edda69e72027a01d2b","integrity":"sha512-2V+BKdTntUEkYbYS/x235aOY7qsRM6zH6phX+GLTC1lk+4UC1Rsh+3NiqfpKitQxkzYh8A70zV2adMkgh+eI3Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0.tgz","fileCount":99,"unpackedSize":93238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEhT2CRA9TVsSAnZWagAA5O8QAJjGUVLpy3hXUnoXfbwX\neks2gPtPTyNKlYdlFbfiWjGZWLVcKyzlc7lHcZ2eVTxy1lD0FcAnx9RFiJvZ\nAhCVS5e+haV3Sa5IJbELu9vlCTy4ghPs7ifoUPTN6PHo66LwOgZ2OcecdcUr\nLaM8c5NbGexYdmPCIixY+NMZ+/z5fsfCBO/QSY1kTrHORO6g7R5ZMvIzJBZv\nWjimSVXmDUfJ6Y/HzInpl/Bt5RL49OXdAkPmyNUWxsKcz7sROaG+LfUKs8J6\nsK4/wAhTPG0eENHe3hn6lHanIW9E6K4Kn7mbffa965Q1laZ+sbaSUNReVVG+\nLneSMZKerdWfA0Xosw2CUASbVZ5cwfqFwTkg1vG5XK8l3OyG51xxM7dTg3Fu\n4iruCiunkHySy+ylEPQeXcYbAvpqSNfeuPJXdTMjMzCjJUyeZoSFxbewvLKd\n/UiMM8VHLMNC/SgUx3Vm/xjAEKe7fYezDmr2o1ovrxTIJE4xz+0MFHM1C5jG\n8yP9joIoCNBppPgmS8vHmnrLiBbk0Yk3jbaBobICKzhUgBVfyCjjvRNY5IdS\nDNGYunFRtOFfwSH42U7wIsxa4UN0H4p0xBljeOaVG0Wae99pDZtSnXu//g3h\nygdKvSwtLCXC5A26os6o+yugBbcT8lTyUt9p0qTUQTErCC9grAxOSVuneA3D\nPIm1\r\n=enH4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLEvrRz9FbYYFzb322kZwb5I4z8ETOdc9tKAc+FZHMuAiBv41o6Z76HQxFsUOPj+MvOFggRnBYbLTt678I1lTD8eg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0_1544688885694_0.5966100556054885"},"_hasShrinkwrap":false},"0.15.0-alpha.c82ed938":{"name":"graphql-codegen-core","version":"0.15.0-alpha.c82ed938","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.15.0-alpha.c82ed938","dist":{"shasum":"a9d2ca62ee08197836a9233a553684df265e1b5f","integrity":"sha512-vT993w9cxXV7gRm23joLD1eNYUA/yDicsVLWjN2iJbGKOZY0UWTRji+AMRJDxWMEJqA4Ynjb0hZMnxbcGxpTKg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.0-alpha.c82ed938.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEhU5CRA9TVsSAnZWagAAi1oP/R+YTiLvz/mkII7h/Rg+\naN6wUQ6Qq/TMUyOfpoeuYGnt6H5WKIfqdaJA4f/GcbOnwDVyPKEcFARAT/K4\nohB9S0jt73m0ui7JBbgP0YbDVWzUGESs97QoLA3kNk+rww74CuWxIoAohCM6\nQ99bew4wrGee5kPXZP46uSuYY+XmcbJtpc3VylalAaD1nF1BDJPn/vMG3tG0\nnt/o+M4NPTHk9QEARcOkcpLsJ2L9g9PIYCmGUOpIaUSgQqX2tTv1WM8PcYeY\nHxv5plRLA0kPmkCBMlQ1fMfYyJbd3V5PpPJdHzEzLkS3tzTI1+XfJShe11d8\n9QfL6HaN0QTv6REkcYO6vEveeW9HzcLB8r2IqGBpt0qynzclaPE0yUx629o8\nkSq16W4ii8DQBu7o2DTSGS0hmMib0Z5wGY6c9MLsLtrmwTnyeslnsITJ6VcP\nLJ943QjDp629eY1QrV4mxRfNUaK62wDNkIMl1ftbisvqH4qbDxKsaZ74tA8Q\n6dX+M5dW9M82ZGUNtackoQv8x9IaaILrh9RRJSPFk51tNc+Xm7wvJ6JzR4kq\n4HRa5/nJxfJXwvl0V9idbJDgH/GX1naKPXANiVNUSRDB4N+fc5xzI0sez6+A\nKZS8dO90DoO4Jd1UdXsNoN9HRi/9+ZJ8XAMLXHb0dPlCluFF0lxe9wyatGtJ\nD0R4\r\n=ymM3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC/XXIGXtIdRIc3CA8Vy1+nxjDLBxwb6TlmtTbg4UVZhAiEAmQOL4Z8tFtAyKhLpKR+FVslPoekssN03uY68NLjaJZM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.0-alpha.c82ed938_1544688952841_0.1226671743507064"},"_hasShrinkwrap":false},"0.16.0-alpha.9ec75633":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9ec75633","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9ec75633","dist":{"shasum":"ef1a989f71a37e1faf81ca99b79dcd3f725470ba","integrity":"sha512-Zlx4O62+NOqgyPXxbgdQnod6EjgfOz9D8/nOfCNPQxRlNx9oWc2unH27g65hN6X27TqXBWGMD2YcNi+Z2bh8+A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9ec75633.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEhnLCRA9TVsSAnZWagAAki0P/2l4srGnO1bjUc4ToyW6\nbmfVakhDH4V1uLeiJyIU1bCfODmPgeKoOHGBZNW/oX8gX6SMrAY+owF1eWjd\nSDSktXR10iQpqwTvPFqAOPx+3zngfrwPyuRPxGa6eWKlajZWaJKXTyY+Orqg\nh+T7yFUyW/GQfnqEzH1nCGn9UB8YCIGjn6WKLo3Ozf1u+2VFmFGlhjAD421G\nIHPJ2AInziySvu9D9GrizFZX13Cpa8MQDD6WlCt+WCkPVAlgf66r+JW0UrVV\nIwn7r2hkC5bmcXK0AlGP/opnPsxEYYgyRDVz666eS4MXQhEv6eOzzNVItzYj\nEZgN3N1/kcYjimGMZZ3KibEaskEFQOYgNDf3rYCgXHt+RJVO4RAyJBBtNLTs\ni+hY9K+xlhU4zPYcK270doCfudC23SeQ0OnpQb+qEfBPVfUym+YBlgbchftO\nsnma57XyeRYG3lRi2ySTS6K3WzrMauN2hZeQQJAaDqACdI/zoXqrK1KSxrAJ\nuGz6A9g3dZOxgwX2TVMUAxsp49NYrkkYvM3KbXhTMH7Ur0VOxkcT4MTBSS/o\nfLrPoA6kRDNqmfALwsljGy0KQcv9y23owQMJdoTIpOlczDlrPWC15amgIjDT\nWMNMzFWIJw49gc28ORTDJVPOE+HUKJL1rL7VqiEwR2gKX7sKTfqiBEtkCZg+\nzJMl\r\n=uGQs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+z/oaFRFSOiOnzEjyaVSrWlwNL6wy258zsqOZxzrcSAiAoG+XNBc8mnYHuJc7XdNLnoIuA4nxbWybdMvg2yn8Mhg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9ec75633_1544690122574_0.6621332519683036"},"_hasShrinkwrap":false},"0.16.0-alpha.59617a10":{"name":"graphql-codegen-core","version":"0.16.0-alpha.59617a10","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.59617a10","dist":{"shasum":"159e7e349a6223abe559514984dd501227d61767","integrity":"sha512-56/aRlfR4IOVHWj4VL9P8jrsen9enfjIV+ykomAbIWp/7tx98xgYJ5bv7Tbbz/vNqJhzapLn5DYyaYWGRFtABQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.59617a10.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEjOrCRA9TVsSAnZWagAA+o0QAIUf4pjstuSAGmI86NqU\nmXjppXuWxXEzpf1BdcBWRq9Px/yr0UtUz5xRziC7VwSH15ziWd4vG1W5nj+e\ndQV6cbuX9KybCpcLIm0OulVk+7jAr+R/0M8RL/YtSpdqDWPPdTC05urZkoxk\nT7WPg2ipM/7exsfT33gR072jZjlkyOlmC/TkuwgKYMKuo0LXaLNR13LxqjMK\ntBM8l0wwqo3rTq5Vy6B2X+Y1vkbQutOj9FSGN5SelNeALO9H3mOoAM21+ab4\nPc1sbZ8Tu/k6egA9+yTGHOwYAPclgdngSEQGhi4sK5bMEzSRYQYGsAeWL2Fp\nKV2gyS2N3W+xoNFFnNinguh3GrXLxVIbVTwMB3NRXZu8L0tZM+2ucNl5pczP\nRXjn7XEezeB6zVr+Yr8ntmrwZRogwZCrGy20Hd5FPydekG3H59H08W2444ug\nib3+ad5AtFqN+xydwCR0aPbWCJD0FdDNVpZNpNnh/+5eujDtugeUeGyeaUHQ\nnv8pxxSOYuvGJ/an2vYt0GwHuTSDgMMTfM05Pi2IxzKCfP1Cn1zo5iuLxZhU\ng9PGcNtNVKUHryGaS/aRFne7COrqdATvJZix3AYeL7JHjsmB+Zrpe8HT/BzU\n34G6nrPnzJrChrDkYASXfHVZI5aA6jbqIy2zOPNEMOAjpmEVsIHP6RC+gcY5\nbTM8\r\n=qMmG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAfqhVy4RgK4qL9o4f+1x6hVywRIuJYNc2F9KCs2/DCVAiEA275iRmNHXsbBeNi+2TPEoArTIj4XsETSSGhMWr9tHpM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.59617a10_1544696746987_0.9219629075636759"},"_hasShrinkwrap":false},"0.16.0-alpha.40d12f2f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.40d12f2f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.40d12f2f","dist":{"shasum":"3e0f6ba64e3cc16c5c718bb49a03aa1bb3fafc5e","integrity":"sha512-OQ5DgJ/Gv1wKvdqoqlM7eywbWwK4B+JqFdXRIIEdtSzXXzygJdYGiksOwv8gYPLH7IOjjeehohdoQpL617JmAQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.40d12f2f.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEjTBCRA9TVsSAnZWagAAU9EQAJIUgyY4T0P0GqgfGYWk\nObJlYpC2o6hObWGVR5347wOBnQNtE3VGbOYm7lqgZs8Ci3VQyd4WDNx7VfyI\n174UcDw+GwN2xTuOq6DrSdqurVxk/Xa5BuOv9c6zglieTiJPNo44awQFBej3\nnDEYn9w74Vq0MLHWTDLZSTV7byT/u1e+y8scfCWGfySDk/7vxDBmuyRDyyhQ\nhq9yKPJ0SV+JDVHZGPadjocAJxusbR62V9sx5FuBpWpAZ4CB4G2jPSV44yBm\n28aauEnBPJG93o1TO7nlJzS3Po5EcIj3ikffGuHBaIN7swNLDLmTzwSvVk2l\nD/VDM4Zas+R10Uy1xfKJvElB4qml3VQvNXhl/3STtq+1f48UnFgwvFHk1ruG\nAh83km7bTXGNhFJkapA9ui4SO38HeSSmGYTDpYdCAbkx0uvedL6XcCfe10ud\nUXiMvPq4cF0+ELtsK97ZSMazrc78ADng7rVMx74F0yHmKDe/BySiVJrG99CJ\nKMzRORTvDnc2bFkfsF3C+wWlYxLe6qxZNdF0tawqoET8pxrSN0TJe37coFZ0\np+DtY9JXCeCnoNJ9BLkIg+NqPSJG2DnEGnWy2jPLNnKNheZ9AMYPBe6uYf/m\npRzh1QgryXTUX4JHCMk/8bHsNgv8s5q0TdgFifc0fsTzZFU6VcBRxfNw4vGk\nZKwV\r\n=q0vw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzrhnVcYdOzE7XL9Duo2PW0ivPfSQtu/UVn0p9AlCTyQIhAILybH7MoXngvtti3y+WI4eSho0FbXQkx3wHLdLFCy70"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.40d12f2f_1544697025251_0.4812105741132513"},"_hasShrinkwrap":false},"0.16.0-alpha.4b7574b0":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4b7574b0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4b7574b0","dist":{"shasum":"a3fb59193b8701f38134b0db21603c207dcddad5","integrity":"sha512-qtK8U+GHCIqAtgn3SWJL6RWxiusKIaIe6W504pUqSxNTQ8iybe4PGq1r/prvfb4Ib89JMVuFDV9+HCES11FfrA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4b7574b0.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEjaMCRA9TVsSAnZWagAARwIP/3XJ/EgSUWVpCW6QPL7J\ntClyXSnrWimEuTcp+HbrpzbRc2tQmqCJTpfrjyFXhZMMc3br2+s9G5nwCeho\ngW7/lM9ksNwNurCKUe6lAUtPRa1oKUdQWblm9Ve8v3g0qfUAGZarwAXqSF9V\nsvJ2UnNmoipdgxxcb8IBnjhBdL0kK3NbmceuOMglzKONi1QHa30xCTpioizH\ngoy8qN1NTcYwGYel/kHT4aBBJr01nk155LZ9XgPH58C2aG3to7n3VH/LRU5F\nQVEMjAO/pZDh/+cyxRM5ekH8D2k/URTrVPuAyNYJaAb5MiawcrU4N24CDHg3\n3DNEjPysoOf8hZ/sP4w4dCW7WkGm2wLLzeuP22DECkDgEGx1q0HnbatGs7yq\nX8DWM2ZTJLn+actCF9/G8sZrLabDzf+w+nalsOdU5HbP0eHb4ERPp3Blho7C\nG24FlpuW6E/zVtI1eU7s6CWxDeFlshqQszfKD+x6yeu/GwzupVxmtlUzzd78\nCrgRUADVJ3RZI/qfLVhZ9ZALLcdFPEPCH48eaDP3TQUJQL8mkK89A0Il/88H\nGLhiaG/fY7XdY141+8n3nabZh0QinLEbre/soCLi8+eSJczxYmSGDdYSPi2O\n3lMFhgnjirTL6/vmA5KGYR7i8ZcxpGf5F0RRvCgWqeqZQ+m+DWp3OF6fD+zw\nBQIp\r\n=kpgk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAM+AK23IpyNo++OCAOF6fPkhpV6BEbgxvdQkcgpJ7xwIhALIS7qtYwaEM5jEeLu6bi/2+4AH6KzT7td3DIDfZ69vf"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4b7574b0_1544697484184_0.7280928108950973"},"_hasShrinkwrap":false},"0.16.0-alpha.af0870a1":{"name":"graphql-codegen-core","version":"0.16.0-alpha.af0870a1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.af0870a1","dist":{"shasum":"f94910df164eddfed9cfdd1bab9e9da529860cf5","integrity":"sha512-KDbjmXVM83MJchBMQc1R4Rs+kS0e9N69Rra7+xRbM4nQ8dy5m2TUcPXRaJ5TdS44BYCaTBwBVkKpXTiDlsU53Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.af0870a1.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEjeKCRA9TVsSAnZWagAAY40QAIkMZf2J5W/P+J2b0+w2\n0wpHuYQxSD73oiJsgYD9RTPliDiVMpPof0JMzs2ce9u8Auue6qtEmPP+e5qS\nrqm1PYp7hELi700WiiVcOc7HqWYdNIJ3d1jPQCEGKBMzv8ZixuPErSYLR8Cp\n9rzwKzJ7kf4Mi+gLWXdhGhWOXRjl/kqqjpxwc/JAv8xvKG3Iycca3WcAZgw6\nQAVWMIPq2GlVBDj4P9gRNNpTgjOXQ9Oi1dQsZHB1LqvKMjxCGkKu/nSX2H0h\nmBi9G+WWgBSZxpi0eiLGxCHiUJhBrX+luEj3aKZNtPejU9slFnuOmnnMyRau\nqW7u56HzK6ZJ6fgM7dAi52AkJZ27Mx1CXTYpHWSQ3XXBQn3XjXTKZWdghQtp\nhlaPRodDWBkFqO22XUGRu5faF5Je7zCg38A2XZF+wHIlLIZ3s8wEHK6i1CdX\nEfp2N29ARHDIVUeVDAXWS2lw8GOuyiY/TKU89gBvAdchO05cSIJXhF844DBm\nVq7cy7qo7vjb9lk3MUWqQng9jqJ5YuOH0E/FfqSnJtl/1+a9nlHTwJxbD3yg\nx7WIlnn8Sej1LrMwrZkxKWsCCKu4jDWpM+wUleZAL1lipjNoGu/Ks9/NYIzM\n/alAo220pVgWGi2sIVFaF3Wc0jBotKagRFxou/kmcSHlbcIcagnTZx7F/WsZ\nBQqL\r\n=46r+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBK8KuRtrS2ZASQs1SbtKcgXTTIn62lVdjlYDkj2riYdAiBNgTMwEOE2mJfpDx9OX+NvZkmOX+267FgxxBm0+C1ajA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.af0870a1_1544697738256_0.8863481804249125"},"_hasShrinkwrap":false},"0.16.0-alpha.6c5b17d7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6c5b17d7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6c5b17d7","dist":{"shasum":"36b6db418b9e48549000fb7f03d389401c6ae45b","integrity":"sha512-Bh1diUFLRQCz7xKOE1nIopdkWS6urJwtN58L8XUHNbMC526ShX4q3/Co5JYm7HSFWT/OVtVPRbMvH9XOO5pZyw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6c5b17d7.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEjfGCRA9TVsSAnZWagAAjW8P/0Fa7bVIYwemridKHSEU\nGOThgoASbsydOUjWcsErHkNCNoPG3R3acluuyatynpFIUuTMzVOqDqmXCyGC\nLXKRA9ThlUPEOUiQRq9tZ3ucE2VT/xqHBX6ir9TURmoOkOZv18FWxRmeMK4H\ngj+XT7KHlUOSOwZcDbRYgku0mWkXKTNgGoL6M9JzdLWcOtvTrgi5Jib62BVg\nYNr3zoGdILbQ5HCohncHvDbIgbTUTTlwfZkQdQb6tvcgIP46qZ8oqIjnLVFy\nqaLF920Bap7/hf6qDrc8+pZ35pkIc+2xc68KqH3vcBXNZmaZD4ra7d+gDpsM\nnims0GK2na6oO0SgjncWwqSzolAcyfwngGkld871QOv8rx5xBdRTWuT4hfko\ny7g+ZvrikY/kVLAHdZoXliCRl5SaJEvnxspog0JXoktlKQVDNZB5R/B/3boh\nkH13wSCZRE+cc82FlkHlo/GLtnUwqMrdowtzajHQI6jJOWVO1HRd9SlV6aZ6\nj8sNqM/1kY9CYRTO6kswTFpBH3hMalGQq+cAtBBt4N05MihsD33G4wyhWsYP\nXLfSi39Zyhm6GAxU3Dw5X8wVI1tgL90NzISAL9Y9mW8+6GnNW72htAUX+1kw\nMPNmFbqq6HREvuoTB+wulX2OlAQD1KgeMqI9d/YZpDrhZDsFc4WZoX70h8zB\nIE5G\r\n=T1Mt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7FaisC9WNDopD/GtTQC6uNzPk61N8dsjKKWXQBwVCNwIhAMty7lTYMVZXf2aROoH2LrlzpbkSlwEG62+9t27pi+FX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6c5b17d7_1544697797736_0.18693462682189055"},"_hasShrinkwrap":false},"0.16.0-alpha.d577a1d9":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d577a1d9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d577a1d9","dist":{"shasum":"94e549f02ccd7fc7b5e5bb161c945ade653aa08d","integrity":"sha512-YedhnXtU7tDafSIVuiYzW0jDSDTbiCa6TW6x/NjZlaqjGvu7kwvALmHFWC/AfQ2oklk0kMS3NA1DpLHAnF9crw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d577a1d9.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEj/9CRA9TVsSAnZWagAAUdwQAJ60/jPhHQIOuZb4nVVh\nsIzbSzsWVK1kTa6zWRfkfUNytiCaVfXheWGXeDWxf6gmNC5A+bsg3W6YwP56\nl/G46BrtcI/S47KCJyuq0SZ1YWWawAzWcYIMhm867MmV14Hn41nmMIlhBg7e\nwj0zTkmF8VXbCRse21PcndJ7xZj4jY4XBZ1un+I22mkcR3QL3+CPvz46/Jat\n7R4vf5rbvesSp87GrDvN+rmxWeHSvO0jTp3+JWyTL0ge/XRftqgNXI5+++Fp\nqafAvdxmm1c9ozcvzQSVH2KP53LrqJpWrZtwAK46IH719Ra9DqkplvV96Kjz\nGPSTBxsagEsPPPP5yUrF96mC9q8uWMAN4r2FOIESnFBZLBqTFD3AxU7ZThX9\njW+aLYqMls1DQI8jDKTeCNph42UtiEbhnUbqbYXjE3umZyzLv2VwONdiVRR/\n4TqC80nj1rszmqJZExdvd3ybe0Mk9mNBYgM9byharshHV14Cmyb0YV3Io/y5\nBGc/+qHpeXlaM1vdELcAWQpGM3Gl1UzjAKS6kmLVnR1vYaflLLEqrsmJ2Uyd\nXG4w3djA3C7/Kr+yGKbfxxzx9psM0Ry+U1p5sSb52ATgN5pW6nBk2ptAMyXp\nD7UaVzRpJpj3IlEnRyVoypa18OXBKnNuy2urAziFzTo9NIq9b1pOLJcFj2ol\n+emj\r\n=0Ko9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiPks8ZeRu0ytSW8KcP340eBjZDhaLseKhUBkpnZnZKwIgX4EWJWzgNOBeMuqxUeZN/HrhuvCBl2so4Ai1o6EepF4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d577a1d9_1544699900753_0.8534756721907872"},"_hasShrinkwrap":false},"0.16.0-alpha.99aec14b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.99aec14b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.99aec14b","dist":{"shasum":"4bf47ca4ad9ed51e0e6ed84bf70e022d4db7ae50","integrity":"sha512-1+zgzCLlrvIbw70xQYu9/TeQonMj7t5i8vksppoTZWkfP9Ra/Led0bemI6Onn6yBBF40sjZKI+PNFamEPVuXnA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.99aec14b.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEkAGCRA9TVsSAnZWagAAYXcP/3iV8QTOEIs32re6poa6\ncu2TG/uyDuyzZgOAQbL/ogkn8r4+VR+7M7V9LwqJ5dac/HOZh8NVtnQmxJFV\nUMek534VgO8qcscSeHp2RS+3Y2ybsyakHaBKRg/sFnCAao1n63avXr31avqe\npXj9tNMyfz9195/mG/zxTcEnDf30Za96xj2PWUycT4MYGsTM58rF5E2YYV38\ngoR/6y/BumEFwuvOm3i3LPyleUt0uIE5qIWmaBjdzhkTYnw7u1/QKCCDGxO4\nhuMLknBOGV8JTjPH1GU/PXMhE2VVjJLXlHRslV4ZjDU8YM2//lNajqNE3n8v\nNxKyb8F9Rp1NsnLiNvaAi0WUa9A7IqRDIBrLW1s8YGJfoLea2lZFTIL+EAIp\nNMeAJPvMEXmfhBNyHVm/1T9w3bBkvBHWh3m0O1mnxutRbWK6786DeaYfAWqA\nWQTO1bBbYsAzdzNtjeM3nr5Q0AXjFrshx3MrHKFpXuLXeZ7eaxBKKNtUljF4\nvwiv6aXH4NYKZI+s8N7NMMSZvd1v4lwIQDoYXpstZ/vin+f7WP1x3DEAG0b6\nzQBUQ5KUNhK7dO2hqJ0DRxZ6PvGtCWnUHGDvkgv6v/a9ToeOyf05lEhTlldz\nsFH4c/2jVAGPMPsJNwVVwZBzoM9COXxIWjUa0gCmi2W24q5Ka8j8GLg5S0ki\nfB2O\r\n=OCnH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWyiZQIi4SFL/wN7SNuRLmoAiOczR2DF2Hno9msHdHLgIhAJ0HXNIoadrFWZ6HRZz46XH+a8iRt99NvUP3lnCeXf2N"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.99aec14b_1544699909539_0.9055750280148078"},"_hasShrinkwrap":false},"0.16.0-alpha.5402419e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.5402419e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.5402419e","dist":{"shasum":"5b6bbdb5008438ac72055c557e7292396c1d0218","integrity":"sha512-19KrlBLynPUp5hLYbL/p/2et0xynGqOi4d40pfExBcjE738mNayoHCwEdqQNd8yvNKigQZV+3i2oO5WtpbF6dw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.5402419e.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEkHGCRA9TVsSAnZWagAAxCEP+wULXzktjAZotD1vG/NC\nHbo3wRqEJYfWtO8ZO8+8q52GWo/EEMHPQ50p/ki3W1ObSA3zcU1kugwbqgtj\nmRK8z/5DxNCHjkVlwzOsmTa3Au0BXtkGAroBiAliQhgx0CQn2AG2lYDngYJA\nbdPN/s7sZKdr8rIpTx00FsW7qegDJRrdRgwxPRTDIQrgKQGFzlyZIW/3Voz4\nXmy1fJY8FF2eX+NbsevdR1xBq/n9/1cS264UJjKXTurXwtaicFRRq892LjMp\nZeDGkd+GewLfA6uft9moKQHgWcZqzQuLn5wfldCCN+wjQEupIaXgrMKZUqEK\nZ+BXOwL2TqhBpxYTbGVO/H2BHVcHYIWVkvpU1/9+F1p3wB0JXf71DAHli7XT\nWHtOlq73UCerOOhARYwR3MPXyoSj2xJNGIg6spy8cmQh2UfNM40+WcXlO81D\ngX9G4qOJr8MOrsLhPQbc8Bxe0IfL1QeC0ZzMzOC+vhphmmPQOBtrN0J7qfrQ\nS+uUEILB401Hd5qrvfZBWsB53mTow3vx+Vaf/KX1zzFLUJ3Kh5g9G3ErcZZ0\nrLBJneCcIjNo/+AT4vDxk4qMGdvH5eYyiONRhs0TVXtX4fFQNGTdu8Ah854K\nOtppGJb5vlJ+s9WQQ6gnotsQvATXw6d+X9eRU17SW7U/OPXWA2keyGO0zJ/2\nXm7y\r\n=N+Pv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEhdgbBRCeFbU0YPVvXuFfkcrUtqDKhnwWrxQxh1RX5HAiAFqzNN2lNPl6zfbWY7MmGguLUUvlyTM6bAjygrPurmLw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.5402419e_1544700358109_0.043220914468089955"},"_hasShrinkwrap":false},"0.16.0-alpha.91191375":{"name":"graphql-codegen-core","version":"0.16.0-alpha.91191375","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.91191375","dist":{"shasum":"691b18b449c3a67e2f9ffdce16bf3cceba18f6a6","integrity":"sha512-WX88DGBDnGCw+PunYw5vnpjrxaCwROy/XdWZ9yy2RhDe9GGn+mp+geDYa+1X5vlygVZMKvq2Dbu7TSfYEAv+bA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.91191375.tgz","fileCount":99,"unpackedSize":93253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEkMiCRA9TVsSAnZWagAAVhcP/2wlRZEDOvqbBrqzTAdo\nTWEX2cWkWzmJBfgE+H01Ixn4lbW22w+rNFWUvadzZNOuit/CsbVCV58qbfAb\nwgDmjtcV4mnLOTm/8MvjYOmIBe2Ib870/MzJID6OgqWE1Cj41ipxdZ8EHKoz\nC9XAOk7oysDbjp+9i/AbkTYOuV7nrb7G0Y+x+gOlFaw2d7c04awM0cZ2i6WZ\nGez9ghHNrg8TDvD9EckTWYtO6jFvKRipo021H5E6q8zAx7WFC/cUAMrPPwmJ\nhvKmFF6f17FoiGlCutT5rVpZKHYZRZQz2hbJG4nzPODWB+8Q/valRjsmVA1M\nQZVA2aijzsDQE611czg4A6/D99s2DmyCCdaU+vXDdJVwwzb+k3YaMI/Rq4sU\n+XiBQpIAQtAvMHIP4VYnjdpl4NGukCwCT1rrSAFhPIEhMnw/1yTCnk2Fng/A\ntbV0ADopmebadws7uMsyz4APh2W55o7wGdhVlnfQGm6q+N0Mh1k+MZysDBp+\npBo3mm8JhBpObwm7c7v4+uLPBkuL1XHVbVVpKnB6M9exnVcAgeyTziYPUOL5\nxLWF2OeILi6+op8pcCwmtmeGn7ayD6vBQLHN1j4pUFi0wUTjXokAAmGfuHJD\nlJqX0oXQ30RA7XtOD6sd0ujgg85Ct+8tw3zv7O7/7YJEK+wpnwgZWSgZFGvC\nUdMu\r\n=bL6H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClZ1aOL8vSNOxrJuFbEtic5EyY48rt18dcPpyt1oetcgIgHCZHBawKLbl31o1j7dUvvbqkzZXkwaXPhcKUVderjYg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.91191375_1544700705309_0.6143748844795731"},"_hasShrinkwrap":false},"0.16.0-alpha.15824665":{"name":"graphql-codegen-core","version":"0.16.0-alpha.15824665","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.15824665","dist":{"shasum":"2e4b683eae18694ed80a1e6490fe6389eea94530","integrity":"sha512-o8Oenq37HKCW1e4m0Bep9k1pzFnqLGocHBkaw78zgkIH5vQF4VGwbMga97Tu+uz5a5ELeyJEtxCNO4wxXFfwzg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.15824665.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcElQnCRA9TVsSAnZWagAAmwQP/1n8htx+0x3b4cqmEZU4\npWIGvXUeLpxvbA6pw+bnDIG7a8qY6ZjE0h6SHhxaH/x5ZLMP5EOChrTyd/VA\nnp8fePwpXmuemtT+Mb7arLz0ExysZdBiTaSe+ZjPT/xczOieSNZve7L9P3Qx\nM/aA4ipclCayNc7A7OJD5SHMFURInZtFwJOJSNIgOjasUdJVs3mxAQb0XBDG\nt/Jp6TGyJIHbdSE4OpZ9nA0bCENmZQDjy/Hhw/FeesmOwDUW5+FDtxim2DYu\nfskfkuaGucOHIFNVNFx3cYPiZxWZRKlXOo0xqRlgRp3/f8aewBDhvumAaspo\nJtmCXl3huXWCKQR5cB/80/y/Xc6t9B3WH9GG6S5rdYZs2Uly0O57s5+gcDrY\nWuQBnYt0VFxkFu9BGbdd9rbjZugjxtQfJDxhx7Ge54V0S41REFGGNA32gwV4\nJhfw7Qkju+vvXb5PneYSHTTc7lprn7fcTTgWrfR6Qx8W2urRQ5YeHvthhTYp\nkIrEHvk18o38Wt9Xyyf8y2c0k4ScI2ZQ35F550zzYW3aoltvSTWDz5FAL8Qq\nrx+EfuF5/mp2gQI3o0XTu/7/FxEhD/p2sOX9MQs4OfNV/hJ024j9+AUvPA72\n/SnPnGPu4g0zPa2RCsmLKXZnswdrNAXGN5EuXAATdx/HBPA+7a3U362Pn1Ad\nieDZ\r\n=Dotv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCv7G6B/vRFk1hp/VXffQUa4a+LkDLqsabcoFzTbo/VUQIgZ8PxSKa9R0efB6iS3s4/+Xb9oskHeDEpgkZGxGcV5Yk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.15824665_1544705062997_0.45406173053967125"},"_hasShrinkwrap":false},"0.16.0-alpha.776309d5":{"name":"graphql-codegen-core","version":"0.16.0-alpha.776309d5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.776309d5","dist":{"shasum":"47a1635de8151c50ea5325864119099a73be0035","integrity":"sha512-+QvCeQ+nI64w+28o+itTVyfaxhKB4y4a7sox/XU1/FQfHHhJuRufA4urtJyx9hsgNLdCuF/7uIXk3WQLdrahTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.776309d5.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcElivCRA9TVsSAnZWagAA4csQAJfFFpF/KzCXJCoSEF6I\nmvmwt4PlZSqTp+uiI5rxs2yG6C8Veu8bg87rZEraq0vGdRB6Rz+3b4AGQTeV\nwexLSqC48XX1F/9qerFPVs1BB47Lqcz4I1nUqj52LYdnv+Hrg8ytofBpqu0m\nPaLPha4NgHQ+Z12PgK7Tc0RQ11obq7bfWVSl035bAOj3M47xcLqFMa9tic5p\nj/0zj5gVuv1RPjTMlcS9n17SeeVKdj3fOHR5yuzI0OmwBANX5hy1Nxwk/spd\nrRAc+7QZnsYsh0lA89/qAlGTLzaSOdBakcij+Dcy/FAZNdbfhdA9pB9gChY2\nhPU8u7zRZrphXgjLQgLe+4D77feZqKpUg1ZyfEkpBKh52yYjaMROM2zIUoX5\nvTqijH4yAQvgqXDpUd96U9Qxmei6d2+deuy/wodgq2Vzg/xewCduL2nf0onN\nECq2wb1PrcHakHusFpPfATT6tTyoBb0sy0MDzPEVoNmr75mHTtT7GYgnG/cE\nWioKWz94zr0UkjlcjJXtFtYVXvOn3RxkvIANTMhOU38Pr0B9hablbdz0TdzB\nWEMwt5Z20e1LQRR6YnIcZ8ZJxV9jB9IbQ53nS7IidsWDzbMtkXQgsyxIh8dt\nNh5PnMOj96XUVo6SGT1lYSacU+MBK7HlMIwwNWrpg23wgSdPrcusosnnVaYU\naVMV\r\n=yg0B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdN1dRceitUutBz9CKSWCzth/+yBwrIDKQrNZoCr7dRAIgH18n0G80xKMUT1W2eDsY5b93uHQMLzRgIpJErVxATbU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.776309d5_1544706222481_0.2375194717228668"},"_hasShrinkwrap":false},"0.16.0-alpha.207cae5d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.207cae5d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.207cae5d","dist":{"shasum":"a3b6e2b4a751ce7b5f8d828880a39d9658b21eeb","integrity":"sha512-PJYXhPn45amDk75iQ27CwF0rWsYP7WUYRAik3WwqiutbFiUQVLoBfCa9NSxstTApBSpKdcMGresSXdmP625S7w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.207cae5d.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEmauCRA9TVsSAnZWagAAPm4P/iNT7WdgHZoEBELVMETJ\n2NPar8EuRjnvzuQ8zrgS2D/om4onGsMCNPfI+sRYVwtxcHayTLL2Xdyikc4a\nF2yIWSu/jP7QUlqEGDEfrlKyh3jTyI/u2D+O5I032/W4p+k/CdtGb2re9/fP\npW/im4l0Kcs9guFL9LbpKZ0l0CFZsxwuUz+KMsHHYEBc9gxe44zSAeojjrz6\nfUMwp4/DYvnwHWyBWJ4VfW7pEYpUH5OUuIC4wNIO9EGjtuyShs9tftkHhccI\nOuwJfc0vpzfAKEbC+owypUqdNH9aQ+A3NJyl/ZCRu3fFVY7OzerBo6QA4J8p\nfdtOmoDjX1fsS/ofWOanhPJgF6Jqp4avdxvhmAFN3OWE+X0egh0smJMzfghz\nS2PUPQDXfMDEsFRhdoMKItPb3MHNXq3gHjrW5x1pcuxXSva3pIcmXK9j4MAq\n8VY2TxN7R32UXgT2ns2P0wmg8vfEoD5kSomF5F2FPAhfK9VESn2JiBKmHVLL\na+KLcUhqd4wkDWtBjJkOq6AF+RxB25I2koDdWjXX40Tm9hm7Eo3m0fu2XViX\nQ+gr3b+8/O+eqjnLdW9Bw77Noat2gi3nuRn2YBRCgW2qrb2WiA7d47pN3dYO\nT0I97bW26TOLQ/JvF7tSVus7javFmNoosRRS054L9pmUeu7WryfJaoADcta9\nQFkJ\r\n=BnOw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7G/FLdwFGr5Q25ad67fV7AKCO2ymwPxtWkNregV99KAiBHsp6GKdtXLs22nF2lqPfJniWYcI45yB4HiOhfvF8vaw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.207cae5d_1544709805695_0.028136924796520635"},"_hasShrinkwrap":false},"0.16.0-alpha.e7a1fe7e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e7a1fe7e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e7a1fe7e","dist":{"shasum":"83234305199cf2a6daab886dd81d537b573a4ecf","integrity":"sha512-afYsuzcRzOFM50IhcBWZGSQqEzYnjETjM7EpbpgvYG//FQNfSO/7c6AKUDtuJJy0TlUvsuUaltIQCHFmXx4eNQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e7a1fe7e.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEneDCRA9TVsSAnZWagAAzMAP/3LAnhxAV6zpJVMgrb8B\nXLtswXK8Ut98+SND3bF5YGLbcdEBlrBAWKZVKHgr5dwU2o8cgrPDriQNhUi/\nC2JwJWZvrCMh9AsPkdmkB0AMGs/4kq75Fh+qmUK4sier0VFjAz1/uTbZCHLM\nfcLzXRxsOELHm1pIQ0WsdY7ozbZlfF4KoyVjuc72kjjxbQtMvFI4M6LZ/dj+\nvK598PfsJnb9Mu93k05klarTaAdqT+XwUpuTZ/NFZn82GrCBMxlJjcTNTuVR\nRJQZ7obRmnT/m33pGj2v2ORtwxi9gFjILNz2a/WWVE4ixl1OSexyup89Zdzm\nluq77XJQd4DITYzypI1fmjkNdaSvkJ6IOljp4XRU2iukmBgEuUeoWGfTZBVx\nbC5v2YsCCKoVoJxqS/aQSyObcF6sx4MXV/989bUuKpPt40fTE6oLfgXin0+i\nrDy+3scwgK4g0JrcKJhSaomQNDTSNlvXg0KaJkmfc6dyRjUhLXA9+2WX+ELb\nH0p0R3xch+FXkNhG4fJoIRqa3XataGmEwwXVHR8AQkzdyKZZiTrRsXPeEZAb\ncJNx/EFL4XqXZcfp+zjROYHEOBg+LhZw1hCXUZAPZSVXUN3nWb5mEAZSCXxG\nG3/CtVCtEinMmoasY3UybkRHzISQwdMhx8uGLerUJeyrs5bN/d9ZBldb9qkr\n3oJf\r\n=ZGdF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzW4DAVPMul9FqsJ7FgT1c3yLMbD+RPKE4XEQRgqKhKgIhAM8ht1ecnFT02df3vqP5Jq/GGxBbFBE8wdIMiXMqu+nb"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e7a1fe7e_1544714114480_0.8485505981581674"},"_hasShrinkwrap":false},"0.16.0-alpha.12a886d5":{"name":"graphql-codegen-core","version":"0.16.0-alpha.12a886d5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.12a886d5","dist":{"shasum":"bd458db8e40309fdbd3429c058392793e0416871","integrity":"sha512-KX5UZ0fUzuw6qzq0EnLTkrQCyAnBILHqOpbb3Ib1xYvHWf58QFzAjPf70oOCNr5keyORUyeh5qfk8EA+cwBpcQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.12a886d5.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEnwTCRA9TVsSAnZWagAAoH4P/R8qyKXHUVOx7VWYUyvy\nIt7qGMzr0th/uKZbndzPGSWFYpfkOweQTkZIr7T2s0WDgOf2Q46T9uJ8uHKO\nkXr48qUcS0F3jqaNa7owoYNg/EsLX507lIADR11IbpDe+G8JXnNtKVU57RAU\ngDaE4dXVtbE3FARutpUdk2exEvhZ9gnqi15eMOe61qd/vJX6uw1tvE44Rk16\n0zYugwJqq1iNc8gUH+CIYiA7MzuqJedv+gmVlYCzfbIQjXLnlKwnupMRoYT9\nTGNMuoqR3kDP+HF3oy85njgqrri5lh5pb6oGomN5BEYkfhuLCiG+dyGyKcKG\nd+hNGSrAagHLA+/+bwFGvBpQ+AJHlEhHTLuTlmEMeoxAU/wZOYCbpLYFrqqp\n77k6qiy9abOvNs6aexuQcWA7/H+oKfiGWOpa+SOPxeDqoJ2aNELZHwaT/z8Q\nu1rANbSOrWYf+x8djKl1FdYHXxDrMxWar+P+ghqpLylP2yA3vZDQ69J+wvO+\nGn8199HFxnKM7hsLiNEr4kVL7na43mxL5vvGMPe8r0pkVl/yPdSySnQpWbUx\nMHevJcIaETS9BC84eYVVjIJk/lz+9QpzwSAdCekiP6+EvI8h02FBTqS5m+WN\n5WL7Q+g8hvkE08EVwCzYiOCn7tVS7ZumiZSfv8yOTJ54UAgFxAguY1VKels7\nWhmD\r\n=nR7i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC6v9iFzQQNJ76LNdV5xOsbnbXE9x47quP4+wAb6IKINAiEA1uzqAK0IQHH3+M8knm93RDnGg91ONgB3DInrwY3JuYs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.12a886d5_1544715282347_0.2430807562997166"},"_hasShrinkwrap":false},"0.16.0-alpha.d7173d74":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d7173d74","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d7173d74","dist":{"shasum":"e9dd1f965e8bc378c756543e0f6c76fe22c6fa3b","integrity":"sha512-r3SCBBkjVoS/Rb6Coqq30pga+Umq/r1yptIUIATPJtfakqbc/3D0Te6/LkO8u/ntu9LAk7qx2NEDuBGvLEagOw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d7173d74.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEoMwCRA9TVsSAnZWagAAV5YP/Am2nA6dxlHWUD6evJMN\nV2wBFcwenmT/2Flc91ovkLOjdPl18OkDH+G9OJOiQrv1UHY9a85Myr3PLj0S\njlK7z/uUbf/qhHBKj63pM7LQZQmGYSqPYGfagwszpo/ZTB05Hj4v9qNzy5Ou\nyq2MaRy+ZusrHNNGd96PPEUkt2VKFF52Gvr++PXbmYy2KqagC3ISEiQCrrxc\nfHFlbPwn/w42ZnnjPB4SDWHwXGWGe4aByV0+1oZpdkSjijolswjdLLug0NPd\nzgOkbwxBMpL60Y2Pnpe4vitxgx2kt4iibpNkxgUMzvnxpEDvQdIeXrOXPuMp\ndByAgg6BFySBh2LuULor7EwHfH/w8xhjBoMv8deTtob5iGF+4eiT0PbO9sGK\npH/Zq6AfoIUuVsoSOeQru2Fc72KJDfHacr7PodHJ34T2XEu2rufYK/ZtfPrz\nrc0Ewp2xkNcNqAIOAoSHgqvSu/jmIfoxERvkRVMPkUwnqXXKVhTQcKXMV1iS\nnyhiIU5ZIPkQLkAMM4951M0rJCkPJ5ceTjtVh5aQMDIMMdy3a+mDFaq/RRZC\nvlypnRjlr93t8YSkLMANZsjT0PDc+0FlMbGP5M3SmGLTxUjv5bdgKOKAztau\noyebqRJmA/VQhyoKRH+h8o79lv0YqexTbChf0nnusZ8PGV/ILJsgOGh6wsAs\nt88G\r\n=AaxK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZJH11OmYz/OXSVN3QcOiuJnvGSILlxCeW8WFxVEQqugIgBA2bebpsnENVPVVyRRPgUyTK6WW0BcjKyS/CdfW1E0Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d7173d74_1544717103443_0.9277851192890134"},"_hasShrinkwrap":false},"0.16.0-alpha.3e591cf4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.3e591cf4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.3e591cf4","dist":{"shasum":"a8a463adc6638432c728b4b6a908cadd814383e7","integrity":"sha512-8g4G/rl7UWVN4hoMR7u+3NbtNmvIJaDHOOkfSkZ7/UWie8gi25O7tkJ3vDoLiCF5TFDdcX6IWXIvosrIdSgkRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.3e591cf4.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcErbfCRA9TVsSAnZWagAAjWIQAIdN1MPDbQ5AJbw7+Byl\nfXPbCu6nA14k3YQ+9PbrwFQSRv2qdjsUKSW4zhnGaY5lbLG7m1oS+D/mZ006\nGEjfQGPvEyv+NzqCl+X0fu4npZXam+ldxaRauEioYpdTCKB55+xjl4PBPqCd\nkQ8fMvC9612H01nGrG1/oV65/g9nzmzHXUE4BMxOaqmbzdCE/HkrJ3TPJyH/\nH54pNX3bhEf29tvkcsAtyLZNkpQr6x4Zt7SmWX+kl7pGFzprJXgWJ6Lz4yZS\nAHShdeeo8sirVixx2umIgdjBWOPkoNPPqiwqdvrSbxqycB8t/XwOCYQOrfh7\n5nW8NlYrr9sWHgRUZdeUON6QCQ2FHJ/BhYKBnn/C+A12h7v4AD74CENk1xJc\nhcDwRqKW6YbM09yZdXTcPyh5LhspCIt/dwUNb2Td5pSRBBspvqeJe5ey/KsY\nHtMiHj4dOM9UmiE7hcTsND82D0otJmYkeQkgPjmZ35iLvUznC6gp5QUbHR8D\nuDbjAg3f1ERjqBn52euXH2hIIN6sq9IILjIdkC26xdxcUbY/e8ycdVF38Euz\nlE530pbayRmqjznMSv1YjCTvTM0KMq2f7qfHJkZ9gPCG0CBf2ChKc/mPnMln\nxo0Liy9GJ3CQMl0/J8jpjPFNXdqjDIRl6AZhknD/DGXkikh8UssssbyBPWM9\nn4Yx\r\n=ww1D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFL7ekYgZLXMIuajDYjAGKJj59ad1kzoyR0qgMRNTFzrAiBhrPOv95QBn2GEuLcc7jOfz9sx55rXEw4p9rrqfSOtBQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.3e591cf4_1544730335193_0.8748782788100711"},"_hasShrinkwrap":false},"0.16.0-alpha.5454866b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.5454866b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.5454866b","dist":{"shasum":"bef39a433a6e54a321670056ee64d07c9a28b7b1","integrity":"sha512-4OYRGxTUZKsA267d6wvbDPZrWBTitReee/LHMkILcX7Uspjj6OUctZUeJRMsLNoyfbQUQt2GriDW3eNO/PHdrw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.5454866b.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcErbpCRA9TVsSAnZWagAAmoAQAIGxKzYD2AYCS6fRnQZy\nV1hmCcmdmK1pXSdcUX1cEkXGzMGOhDZFNxGAAA3xxWQXzeUA3lKugO2Uj73v\n+eQvGzQrXD4/ScjWTzlpLt5g7W3OjNfqmqixJzLbn9GDVWvrnoMV4xNGEvIm\nJpz2n2FDZDj4oTzM+kfiw11ahU8ZFn993uBBkVNrG6ncXOwpHdTgwwziaiWG\nkW5q5tAMWwCUnHzWo8YN87bFdu+zrpkhpWnrPzKmKeAs9E18NxsFGwvpJ99e\nTqI1tVtMS/fwpFSG5ATJ26pT9HJ2jmcScdVV2e8k6jFYOE0gJbIAUlKzPFof\nfMGJr4eby1fPLavfXQjljMWURHyehSUssI1H6jwIE+kRemRC0DIs30s+qa0D\ndGtd0xnNjVkr66Fu5Cnd2Tagm11egpEmpIqviOMCoOxHFmKX4DaEnZvPswPP\nNLlSqImUW7EPf3Numl+I/BaSTmXE1KXvi5POKlK/JoxyECr1nC45lqIXtF7T\nKksfX9xkmJPO5QcKhJPue/uUkfHsK2wv0dvQsrQ7UrkAg1SIVYFQIxYJ98Wc\nnlZ7c2rtLX8ACgreZIEpeLQSIlIx9O36CpZ9lJnEi3DrFVS34UKeL9iY9J7c\nbNMOscNhi6m9+9jgyMNi4LyxBjgNFhUYDpfs2BmEtTcVQoZZ5OxT6KPxtbR+\nwIb5\r\n=4kkk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvWKRGQQTewhq777lxVsyk1TahcJ0VoO5xKdIhQW8V0QIhAJCudtb3Ghq0mpQhmRjc6s1m5yavp0A4a7sid2X/smXF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.5454866b_1544730344173_0.16327081450886127"},"_hasShrinkwrap":false},"0.16.0-alpha.944adc8b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.944adc8b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.944adc8b","dist":{"shasum":"504ab2617285ee9828af61249aef8cb1fd566500","integrity":"sha512-UGB5f38dUEx+PmoVhQi+26uB66mZ5gFvA3lAy4BkXDWlhi8G+Rv+3tPhA0QN3OzWUAA6UlPHDYk6ov2OfEhe4Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.944adc8b.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEuGsCRA9TVsSAnZWagAAGA0P/ApsZoJqM8BkxmSsJPjv\n+1Kgd7yZPm9vq/pqdTe26lgPI4ColLwK7TZcQGocqyGn1DUe54PeOyQfphRE\nmfXQK0ajDMQI/yTekJWDjZa9+9slVYphPLFnJn4ZxL3REIaazOQZmqXBL4Ze\nm1aEQ3fOUxr+hYgKjcOpoUwCvw+EKEDdb8CZbE3axT6JqVT1lDg9JyJl53DM\n2qqVPPD7Y64Si/IEthPOfRGP6TnM56+QFaUwSCqb1404Q7Sx/FwcHmgJPpAn\nukPCvrmdd3B4m7ozusQqrTxUl1A/MKLd5c1B0j6RmqBV6m9JSDqaalzE3ogO\nWBHd6+z2W0dRnq9lgN8bqGt8QMUb1yvgZREaEKpVUUBC3AZpzigDJw/M+2J3\nMwGgN+5vqPmRRX3sNgtHrsYUX+ceeFccRh0idydNvM/2LqkgFyA8Mf4IdrTl\nSzfPcSUhKF0wbWixlr8Hou9QVNvHhln5Jr6ihlw1RaEDntMmomcFWXRsnOb4\nZeQfIeTyt2WVnoGluO+woTZwQAxg5yEMQJvtl7+LBQ5RJrwsyxX6dLUbSREK\n+PICo4H8K5Cmc2vt3TI4+37MSz4CjYRvd0Pts5fUj2oajQCbwZ3fOoaCZnB4\neTizY/XJA3gi88+nJhTJzcoQbyrYMq1FYL5PH3kj5R28JJwwjEHsE7IGfnyl\nh+yr\r\n=9/AT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH69EFBbspImeI1lLmqAC28TtCiVXk0sdPrJnDDWmQSLAiAXqmVSZB9nl3rib58He0+XUTkgUNw9t5ef3vJCO6N8Qw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.944adc8b_1544741291878_0.8357956139856739"},"_hasShrinkwrap":false},"0.16.0-alpha.e74560c0":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e74560c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e74560c0","dist":{"shasum":"66e5cc9624f595c35c2618350da3743cfd31152c","integrity":"sha512-NtBDuc8I9XjyyyUuZ85VyFQlhtrmLVL/ptFgVPJc1fSO8V2us/twt5cX0Z2/Rl/IUYa58OCYPsNfIGKyPdRGfw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e74560c0.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEuHeCRA9TVsSAnZWagAA8voQAJ+jprhe1G5ghCXEDl89\nmOqdGd/35+KDM86OkVFnb/MkqmZO3zQ1EzUHWJyTUBOBsmC/sJmCrSxBU+7Q\nRXWlcp5g717Yd57FWfpK8CPgSmw+9acH6tg8vP2GoCY4teiSTfz1l8M0YNqy\nTeEnP5C3O6GPnZ99PgOWnq0x/mveUDeFIk1QYseKxleP9kkWdPkdfKqHju2r\n2opju9uBHd4uKPqNjnRf8nSTkmvKymNxV5iu87ZH28gph7JK//smbN4VvoxE\nzmEVkE/ktgenA/24C/EAfiShQqsMqbag931FoFWQhOPfKpxR0MOfVnObRuWX\nQqt8qhTqTeZezBjPbezMRfB2+PcjbnqSMleBS0N0kSPgi6RzB76edO9750H0\nA8FE82n4ym3BGWt6Cy65lt4Mhee7m1hPi0EUT0V7f63UIdwczAnY6hwRWBPQ\n0HYuM9xU8ChLpg5FIFJ7Q12sOQhzAWb0XKEIntZd699BOxheEzHXzCgQGkOb\nvzvy5ul3W/jjU0RczK4q0PI24ippyfZqLISjveJVG7AspWOx3ENqqh9RFQJX\nlo5o3gJJmM3k7cvM9RmLAT2YnbD2xR8Ynil3NcaLmXeFdQMgOIq2OBmdAHNU\n9E4rF6SuYGVxh4UKYN8gAvf2sFhwitq7eHqLYAq3CDvHZOE5EqH+4hEYbat1\njsq5\r\n=HsAm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChpyWMX2tx9HgyWvBE3TItK918QsanWjEZrJ9m77mBkAiAaseHxt8UM4Ppn97/lXeXdXsGEMHscOiuraWCOjtRZCg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e74560c0_1544741342115_0.3856491059279594"},"_hasShrinkwrap":false},"0.16.0-alpha.f90b9fc8":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f90b9fc8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f90b9fc8","dist":{"shasum":"29bae2c492a5cd8659ecd6818ed7eab9ed50891a","integrity":"sha512-CMQmf7xQiAfxKSKvjQlU2jwDH7gvTAWrhDqiBt/EqAL7nLK2NqNqp+aQKVvgHZdOBMHx9b1aRESx98t+YqiXFA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f90b9fc8.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE1ssCRA9TVsSAnZWagAAH3QP/jXIpJ3lyAXnPXQCVFKS\nWFiSFO3j/vAGRGe5z7uZ0qSD8AXHmjbNvvgAPQvhGLDPYYdKRb/sdJMnPM9t\n+mm+CmcZKd5fh3GBNjlvkC0OBaEPEY0q4jd4RJyTMZ/ag9ie94ip1MW1J58k\nd3cPRf3sUfH6DDI0J53G9MeSGO02vYvqP7nRDkJuJDkt1pPvG+d2KMHr8+fi\nrOn+Y+lmS9l0wsXMC3Ro/SpXQKVhngZFTZYkVapqQLeloNqIYV56D+UnEWFq\nF0ZixSja+OHZ04k5N2GSzxLk8QWqdsdi/+QuJztHM2m7hErEK5YKFoAcy4wk\nxdCQ3oyHmkklUQeKoQo/gIHL3KCHpDx5EVPLDu+759vwhSWjKoCllY5y/IUm\ncdJba7l24dh2CLAmWHca+VIplGhBbIadX77P7NahjyAL7FB5N3rUvUFd/A6C\nlZ1BgbgF90s8H16FrEwa0wIZDKeThZENj7qm2TY9Z7bsuxD8avaVd3l/r3Us\naYq3XwQWs2yQDR39Y8LNEiTS1OoKwqL89qCFuBqhtnb0nLxEd2Ug3o02E0Ba\ngO5Lpv7hRUBp+j+V54C5l5wTVaBza+jhufv/E7eQbNgku8+7JsMN20PNdjA0\nn4bNfNSZ2Cmr+XDSEVqadPOBYDr7lKfiatXiiLM9QB2Zq2/wq47N5bwJbU5o\nLw/3\r\n=t4vi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDjl73udX/nkDjKIcrN17hfG44byxXkXv0RaWqp7aiifAiEA/DXAbuMd8SanKHzJtPLAYeS+2qjCrxJNj+4d8t/ulZA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f90b9fc8_1544772395630_0.7460789417861093"},"_hasShrinkwrap":false},"0.16.0-alpha.9afc4c93":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9afc4c93","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9afc4c93","dist":{"shasum":"3a339cbb1bed3cab83a6dd0fc9b17899463465ff","integrity":"sha512-7rzo65TIXD5Tu/jQJtXXQ5GfhOz7ALO/3zy/QUqCqq0bdnXeIeKSeC3JF5OgAtgsta57+uQgAo0KFKrvwuQ3Kg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9afc4c93.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2kKCRA9TVsSAnZWagAA2SoP/2NVL51Ao3q//SYh54m7\njfuLWIvEMPzKnlwNPULTXp6dTPsAjz0yPdnu5ejqvDuKEms80/teglLu1KDm\nzhZ+sFvbRQwf1ouv19FxjCbk4YJxOfxkRPSVrrIlnGNoFAFkFMbjUtVXrWTw\nsr+x0868dYyJ4rR0R4/xHIRRRSSLx3+rfjAhe+NV4qt/vHg8EjUP5tvxbk5x\n8nm77GiAWkZXjBcZqsGsxSDiJVK0S0MjB5njLjF791UiMS6aQvmIm1oqnq1v\nMOAM+YV41QoNJ4A+jUwoaju3TgluPnoa0EBQ/AaTnHjYLLZBkZPrgEmC4q4N\nszJ5arFideKJi0tcKaROtiA2DvrbsdYm4bd4SjqAvlktTjQj+Ng/STzTag/s\ntYeA0qzfsGWmIKzduVHJNd2S6yKt9emxzaTYC67hg08vse/wABei+0mxnM/Q\neYYStqCVlLNfvl03k9w9uU50fKZiw2OjYdBCuaW1mEsq8+5TA8EjCFsIg2lL\n/2G+agIDl5SJ3nLW6CMhd7T1UhigCGm+R/NhUice3+3n5f7sbrutf+ptiRG1\nH9N7BpbLIHv23HN69uy4INs1q9EY2mysV/4MEangdldASY9vqm4WWg+0jV+c\nmJc655ZADZwlStuXA59MyBDj02Rd6C02M8W95/mR6M1tqysP7bnPyiwbv1kv\nJ+ro\r\n=g1l6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCfb5qWDACTI4aM5qxN0/2S/Intcx6gZ2suOwEIdBxdwIhANB0Il4V6w1090f/cvXrvvl0Sq19qhKQvN8bptK3fXtL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9afc4c93_1544775945953_0.23591571836828873"},"_hasShrinkwrap":false},"0.16.0-alpha.31e7bef6":{"name":"graphql-codegen-core","version":"0.16.0-alpha.31e7bef6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.31e7bef6","dist":{"shasum":"9fc2efd19c3cfbdd9d522b4c318aff3f715d9a3a","integrity":"sha512-vDCXBlLr3R31we8nZOxyXOmOx/cAEYgTsZRtQVbcnKTXnAzTxtGnMsCEekeFtgFeb9uLiJWmzUxl2zFtS6xo4Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.31e7bef6.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2kWCRA9TVsSAnZWagAAUbYP+QHVXQhgIbYVm/ks+bL9\nObzj9Cr4eoQds3Tniq15zH65fU56IurV4+8pnvhsRXLgOPHybfiR3yVfKO/h\n2R1fAc4Hsk9MxpY7nqwDoBZlzPWiZBatjXkLBr9y8husl2v0H4S71/g2K2xn\neDp9F3lfrDEaJKxLcfMPkceNCwldk9nN2G0jAbDgLqgMV+z6u3MLUrBCi1lr\npmkh4KY/QBA8GLLEF0Uldm77xNOOHy1sqvDgBRlpDTyEAUDVG4Wds8ceBB6g\nKqE9XKwGhP+G8W/XzguRgxS57k/obgKBGgLiraAL45/EDf+5Ad7I7Wlha7on\nVTk7HRXP6WqZc9inU2lKDG0PXeVN3z1HxN34UTHmn8xUhrZUYEIV0WLB15Tv\nF6/Bla8wY6L669/2PqBlQvEzI9SuoUzCLhtYFL/6OxIXdFDQk0QYcv4d2Diw\n6t5coFPLrubGgH6Ye2FYnC/rOCwxaTQoToA4me5XTf+VAGt/+VCzxtU0kW5B\nUnodb+eei+UU/AOocmldYKtOTIY3F6/uOj5MoEn9GA0GPszZB5oD7Dd7q+qg\neLcwEcuPqiI6Qaj27LEzj0KSS/0HkTstpMFPFexTfS9JPeOxesmwR8aBNTMC\nf+Jd3RKVqN3GMoBvvExVuje8J5lnnTIbbNGzA9sasK7ccgQsG56iDG0TiTo2\nKXBp\r\n=LhR0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCr8qtHFGbh4gM9XYvVXVKUi1oLcRhQD70cmLyy8f1zqwIgEHKmGf4nyutBsMxAUPI/ada9lybIzSWqaVJihNM5Fdc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.31e7bef6_1544775957895_0.27002865860908587"},"_hasShrinkwrap":false},"0.16.0-alpha.68d60628":{"name":"graphql-codegen-core","version":"0.16.0-alpha.68d60628","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.68d60628","dist":{"shasum":"5911f53846dee62c7ccaf25eb2e67a7b125cd817","integrity":"sha512-IE8hyyjSWdgYWiepJTEEtSKliebVlB7HLoJ7d5S4xrvQyHnFGMvyaoNQFKBo51ufXfBxtsJ6fK9ALsoCADG3Uw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.68d60628.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2klCRA9TVsSAnZWagAAad8P/jf2+oAiW1tvP7NzNopY\nAAoM54fouLkXfJLkunaGnbpf7cq0aY90oQkuXuYQd53Pdaey3mAc3bpkUz2F\nhiwi23wiOwGCljrP7DmR3PszqGYoIV0IiYqC7j9C0HVD+laYuqUlx0suNwL/\nmdXCg1V1OFHttWehV6uCURkn2xZ2vdPZZICYJ7CRpGh8xTLpsJco4s8Z37nT\nePVdDz4ougYrva5Fv7wQ6HgBOik6MX+/YoKZbYDEsjVYzuBRwVFCsepX9nhQ\nE2ICX1k2E7sei5//zrRM7grKUdN5MRAYYhDYQoKis6y5xnBrr36igRxrO/jJ\n1PwCNdUBJ26i+SIcG7T7nIxQUAGEmiINuCNnKKLlc72eBKkfdU69Brbe3nDZ\nCAS4km9beds5lF+wHnCRUpqWYCIZBiFW5jJo925tzEyEr4O7dvZV7+XMi4Hu\n4UZ5rtyWjBufFoa1WtXFIMLcUL59+/atpmUCQQ3maTIQxoiQawgKclszIxdW\nntfgMgCo+CNw0bh2B2c8hbOYkjkyHIuXd3mtCS7s1s2ROkHqg+91+K9mD+/c\nnXGCusDcOAPxEXB9MFqrJmNsy5qF7wjl2bdzls4jyRjPUnHCvMWf2++ULVVU\nRKbmFUKvjtKZ0wClOs17QoA0Z3Fxlv8ZRS1qyW/tKkOX2+hEY5r/7064cHCS\nXCoa\r\n=7bme\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0+ByowbrtbDlIVOs6VWswcMX4NQvPUsnzBcLGwgo6kgIhAJsG09PTvePDkbdca1gUFuzy6RypIjBLUpdmRMMDbW1W"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.68d60628_1544775972319_0.010294237889990399"},"_hasShrinkwrap":false},"0.16.0-alpha.419a3469":{"name":"graphql-codegen-core","version":"0.16.0-alpha.419a3469","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.419a3469","dist":{"shasum":"10cae773a055cf9001a5abc5c812e05baf0e86df","integrity":"sha512-eKSXheiCRabXpK5LBaPjZbpDfploAk5DAYTjZ+yreSvUQJAlgorTbXtVwapDCcuiHcCfRJZ0aLsoTnWWMGxGJg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.419a3469.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2lBCRA9TVsSAnZWagAARsEP/jwgMTP5SAMg+eispL60\nnP+Cwt123hrjknv1oy0JCma4xHdfFE2wlFkTDjmP44PiJc2koKPnVt5lVKGn\nNElE9na+wr7J9PqdE22GH4hG2W8l1A3+nQSM47JUdiW+f/MzwOk4u1648chZ\nDogkxdPx5n+r03qH7Q5mOZH2XIH0Y5Rd4knojTYtvc5EX/2utXdjGAEQWOkU\nEtfhcUrSPx0f1FoMnyAiYTzjV/MlBnEzplC4ZrtLrbCF+GNGgRM9T5HwneFS\nwlrBbfLiWZMPQzmmyaIWNDSDp5whXIiqv/AXaPSMbHrlUZtYYugiwfx8kjCu\nnuE9uBinucK4H+fs0NNngYgjQJyyWSb1B+QFK/Wb+QUtLTQ4ygxMOOL2Vuqq\nX0SQGQbCfN3AHMGefeXroJSFNWgbO3RaarmpLEkPISM9BkO1tB/gc+SBGSH0\nD7jqOhHjAOHS98tvoIDmK6oLI/UYFN8WlQO32h49GTKxOW9p5xuDpTgSl1Kb\nYG813D/XYGNMxmj1Jn11M8NqM4+hQrqfueHjPYBPeF2jzWkPZK75wXwdA63F\nl50aUGEhOhHCPxGGfX2egE0y1sjEm35EyIEx8Ea2fdbpnIW/lm8RwWcgxTIm\ntpFY7hhVlvAxr4wygtbaxWEheMI6mTJWlEPYfcH1hkSEgHglolaBmskYd9nF\nZex5\r\n=xEZg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFKujBXz/C3v2j00rjB57+q7bAMvpq+7XK1cS0GEBfVuAiEAnpeWaQiQd+vquK2uy3td0HH7iF2a+NQTT+qINo4tY0M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.419a3469_1544776001281_0.4165943366621234"},"_hasShrinkwrap":false},"0.16.0-alpha.b6d91d1e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b6d91d1e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b6d91d1e","dist":{"shasum":"029d2c9bc7c5785eee9845fb6af64dea4b1f3b0e","integrity":"sha512-Cjj+Kdngd51vTA111zcl5zBFbi4SajNf0S0IX0h8tb8aZSeXi4L7b2O75nC4qM6dhuj/jVuY62GvwllDkyYuqA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b6d91d1e.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2oRCRA9TVsSAnZWagAA2kwP/1Jm49zB8KBFYP0q/t0J\n+ZCxM1x8ssLKxVh+rYs+bu/Boxz+FZ5wtv+TXB+urVytQWUi9IcXXmt0ft/w\n9lHsj0rp8IJR0G+cU9Lf/XRoTXpne6w4/kKL/D1RVgly/BdcMn8B4vouFgr4\nb+/QVqR/lMmTB9w/LhmH7UPjvJhtMHZ3l8btqYSnfn9MvI7EjbQCzUkDKl2R\nQw6wGXFbqoNo0vICZF45rS/4aLvNksS9mFrV92fzZqoFH2dwTd+VD0NMQPyq\nMShyvg5r+2GoaTG0YyZCzUOBcM6ZHjR0PgFFJMPcRohSZtliMD9u1IrVdygy\noKgQniAuoHdo3sgauTMx/+InLOUXFsjnsWLaTxYDE5ckFvxLZRlw23MqDrxA\njzvDhWGc7UE7+yucL4RmoZrcig70A/mBck/ClHADUQkBKQb7/FWsAIAvHbsX\nVTOAu/LhJini2orHdeqiIVRiSHPccusslPnzZ9hyH5urn88RGDMYdNx4gcyP\n2PGS8eZDLlrSaNTDgZLc/uPKMDFvrFxlSlcJdKLbCFwtJ6QtUOoIDs5nTlCM\nQyRT3IEh3pYBxWIDB8xx6FILefj4SfhXkEL2AFTv2DQUe5fW8/R1K8XhNYHc\nCDM5DTEbKFAr3PPY0ZVZjGdhpUXi1LE7wTZkWLy0GD32MhJd0uazvNsP5moE\n0hKi\r\n=GQMY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGY6iN6+6jh9HxeH87uCdDC5z6zLeDclnKW47tT5OxY9AiBRVfor8sdxdhuNYJDosKng9NEBtoWUS1ADs6ngtS6HkA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b6d91d1e_1544776208675_0.7164130115648095"},"_hasShrinkwrap":false},"0.16.0-alpha.19141979":{"name":"graphql-codegen-core","version":"0.16.0-alpha.19141979","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.19141979","dist":{"shasum":"3d39a9c8e2cc1cba609f8685588ea53bd0dbb396","integrity":"sha512-xTCEVtjElRrTldnBlbN1MEH0ceYBEJwXCAtiMhwrsCbcLJrts3kPQ1xi4cAPh81pPlQioJCd9TWFpDYVVGdkNw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.19141979.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2o1CRA9TVsSAnZWagAA7KMP/RQfcvSDk/hz/hWQg4vv\nR1RAMlMKy99KcjkxUk9i1qDWlNvS8SdXY5czNPvF03CQvpeuP1DBLgyIAdJ/\nWKXwOEMdQXnZDc2wQ5dtYKDOTBEvow8x+vhe0exLFTZhtE0pIwILmWboVTEo\n4BE6Kx1E2J6j5UUsNNNIoakki30UhP5T49oKeD1a3oQS73CYRGFsZFVOdnJp\nA4lAsNvietySFB4SHEX3nNOWOge11KFKG8hJsBr3Jirivmshz8CmOrqa2IQJ\nt3BoHRAK3YHKg0yHw/yftbKwAzejbyWMbh0yFhn0MI/LxMvqXkLfjaHZsCvs\nkr40bO6LnhM9hclA3kdJ5TxN0LBCDmy2jUNxOcao9DMWJj8H0/nZt1pmDd2D\n/4VUjM7QZR6fWIijolVOCZvebSqHo0xHPNNdJOVN5vgRyvYazgQ89wE5+M8R\nLWm9LrgDgR6cIfYl4Z2iOzs+CE7p9k4pdgzHkqmAi0QN9IFrZF4nAuGxhetG\nsDLeD/geTInlo1zRVbL0iVIAS7Eu9nGCdvNdkPoMqbQNJYLC9L6WLoAuc2Oe\n8YbdoAjV9Rmc5V/Me2jcs8F3X7AEbAq9Utkx5CnwHcS5lZF88wy4wStDJPtk\nVM1fsbbSosNPthYrNO0bK95RF0VMGbmcBEjMqnFYWgbktH7MAyFq5+2jM5jS\nAtze\r\n=nEH/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2FasFSUdhQF8RPeaVTYB8ij1bF+6NWEadxqyauqdaJQIgD4cs57OlsnAlXjr3YVef2L8AI8t97VAK6ycFuhrmCr4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.19141979_1544776244549_0.3905063784695324"},"_hasShrinkwrap":false},"0.16.0-alpha.547b4f44":{"name":"graphql-codegen-core","version":"0.16.0-alpha.547b4f44","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.547b4f44","dist":{"shasum":"bb9b80a8287aaba18ce716c39c63404b5af8e394","integrity":"sha512-y7EU5PVCmk8Oo7D0n+/h6qy1rW5TVFPItqGQWg4ULRaYvVDvYpMuHOoP4fmjyCHUsKbxMXMFlzqx5Uizb1ZbDw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.547b4f44.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE2o9CRA9TVsSAnZWagAA0zkP/18n1FNSBAbXQoqbv3+Z\nGMAJv+tlw6pHZow6JZ5NDnJFSlABFKGrIV5i5rlNiAAjX3We7pp6HAKzF7HT\nKdyA5LpMtKqgjBQpMBIMngX9twArXZN9pXNP9UU/Vt3YBXGT54F0RsQSIDUH\nTCl1pmilST9rQDjhUTYBdjeyRO7hMfQUK4eQk4vqXMnVLcqMx5eRgfemoCdv\n4NRAyblPDq+ekO4RpzPIwYZgWRwlksTFKs+sBAoMjvckZX362Rz3om9AhwTg\nfUHck16EJmvKmk8GE+MfREFICjgdezQp90sTbrkEzcwWVMw7GLJfWU/yn6ZX\nqBdGQj2qt42BBDw9b6QawrMLKgWY2k9kinZqraTstOWy4cqIilc6HohcJvy9\nE0y9QEOie6CzFAqWkEybL54MmxAQHSk5g0kHM7YNcFWnrcat3EBcjyRiy1QD\n8KIssgmhV9Kp8SgKz5KbXNi8Pka6jBW6wBpoKY8s8P+T+GuGHQc4RHu4MRu6\n6KnS0ZOYOKi6HmO/0PMHsU0+GOg3I+KBuVRooftrh46i4QkkqFbJrFsV9y/i\n7jVJZtJsaIdpxYn0QFhnZ97gyT7FPznr1Cnakc6ARG55MDmTgE0RCx11PgOc\nsVLYNCDZlyKbJ0qTj3aUCULivC5y8mBRpTn1+vrHqzEkohbMjLPXp8jObyA+\nRC/T\r\n=PRUY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbEN28n4J1JntpWdvmC8hzU1ZaKqnsOdVw1l+kBaSmbgIgLrijnaW7qJJBwbmW3lpXvoSsgHZ6a8L2BPufVwKqDa4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.547b4f44_1544776252834_0.4336463498091163"},"_hasShrinkwrap":false},"0.16.0-alpha.9a830c8d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9a830c8d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9a830c8d","dist":{"shasum":"dfb9d5af325142b8ffe9a584723b3f6f0a379d68","integrity":"sha512-NpwxCDCtKuZiutjI8UmdrJB6rdDRHotrLL+13jdQ/6U73R5OhRgWvrYDQA40twbtJUnit4RBne0HifW372jnvQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9a830c8d.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE3E3CRA9TVsSAnZWagAAFewQAJYCqZkmbzXDhcugFEcq\nejSk6ZCLMrNI3XLwvUQ1jpwD2JAewLj3Dq/+DuI0kzTnBCbnhJCAS3vSun1x\n+RrAB+4meyT+bHM3jhYSVLryN+MyA3zZ9r0gdJ1S/+Q9UbRAdaoYSB1UcDbu\nyJoJ/tpGYF4dnvA144fEQmnczuvnXeB+0SPxpExkLUdXIgA90gTA29QPCZVJ\nuW9BjBVf0ZamxfSu0JkDNJI+lgBVcvd1OwiPVYgEMdkKY0seLrCifJzmuUxi\n+8R1QZv1aLXFTABuBwv35R1vBOaP2UNIQta7PS9WwvW/IE2H2VZjaBvPV6L4\n/YuRyqnY6kViarXWiGAJXL8GGA367jC6vTir/l2XteuU2gQ+RCpreB0qoX53\noCDQBjohRUMGuiAtgOVv0ScjzMOVqr7AwUOs97uixevqitll+yJWGW3THgKE\nuQCBAVxj7xnD1t9L8BS44oMLwBKBDmdCiTnc0044Ara4URZgwUpFLQemWHNN\n0qjCq9BzyLVyrmMbY9naM22tOPY/m1/MNDFP4O8qWJLcahkuFolTQO7klMsf\n8oXwyUlMejAYB0bEH0G3GhhksMrb+RSa+8x7y8mjoUS62wFvGGhpB3sBTOZn\n8XA2Kbf+WsDmRKHXDpD2vYTK3vGLfHCzoCpFR13KfH+ZlxXccaCHQzErTEni\noven\r\n=JmNu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdq4JgzNO7qSL5SW7TGzEwpUf4S/IOh4jBW0drYAWhGAIhAM5mQ//9NzHSn3i6+yJq68HVqpTu0UUUxspANmHQIkXO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9a830c8d_1544778039000_0.09725757637892896"},"_hasShrinkwrap":false},"0.16.0-alpha.a3c4ba15":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a3c4ba15","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a3c4ba15","dist":{"shasum":"9844bd3ecebdd3715657a1ed61e17f08619d0431","integrity":"sha512-XAZfpoEFdWewsl1zv29s6FfCY6uGF983+MCw+KE3uQ+OS1Mg+7rA7JMKY1uJLzL6k+KXtxRa+JK65KAv6tK3pQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a3c4ba15.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFN5ECRA9TVsSAnZWagAAODcP/1c4pHt7fBEmO3HVpZg4\nP4raq03zRccz+c6/qg68JjP+xhMdPO9ZDnIbcSP0r8nwzaTEiGgzBRuJ3a8H\nSKxMffD1rQ1i3SXaFGBQWfTJu6Nw3r+HkDQJsPgF9GPN/9cqQIQNYeaSRdTz\nLSJYP2Vy9QIEsrmsuzZuUuWJvIRPWx/tBZMvWoCTDrG0w0v1MIPzxEX7Vhj7\nOMB5cbEkW0Ve2AA6nn4LG81G/X9rWrlFv4SKQKwFXjja38jVG+VyyK30bA+L\nlANgOC38j01zLLbJa/TEvy3k5YiFVejcSZwc7PAdfCUzJwPdVPv3mBw65iuh\n60kM7zOvtsBkmwoA/Qdeq6gSKj1hTycv9FRr5VHp1lmxWF9CDg45jf/0P7Id\nfk2W1uKc+FKrgdn9gmVZlU2tOTRtZ0NJMNwvE68lK8ROUdHzSuoxpmjGlfPl\nJ8ioqxwWZCh/wCmKLTyFI/q0g4DM3crAnv3IzUs2BbNZAu8WYHRTU650d381\nUPJjVOFyhJj1m26Dl1861H4t/RyRTEAwLA95BWapaiUgqvBx5TDsMkRfNIvx\nhm64Brcbtmb1caAa3cLI5pIn/ANTRLOTpW37SpfoT0gEov9Yuq5WCRvX6oaB\nuyNBq4orSeN4o4vwf9Sp6HH/kvMzWsjal7fnlwFQKXeP0Veil+T6YGIMxvWW\nlwss\r\n=KX/A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCO8QWuu1BxAVjyF/69ypSyIqdor57ZbLMTmu4SaIHoQIgLXeNMZXZGKfCh1QdUmXHoOkmB8g8nj5zkrDHsRdeIyM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a3c4ba15_1544871491685_0.8166635698802838"},"_hasShrinkwrap":false},"0.16.0-alpha.36922869":{"name":"graphql-codegen-core","version":"0.16.0-alpha.36922869","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.36922869","dist":{"shasum":"85ed404aee3bc3b9d07d24614d46268d69f798a7","integrity":"sha512-7LziqimgSPfaXH6bVPcmdx7ilaWUrAUMV1gkEygQvY/i/oHcyxG7wBydEGaqHpo4RXRS37yJNkzznr4a2Xyldw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.36922869.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFOFvCRA9TVsSAnZWagAAQkgQAJoSmxcfWPKu+rP+eU0K\nnnMWwK8UeZ1/QoBVAKTdhKJkam0drmN6Np5tZ+BVzBcibZSLtOspVEKlbZbj\n6vTg2Bj+NucAvCH2z/9rTLFUrCTLz/mFeo61JXWzGrPAYXYLMoon0z173rtz\nHsxKeUZSFsKII52ylDL6xnlhNLaPa3LMKhU9lz2G0d8lGwcdHWit55yOtYOz\nA993nsET0zR1RviShqvbDofAGAMWsx2S6fEXsXX4aDYfcsXk/D2lKIBq8ghB\nVAAp5oojSkkKehyaxi9zLHynYUfWwSvcXkbBNiH9kzEFP5MlTpollGas8IMP\n3hqv38IEFwEXn8ePwLKeK7yRJuPLSG0jKKQMb3BcVF1jBmQJHVlfBIlTXthG\nlodCVygLJMO9tDRuhdnb2HYRQ76waaGzGbWMXobabApCpgQBnuXdDS/SEdfW\nbncknPsDj3g0Gz08H22YW4jssMFodNoBcbb6R8DSc0OT58n+RQTgj3WMR+ZD\nlvzy0OTV5CIsoKOnW6FUZ1EZYD9USwRPgGYDqH35ijS8+SSpfm0RVWAzP0dn\n4hlZqD5sMWzBy/rlL9yYj5TStZVpyQYtp5EWzEl8DD20oeF59zHyttZu6IF4\no1Lh7oRSKBj4xMBiOhqjU4zCAWoqdescD0LhdV2ncvgFyovCOpS+o4aEd8Kx\ndEv4\r\n=YQKk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8bsN2Z3g3o4A9ZowiXnvWMpiZ8z8RuSnImjHPyOcTcAiBgyVGtf2hSOZXC/TZba0OKkvNlirmS++LJrnXp2u6JlA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.36922869_1544872303140_0.9244108804448663"},"_hasShrinkwrap":false},"0.16.0-alpha.c123516c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c123516c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c123516c","dist":{"shasum":"7ecead9b63ce2be2c6c01cb2badec825bdcf1ca2","integrity":"sha512-srWN19qcX0X7TAKCghEhC2JTmFNucLX9hnjW3A4rlwyc/tGcF9oIU7rSfuu3hgnuELV+AQKKJL3G2Pq/0lMyCQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c123516c.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFOGFCRA9TVsSAnZWagAAQ6MP/0ovpEO8lXwE43U2LwLe\nhl/ZZkYQD7KRTGDy8b6YnXnKanNsk1dPl3V8PeZHGoPI9nE77vKkXP9dAYCV\nu660fVhNV/dCcNtgzwGGouIsI/Kzp+xTdTYu46Vg+p/YoCdDqvH+kwTq/3qz\nHFPZ8agm+0XbQdaYZN+d1NY1XyFFbdrOp0ibZeQ3kq02mDm/XYbEt3HKebil\nS23iKFRNNFNJc/Kl3AIjrjqg4j3BUH3nhVQ9PcRnbNjSXRfYzuuAbL1Ryc3V\nnkZZGYFBNMaq67uaz+zx+Az5uoUoOusOkDPiSeuOdeNAbIxj6LdQMsI/7vuu\nCMlWeCd7Myo7+MK7XXID48X0c/R28yIwv4bgjzqjWrq4KoWBEocoNNMOdXGl\neokWLBJ7pDvwVYNCvsW6eWH1I52Ip5KdLV4NHRdbkouyYpEUpJgiVVKiVMcg\nrUzp0xpOluvLeRBPoqTWuJGFBIsvWRNqE/fxbiaLFoDefdh0CM8ky8vxTpeS\nHtPzrgDQiIpKJtWVN3f/dgl+mpvfaKlhul0SI6sF9i33M/SX69DRtf7vZ3vm\neaiPiRhecaPYra8I4kIOip6IF35lnVuOeIbVqn7ChaVBDiE3j0ZSE3wnKNR1\nGaXIy6Kr0gdHdXBpwb5xD/TvdiGBM7ekNsZ8qxNUxICwvR4AyD8gVbKaM8FI\n6uen\r\n=xZBM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCb3HTm7CBzDaYataLiMXuNXitXo2mhoqraQtYYfhJYjwIhAPbeCoq2PJlnFBUGUILiGyfvDwRdP3fgmIlyXNLzWhbg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c123516c_1544872324472_0.29036520384939934"},"_hasShrinkwrap":false},"0.16.0-alpha.8a62c766":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8a62c766","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8a62c766","dist":{"shasum":"4f1ed6b0793fbb190de67f7bdf7def1094167681","integrity":"sha512-LYKbx9i3lX5HecxDLSIiPXlZOW3/zaYLpqgtlKjAR8oTWQpngFXKWouRyVt+B6aitiObFP0VTx4fbhOK5AYprQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8a62c766.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFOGOCRA9TVsSAnZWagAAVfsQAJwcJhHJbi+luZulGp/j\n6PxiAj9XYxGoMKqhibLrcL3hfTeRg2TVwxM5W9ly6Y1ExnMtufO3BB/MbnRN\ncFulQIdjm9qg3Fh5RFAo9/MZ29zaQ4c1bezuuCbIQV14j3O8egGHwN3gZrPp\nWALIevCJsVcUiRrVz6mEKJnpxT5t21iXET8vQo4lM8uJn+OKDZOTfLxWG5SE\nI/LMyM8cQHCv77lDpnidV8cfZq9wACJdrPnPYuXQh+Cr1q08Krx6efe1ihUM\nBPzh6sZIunHqA9nR7kNOG2bEOpx8jP0P8mEoiu0XQg7Rt19UeV4QkjO783Nt\n7y88O9b0JZgzfWZXtr9eXdm348CF6g32cHNe/lKwGQ/85reo+5nh2oETP8v/\nwQxh13rPWEAm39PRCtr0TEPkjnGk/i7cyCLzMF5OHQq8VcQr7wdnoMgsDtmc\nneInA/vMq502CWgYwxqU3up7rwZANOWGEKZG+QbgFL/GS/ngqnWm86S0Fg5I\nDBmNxUkDJs4/jxwkozIB8sTyMEJ+634Z0v4977e53TRzsUCZkQ2AURBNcW0a\nY9ge/aITz6vEqrZ7I5DPJd5zFbL07gx2A12Uq5PPPxhmH+6oJX1lp5dnuxYy\nTayRtVxyeEWGR3RL0KRTrGz5FKIJE7Ozq4q6ous4NUt+bv+g3xMuwwJ1ys3q\n8zf6\r\n=pNSb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE3/P0MZxp/WB3zzj1I5s0xEfyJdRFsmnzXt18tygUd3AiBRlE6nXRiYeQFx4Ns4JW6KskAzBpZYzruGPTu6f6ca5A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8a62c766_1544872334221_0.35326248966145024"},"_hasShrinkwrap":false},"0.16.0-alpha.8f018002":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8f018002","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8f018002","dist":{"shasum":"6ebccf8e5067091e248fae694c6a449e0c25e9ff","integrity":"sha512-xJKAyZMQdINsqOSiQ5Uo6HhBPbZI+YctheFPtSf8BGhOiZ6xNRPD8okzff0kuKOawzKfa2b3Gv+ks3ZsL5zZDw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8f018002.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFONrCRA9TVsSAnZWagAAZdwP/jE2z+fvsjQlXGYlxMxE\npUDAMOynV+9LWWBRncyZHKbD2H4Aa6OOmvnoHv9EtiPDFisbzlwnZc6CNtZS\n+uOzds6X96i/mtZKK13UZJGdv4sklBBu4Ei7THDU1qETCWPcu6CKs/0r/GD+\nN289wqULM6qUC775LdjElbfeNPx1wQ8WhmS1rmd80G13zFxdzwcH+NsvMYV6\nQxBhQnxz74fGVIXzqaWci/zY578NMA6B7soQZBv+GDzp8xtbg/XOShA6089m\nAJsKTSwW20dCxefdmQGYuaU1bKQBQBjl43MuJd88iROyzheEphgHj6NQXboS\nPh9T1+jr2AMyLDqDYfrfkXYe/mMxK6AlSB+mHbFT80IORdxNVn+RTHBrlSIz\nkUXwyViNs47y7QalSHhlFrQJmU0fq2GDWiX0ob8HeKtZkgmeQ9+01Hl16EXm\n63PvVo587QfOeDdKFLY9wkSwENIyCxFq2yMV2hZV5uiMgZO9P9fTPtBVsPq9\nEMWwHFxPKMdhmWLnIY7hsf+OpQB63SWneuxtzbp9e4DTiS5lQ9rtxJCAEct7\nDi++hY4ymJszL4E8SUb155JzPKstdG9/53KAKY9DPi5aevYYsNmyq9Es8oES\nuuAOzdnN0ugLFKriGxinItrW0oTFhcrgJN8elM86QtYh5iQzAAw1B3Q9oLjc\nzDZb\r\n=ETNR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/vau0QTMW1DIeUqqqD6KGfVaOHNPwgfMw1RdaS5x4RgIgArsSP5gD4cP2oWMrS+Z/AWHhKscXkUHqEu9q9d9QcJE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8f018002_1544872810559_0.6876250757353961"},"_hasShrinkwrap":false},"0.16.0-alpha.d5369d38":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d5369d38","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d5369d38","dist":{"shasum":"5e28fde92b23e70badaf4fd08c29474945919003","integrity":"sha512-Vm5CQWJOu4eSZP/nGmr5RBMqot8hr/AIFa2sdu1ecu+nojlxtqq6WzNQpMZcxSGAWAOKPuxjdhtbtawvdVdK7Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d5369d38.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFON0CRA9TVsSAnZWagAAMPIQAJXqI1BWru0pYIJNak0/\nMlV2Piju9HJlgJK7/TXRKAiUIpFJG7CjyxYIWCJAGEZ2hfIjNgUTxVQxxGfq\nPlaF8NGoLafkGfdNJ034ye8nBeTfaBs/Fbyjtlf1wjPsba7EzSxz9xgzQ/PB\nAXwjFGO88jmsuiYrqlRUiQJek+q3xAlyhPpLfnFVAo2yn6QrIosqdAuh5sho\n3waW/rRwjQX0H/SbeYl60nJ0igZ5vnTfFUjqyEA3UeDNrxrctrPiJPyFmk1b\ntYRPmcuxB5emGsxOwcsvcmf7Dq3t2OzzCmGm+0VqqnV7/wtZpsG8s2JOsYPm\n/Aa85piskrzBDSFf1D80yOprNWrrTU1vCgUbX5mC/B/iy7IkbQI0wFo85bSk\nrwzMVdVzX1hma7VlOG/BD/ETvIty7BjR5Lhj5CE2jNncXkWB+fWZE8Sv8+Nm\nYl/lge/G6Wcy9bOMuYOSgvjPCkJkGrRQqexhX6xDo6Ts1QyzwjKLiFR2Yc83\n89n8kQNNu845avT+x60eS0/YdiRxi/exkwAnUhTVcBGaB4ss1wN77pEB5RX1\ntZHPbNItkON0d53Ji0OwDcjsFdF643VVvdC9DaNWJ6Ql/k9iAXo8zgSApUIJ\noXKzymU6MB7a69Wixyq4F4cUz9ho3ELDI0Ud7TCKEWcT2Eek1iNVisxqardV\nmdUx\r\n=rPWz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwAHJXmn36sZYKKKLht0OdNqvErR/z2cjFZLUxDquTUAIhALfhGXfwgJKDWpOvmBCAgo1QQhfEeEq1BEh2aard473L"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d5369d38_1544872819671_0.8390865170077917"},"_hasShrinkwrap":false},"0.16.0-alpha.6445d9ea":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6445d9ea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6445d9ea","dist":{"shasum":"3c43307406c4ba2a61ebfa50b0624de31f025659","integrity":"sha512-8HXb97Kv1qLPJAI7J/gSD/ehbJhelH9FjPwmA2FpTBhGka5/6UdmedlzKgA0NpMDNbdOTgvJYhG1NGGUE9NLWg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6445d9ea.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFOOCCRA9TVsSAnZWagAAiSoP/0XF2P4YQZWV42kqQMju\nsKD+gNsKqv23SCYUk3WuZHPFBiWO92DGndpxIWolPp+2To7zo9/LdEInrRrg\ndrZzLHfRq3+AQk/ZslAaUhOOHIi95VJmBne1HY7PwMXT+/UXCFgEyWItPR9v\naE9IcsE/nWZU1OKuEJ4VoNQ3CNzQ6lPDvxVinsmIF2icZ+cAa/FgzquBpEhb\nzTAPxOl85+PhwRF0tmyQgVQ7upd96TYe0J3RGuyaaWPXUJbvhktOgugRPAJn\n+kJOuQzJDchOwl2pehMn+G4AVm2LjP9xnLvlK+pKbOZCZDqLzX3tU61/f63t\n3bzkSd6968PP1+3nxaRs0+cgQxg5XTetno1imie2Ow/iXzmoCDFArRF4EODq\nGKwAyN3LUubM9x8bBbLR33WMzUNxkAQqRzgqsuikFpT9gF0in4LfeO2zvGwI\nYe5c++UN+TQPkV2b3QpzqGhhlNBTpqJjrp8uWnwElaFN/v9ufM92OJB09n1w\nzYCtaygy3SXsXLuULan8vs6Hdqkuvkx2JNTsoI1n5q8DyGpnSv9vc3dbE7lt\nqQZLUHz8ZmfOYkE0ynBUPO0zeMSKSJHx0e+shHmpGAkoStAZS3uRuILMfD/d\n/Y0JvMwBrz70cyPnCb3AOAZJFHqoedd5tKvhxUMZiGZTEpNFlhlGMV/yN7zZ\nT5jL\r\n=u7++\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3U8EL207uYJTXivbmOtG7tT+i8qjlcynUiCX9WOooGwIhANQkpm67SYQ7XZWvx2cF+u+Y+MSRKWzVthA3izImOEuK"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6445d9ea_1544872833310_0.006533266806523441"},"_hasShrinkwrap":false},"0.16.0-alpha.de9e59b8":{"name":"graphql-codegen-core","version":"0.16.0-alpha.de9e59b8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.de9e59b8","dist":{"shasum":"a172c75b5cff4c3a783b5c5e767136cb4875051c","integrity":"sha512-Sc3o2jSYJpkQQ4xLm52EVYgfx74TLod9Qly2Zw+jB1AqU1cdicoxHlBom7DHgTtalkcqgI02VbBUfbwfjg4t7w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.de9e59b8.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFe2nCRA9TVsSAnZWagAAaN4QAJlJsSKtnjN+bJBP7LQP\nulU4pOoMsAl0KnjVk0OCxW3TnCmztYqrwCf/qcDrUcu3e3bTJkCwuIgpQbrm\nPFWfjZk6VBPBRs+0yzFiN4RJVAMpi95OqjpLwP03VS74YnRimgq5obCF/cdE\nKKNo1j9HaolZqiR19h5z7rEML8GY1+Y/6LnTktCva/67KqyjiJw6QP1uFSV7\nb85atiYbJVJzC+e/EvKruA/oX0xcHrTKXxSWKDbSrnNpnOGKBhisLnntm2mt\nKpj1k/F6lw9B4YwXT0RFJhKM9VQgcEcXgkvzk60WwPlzWveHhfQbxm/VZkCH\nrtHmEQDCxP5wYYRs7hSM8b+bvY1iPCW0U9gm6gd1+uvIkcU/F4BNMLVk2Ls2\nUBDG478JtL9WGQp7fatP7FZ6Rwwaly7xhCt+0D04IWSpY3Y3Z+efpFHiWrVZ\nbMUXorzNMdH43RmIpmESqo2UnmNwyY8gIsRiY9jKIBqVh2FNKBSq8zEfuzZM\ntF8Xcr6+G4sovI1CYl5mp2fjNl73Rlc7lNkSYLkbMrfTrgc8Zlv6IC1dWxzO\nrvEVPDz6IPSXqN0x/sAJsNNACiJWKQHe1UTZDaQS6aUlyB+rtPuPI/ZwHxsc\no4U+A2DWDRjRwzxLGAEDjxA+mcN2nb9ZYWXwu6UUe4gguk1gth3gb3oFZaYU\nt8yf\r\n=Y45s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCadk4KJTXAV5br1W9szhpI4BiRuWFpB7gebf8BoOarmwIgejAINC1ZaU1raCcVRhDHPBWx7IPWgFH7qp5lREPvehc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.de9e59b8_1544940966999_0.48454346940833437"},"_hasShrinkwrap":false},"0.16.0-alpha.25725964":{"name":"graphql-codegen-core","version":"0.16.0-alpha.25725964","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.25725964","dist":{"shasum":"47a27e55c3d7569aafd1eefd866e985a5cacc0fa","integrity":"sha512-kKuP7MQnBtgjwrpEDKAHxEKPM3EuA7rUWwGr895RHgUXZEVmpDkw0N8tupUjruU+CgbFVCAx199v+Hfd4/qzsw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.25725964.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFfPdCRA9TVsSAnZWagAAtGkP/3B5OUp2tzzchBxyW0fg\nRQb3NBhpq/cBK4KKGq5MgXN5cqjyDLF7kx8al3s7kTuB8kRIHcoBobEIrBM/\nSW5ww9Or5sd0pHXjsaJbS6m4tBRCdTtuFBA7YX5zdbKpuAGvQih+3VaAKLRS\noaRHiTlOQtTLEL9xgQQJG8oaaj5eN+VmBdShnqyYLmz3qlIg6rak7zczddb4\n1UWZDlFjhkxkMdQ7ntbiZCbxqnojDMaZf42mZ5aiQ+jNXnvIc4WIjkJV4C60\nQR4mcN6Q7ZBrvDxv6K5y0PAm88tlgjbptt7OIpwcbBHdpOnTp3BfG0X+j1mb\nniMThHIGjuLJAJujFTJfOhSOjBRTZI6TTe91WB2PRapoj5D5qx75OAJKdRXH\nVPyoNa0J9WIoY3jMFkT30qW29jkUSQMal1958oKc2YG9Xa/0Y89jUfTm4YLA\nYSyF+De7x9772UhA7Zb6RQ6sH3Ty9RfFmGf/Tci6xvyX7fDq9Jmm7Ry2tTOx\naR6veXka+Ju1VRSxn3wEw1+mLSWDGfvRJq51jXPaAwIK8nxD2qKpz/w+TuIP\nsImcM6BytDjcTuzhW0vNg1nYs1oCqFpDvmxq/FI0S79RUUS3KxCU135tBVFI\noXkTAoRHbdz3YEmVEIf0VQFp41eAYEOYqsUFR0cfVrSvbJIbxnrEJCynw8a0\neRar\r\n=1DDu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8a0V5Xc33RC6VswQRwnWO62RQGReewMVK0es6O13evgIhAM3swrYSCUSzOYSkokOl1j0rYZllcasZLvTBzqSQSpvn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.25725964_1544942556509_0.985580748369755"},"_hasShrinkwrap":false},"0.16.0-alpha.7ca01db7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7ca01db7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7ca01db7","dist":{"shasum":"e848c162083f2e8a5fd33666419fc8711827d260","integrity":"sha512-CILxO4/wzxpCvsLWdr4p59oDU0N21jPysCK9OV8wyN9he7XuqZao8Mto75b0l/zeSV+JLfZwimfk9KkecFJAGw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7ca01db7.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF+oiCRA9TVsSAnZWagAAkbEP/jVF9O//hnNPlHQNa/nC\nNgRf4Rax2hXvViuwalYJeUIDAHLajlzkFfWG/KojBguSAw8Zgbb5A298RBN6\nM9zG2dPzXE7y6woCO14jov3j1c4ZHiDPQgF4W2xEmmnBc5BQq/tIn562/erF\nw9S5AbUim7ngXXMGkX8qerNmslKexwz/3GSmi2gDh7TtTiH0t5dDFzCjdTGL\n8ud4CYRyFNN8Me+dz3wHsIQ9BrMzwjzT1DspcnaTlK7QkJ75jxBL5VEg5kLd\nG+aWe6C2wWbzbsoJfKTdI+/5R/4VQW8q/wTcfc1MG5h2fJKB5RxC7JC9bIiL\nS0ZhakptoHsG3CtfC+iyMV6uhDNYntyRKxMP/ESmtrXoRn723Q8IZn7UDJdX\nUz5mOkLRzoKGjNkOIY64T2E82WHEc9dApcruKRfK9FSWeQtFpFZpmSy0Jxjo\nNS/2uitDy9RBfeDkIovCS72Vr/HKITVXvxXi9rN2rhqqx++tI/d682KOwq90\nmPPJKYLvibtwFtr4sEQDbHwIIH11u+4VaC4pdexWtigOuoJxMESVuC9EDNPJ\nZweeED91znKURPXcb42pizwQN9lmigcU58U68oiISrGizOCTMglht1ZApyIR\nPMQ+d1wrKDHJyT0kJD391AkUPfKgUB2Vel38u9YwvMfM5T7QkNOok36wFqZU\nUQke\r\n=XZyh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQ3LG3oriXM4onr6dYLhoXP//JVtVBpSZfVc41CdsckAIhAO9IG3R5YDYMDFwt9a5Djt8Cc/wO4LFVezHN47GfCDL5"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7ca01db7_1545071134591_0.8837471310812597"},"_hasShrinkwrap":false},"0.16.0-alpha.39949785":{"name":"graphql-codegen-core","version":"0.16.0-alpha.39949785","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.39949785","dist":{"shasum":"3d619e904ddbd1d2a554ca7690e81ce25a16a30f","integrity":"sha512-3divYT2xYwwOYuovAtLiBOz0B3sQafMTKeNMJE18PkRMK4fo9mmBXlK7HHZU2RFdYikFSrn9udVUDrqbcOXhVg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.39949785.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF/PqCRA9TVsSAnZWagAABaEP/1xX/GudEZt7v82fGvWs\ndJWyrTGY5rl7b77ElUz3O3CAzBDj2/RPYCi2XTqkaK+6WEhMSCU8Q9lMi1W4\nQRgzqJ3eaz+FhC4evOMNaO/b7Z7gGyKSg6582si+/tRf4+YL72Kd7m8CBOeC\nmgsxX2uzu/Oub0eL/Ja+djVqct9qdDDw1R3IgSd2ZTfKKLm/oLBpw8ME/+iG\n4x2bgO4yZE8eY/T6IUBlbf+6aGgOS9OUHWh2b+l8iEIbNrinC2VoUtSSCqbG\nW4KOjgxcFoW+a3e96A7cfIvpSAlJ0pQX/4WZJukL2YHr5CpaJA+5z8xNEDQO\nEnscgdKhEE4OyHVIxSRo02xa/eWmBZORCzq8eMncNvAOn2zQBe/QKrpecAos\nFXfxDlVa508kFi938THSfr7gwkEqQfsA3fyQWhy6DgSrsYdHC5aijBnDoLUP\n0OsDVD/DtDfZnd82YaBn7Y2ehvHSr6VfYPe1W+ADnzVjXPjW2mEnO3Py7xMW\n4JXv6ijanEy54JuxMVSbF/Zxl/vnzLm7UXD1t5TjjxecmuQxteQZ3L7EeSDW\nng6hsezaN0PycZj5swibZj7UOOwquFaSXi0Fg0TGDnaJJV9m58feIB5MRFlF\nQGQiqcFHbI+61bITkt/jGxItMnfAxbQ//uudK6oq+YO2jJaIQ+NZLA69/lua\nRpHJ\r\n=YWFX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmLal7jBKmenMwGksFabw2UF0o7UNM4b95PC36nE8plgIgCE3ucCd8gfKmO5I2c+1jQh1XbVMto2bHtvq80oXxdGw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.39949785_1545073641999_0.18652701151318385"},"_hasShrinkwrap":false},"0.16.0-alpha.1a27151c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1a27151c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1a27151c","dist":{"shasum":"dafe9c34d845088094f69d3c95ccdca5f4bd4d7c","integrity":"sha512-nPDj2siDy7DomP9wm8aVUZewjdul1HjjmKdZM4oEgi7cvsvKFDXJHkWksOlqpZpHrCgvSZNky3YpGatt0nU1Aw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1a27151c.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGA5jCRA9TVsSAnZWagAAmh4P+QCZ8a4EJVtDy2NDD8ai\nRbQvnGwXY0RgeYVVoVqZ9PcpIZFjbyjrdVTXMlFOWRZoyO3YBgFBNA8PsW7C\nv5dfA2NetCNxp+8meldOORrwnfnNV8fXzdbYVZV9OWrOS3rjfTLGSwfxVdZ9\nO57S09HmCx7wvI3ZJkkg9uU9bHETX6vV/kM35SZzQPuXwKW0nfD3TtydtUrv\nqvL66qughQXtBltoCyIn4YWjW3Re6ciK1XdacZVXXigRVH4gyOD8lQRKZfp2\n9Dp2K1kOhFfdjyxi7n4lTo48WAXyEqjyE4Lc0tAn490E8PYCY0muCDNYUTqW\nTrnPMs6BdS3UjkrmLWhUdT+ioNnbobEqHe7SplVsnQhmbUM26WJQ6186vAXX\nvEYsuQaX6W11b8czB8/r4XfG8MpDRJLtnszgE10PNaqa25Vmd80zmo8uB6ET\nOSVovbxr+kNI0P03L+b5/ts/fYZBKZFmgKsoNYmD2pde7ZSR/b7bHYzKwciE\nPO0WPXUW5Mtiokh3ZfmcMlN5hs06Sw/hAdOF1KowVsfxjZWVYYIU6eUeFUCr\nUmunpNfvhMzXG1hcfGFEw1PIKA/bxq7WsKxbUAHqW+qUkjDdoTnE/LukZR0A\nOKXOBcHe46vPSxJbsWwslH9XewNPvQ+ug/qdWcv/oGb1ojTfDsrlGPh2oVHd\nFgp4\r\n=DPvB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCY9IJ/W5Jkb66+OKkY4v5I3NhPqB0CXZYAidimBmNELAIhAIdeMgn0G5vLu6HhfZpfNSLqN/RN1bce5wtBP+v7FVEc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1a27151c_1545080419150_0.21700224675011803"},"_hasShrinkwrap":false},"0.16.0-alpha.1080302b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1080302b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1080302b","dist":{"shasum":"22500789302b67a2894d9776cdf533dc139c0725","integrity":"sha512-6/lhhat8ElR37VnaEXZa8jTO48sv6j4ratUl8to1mtVnNo1zLxhSQaXSADqKGUgYJD4wS3Z4t9ShSxjXWsStYA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1080302b.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGDSpCRA9TVsSAnZWagAA5EEP/j26ROU2dm+V4GX+q/zG\n/XlKL3O+q4BAm1BTEP3rkBG6rc6MuBqhX+6CeYh/hu7vshfDUVEbBssFyNlL\nmpnPl0vxH10fxblFQnLPvQ2BzGg97VqJ1I7FmkT+6xPIOYtTLkBhJgLZf+em\nY0/pWFfwDcrHzu4+8F4xDw/lr6VC1tXC8AcbnSjmmEu9yzaiZogFgbEu0S8e\n+uiTcFarDVYDkgMeLHuSkUq5EDiUyb8lJUvzfYGl7/pdlENuBAf+FPcXVasx\nJO7bY39rx7qUWEY92EPkLtP9GNz9evxrXTRfYL7adQj8oB10GZ7qI4Y4gA3W\n7jABzb6B5MLUGOWMDE+25by3fq8bQMT3yITavVFFS/bEWsN0shN83ihMSyiU\nS3IHqjins7gSI92BIAdWWOCjnR9uuZxdLylQJqEV82l62Ms5y4Xt6pChxvmz\naAEmzK+PY8yd+LXJDvCvtIBSuO4HiVLtK8yrP57PaaterwXN+SY0FNDW2DEp\nki4RRyNH2iN4u+itYH4gGdKKcXuP9GwD7u9DasRIsjcx4CeAC7AOf5gr5PwT\nEMce5umb/Zgg4EMeUzuwW9GI4QxHvB3jBNBKIpR6CcyU+jg7q5iq5xAYMMJC\nul1FIaMHDudo8GWMn91TJ9uu+EKTUtlbPmv0IBzXO/eSxqr7vAWBTw/9pW5F\n7Ork\r\n=w5Er\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDK/HBAQyeWrJpLXHAu8ZEIPtxKljl97Q3EVJQotdvXiwIhAJ7MbXIfY32Di3TuzFZKGmvBxzvd3chHDssflbyFzb6T"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1080302b_1545090217240_0.6159258836320722"},"_hasShrinkwrap":false},"0.16.0-alpha.0e47a44e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0e47a44e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0e47a44e","dist":{"shasum":"e3614241ca12d023c6c07a05dea711f16909af04","integrity":"sha512-O5/Zn4AveYwa4eI6TAKPzXUNbgZRHw6KRBv8DFSs/1XWP7AmLpGCUH9Hrk8BDIdFiCzbORqHOQ/Gws58Rlnobg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0e47a44e.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGDS2CRA9TVsSAnZWagAAYAkP/iASbH3i8bCGB0LnOHmB\nqfjmR3zuXEHDOaB1HxzuqMwx0iZdievBomLXEpKn4mwzcavDL3iZRlJc3ll7\nS+xPf9FsYx0YxLJ7i1rWf8vptcvrZ6KciyYoDxcn8bCW/g/Ea31Ie61QgQyk\nZNJH2LuM4k6PQnNJhVTnBNoQPE5FWkzPUFA3ogsGPS9/7ke+nkgqR/kSauoR\n81fiYGOU43eMFB1v9rkMaGKFwtwCD86O/CjfEm/0Jl5DO55A6vEREPLN5UNF\nxgqa2xcbX8kW3M4Q6/j4Xg7a4w/EX0YoVphzalH7yVRhOyN8OCksFA7XhjAt\nya9ajxOVFUTdJGL7i+n+0QuJ2j3uWmmGLTV22EMLoXoYFxUJ99dBmODXEGwC\nasEHj2/e/TEgmi/ppfhure5fJ6UmxBKLCu5MqFkjUgi1C3M4OUVt8UTAyqm8\nPKxDWKQe/A2LkMN86LzTCBldJwTEorSeibwW9n69WnB4diD1MMgbUWxBhoFS\nKYI7rIt5s0anS+g+G5kpOKxJru5amqYcVXBo0h+3UBaVGa4lWoqdp7Id6eBG\neSPsXnInGPQ3LgPJQau+CgQFh1NetmwHiRIgxbJ+KrmJretL+Vs1T4gA6pVU\nWCvlb9pcKIf3SJH4WzavPmFCIxuZQzr21XHdJ4nBpz3vsTWzlLRxaVnTjJl7\nsW9G\r\n=nAwW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9BQx6QcgpLgYH2t7+NzCP1I5wEs1OT+MpJFrlKZLeIAiEA25M3iIGV5XTyeJbEYzAV+icv0S6o5XF23iX0TOjJ+1c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0e47a44e_1545090229949_0.8477713609257844"},"_hasShrinkwrap":false},"0.16.0-alpha.13948bb2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.13948bb2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.13948bb2","dist":{"shasum":"0c8bae13cb8172031a335acd46bf18ae1fb2c12a","integrity":"sha512-CrxZQA8W9JJK3kwxhRZo2JXWg3KR6C2aVW3q7cR7pOsgajuTBFnDQZmsaHxi74O1y4HS9rxP/edM+xi8JzZxyw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.13948bb2.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGEcoCRA9TVsSAnZWagAA4MQP/R7hvb2i4+peMQMgf/dn\nmCYJPVLONL4wMbpaCn7SLkLIg6GnTZW45fuSxrAa/OFPEqbiQUsJSZMWxq3e\nGOQythPRNwb+uB6taqHRGtRNmWC0K27DUHqcyZTl+Mh2queETJdFjEK8M/LA\nbFPs/3iF55GKITlNQWTvg67KbDicfJPC0WDgamR4aoggt4D/twa6yb3Q+Mfu\nwydSp3bMr2Kc2dmQoiyuxKHAjswaMa5p5gOTwbIOZoJJIrdsvqsfm47yMYhv\npaNt972KHPCbJPMqf+G4ic3rLeISbwRvZm+HUo3WeuqwtDuhbBd1AA05qIo8\n1WY/QiVDyKR9mzaXDWpK3LkJ1Q/AKdVyZc3lw8mm4KOTR9y/zF9TlfG8v3tZ\nyqx4dSwQccD9t0/W9NO3UaWgEX/LHSYEc5hkrO5XI5m6omMqL4xyhq1zkSJJ\nhjP/mc0xsHaxXUXWgVTfsFW6yfE/wGW56sdBvAlpnfKKIOdtt/ZqSY+tRgCP\nOQTVmTV0LmqZ2ovNHfIvBuJK2dSsdLmn1MrUBoi2OovwHOsE5i+9dfLw4JkX\ns2mauvNTCN5AF84p7KK2VNNdJwIuO2/MGtL9OMfFY2wjwGR5mSV31CIWPNkj\nTc2Eamw4WK3MqnB9wH6R3iYhMxXgZtPjsEm0hV0CqQCjt5/p0QqQiCPIKRDi\nO80J\r\n=yYj0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChasEHo6HknUpeEcy9mWETFev/E1AHb0acZBkZLCxzcAiAYKLN3MuTBsQat+kEnqRgj3DokQq9+lRq2987soVHDag=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.13948bb2_1545094951223_0.775105943811756"},"_hasShrinkwrap":false},"0.16.0-alpha.913ceb32":{"name":"graphql-codegen-core","version":"0.16.0-alpha.913ceb32","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.913ceb32","dist":{"shasum":"4b07317ff89bd65a8ffa9e3bee725cb9bd4a53a1","integrity":"sha512-oQQVJvpAG/HCSYyr5s/6prgBLhhnY+8POhgEEnPE3saR6VKkI4x8W4TeMKUh1Nd462wC6RLHnjGbTR3qFwmI0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.913ceb32.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGNubCRA9TVsSAnZWagAAUvwP/239EM/5EWsDQlzVwSuV\n2G+LqStUx7RjYCggBWHMHB6cO7R/cOB3zQ6J5FgsleSWu7VBy0thAHHe2z7h\nWfg7stJExMcUCnMO/nvI9uOi7YWIEpDjmNPnrqVEiOURNpTZ7dcbpb0EBKpH\nA7emvTVLLNwexjMDDWt7fsXVuAJSerrVpn9wb8cqJ8HuTqmxXT9CC47pMgz3\n+AvgOSLFmQCUwavOcxCk/9oL1ZEaUZuHbgHKrade5WCfkQRS8wd6WWxzbG5P\n4L4YejdtiRR4AyZgu9E7tmSX8ngfQ7Mv67vDG3FzYsi7G4W1bZXnU75Qt1Ql\n3MN36WT8GacHFfwj5Mu4CisGk7ZyG51CnTxKi9sHezPdInox/ijFh7u1L+xX\nYOfpXNNiNpKXpAODVwVkEL4rzZeCJO1rBwHU1gp8tfyQIPV4GeEDwwUM7+DZ\n7vB03NxTsrIdO0QBYd8CIuxd1PTN8aT8oXJz7NrhiCDp+3mcJLSDDqOwtmgD\nzznRhs/5nV8EIUXqmJnqw8taPfexWKYg+zA5qyPtyjIBs/IUnr8xfrb/B7Yg\nB+KctIfmhTZYokLV3BUR3EQ350xLikUXLUa+PAH6yV2Hl83ua7V8ZC0noKM1\n5guCIOdrmeeKN5Hi8pZ0m1Hb1FzohDnKMbnXl18njr/Qu6Hi4/3uRM19lK3y\n+gQl\r\n=EML4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEOag4W3hNgp36frdUvfyHCZdwBtwhUSQdwmoQiiP/GqAiBqUOEsDM7uCLH/zob98XnAbXlrPr+zSJBPxl//YglcKQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.913ceb32_1545132954709_0.4935784493744222"},"_hasShrinkwrap":false},"0.16.0-alpha.a0347a65":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a0347a65","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a0347a65","dist":{"shasum":"f4e625cfef3225818d8ebb4c3654c34666e1ca9b","integrity":"sha512-Zdhyme3PzrCjhacRaFf9zIpujw5OBr8l/NMIhc5yIUdv4Nfjm4QcKdglye7gbzysqLjmoAuSTLScrv9QMzZxAQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a0347a65.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGN5SCRA9TVsSAnZWagAAQN8P/3fxfkssWnol6QFmIAoi\nmgEBYZhaxXmN0UGl9s1OO1DVXSldwIeEN5XYhQPsI5zAMBlXggYZ0Y1wXKQI\nQ2HiiEHuOKR87HOixSenHDjdl3m/FjABwvtclhgUD4UfLHZc0x7xb7KEozV7\nBXWlW1N25BHBe1L5LOjZBQQvUmziZnMvGcJ+eXAY4VgSS1zDlVmacc/eO1X1\naQFqTGhBuoBpp8hM94DCjtg5z/KgsGq7c4kZTLMHsJBHDAR2/EgoBeEVjt6V\nVylJvZRyEo8uSVefwhM0gLwVjWvS1eE52WskqG5t0z6IY3ZhIORPx2++tihE\nPRBt9tqOWsR8jc5fMGoKb0Pz3wqYCIsYruW6jGCjym3iVF+DcJAkwY9zKOqy\nJmLvRHjvJ3PAF59HOhn8UmLzC7plt8bw3ekaj/uA8uVtlDvm5XDsuwifZkFJ\nfpUGIV/vr08H6dByjWIk2eJDwAGXtQmFU4EoWPKYQBh0bcThl/YyFnbxpvAg\ndEEnI0M3Jg4oZe+piSwGYZrTZkN+DumE0/SAdSrpOgQLfxraisQX8oQA7v0v\nv7OYi9BA+I5ZRLZqd84sQkkqv8/no9y+jqivHIeJN+vk7A9qkVM7tD0rf/V2\n8DHBj1z3xZwt3rjIsCmkDRGZHafw5QpfCSOTxxLH41UaeftwroxVfe6WV55B\n6Ik9\r\n=SmFd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTHcvaJuuDSWl5o7Hg7bwesKJjoDKWeY25B50nmITInwIhAPXxzKDLU2cvFDpSXFHtP9YSnlFTap4Axc4ZKieecy0r"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a0347a65_1545133649570_0.26772388420441806"},"_hasShrinkwrap":false},"0.16.0-alpha.10764d50":{"name":"graphql-codegen-core","version":"0.16.0-alpha.10764d50","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.10764d50","dist":{"shasum":"f9a6134911d8ca0e7bbbbd99ba57ff99d76b412c","integrity":"sha512-Hr5Ly/11gtv6rWWhNNzpbT9bvmlfkJLzj8tQmxKtDgBlNYfHcvMZkv2hUq7yEQYwfjhPYPZMEbbugtUI2o0zfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.10764d50.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGO5QCRA9TVsSAnZWagAAbsIP/219aLipZBfhI6+LWNqV\nwNg9OLxL1kB+3cU21nC56GI+lNRYFUDx31P3tF/uel12jM6ey+4Nd912L3Ue\nz902yuaQfRODtOxNRKWtYCSa3nAHHyJyZpDgdNddNnI0w5A1TG8A9R2mU/w1\nA04JTBBnrpBmjurVNUEMs4cvO0T/YUDdL/SENXS9lkXsAxllWd0uo+y+KSW4\n84s+rH2kR+7AG5+ZKN9xgwhVhZQcXOehWklFOkJWHkfVBIR5H/qtHKvXfEF4\nNV7DapoKJklrobrI15m9U3FUb/nFYycDsRYTXONF0DSEqamo0VVIBBTaYuxx\ndnhytZFoYM9mOowc64vpQOhF4t+pfVorPITRMwUbYqeXp16VO0lyWicj6utY\npvSoyq+Lkl8JnuADIoAihEiHsL20x7ktRdjKViu358E7TzLJDQEduH/pwjq/\n1HlSm6IoheyGfua0pmdnT8oHSY4IYvI/e4GDsqRCh8VFcCFUkRm43V/NGcKR\n8XCKSdWwlTN2v2Ei9u8kXrT8jVNxbgmyb3CvrU7nzA6UBMFWESdF8COYFxQg\n1diyXqmdDq4koGXoz2SQML4cg2FjzwN7+wYunxgAhlk9kc7Qy0xJ53D7pWo6\nof5dhEJaRNcedTXTb/LM50CkLM7MT58PJwaKhHVD9MroZNYrXicap2bB1NAG\nMq/F\r\n=8HpP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQO5GTQzj3lz0W1pQteZg2oarlw1BIEG1oxwhdCl+haQIgSvdRDYKYMvWCnXOoQrIinaLRmF9rMbQqTU7JYCSH1U0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.10764d50_1545137743789_0.349815719320377"},"_hasShrinkwrap":false},"0.16.0-alpha.4da7f92d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4da7f92d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4da7f92d","dist":{"shasum":"de2b3b6b04c8a7222e6a04f7abbf4940c4ab1910","integrity":"sha512-k96r/3PKyNYK7c0EhCuBfAz7kAR2daybFrVaVewZhv+aDFOso8prf0oGClqateELBX6kZlzO2v2F+b4MljtoIA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4da7f92d.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGO5fCRA9TVsSAnZWagAA7BEP/1iFUa8DWz9ey9sdy3i5\nSG1HPQFgZCQB9zwzjWqzaKe+8ITa0OSBsZBLcUBUPmV9iVl0fxNXXgf0+qCe\nnvw9tNFC8jJghTNhXA6oIU8n5Nd6laZjK0XyQ+8jt33Mu/S8qZhN0Se9a3jl\na5pMYxXQOR3kYLxUvYzvMc4gLIJ7xdjsbKUxfORJUwOuOYLlQBsnzCV/pdpa\npdrJ7LeZMtiLUJZnmXg4yvE3k1axBDbrI4WLb8W7Bfhzsy45AMMvwCRsNicX\nJAnRdaZCTV6Xk2/E/PraQOxsYnO9LAPZyi559HkQztUSDEJLz1kh876i2qio\nxSY+uRHd2ZfqUrF+pqtJ+RbIIFJUo0KSNNrgMMRPiriEP9AbKeuUyOgNw+Fn\nNExDxwcNWa1TbV06kpOBSTVr29evQcm4b1kfuTQGzp2fmgPCDnTkywbNJEIK\nO512s73uP0wPT/KyTQU0lM/HsEhDEAfDJqTtlpV0/r5si/ckZAltjHSz3x7w\nRGEO7GY7gapdxCaa6xn+kTGoN5RSqpAj5LxLMtotq0RBp7dDR21CBxAVPih8\nZwsTIdBmZRDEdxa7UwYVU9N6zsUOgVQnaQQlxA2lUQ0juvSVJQcmb9odWke7\nBjdfwcOPN/Nr/K9DChx9300rgOietii3DmwBVLoCkU5+Tkk6mYaB5UjFV6Ci\nUHtQ\r\n=9RPp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLg8cwWJI2+VU4OWIiE+m1F6SDOVXJuk74fKYczhf2eAIhAL5p6AlQuAvi5DompzNoZYQRk3AIUZrbgdjoUadWmb+y"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4da7f92d_1545137758599_0.4173395344246502"},"_hasShrinkwrap":false},"0.16.0-alpha.78089b13":{"name":"graphql-codegen-core","version":"0.16.0-alpha.78089b13","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.78089b13","dist":{"shasum":"43777129552808fece4876bb2278a57aa3deb604","integrity":"sha512-elN7SmvQeVMtWsEWKuruf02Uwet6sE3j6BzLtgbIVO3x1DfCiRDTB1YURELZVedRNkR+NRMJo1tjRDq+i6tXUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.78089b13.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGO54CRA9TVsSAnZWagAAaNgP/j6XSZ1z/Lad7If5cw57\nLIDeJY06gY6EALxxURCNB1psKJ3InZ2BaAJzGkP0frM6ntBjSKxvmQzXsWps\ns/Wc4h4jN4jAx7XIuRk3f3W/yB5BZxQQCI+EuuVTUf88sdxZKoW/bMtKNNV3\n7AN3kQFzYI/91zY5v44Fw3/23+L2cpvnnHhL3rXmATq+4qXrh3XLJAukGmr/\n8LqDNPTkqJPrLO35byXkiqLX+XErVMvIquW3SdjzAacFOZ9wdeiLxi6RyKWv\n8XuXRURdwYZ/kFYt04mnyDEW4pRv9vZCjwkOExecK/EvQRK8/yoQkNaWQ4lv\nygXTLuJtbdGDFmJd7kc/VquBASG8DY6ts7vgK87t8MAcBFaIvQQh39KU8nX8\nl/7u/MvBSdqun+bu4qP6lJkxmxubDc/Jb/2w1ksJbs+MBwoCROuwKwpQQiGZ\nAeuJIpTksPNwrlN1Ab1LWbzyqjDcmmT7xi92RRaHkZ6qbI5m2RnRr/jRJ63k\npxFAaxUrbgtrJHiismrNAyCTfsp2Uxlokflbij2nij5/cx6YfRf3nZhrxWCT\n9KhEBtP3lj37YjffaI4Oj3G5tRG+z/BC/g9vp+MhZgdjkj/VL344TCxPeI+w\n9nMpvC/0wtQzONSfzY3Oohjd05tPnL4BZuYh7k2WDaBaIiMqgY37OjI19q1Q\nS1yY\r\n=H7Zx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVrPJXqlpp5qE08eGV+POSHDeq+h5moU1+MYBB9jMjMQIgIdl6LzTTiHX9nyN+9oWirvOZTZ+oONUvokWGGJmlxIY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.78089b13_1545137783201_0.2543600556420962"},"_hasShrinkwrap":false},"0.16.0-alpha.0af064c0":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0af064c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0af064c0","dist":{"shasum":"9388efbf74b969ef0066214ad7279241f5167a2c","integrity":"sha512-KUnbPaBL0iQqvJwnaHPY1D4FKsW4KRWqdJL9a+RgncjB4USIGH1mj1JQn1tmPNQ/Z+pRZhXBANV2TTJQUaGNRA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0af064c0.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGO6GCRA9TVsSAnZWagAA+20P/3F/8jVdRTd2WwQjsjxO\nPywjZ+BXGras9lkArw2/tW4fWbmGQgEpzUCE6QC09hAhY8N3Z6vjGN6Ji3Nx\nHMmlHuTuikw9AdAvv6/IuATDUw5XDDJsCGGYTplloPlYHktH93lTNtYu0y9i\nAItcq+ZCIxYfCjY40kv2vk/WT1MnTkUNrizjPrBkaCpV7LqX6C82oT3RlaTw\nWokBulLZZQUEXeUysnGYczxt6JORHH2E+092xxo7JDF6N8wYLctHtO12A9up\nJggAfSCXH9jqzsan8vZCjUtnZaNEEI6OoyMN+MKl3jM6qkp9N3i4uG30WC/c\nBJUy2g2OEZByZHuJQ+dSPDYyd+SwyZmh9XbgmiUApPNW3rOmOL0tqI33mZw9\niS+zcbYHsZjU3ST2Mi4JpW2Z/i7WAm+fRVy9jbWwLa/2syWQmW8l5UWuqdNe\nc7EhKT5Qd/BCDoreUAjHth4olo8UjIbOVzHI+7UVqCIaWC7naSfziPOSkjul\nmNX02z/vxv1ugjKnGXgwnDOWrrbvVhwKcDB3jrt3fRBFptxFNsJ3g8WYLOPy\nTypLW/18ks9wo2CaFkB0ESiJU4jgwPaskP77/CDYxxB/9lo24rmvg8sxOBkv\nWG0JRJK1GFkzF6Wh47cIOKMAGC0TohQmcoYJyrzoQnW601KWdkUe0eQ2TECO\n/JRG\r\n=szhi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBbm5m76JdX3i+mN/r7DUurKOSf4qcACEXLTuwiUe7bNAiAe0uO6Syv9PBy8Ldvd5vfW+z6vlcDkGWLYOMDFUKxeww=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0af064c0_1545137797966_0.2777581961540596"},"_hasShrinkwrap":false},"0.16.0-alpha.eb62e94d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.eb62e94d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.eb62e94d","dist":{"shasum":"5ec292d9b310a41882e5f94aba043102c091b31b","integrity":"sha512-U3gaZv6UHD3c8x0MizkOBM8HgYpnIkvcMjGYK9XSe0Guo3MQy2sxL7pruNwQDNVOufmTEeBUrsfI7jiFOAeeBw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.eb62e94d.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGPCACRA9TVsSAnZWagAAaWwQAITvTnHBX/hF9MqQecJp\nSn9Y8R0uqgRexqLALbzKsQgWAYsBY6tmHQwYIU0hMQIhVCq4TXnfALJheAP+\n26Pn0oeGccxvlAMR+h6OgDcUiJwgRp9dA0IEvvIZZgHtXUI46lAitQulcELi\ngFX9CNmNkfKrAyBoKBF4n41l9zG3dhS8KyE27TjANVroFRN7xRNs62QpVW1S\nlL+ps3IEZBu0+N1IAn+5U5R+6g0/w9wv6d0N4mZFWRf4uWUEOJhg8rjTEIHi\nBpTq1o3UtewvyteUbVwGOwhMoUPMgz64b38u+jHozj31fT13fiCGWt4vdeIO\nV95l0r4Oc2i3ry2FOS7q08C1iXS0va2doW04GiVtDg5ymlQOzIuFk2VxRQFT\nrHYgAS7plEj9LWj9oxKF5oCh9Qa8SKiS/VEVU+4mNaV4qoCbqPSkGCaiWgp7\nZ9G6PWzVd/Hc5F5EP54a9YsPyZTwZVNqVfcJccCOYk7/E7M0Uidm894QX0ZZ\nd8HCJ/B03Gb0P3h2Yn7gUEb1PKfdTU1+QAA+zmMYQ+V9aFcuqiURLrw0winG\n99DHdSrGjQVfbi+fqrWH473EDE514UXnltyycd+ZKSHtYg87EhTEFO6fInOO\nCsEtn9kcZu94j0AjwBWHi4afwIBYqKxJ4IJMbmzX7C0U6GMAEFCqfXsiXxIQ\nNzoe\r\n=6YCn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBq5BUT5VS843ZIldll3vOGATTmf0yz7YEMwPqQWeDDAiAGiaT/6W1OmSPqvuPJ4zl43/ugYJsKvXSBsFWBl/9nvA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.eb62e94d_1545138304167_0.6379237794787931"},"_hasShrinkwrap":false},"0.15.1":{"name":"graphql-codegen-core","version":"0.15.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.15.1","dist":{"shasum":"c9f74218827933dc2f97ebf2583daefd419bf144","integrity":"sha512-emcKKInAfV5AJGH6Lp/WmkSpyCB9QVn0RqXnrw89HA7T8B3TgXF5jr62qpaev5n+vXhSeor9ImvF157b4nClFQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.1.tgz","fileCount":99,"unpackedSize":94013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGPSnCRA9TVsSAnZWagAARC4P/0cqrsgWNzEQyFe01jF0\nvMTwCwWJDpvx7efg0eLSp0NYr08stj2PmdZ4UmK+qD7F85uFth7P3VDP5Fwf\nRT2Xubr1d19OIGJHHcFCm5cXUlvmKALsV3p7GRONb+B2ugnu8dXfQhgBOWRU\nJUV8OICGuvSweGixZb6d5f7LLuYqPqxqj1KZ6xqNyjoEUU5oQF8tXHN5V0kz\nqHKFtBpqJqk4HrQseq1azvr1Mul/OdFLxBwZBrzRDoFKq8tZwm9XvtMJ2nDu\n181xDe4K6YvqsRN7eSszRpETw5w9RAPJvBKtVk9MtBWCxOHjthEqMZdNm/5D\neAhpxCVQ+znGTvhaDyM9rplGTJA+P+e3WwRxmALkS+2vpQPbANubzJiI6oce\njm6T7Dh5ExMxLtAPzzk61NivBWlkKgM49kdEnkArQHs2GdF5IzAUkfpzMmoJ\nFdKQi0paU7oI4X9KJO2n8UALEK8PPsAWzrluSTzb/9rUXjwdMEs2JHmjVoNE\nx//pDmisdEb5BUn5pBk1qy9S9hsfwcUh9a2K+QdyMSfDq2NkXMXhYuqAM/KT\nlKKg0xY079i2v0CPmFLGIV7soC9TUGwzoTX2hLXQME2ZstRmwH5Ggshp+0h4\n4bh5DWsbkI4pAGYdL1cLVm5Q3Lxl4UGETUXz2CRqUEbuh6qJmbce7g0e6jLJ\n4JLN\r\n=Kd0C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPEiMQx/sNniGXGyS5BMjx+ThrtPhK22NPP/GUNiuWIAiEAgXJ4AX0TKez2TJ4gJOAdxv8IH79b/+d/U7OuYdPhJew="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.1_1545139367264_0.8832568232092126"},"_hasShrinkwrap":false},"0.16.0-alpha.574fafef":{"name":"graphql-codegen-core","version":"0.16.0-alpha.574fafef","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.574fafef","dist":{"shasum":"5bbc543128c3e16faf229cbb87dac24bd598d8c2","integrity":"sha512-avy96ojLk1DL2OCgKJvvb6tR+Pg2Pn9OriuE5hgiZBUA25fNlhGIf9jnfSUkti8gYom7uXOlQteQzyKUKJPtJg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.574fafef.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGPXPCRA9TVsSAnZWagAAHZEP+QG5SXJ5TccbYvWYgin2\n9W0gSe6PC5B3ukQKmQYVmqS+BJ5h3h+incaWo4v9zuhMZsV6gCGZKt4XdOYF\nKErk+1l/dU3ObhMQ/pt7zh/mlMoZOkpKTg+Q5rbLomwylNudYW/4EQh7oIXt\nsuhKsww9qe44dZZ6YrgFZMUgGTplfeG+KS7Z4j848/iwJbPXIr1suhgvmBVc\nS6/6l+TLYu/nd6sWo40r7idJK1/9okW4KlTcqcU7bCYVEbo3YVEqfrTQ0aJC\nkhVlHXDkT9KzjbCAk6deKAv48NYV9npD300Oa2/6Uk3iAqMpRW7XmUt/PLiS\n57FpnIjc5L9jes3sqs91XzY3+EtUyKHWHopYrjd0vORdmpyofXtUUMt9/2kx\nleywDhnz5ZDOekDzr/3jVEEDAeROb2SiwbqqKFl1gG6g+Q+xYSn4OffpKpg1\nzcPpWVXsspaY8UDdfcsVeMnJ2HLZM+KTpQ5IlCV96XWoJbHmnQdobwNCppQJ\nz9l5xIsqGEopm60pgvbNYfbreWZSoJHIjLOfwWZN7JL9dFJD/Yre8eV+EuYQ\nxzYaaHFyAmLneEgaRoUJ5ZweyqO50WgtStTXWGojHna06vvX/M1VpBjG0QOg\npOrRNeFzg8oMzeoo99z86wBsTTwwefRRufzipafY/a8/U724sQQjS5k1hjUe\n7Ci3\r\n=r6lb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCysElVrCG4bxzy5eKjS4EJSq/N/z0w/4UFA3worpxVlwIgaUkeAO4BQA1EAdSpr1oz5lLGY9hgATvdSuL20QG4+nU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.574fafef_1545139662363_0.2228471027666581"},"_hasShrinkwrap":false},"0.16.0-alpha.551eb3fa":{"name":"graphql-codegen-core","version":"0.16.0-alpha.551eb3fa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.551eb3fa","dist":{"shasum":"17db2d58e110e77a90e0a7c7a008fafa605194cd","integrity":"sha512-PV00KhN43c8HxIHdnc1kltgOT9nehv7Fl8MdptsXC+18ncybfoh0Y32bdSKnk567TbNMR4E6FufJNIX5hsX1lQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.551eb3fa.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGRcwCRA9TVsSAnZWagAAP9kP/31ZUJvCLeq97HFiqh8X\nqgLtMwLMLBUb4KWcWIoa+BFYajs4pzcHHLBW/bNrAWEcRYpY8OUAIaKoEOqq\nnGL06WrJWof3PeHKUYctOlgr+nVaKe+F9XnxH+U6wyTKA2s+S2864aoHL4UI\nT/M9qd63J20CwS/0iVMSymFsoe4zUgJJ5S01gkq9GyzUTx2ytByy6ifybkxK\nhfGAkTKM4RfWbFNM+pWfMOGQ+IMXjVdIPnCxb6+wnb2EdjxNQncDvfEcfhDf\nhfpcxYiz3M5Sim2kDou1k2og4H1u91GgejksmyVFGDyZLy3c+6XsPI7FXYi4\nvkoPcuf7u5mUe3KfHxA8fFB4+VZ3KiyOZ/h+3rZC5YxTcihQPjlcefsvMB7Z\nYpXcTDFvG7ixxUOdQB8X6f14HE6w+7Wl9qvIXT05JzbX3YG8cbj+GWX+ENYf\nKSvV712XQUZn+tni21wFgWbJ/qMtJ2tStXsZhKQovg9C+fgbfS6FXTPoDM7b\nU3d3PZUXNG2qQvhyyOVY3J2uiatdA5oEpAbtNHJCGX4AVaocopyo+3F6lj3M\nz8MF58ksJpRbQHOYZ7w/eaHYeybdag9ZXJaLgUkrka8ixDqz4ctz9DfyYs1N\nxYpUTtJJ9hAtoSRSQzFsrcqfe3BycngftQUZBUpxtTuGlT67Eu1Rws4DkfKu\nqwzk\r\n=GAEM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLiNZwW1pogFYA6+8uyMyjk22E+Yc/fcnsFSTes93FKAiBX99l3Q6fMsUdCst5/P5rVFlwryfTAgzDl41JvoMEL/g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.551eb3fa_1545148207628_0.992056763584676"},"_hasShrinkwrap":false},"0.16.0-alpha.0b3d142d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0b3d142d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0b3d142d","dist":{"shasum":"b648176d8caf3a3328d12faadcd9e5117251a055","integrity":"sha512-i9wmEe0X6DKBFfRNDkkX4zaCfSX7LzZtDaAOOzG5x3nJn1vf+pZKD0igvQVA//0Mhvyd5ft+QN5vfiIhMMtnCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0b3d142d.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGVF/CRA9TVsSAnZWagAAPp0P/RLWYP/UkIniKgTGMXPT\n6prdrq85u991cHpsdLSfUQ2szSUlkce3aCCh1s+pHdZ52UIlRn/RJNsi6Wem\nJhVL/ndtxugwnMxIddZE0BhZOZqAoPYdLQnzZHkHQaAhzhJb7WcL81FqQjcR\najjrB9hAXf195+ZRG4os0axhCY/flTbohXLm+yqx0QPPkNBYcnejgub6PSOH\nTZX/YvaAySs5pSlExtWgCPj9FP/oQ/d8hv+CqToHFbKhVLKGhfnH1IgW5wwl\nu65XzRIjQ7XoBzdfc4uOjbdppxCFdOYrNLqnIvC95afK5STp3fVeBTFQmlLe\nUNpI/tdxrjzkhKtb6IEI9SI+RePWhpwC5k0wsTX1HowXepkHuRNfIP08qbpJ\nxjKwJQJAUMRX01SwYlDsxgjLdny2E3QRDz5YTkl/05x/7enGAlmKlpTRKmdN\nFNo/WjPOTNtmm3VTGiz8XQP3+v1DyqjUbfmYy7RRIZipZUmBOeWk9ahlUWX/\nshIvuiOofuQQ53zPTXYee1/BpEbBmm3agZ4tF77IxYtaeLrzXNbdezPgiyIM\nVI2uE8Xie2Du1K+aTwqxPab/Rg42BrnfNc0lfO631Kxwcvyx41ux/ipvyWQV\n4Lxz/4E34Ft8Di0eGgvvctrTOlX4URxayHuhjxScujRUDxMpXZh+f1STcsAG\nONCW\r\n=DRab\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBHYnJtx3wM8YqE7wI4f3rsV2k8Ex9Oh/uTJYkyNshmlAiEAxk7qB6M2OtM+nxygqyOLCGSWPnVL20gE+sH96esLKcU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0b3d142d_1545163134847_0.6962695458591788"},"_hasShrinkwrap":false},"0.16.0-alpha.67231f96":{"name":"graphql-codegen-core","version":"0.16.0-alpha.67231f96","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.67231f96","dist":{"shasum":"758820bd0c2d5aa57c25af36b20aac2f7c1c0f09","integrity":"sha512-a8i1IGrgWst4R2r+Sk6c1FMK2VOQQFGUv0qLFwFuGMX+IVOSbNz5K6d0VUyqkcT/BQZETSJMH2SntPzqq5auoA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.67231f96.tgz","fileCount":99,"unpackedSize":94028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGVKvCRA9TVsSAnZWagAAFT0QAJvJBN9BlB7aXPh/f3QP\nO2y2zcZVf0V/hbKtODYVtlYAs/1wOtxo13P5VsL5S7a9B2NDHID/eRlhCjDf\nJ5RIjaXd0bu9v3DCTiliuEcfeOB1J5SwGMamFDqjKvwrVWCe/zdzoNJn/fE8\nRPNQm68gmOOZ8zoKNkTP/mSq87H6XmRxuTo4KleR3O1IO2ciFhjKLPDwJuH/\nRbKjqsKzxyC0QbRAZzN84rncTqwHQj6Si+Nqkzt0WoszTXaP4bSWQT6L2I/H\npVKrwX4zP95YAZB7D8nCgMRJvSWpBDd+B1gpbdb7u/MtLrlKPeXXvuUEjTir\n30hn1E/0vAs4J10J71pTw5qVe6N5NBzoFvJBWSZk+iMjap4MWYS1oe+EVqt3\nQtZz1gJg9e2pqYyXk8JalzvVlSrcfI41PmdnDLC5WlTcuXjKzsw9bV2CVkUR\n/943ktXhIBbbqyL/AaMrmHoznu07Y8eT+DkV8/vRROrv5iOEoj4w4xSS6PqL\nv8VTDD1ogwCF6Ex4rCTJ1RsPjWJvmsK1GKKI+SQWRUV9y3c9GqfZTJFDPg/I\nfaAiz/gSn6daJEXuJhBy10l46YGlns48tKbVYx6DEhHdIGpbICkMiijJmok6\ncgYBy2B09SW4FTAQG/E2VrXB4Z6HduH1Rs9tJ8dGhfWVC5ah5eLVF797VQuH\naiFS\r\n=Vqm8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChVDoSXmvX6GBQ56VyKD+qmM/54zmnZCULv4V+HN5NhgIhAJewyDZIqdBApA/5Gwq+ZNH/SpwTCtQYJEIWz6Y1XlWj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.67231f96_1545163438736_0.23337895715998225"},"_hasShrinkwrap":false},"0.16.0-alpha.5882a539":{"name":"graphql-codegen-core","version":"0.16.0-alpha.5882a539","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.5882a539","dist":{"shasum":"51496ae94d6ae27e9267a2a995cede0914be132a","integrity":"sha512-SkkvQWwwwjynic58dr39R+rGFKlNlid6nkeWdgV5+XIt6qVjUVrsLKZ8qmtuh+TVcgvYUX1VTtDDUpPpYEpDJw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.5882a539.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGVMJCRA9TVsSAnZWagAAM+sP/1u8TcKzZNVnnnhhykYi\n5PDkjXq+mLpGLTCSKjEU8fqCKs2OlYx/d/ZtZ144nmrmEXw3M/mZnU+aZxKG\nkpPHc6IM6etu3XdHqmxcHLdxXbIL52jyF0w7h4QyKYILlQJUx30LFtA+180p\no/JkVWIVBNmztyQFVOXUDMwvIkN+NemP5GS4b9UzPY4FK4Ua1ySSzFVeXPC7\n2Uyym2JEKTgfVbFsRaluVGHA05URu+N6Ic6udOXIY84/7XHes0yHcrTfZtu9\nWa+mmSGFsETud5/LhzoaRCY1jpu2jxJka5hdl2MwJ0MNLnf5iwyDavbHZaqt\n2Pu/VqWX4Oam9uxh5vK2OeilvYI1AZG4LXH3MFcK81eF6yIKjkaFoA8O4JoC\nOb3h/LtpgK8IyS4DE84ZYbcZO0yYRFPZTaXXZhU6s5RgLMypPjCUDyRdqruM\nCrPcQB5TBhGIyP40fhvsHjf1p9bgpC7R0SnfErFPrl2vtpc0tneLAmtOR1D1\nzkMcet5iSavgiaQfMr8EtMO6Pso23wKIgBOeEAW3FiTx/27nsgE+dvLwVjOh\nfPvRbmDQFU/vK89motuM9E/t0DEsNrdSpAqtHnQn6Ttdm6BWH+q6r/ZPToVE\nWi0nBGYP1ZKGg7Zgrdy4Gw6L6DPsmEucB6h4uam5Nb1D+zP4D473nOPQ1cq/\nU1lm\r\n=doSN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFS6xnpD7aVuPhL4CYD34pIPKwdGUx14D4QwkEEyhqyNAiEA4KkIStkr4CIQXVkKorJ2hXt8h9DiIix4CszC+/612Fs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.5882a539_1545163528431_0.06564939654729574"},"_hasShrinkwrap":false},"0.16.0-alpha.6c2b99b1":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6c2b99b1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6c2b99b1","dist":{"shasum":"4f9cfb897b092c226e92fa9b135fd30c6db0eb71","integrity":"sha512-jnyL2kAB7oARrwxk2kGbljqKsYlE2T2Yp9jTnsE0AVsu0NFBGEeEvuGaLWOE18o9blQy9s7vCcaIMu9jj3QsFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6c2b99b1.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGWUXCRA9TVsSAnZWagAAlwYP/A240yX1mZ7etaPCh0Z9\nUJvq8ZduE+BFbMm+lIx6Hw09aozPF+g4OUgOXTAdKXjTI4hoSuDdY45GEPxD\nFYac8hvcyfp4Y686aBOPVmxw17lmD75imi20dHxKGCs3v9cJldBnX37oQxCK\n1NhEIZYzG7mlyBZq8BevWPWDlomw0+gb0ElNJsKJ6s4vethTF/cjQxU48UZG\nFPKMI3vv0uuIm6/IvTdcAL3OF4NKorqUdsDDuOozHyM1x6ptwQtYiSOWeJyV\n66OdYg0L3yswSEoDJVrQdNXANuexcYuru+PeLdkL6tm5Vj0pwXx7o02jNGQq\ns0i3YrO/pJgd8GWvlrG2J+3g1c8VmEAHRnsQTnJVtBwpc33GkABn0JwRmIUo\nQo+L4U00OkmsoVUi9NN08yhLU7am5geTGDrT0M72goOr47kpAlhYg1iCB2KN\nidp+cS2PB9uNnXP8bxsTK82F9zgk0JxSHZQ78SvPi5Mkt5dTQ9Vk0xowAk6T\n28ysjK5mYFVY1k6vxJPHHBcei8jsRjGaQxjbK66XUV+1tNjxnadj4EldgICK\ngwmxVJmERgqrP1BbZZk1Vh4iryvniU8kQUqB0Rmcy3bN8S4FXkQehVrUEPQz\nX28m+aJxvvtyHcHW2MHivb2LtPEgmidQJwTLK1KnzMsEYzSnGqEWl91fof+D\nGkQd\r\n=NnrT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCTTTbrXwGsXAdcWz2xsTMZLQ0uWd5s395fi93tPtMGAiA5sRiP1uFnIbtniM+ISTInl9Bpb2o9XYOhhyyPROESEw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6c2b99b1_1545168150598_0.43422361126844167"},"_hasShrinkwrap":false},"0.16.0-alpha.8552f134":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8552f134","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8552f134","dist":{"shasum":"d1e9b8da09664d52006038892d73bcff47c2b912","integrity":"sha512-wbC9OkeLww19lQcI0xO4+APITbOheGH/vHh4JOdm4T7nsCKKE8pbsPvokughUpCtK+Mifyc+4PIqsUAPDbqwVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8552f134.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGW9KCRA9TVsSAnZWagAAqNIQAJLzcMeFKXatq7HCrGQy\nQAozucyTPqux4UaawH6ejXbwTR51qEp1PcB5xaIfBG2b+WZNQD5rRLOohqt/\nJPCT0xGSVExPNiWlIGW8pIbkIr5RmVPwR0n31ZI4ZsL4oF913nmXQt+8v+Re\nr6Czp/C+81vM1JK42/2BvINtDXIn7nc6Qpa3cyZwScswMgDezlYhpBbSEd0P\n8XKz41iUlRIsD9qjnbXJwm++HIy8yleGJlmVdRUYByRmdtU9BWhT01KO04q5\nX4HQtkN9KNhX0AS42KSP6VT8m71dP6C3YfmRIFMimTuVlWVE9GI6GO4EEZiC\nZOpTe0YxeXUlXwW4fcGAZ6gXm1f6vhjHZxVs+Adu3vcrnjj4RhfPtbSRA1gi\n3Va58iQ5nDldMn0vFkKnF5Jlvg+wHD0ccP9UwUiIDa1U5lC6kUVwTqmFY2tG\n/fUuAflefgvOrSkMPjUeMQciuW+LGnq5kKmZKHu3mKj4HHcOIP1PewTQWdC+\n8WpbiOEwlmLloR3A/j+qJvKAF8WjEq+x9cS35hSilxciwinf5I8Grdm3UHrF\nKo5KlR8Hr+XqLQG34UAzu3A+h3sp876dYC6XJ4jtqCkdgdpGzhpAURKk2JOE\nLO7NHqiXcIYRdmy7CFHx+g9Tz7Rv7tFh5axxL4jwKVDOhwVp2Ul2psdJWu3Z\nblxZ\r\n=rjSb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBlAsAIt5R7EVg4ojAHfkhKwUwofqoWFyn6KpMfGpIu6AiBkxAmxj3yiOXn+0NWUc/dBiTnmIqpX0IEk6ln8Ql2oow=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8552f134_1545170761816_0.5924477645743706"},"_hasShrinkwrap":false},"0.16.0-alpha.538c1810":{"name":"graphql-codegen-core","version":"0.16.0-alpha.538c1810","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.538c1810","dist":{"shasum":"85a208fcff1362b1bcf5b035f6ff7c63868c6ebb","integrity":"sha512-n8AGf/rE+Mc2V5i5wCyJH7Q1ygKGEVTar2bKSzigIsxq2W8StVYWLz7ah/qtNU1A0OoYU/x9HB4fMGfBlz7QQA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.538c1810.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGXCVCRA9TVsSAnZWagAA/SMQAJAYIhG3z6gK4ox67XuJ\n2JZjy3M/O/i0jfmLl+UmcPOUrEHRcFESvQZTG4HLqwOA8Igy2KHg4T7tCbYd\nclUm/hZ4RaBF14oDb+PweggSF71T1SpEPVuKDmWTxndEs/z+ajRFr0DJryhp\nXjLgR0HFV/DjpLB9skHUysjm0G6jp0WLqlBqVo0xOvqO/WQRxd6OjzkoNE1Q\nzWHoihtIu6pgurETfHO4qxoW5ilJCbiilo3cB1oK5HhnlCVeJRt9DM0Vh1cK\n+y6wECuijf8bKhk/LXPKX6PrasXTwc1eEXEISK99xspxrJJcdGTj4Qy4vFGv\neTQBh0aWsW3+Mwu0krBoiWokmOxay/1fkuRaI82rhTMlULM08QKwS9FxWN4k\nAImqIlMV92Ed3iIS4yF+96WWqT0Uh0j5LF91FEZ8kgZg7xHH3fZQpk0WK8mF\nntX+6v29b6EjGSQgZvgArNn26UK/XWmGtunq4Cp7CAIzEvAB+WDC3R9tvfeC\nqhn5sHhLucaNjSHumERVu3Stts/TvDarzBvlLt04a6OWDfSSaAE7EgcobFqt\n9j/lQnEFD1wXBvhSnZxsliiv+YPPKYusHsK8ZPepU8DpLVCJTofWQ6YpQC0w\nUcNxZZ/k2JJZzWrRzUDqQjHMV8nyujwRMGXua+D5UYq+dZGk4gCZGrtclIoq\nRhdo\r\n=iTzS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHMKAKBlY441hnDIsM2H3lCOcU3oTGMlemRicJxti4KxAiBZisd8zNPmUxPsZ54oGhXtj359crnqHvokE8WxyzRpcQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.538c1810_1545171092848_0.4122042184272101"},"_hasShrinkwrap":false},"0.16.0-alpha.51b2ca2f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.51b2ca2f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.51b2ca2f","dist":{"shasum":"976ff743d762daeb3a404080c76add55ea2995f6","integrity":"sha512-uazGXtmKwUP8d1xV3nczTeOnDpgpVBNxrr0IlTVeeS/CJfYqUuh/8CuqsLtnjx8eEHOkGX/IkAaZ5S3rjoQM8A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.51b2ca2f.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGYSBCRA9TVsSAnZWagAA+woQAIg/17t4hf2TRAQKMa7A\nXxzcI61HmCtO08yHkkswx4bUKDqMWz79655NzgOh8dqieJ1th8MRnRrKhlbb\nznHQSv2hvuBNdbuFqixsHRnev0HDYuJDX2wA8rCkFB+uRPmhqGPA9MCnCKzF\nXBqtyWQYUJQ9ltnxrs25GvqSrfLm4AexkLmQ2CnTqkauhwfGgB0iq1m6Sa9G\n47Y6XnFw6f/aIkC9oaY4VinvpelzzJRT1768R7ru7847KZRgzpSTBOVGi2yJ\n6kqODRy9i8GJ6dLGqXDxoml3uaMoPxjXCZGqC8DvuPycoWH/x8H7uWHU/DgI\nBeFq4JRYT+oajVtGVxI9EXvr989nbiRu0zT2QKF9U/ZlDC2mlQ4mLe58yw5j\nXq2trw0pWWfLnWwskmuIv1ROZvYTy8e/yRtKivQu5TGAsheu2RMk4QImVZ0A\nwOOm3uzZGigNmj7ZUzmVjOZqhgydbLqnrWNQcnDqWfhZWsT64BcVxgcgfQZM\nq1ohV0dJpDhGu1pZWc2EG8NlFVsdoCLErdPOyS7yriZJbB5m4gcaTba6zyfu\nItZYBuC5vba1NdqAls72cPilxq45VWa7S3nprMOHOona7uj9YeMUVrFDaB49\n7ywpyxucFd1GK6bPxh37NbKHiEv4qOKyRdAQ3Bwi/FKpBshJCXFVcvVN294l\nFrm+\r\n=aobj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7DMC+k7f57ei4t+NfGS+HbXQfaYqkbRBH4TLJ2NJ9fwIgJ8gVAddfc2Fka+8NNl4UgZT8EuC7CVI5tK1ZWWI5/2U="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.51b2ca2f_1545176192743_0.5217051848717467"},"_hasShrinkwrap":false},"0.16.0-alpha.ab0f22e9":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ab0f22e9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ab0f22e9","dist":{"shasum":"6028f232eb6417816782fdb9d9ddbad987db548e","integrity":"sha512-afmTdFA6ZR4xY9P5DI4NAA27C0wcc2aSRupzd7jsZbozV8tCdGbIu2tINgMRhnbcpdoRolv8q82B5CkfQUjYCw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ab0f22e9.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGdsOCRA9TVsSAnZWagAAAQMQAIt3NM90FYSiBd44DG2I\ngLaPeHUBZ9jC2mEcD6oq6pYH9y4cVP+Bs78MD6+xYZ7hXLmZG+U6ZASPTyVu\nz9wT8BZ3HNKZU8r4b5qAd6ZGx3sJrBgRpjCG6keof8YoUtHthO2T5aOPlQVL\nzcDqkQyxf25Q9kMkqvXsV878YcCLZkXgOvOZ1FEmDMbcyeAUBjWZ2RtW6fJg\n15ADXQU96M2m8Eu8qpEg2miDw7f/cQvlzrHpogveFfArtLR3TDKfOU/5XZEk\nRtUtB2PX+dFlmXWRrHk54GkwSxcbi0ACpMx8fjK9rmIKAqVjzdue+C3fpECn\noMCi/vFZPWxaIju2MI2yn8oEf7emHS7hGc0zgrNOdeYOU6sO8hfswoAe+1j7\nBJsDCv4OJMH1Sr21Jo+VTJLpbyWWGG0guMiosq5d3IfijU2DTHJi+YuiZOvf\njpnFQ+aHf45r7DFvl/yFtyCYbDFflQUEyILm7KgNSXC1xjl+hcPQsmpaw++B\nEf+g+PrzbGkActKLIRIwcSTJ5Kt26AoeUudag4NhoJM5kSyIfaK5thVEGO2y\nIk2qFRfXcamZxnfHXaCF0HXVHL7NDJXwvCjVzDR0/UJfUoYJ+4QCxVBV8diP\nRJ2VZ6QaP/Eg/SpAzr0z5TqreFkNxkvWNMedKPqbksZaGJVQnvzFAo6lYi3F\nJodY\r\n=FOFR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjjJnF7RTMNyJazFKBYJenKDJkbCLjTMsO5Yxfur/alQIhAOO3FEPaWnzgIC9HuKwvjtmuVmeUPsjYmyJL5qcPsAnV"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ab0f22e9_1545198349627_0.1752798851931292"},"_hasShrinkwrap":false},"0.16.0-alpha.ad07eaff":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ad07eaff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ad07eaff","dist":{"shasum":"3a1e4ba7de6ab6b57bde8d2661fd8f00dc25a53d","integrity":"sha512-ugPe6g4gl5dFN1pOEObJIpWfWDaC7xec0J6iztt4YIzkMh9OBOjV6D6YHMjFblDrUWJC2MkjWDlRMJyGsR3e3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ad07eaff.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGd9QCRA9TVsSAnZWagAAsWcP/iKmI4JNuAUCbACzoGQk\n+mzG2nMDNjnHvx+F3PbMxjqtruRbABan+gYKN0osswuDAHVJKa8z5hNhRi6r\nFSr/3p6ryVqZ8oAixPM4hl4dkNAWRCfwoWl24nMAvP3+WADB/VhiT7cPHs1L\nBdl9q8zy+3yxLH8df1yS8eCizW5N9m/nB0tYMTZKpIhTPemuDdQOsdUeO8i3\nVK1lw/+sWk5HwGjFIj1gh8ngUQEXHItGZ3mdfqgmNLXCaK++pULsUu2NxRg4\namPIT7vNuKEKykynQ8QrGiyME7eV21vj9pvW/k0qCwQEfUZpoyC6JPjFoP+r\nIZOS+xp8Sj7M0KWFaPTnutcQSj4pDhbBCRRPWy66kZnvEnoRsqkWN5wZbk2G\netcs0IRQnwejgZ6W/cvqECXF7sxVyYzPEjdgLw/SOba0/Jt+GuFMQ5EJ3xLF\n9YiOZpM9VVSIuEluD1+HhSAlxQTGQB4iHzNb8m/bJiVSNImVPqsFTtu4VlcX\nd2jRnq4cJWdUtr0AbN4yZEUIOW16gy/oNzsM4SrsaSNpRNMy4cv9+IFDoHGH\nWV0FqKyxdypCy+BpMnQOUaLKFnOnbalVF0zEf1GRaStANYDtBCShFAXT6qbv\nl0/kWZ/hL5nC33q8dyFI0Ti/0uaoIPrOls8Jcjk+KnIIMQDtWP5NJaYO3luf\niwyZ\r\n=hqzR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDO3tnK3/ykmKFfJwb7htPSiE0irXy7yXgiy2Ijt3OrAiBxyuvomSo3ahxk6A81XQobOQaiCM02cMnySenb+Xo0Fg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ad07eaff_1545199439674_0.6601835111828878"},"_hasShrinkwrap":false},"0.16.0-alpha.ced38a7e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ced38a7e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ced38a7e","dist":{"shasum":"730e0d4d1b80b291fa676487129f66e149b7aa73","integrity":"sha512-xTV+v4Tt8Rog7Nx6dvgBC8uY7TWsBEiVTR3qIIq+zqb9wOzs9yHjeYoKsyFT3UIvAFJvbpRPiDXF1o4nF0563A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ced38a7e.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGe3GCRA9TVsSAnZWagAAdVcP/RH8pV3UyTXw18vUTUzK\nIESNTf+a9MLUagEi3SyHyfo9xT7VmW4HdoopiJapTAR0Np5e7LEYruJTqOhV\nAKckgx8LEZmF2KcuHAeyi3z6ZnPCwtuAJCKYDdRxdgR9wok5Ogp3nGTDazt0\niC/TPKKBDsEeLpNGPm7Z5pVqUecWtnJPwiHx8eztqy8rXKz6UaglO71d6o2i\nqjMa/MsxJgYdpyYwGXgpSdtZjuPSXlTsZPHAG6PliRQXv2pqbyolBBkNAjdn\nwW/qZvdbqKIOVYuxRLsJmzWbIQhqdc9Wfp52DjKB9ou2PK0be7yvONgs8zWT\nbOpT7WgY6+OOzdDO+8YAuCToYchXbZQvF2EipLp6Os5fEsOaCVTsqIenX76I\nJU+Z5/AiutSyKAvCreqeImcxlxTXIrcfF1lV5z/vE13XDLIgFb4QjCiHbGqP\nHawQUOJhvK0OQ9BhTvcTXaW4K9x6HEcr0F2JyH1sz0/hknkjFAEaCBPPHWu8\ney5gIhLjg8w050kYiG5hLwLN8q2IqT+1qd2sJQdG14rG8di/UiNQkVhMl/Wl\n2n+u61ZyGku0m6cgDwNUCVznSYvJKqpSudOn1HJWIJkdz+jK025glUw6eFpe\n/jGN/h+SsxKGsf090ltQzTQ/xLsjhu8PW3RiqFys/kB9ZsiN5Vp9juwYpThF\ngBvc\r\n=FOyX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBWU0c/NhlWgVMB76ZkwXQfSXwFxPHq4huH8n6Y2Z/LwIhAOZl3rcaHdzVu2fwmPXsD0W9PdDMsPDIKDqebLKLYM4s"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ced38a7e_1545203141447_0.24252107077410967"},"_hasShrinkwrap":false},"0.16.0-alpha.0248eb23":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0248eb23","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0248eb23","dist":{"shasum":"ec6ca5613b2530fde5cc0fe7cf13f2d308ee11dc","integrity":"sha512-wQN0yUD0ydyIQPHW8iIjIp4tKJvOh1GKW/eGdC9VfpsM948izaRhZQAlUbjMBu0fl6BdCDhL4sDHcxPGH/j0IA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0248eb23.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGfWBCRA9TVsSAnZWagAABS0P/R+fUJqY8pOAQm8q1XQ/\nHprnWDXhtppxJtY4cYzYvkkshlzKc3Mk7rvVEpwyU0As8pA6ztItcAwbjACT\nNwXzrWxtlw9zBgoXJ/oW9L4CSke/oAVb/jc2DhWRJakdUo1YMblRUA3RSID2\n1H5pU4IGFJO1xkdUIEnpwVPcYywFpvOUOSBaLHZ+XlQoZYdEA72neIPLGmPJ\n7i1YFLuvtX9RJtMbVJ7O58PZM8zTOERhHlOGXt4klBBIheQeye+E3FdvnNRx\nc24AbjegN8CYZrD0sGEX5XSiwF6Cb3fyMYekjx/RG4hz5BCR4sGkmoPOtGlN\nPsHYO3R40zR38Q6B8MNlzJz7XCe5TJva3mLko0ewGOvFPq5t+NoltkdAhSnL\njFONnkkoe8aBgYr3TvI+84dpcFsL+6PdE+Gk28VZ5aErFKZ8AvAsMoBHM82o\nFRESNvGdh6qSGo0dXFfbzU+QnlTqFFHTP1mNm0krgsuum+1iZ381Y2Lie+Ye\nt22X3s+TGk6YRsNWjBbzLDPxXrH+WHNsqrP3xI5FqoBQIPRNnXRXK+mq7BOv\nCh/V+MQzizzMEW3XEB9N8bXJ8DKXhrPsN9HBx0FRdxel9/peYPtmgQlL7BD/\nJY9FAXTwTLPQUhF3iZh+udKvj/7mibZunnV7SONgW/1oNEk7U5oAcArInhsa\n/yFg\r\n=TeJy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGwI9vq6E7c5plGRSmquif9IP5x5/zAMxrA7ZRbBR+2GAiBItCPqTtYc+WUmN/Keou9tJmuzXep2xv7fPq0Nx6Lj4Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0248eb23_1545205120889_0.0734675019101807"},"_hasShrinkwrap":false},"0.16.0-alpha.5a024c86":{"name":"graphql-codegen-core","version":"0.16.0-alpha.5a024c86","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.5a024c86","dist":{"shasum":"ff43f94be295ef7d0f2d0abc1f3e3612cc4c0125","integrity":"sha512-qbT5mWwrDuqQyM2+/XHrDaCvzXVjoXysogg+LghhtnBIA6ewoIls7j3pHicRpMkYw76e1eaPK2twZ/nskwcHEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.5a024c86.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGggQCRA9TVsSAnZWagAAsEMQAImhELxpDg42WrhLguis\nT4YSzPyXnzAIrUGG4qmGo86WhztN+AnxBgLHnJd1tFtG2GlR2dAg9r4JAzQw\nwTQZMkKCuho6dLdCPSneXKLePiKcsprS6Aat8emwRSDMWE89Nol/IxZS0wJQ\nbiw35SGPKfSoDlFw7CSx2s9UeahSPYPYWcmZC+Df6haKiNXRDr9bMQJ7kRTq\nqd1SFGHgkS3EnRxJD9ilUi3+K2FjRQ174NOjI4spPacv44E57yvMW0qJmB/M\n33xwQiwZMpZ7/Wi8JcPSv10GO7zid5FNASxQX5lPCZscg60BYtabIA7uirwE\nVpBY+0lchPKInjIuhvHfseq3N/Uj7MeO2PH7O6H2UmyZs6VplMHoSG4xvGhb\nXmEDn5R4LElYba57WK+22+mM4vPwoV8JVQ0QKoOCyAU57JXvHLlnq/Z+q6fF\nmETq+nanSivISEIy3wW5CdXr05hHw0JHfhQGUdzpcxoOlTCaRcMkCVsa6RdB\nhEetuJMVUHC+KDI7H2FpJ80Ap6T+p8WyLZXf5a6VIHvwZfjgEVbbtt3WsDFt\n6wjijcPRr/03O1mxRnu2AfoYAyVxSUENjnYmsrzlB8Tbmhe2JljT5NBg+9st\nK2u8/ox/PDRPvVHdWgIpOXEy7/Jf56N0tsZpqcumq+JbX9sQu9ASpUGK/QqX\n5j2q\r\n=fd7M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDz9mXWp7loE6XJgtZT+yMLN7u5gf8Fqgkkwcx66ivuvAIhAKNTbwY7noBW1R8aYV7fYHAox5Apv+yds0I/9NCRc2pJ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.5a024c86_1545209871408_0.636419458236744"},"_hasShrinkwrap":false},"0.16.0-alpha.56609532":{"name":"graphql-codegen-core","version":"0.16.0-alpha.56609532","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.56609532","dist":{"shasum":"9df0f49761faad54296d48848cb860e5451d5b4d","integrity":"sha512-7odcRK5bLZu58FhfVku98W377c00AsIlavNdMBkHXzQGJ/wXB4LZvS+HWra83I1dm9doGBLqRIAa7+0Y/C7Tbg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.56609532.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGjkqCRA9TVsSAnZWagAAR+gQAI7M9eb668qhplxS4yPN\nOGlsyPnwPuGjSyLbXL92sJFg2RUeZkBnWZPBEerpwY8tuG86gNZuG7IPUYg1\nowfK0rpIbEZOzyhM7AxUS82x4SQfK4KdXuavrDBXBqdnyrPt4DXVAKbsgZCg\nILwcGTvcMuzqMIvrP/9uRLomdj++vTFLdBQ7akt4J7P68k2fXSSY402RGJYr\nynf551afUZKl3xqGoGLxNNqv6oeXarmLHG5rWzXI9REdVKhB929UftA4YYfi\nsfKRQWc/VgTZo2Jhdeu4eYmBpUlS1McXLNIUVtmRPh58ODiGP0+uZMgjJSGH\n8i9ueTS0/ucsgDjl0OerRt6r8J6yRcO5n2gM3o7uVnjrlVSu4Pale9xJP391\nZfyZZjIRDF+gNaZ7bGzyR6MmzW0YRKRc+kDS81TXPaQB/m/0uaQ7gsgkn1E8\n1FsXq/1BkC4Cl56H8IyrLXycPVVzTQS77VKw3Bq7tENKF9OsLYG9M0Mchk59\nRDSB9RR6B3p8CdX92/CnZjPpUlykr+Jr7qAdzHwnSdU4+pNrz1SEZLklNlC5\nOIwKR3XGlCqtrqJun7Zjtc7KuCIdlQBEvh/Kd4IYpp+kROikm3m2nV29GZts\nwYv5Mj2OPt+CjWfGwwoY4cCKdZtJeUcjFyHCGvRYbpEkyo6eCVaUws0BEa9i\n8FFL\r\n=g5Ib\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG75Il7UfONO6kKCYjfT+z7GfLUWgHCNv9/158hY6mzpAiAEkHSNRX9W4Lstaf76pMB3gktyVvxD+wU1zpwvoHkCuA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.56609532_1545222441381_0.2366907561132121"},"_hasShrinkwrap":false},"0.16.0-alpha.a1adfe87":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a1adfe87","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a1adfe87","dist":{"shasum":"c7900233f3270d44c6c97b8eec7a8c75e045b6c0","integrity":"sha512-zdu0R4IpJqNTSOOVu/bambQyM0AHkPXPGogw0Y+svry1ogU+OyZ4Mn781UsFARaJsb8Q2sF8cbDG1mc/texVVA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a1adfe87.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGkpDCRA9TVsSAnZWagAAtikQAIBVXWqEABJvz6dpA2aZ\nLcJjqLvQz0PlxJYa+zIMqx75PHJ5jpNoDcoQlc0trykzk+2+R3lqbISmAWq4\nSyF2uK8V0M7skgaG+F2Orpe/38M2PxS6acUpCWBXjUMi+Wt2xxj7JFbWpIzB\nG9VQfAcywilA5/gvz++UlHvhz6NakAmxKR682gNEuxrCnOlei6lP8ox7dUT7\nzN+9qnhdMUkkG2rD0B7JjmXjGqiwxJKxLJka+EWIBdpdJ6U+2xluX8Cqgi3h\nmp0vRdvbIEWZdvSbMDN+Cv5PCNmL46NugdXIlW7NnoPE74c0GYV9p/SFTuZp\nskd+K27gktTonyNsSkTPn4EcvTjFEidDHrCC2r9Skjaks8eyG7FzcTA/uSFc\nCrTifVQvyFbDakgBSZlD9gpq80Sj4IK2zgqwN/sddDL0kdongzjxWxZSbkVW\n07wNrVFUJpMw6JnTtoadJQa9PWbn1hVXKeKejwcbSalotHZwXazuyhVCgpuA\nHvQ+4NNxiAIgMAhRKPz8mcmo5pfA6XVFUjx2OHIQah8XDPKceaV3OZp3T31J\n8bJC5Gpl2HGFlv4QiQkNGzvFjolDWuabZpGkNZgVrwsEkeNMa1TH22QePQ0j\nChM8uaMjv9wBtDf0TJHeY+JhcD5oNURFS3Drb18Ioa8rNbs5CTZC+D/jQaS6\nHUMq\r\n=YAfj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCI+alRTX1wiqxBrzlaHV1qwJeKCkimc2vYi2qJ9xehfwIhAKHCWWpRp6uoX1QXFZQZlCNuab1f5ei2Ro+FqlwKCIVI"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a1adfe87_1545226818546_0.6119213527873979"},"_hasShrinkwrap":false},"0.16.0-alpha.7dab801c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7dab801c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7dab801c","dist":{"shasum":"37bd047e0cf4fdbfe46f7200c6a2e7ca5adce29c","integrity":"sha512-UVf1GrUIjtgumLn67OjyW8iUcLAa0fISTnwlmqMT16jc+UZCHF9Qk+AfVpGWGz87wgJBP2SV5asm/X2PqzcSnw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7dab801c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGksKCRA9TVsSAnZWagAAXz4QAI0T15sQWgpdoj49d1JD\nY3NiM4WhhySK7qUTufAQLqhd0hjF+mz6PzNa+v3bKWX2YgWQWZtDWZW9Z4TH\nywfpn2VVY9Fm/LUCmYdAbctsQq9OnJXZq3J2+ZHPv97tsRnGka0vPR6HZG9W\nwmsmsynXZe3w+/lFUleSQHuuKdQRZYkxCEkTKDe+rpKXlBeA8sVGHRvLfsFY\n9cGU0z4mwGti2+/iAqSFCtcza3vKnsq+4RoTTUYq4/fm3QhHOe9b0YMRdMrr\niZRkFN1RbImN+ub8Y13EBZxD+nvuH+3mZP8TT/B+z95nqr7P4XJkLlNe4v3B\no2XrB9UK289uAL4bRHBu3Kq4wGarUHJMcF/ZA8yfrxYqesLxV+cpqc1O2uRs\n/vkhTafcceYKQ7tMqIu76KTRvbgI+0TJVgXk0p+mBx9u46ubflegWL2BVj7K\n6FWI9M92q8yDtHJ4FRvoy7x23tv7WQ50GEmFpmJAxL+8m3G3tK95+Zvp/TsT\nYH/f82JLTvQh7oreyxjd09hktBkPdawwlQCIafDpLjdEfUSmiCkJq9HwbB/Z\nsR3XSNB5zOEb8UfbKauHrjoQfoWIRzxK5G/2knrE4gKnF2TvnhiNJ9Pw7mHo\n0v7ZJadOKySrz4ESduoR93z+JbPJrvLsqRuSNlU55M9YKprovAVD1zovyia0\nglb3\r\n=dSve\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLaGY3MtAMZ1ITda9TrZdaUTaNcESCzSEQNLFUf+wy3wIgftcYz3KEN32pHJvLmf/PF6QmutA9tcsLuonesu0x7Xk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7dab801c_1545227017997_0.10774913693541222"},"_hasShrinkwrap":false},"0.16.0-alpha.42ec6d29":{"name":"graphql-codegen-core","version":"0.16.0-alpha.42ec6d29","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.42ec6d29","dist":{"shasum":"ff1fab0548e7700b97ab279dae5c38de338b843a","integrity":"sha512-Zsetka5yJ3WZhTOwA4GPm1cm3zQXnrjgOXL6KIaDC4viXmqmX531P1js6iM89ej/xbFt0IAUsBobEGyYMNo7EA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.42ec6d29.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGksbCRA9TVsSAnZWagAAQHcP/1jG/MxqkHnFYgEUCsOX\nIQOX++/Ni/MypdxpWc104u+Za2QR112fHgWapkBd/XpsyjYtKJTI0TZxS6vM\nHbk73rAKXDxdsJ9iMZS9rCgvLK3tiJ6l0Ce0pOK/qVlpdNicwtb1L6PNnaI2\nEnmaYxA7NuMsPOjpRZF4DRkRsCjhp7SGjxepllrlnQHOoMKUX06uJpNiQ6dC\ne9ayrdKZ29yAcDp6UMuhk3INThags4vYOmQJ8kasSgosrWB+QRDO6NHp4l8Y\nZDIPK6O1B/am+HggP88zMv/VCCAZD2ZiZLMX2mn6/EQOO9CMQfVhwiJX6OQX\nxJKdsY3mkebL0gGrBOfyx/LqesopNtnH5VS7IPMpirMEAzT1376A45PQF0fU\nYGze79J8OgI6kYIZ/woYcLld+6lXuRGOdGIv7NBSi9270IZ7xC8shmbiDm6N\n750XDRZdOw/p83kT6OLl1JqSNsKEjr/8UFzjOCDiHiGCs5gG/o4o55MrNFhT\nOOvRr8M6w4IOhV4NYWL7alltXQ5zkBECrxPNP6tETgmEDpTWfQwDWEztNDvk\nhc7N9SBrnJMFCVb2yFQNW1aHsnyBC8RoiaaYRXlp/el8pkbKsATp/2yL/oTC\n7a02WrDj3tDSQLHeEvs+va02o2APk+8LhSXiMyQZ4P0OMIWrNyhSQSizwAdF\nG11M\r\n=qEv5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPmslp5Vc+zI6WUZ1Nc8Opvf2OqFVRI2cz0Xel19N8OAIhALtzMgYTP17oPFDrrI4xpQDYlM5QVHjPmVletRDzbzfg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.42ec6d29_1545227035086_0.6763981150549041"},"_hasShrinkwrap":false},"0.16.0-alpha.58d710bf":{"name":"graphql-codegen-core","version":"0.16.0-alpha.58d710bf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.58d710bf","dist":{"shasum":"27a752337a3dbf3affcb05046c611a7b01281f71","integrity":"sha512-viD8LDtcgCnfxvOebUCfsKVWBnBVxaSHS20l3hTsYZbktuH4cG5R+cE2+URtl9v1eGQqm/5DqrFOdFF3HQwuiA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.58d710bf.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGnT+CRA9TVsSAnZWagAAT5IP/0SvRA53pj8hLTn7Co2h\nXQz4ohkXCzBn/h/hBjgpPth+Qyb+4sS5n6SKlC/habweMoNKOmLEw86her2i\nWKpPTADdq6KqqXPb/EKOwpkKBEiQV+EO3wRFXhXew87YIwsY7PYGjp5tUpdu\nJGSFU9AmfARfDgKUodRcWCVwrMozndYWDSSFp9+pbRpd3M1QDE7OBxWIDa9i\neXhlJTjXY6rt93eP9m8D9c40H01oKdL9YhnkEAP9jtDrU15MgvqJh11JmDTG\n+iRQ4qdPEAhyH4Yqt3BQFvJ1Kvkei4ASXfEeVE+BoS7SZfEjJQioFWc50L+x\nTnpGOVw8zG8gCVVTxYl7LE8IyR48MWByBAJssKqI0isRkhUBCTIBwohvreWv\n5nDMqnFmKpnYA5RIx0qWQABdKc6XO990Mq62u2TEzLweD5alJE5LUhfu7490\nzoBe6WIC8uLhKsu13ZGBwuZS/NMZd4pN/m8/4xWMcb35jhK74NfDV28N9Nsp\nbpB1WXrEcRUjpVn/FqWtWKKiHvUoOtO+U9/OEkVjsd+ZaY4FllIy/hjitSXk\nZr+o3alt7tf3sRREanpB+7PO5FDsoExG29WhJ7qgIvnzoMBqVhyU3Dk5Hny0\nLOoP58XWjTerRzdNxtJxdKsSelfEKv355nFa8BTNMXk+kyRHKMFZOmm83d/j\nkpws\r\n=d2RW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBRQoAqNz25hSV2knAYPDUam/hvPGdrtO+0wh2a9cxTZAiEAk6po3sDpmjOIJcfftuy1DDWD4KkpEZCkJffLaMYEI54="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.58d710bf_1545237758152_0.40912863516218567"},"_hasShrinkwrap":false},"0.16.0-alpha.0247cb0b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0247cb0b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0247cb0b","dist":{"shasum":"f508e74bc033ca7dd5b581764c664b5e53e0f674","integrity":"sha512-TnAoJy6SjiPsfd3NVAkqmwq7QzLJFw3ItdpQbn7G5EakmRkxVOofvr8dMRGVdlG3w6jsPyo21W0OlyZRyJGFuA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0247cb0b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGnYmCRA9TVsSAnZWagAA+JsP/2w/5T02R7+UIaIxAclF\n6C6h1X4iYOC89B6GBP8AolRr0F9aF0huMWicpugkM+U+t5FgbDgir+U9PtXY\n4RuYOj2AeFQQd020OYZwNzx6LMJGNXr4+spKC7ZfCqkev4oRV0C0buUlC+XQ\n0o3AQu9pWVfjW92TiQzluQxuuVdtDE6oQj8UUNCse3jP5GNHBjV+RrTBCsE6\nC0SAyDgRDYwbRj5mVzJu2O7u0i42ABooI4WSjCdWQOTQnFD3bJHWqUbERPMN\nbfUoJ3JdiBPbW/tRxGlktWdklLVN23+9YBV745L0yAzKO2o9HXLiwj+nhVcw\nGgcHnq7M69UHXSDa7x2/VvpDP585m7nm551tB/rHmEnmhT4Lb19AiAw5Oren\nRDCIyrT9loYo10U66EBgqMRnOUS/E4abqESFZCFqjRDyqAS2Nryq5O3WCFEz\njZ6Hshmus96h9hMna2ARnonyy+ZmwGbn1mhgxkIDHzPrBIgSF6gjIU0zi4bZ\necqRInmvx26fmsPQyyq9xEhlBdW5JsuqGnsqhP2fvS7VBrlEgeLAslMcILRD\nkA3lZ+BqjTU8G+YFI6KUGO37RfOoNP/pNjO1047fBvcoRCdNWFRMT93OgOE0\n1f+c9EysLGGPdTr8C/8lOjWEOUSrMaFP1ZA1hx7+v/XvnCScAJrgZQY7mA/R\n9pdz\r\n=Qk0i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAplLKtasdgtiJEWlfzk9MBtsa5a6YZ7J/FroClBAnajAiEA2ayb1w1mtKO5PlBXPTuKriEdY8RD1t9S6nEmZA9XszM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0247cb0b_1545238053302_0.6896363590981633"},"_hasShrinkwrap":false},"0.16.0-alpha.dc98792f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.dc98792f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.dc98792f","dist":{"shasum":"188298c4b2d636ff3f9db855eee7d467583986b6","integrity":"sha512-Db0zl6mN75TndPZg593JyqdUN1n/pZBBR4yk6jwaEFkXBFryE6Z2yDzLrXMg/ALlkxDROX4CI1FPdQo9OPYzoQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.dc98792f.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGoZhCRA9TVsSAnZWagAA/9EP/3my8Tzw8AmsiRSiWVtG\nW9GzpwtnIGeSQRqbbh6aAPA0AiXTREDnk8QxYVUVWtJVNxJQvqZXNjC5vScE\nqbqq4xiixQhIIChpTrEoPK3diDV3YBBvao/I1q5y4QaPJDPVzsV1rHrZWcFn\nX+qMULxBgHzwde+SbLnr6UFwbXgZxSevSTikKR9/LHHUli98/YS3UiLtS4Lq\nZTgSQD1UXhXWyI+v5I8CuX8A+LOrMxov6oEokr0ZPE/Dd/pDZeJGqru+4bJu\nEFjMEb9UOZQEb8KwuydgT4GJ0H7ZpMiIYofQED3ZxX2N7OgDW5bLh5jNJD9P\n0wTZ5F0rk337tiAIbkUxbW1J5exupgIHbDgkIpbsoc+VoUpmqzqQKEss4NEt\nxyvIE3JThBom/eoFCRvam6G8pnbBUwLOUFZHv95RNneEGZT+t2BEXc+sKSc1\nceFYnvCGzxQvlHIcn5k1WtZzOpFrjLo/Av82cwpmlJyb04L8D/vQX6iyMmh6\nTwtdf385K9rOwW9WCt1wrKOWqmBFXWy6qytsxK9b142QKJx6AG8Nu6qgYk3t\nCPtTmu8xhNWAOU4HUgQlU4bFkBp3k1wbejQ/PURHBCV4PXvjKkiro94vW0Qi\nfzxQfz6ergdQy+jD0ltEHxyIz8YF44nPjxVAdph3o1xHz7vIlj7LWYR7Uskp\nEvKo\r\n=xilB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiY1U/iDn/8U7ZLB+980wjfu69S2Fu7SID/2eDTDXESgIhAMHAdLkxwjQ8JmqNo+k3w1me/DLmlSEo0e/mRbqgs7BW"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.dc98792f_1545242208425_0.2577495585821945"},"_hasShrinkwrap":false},"0.16.0-alpha.4f7a8177":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4f7a8177","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4f7a8177","dist":{"shasum":"04113a9f12c89de6a2c0f5fd5c77ec223e467038","integrity":"sha512-fJqVw1UHqC/x2nQ07EYumniOQVXuRFdSfA4lr0Mwt7ljGENOT9Jva5Ak8Lom6Q/q9sfrwuCrM30vyzCVkb12Pw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4f7a8177.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGooxCRA9TVsSAnZWagAAjeEP/jl6RiPjw2w2c+lhpLKb\nCxkQi/rBbpfir1KOyI0TEx7ssYRcb/Qs3HSvrXhiLuXimwHpqRTb3PHhPQVw\nbP16tjXq3dxPxG709ZFLNmWSnYLzzD/R2ou+Y8CcOe0UsNuyncOF/c2N7tAf\ne1AETF473m+NX7VIoVLmosgEoGD0yGr7Fw2K7kuyfhQPvxQo0iWkkuIloS+C\nJ2RmS6fw4irKqtG2bzNHo1DvEfXNbnsqUyzqqrQ73BXguPuvunK846gAklZt\nYCKgBJ9aNaAAhE4zwT+dpQ0ku/TCLmM4wGgcFodw8+AFqkYyUgbmgGc3cKVY\nYAquOxxOaecccKzwZ1XUunoKtz7XCk9UgNcHzCbpu+QiDgvIwdhmwcd6bkbi\nMrWoDyeQRhk7EQGSjdol3+8Q36XFc/87noaFAVWOCMtgd6QJ7h/AzQ7k9nk7\naEfinzqplEIn3KGojYeBFFCHiYe/BguHZtRgost9V4ucUJ8c26apAjMslK1b\nVYQAwkysTx414tX62JlrJeAxqNGXHx6bCiSl4Wg1A+N7rf4DrWXwT5542Hj4\ngfnwQsjitf1JWq5j87r96sdf1LT+hFYeDrhLP6+06RNKd9wBpRbh3ghTS8Pg\nx3Bn9p0w5/zK2kr+agT9clbU3qNoZTlOxP3ojV0+xva63s1g9Kf1av+8y4l+\nX+K+\r\n=QsMu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlPwujWmvfkvVPwPPb6MEZgGnb8IdYEWzatYKWg4KOiwIhAIZcE7cV5RqjbFzHdxe8lGfzPPSi8YbCScVHFcxU5OjF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4f7a8177_1545243184277_0.22410649284146666"},"_hasShrinkwrap":false},"0.16.0-alpha.93db0dac":{"name":"graphql-codegen-core","version":"0.16.0-alpha.93db0dac","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.93db0dac","dist":{"shasum":"28138924364dc82561699cce022d6b65413da4b6","integrity":"sha512-ad2PgrsP+pgtMCwmcgrMhKUQBbWvaZIYlAp2Lt/4CgE6lzPETNMSHmzZ5Hd09QaVXhQ/vC09TrbOYleMoH3lgg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.93db0dac.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGo90CRA9TVsSAnZWagAAbq8P/j87dkyQMcQF2NW/Y5r5\nVK6CrkpTbsfAL7J0FNr6cUEDyHBCXhZ88ZE0zTsq1fvQ0wj5L/tTMLgskXpG\nJbpbwL9sF+SYx++NDlBkIg4K2C0pNFdlbT3P7lo1aSLIRH36CAL+QsXEXp/w\nLI30ZUQ9chGFfDAXECdyQ7m5lepOEzG6Uxg39wXggO1ef0eV/FNSDJv14VWT\nqzehdKr0c5gG6ZCT1LAOczljvJUBj5VfY1C0o1lsDNHmINS/pAAAAS+nvyUA\nJEPEdEtewD7LTri9+f/nni09TC96gyMqzVtOVoWzg5xzXAhNSWl4125cQZ43\neKFiqBVDhoxd1Yip5dhqGfoDDSqtDZXAdfro/uT9Wg7gfHcL66bLaNcudkQL\nbGdlfvPX9pQACE+tJ3G6Nz72P52o/C8YR0LMeCqjhc76ikNU4EZ9X0/ZE+93\nriuB294VJ5cL1QVmtQ+Yxxa/NiZLD+zrKXjMLj38RZKkkR4nbQ+RGtmyiKrJ\nyqwC0XkyloPAHDqnTdqsIsW/4F9A7pcuXBXoSNRCf7iqsTNTvvHyf1bZCZwV\nUfU54sLH4GSDrCtThyBzDBGelb6fadhkOPVcprSkjfGypP6UrapN+kaGVhUV\njHR31qMpodFMVRUdImqEJ5BjGhbfOTomi3PovaEvroQRhQPcSt+gFKOyN7vw\nAiF1\r\n=ZLPc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNAI1UbM54ZmqpnVpKYGHxCGZ7Ge78VTbVw3Z0ymdisQIgdNulLNb4aSFz8UktpCW570Igh6lgkY00TT1fe/sSEC4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.93db0dac_1545244531733_0.012470927249899955"},"_hasShrinkwrap":false},"0.16.0-alpha.4d3c651e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4d3c651e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4d3c651e","dist":{"shasum":"24e914625bd3a7ff840ce5233791cfb871df4fe8","integrity":"sha512-eDGU82oD1Pxs52ikX67OuRHgLnJPGrRXE3CPe5B9HrhsE3QRSPcL3n7eoPM9OtXnrW57yJRNOOu8TEtzBoO/Uw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4d3c651e.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGo+NCRA9TVsSAnZWagAAj2EP/ifQuqDRDUnTK5iOCeiv\n1Bc6XOmF9E8XjTHhaKMJgoG1FaCIEm4Vwfms1tJwYSm4dYkUZYp3mTmpGGcw\n16L3EAqa7rrv6r64yYldJMT/RBC1iH7QHw7p52oO5AxrSm6ZPbgbKeRrXRBC\n2R/Gj/dEocGPSurC3b8vD9ZS2feb2SMXhvRspbc7nt4EmDQx9EKeGWQgn8OY\nAKMy4TrEgH7woCe1optJVMnmfm1dFSNRAnamR7HX9H5YzF3P/UrsuQKin7RK\nuOAjVeEMHwuHLpi4frO14EHnvhCdpYXmB3WR7YZjDc1XC7LENINX/LvBBATX\nRFOv6HN7GGuKhMRwpzysYezzngGb7o9qKd3GkIQYS6DYjLxW/9BGLizn46HV\n21t44QGbp57Z1nadKrCuiMfJoLHCCcEoFQFeR9M5URt3CUEAeOtyH9rJlzZi\nK56rCjNCaJmtF2d/fhrNsuRzPrWhZxBpeRp7k9y/v9+qClO39XWqcDM7/hre\np9hF410eq2EYlbLcbr+kKq+OjNkdFWg4u2tuGhEqxu4ClcEiEQrrvXt9CI3I\nhMoo9bUIPt7V0mzSCrnPFy3Sdb3H9/53P9ZrPrab+aQgwQRvuYRw5oNUDkAY\nGwzPU32UoG92E9gw+I8oLIQuPml63XFFokRS0ivBiYtqACIHn5JHCM4TDvqu\n6tI/\r\n=9zwA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBp6Ouquwq0LfMsVSsVO/xYD8e9n+rRjsfAQtO8qUR0vAiBUeu1KwADn8IhYB0tgI/G0hsknCObNmhNoF6EcrV+SXQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4d3c651e_1545244556887_0.807924199440432"},"_hasShrinkwrap":false},"0.16.0-alpha.306a708f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.306a708f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.306a708f","dist":{"shasum":"a41f60c5cdcedca6363f9f68df48177cc8228335","integrity":"sha512-OU0yVbAdjtzEmF9oG6cfadf+MSn2G4TDzsLOm9S/2pmTipBLbPD58ERd6creTXYylQowu3eBr7rjXeORT1T3GA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.306a708f.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGsuTCRA9TVsSAnZWagAAfvoP/i5TzfqjZX9oSqaTowys\nxWV3IrKm7dP6tu3pTmLSOH7BTci+b1urauvuhcc/Y5efDAWt1639+8aW5Hnh\nyplTNyQD9Fvwo7HLkIXwfPIyHy0p1ILsUEz5nVvnGoYTs46/H62wtW4NiiK5\nXFAv/+DxTDuXK/pLcjJnmsCUs827mCr8jv4qCcdw3V0TBQYA8z/KJz1f1l4A\nbqPAvWRD4YcvxMvIM9Vew0HAV7rMfraXyDqfeVYIb48QV7NOiT9ncH7GBhdA\n4GeJ36v1W5SokEmUWdTipeK87NyKpToozNp/eovWu4eDmnjCFYO6xMEOVnxB\n3aqw2nHpw3C16BrGsbiglifoJPkyy/FBFe7g35R2KRMDAntHZcwt5vHGsr3A\nrgTAKqdoiJWg2uY0aTM7rzWREE+zQnqjQGLaj1wJBIdmQf1R+JuVHca9NTIG\nYNyP+g2anbGf+zggWQNeb+bT+0yN/nJ+LBplbSFimQiQn5hvkQYTks0H8Ida\nr2zrMy35BMPbXvcrnvCZ6BsegYdbIszL90KcaEVwFGb1snTIoutLYWoz5ZqX\nBcsd8thL+OTEFBE9MvRyEG+3TjZMYomS8uO/ETolncjVxcltNpDBUN7S6iFU\ndORNulg/ElJ7j+qUpNr9/q4SmMxvIx4GbFiu/ZRF1vJAF58aJwPLcCKD6Oqz\nfPCW\r\n=lL4I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICI0J3gxngxMqmXij2YC6Yvaef+wAdJdpW+QAidRNH9KAiAp9RhHvYtjbQzdYv9ElxcL/L3Z0a9AO4zeqoiSAZ+umg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.306a708f_1545259922355_0.014026290318391199"},"_hasShrinkwrap":false},"0.16.0-alpha.a686cba5":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a686cba5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a686cba5","dist":{"shasum":"77c5af37ccce5706a7abfaa39e2814ff797e6bdf","integrity":"sha512-f3GuTJpoOBkV7+C6d9sXPpxsRGz1qUwj6nuuozCDASKVj41xHTsSis2NiS/f/v6ne9oyH4N++5J5DB18WVzjUA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a686cba5.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGvFZCRA9TVsSAnZWagAAs4wQAJCMbRaGdAF2ZQFBKiLG\nbMqVZhQ78c1ZLOH5Mj2BE/6qyoBKTzPA0yYzdNI64A/wBPREngkxi8A4SQTb\nnnDAbAdyHSUYMTSUvDTmM/8l7BlFy08OpExN+FS9oMlzHJqYamQAdy4r0HSO\nwWDtcIrXZS6J3IwAKICHkgSdTwie+ysqZuYXdlPYO7h7Qa65kLulh1JF8n6Z\nDD6cPFqbBNHjSiLNm5wSxUHrOqddPL8mH6YhOrx4sjryAnDSXRHxCuctTQ94\nhj7r72Rd21Jc8wA7zk0E64qKLhujFAw3w3JKp1dm0K54LTviZwL4GV+9k0Ay\nCbSkHpaXMhvBRU0rvA0V9YIMOEaX/sdyKTDuA6uM4MqrL7FP5yKxF/XMB5ef\n4pNxCsmo+8lowCtzcInse7/LNQAKxWqglCpZ32/NGOqfPGWXCcPowJk9WQsT\n9SFkH9bqTtbCqlNKD1h49id7v2fE04wqKYNh6V7+kSXXfFlDy6B43fa2DNQv\n2XGSa+VWwzjVzshhQ8UBUSOs6PmvEqXNtxQtE/5ZskPocMkYihoXxOAe0ure\nfrQmVWVrtJrswVu8H41SPnOiRwDVYO1tbP67MuVvU+9m5EOB/6pZM/K8Rvyt\nWB1ewJaUbOlat+vbDkGjTwitrCvZ8ZxMa5k/yvVAI17Pru+Gouh1Ypf6jHfP\nKKeY\r\n=2pKt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD53ewrUL+PHZ1l9NQxeDlTqsFMCHbFBxT8zLyBS0MIBwIhAJnomWvrZ2xcjNHLoLwJLGraSCK6lRx7q7vqD8M2/LI2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a686cba5_1545269592834_0.512168482549578"},"_hasShrinkwrap":false},"0.16.0-alpha.16ae7efd":{"name":"graphql-codegen-core","version":"0.16.0-alpha.16ae7efd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.16ae7efd","dist":{"shasum":"29508cb733c26d10be18f00d497aa77ea2b719fe","integrity":"sha512-X3UQtiDedVi6laZlDaUcxDQUxjyQXy9CWUN3mLfL3ntOGOKGCh4cKhSq6mBx1l0AFlKc0aq8pYQR/MgXP2vKKA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.16ae7efd.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG2xnCRA9TVsSAnZWagAABJgP/23hzS4UeiMtrGb2SPxw\nrhPpNa0Hiue6Rtjw/7ikRbEWY961VOSL4vwymgbPC/gr7/9FN4+PrQBJ+eny\njECOSGnhx4abqxgMpDnn/qh2SVMvG1ifjjiy+ZkIP6nDD/4fGr2yNTOd1rYd\n9IrRPc4aVP8tWJ7KX/ynsSKZ1P0Y6Qesku/FfSBfmw3CC3fwrSsBZuTRuPql\nhIcEBKbsF4GPs5kne393GzNZFa3I9i25yP6tEZ6wWUujQ5Y/VTcJwbaos9pA\n8IdWmKojTvTLPMvWCuKwa18SeZMTO+Ao0kn5vQmhZDikU/ln2ibSd42hnCDC\nX3+ApcriIabCqO+4qP2l4Jvwo76Y3lKM4RjDn5bOJznCSe+5CjgDnErOg4uO\nMHwzBUBYhQUWsh1KtkKDBwbrLMgIl0kzSIh5NeeX6zuik1hnwhnuNS3Jmb4s\nHOzvOiToO5nevTZxBLC/Ry4qmcdR2kJoBwUIXQV/6AadfhGY0TlacnrcE1th\nz+XVEPsPQOT+WijepCYfThvEHF9WkpIVvm7BePdJPBFKb6gduVCUiR4EDsZh\nb/d3VL7kdsxiC8px2Aw3Z9lIQ0Qmo/o54ppJOzNbNWjk6dTdhBUJjrkR119O\n3KBGz9tftF6NtVv0lE9JrVTDoP/IDjO/CeAMdfJcaXi8Ql6gaYElVH+NIrHR\nnfCQ\r\n=qYTT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDacMJSIe3glbFqT+ghOmjhFlzpABeiAIDtOrCO24I85AIgYIkrNTQRzUXfkHTn3Zd1d3P7bH4tZesHtOzov4LyyOc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.16ae7efd_1545301094254_0.3636989518624665"},"_hasShrinkwrap":false},"0.16.0-alpha.3bdc2a76":{"name":"graphql-codegen-core","version":"0.16.0-alpha.3bdc2a76","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.3bdc2a76","dist":{"shasum":"245a9b1c69078453e5c87e51d1391e8f82c08b36","integrity":"sha512-BWQWjB7lS9n6MCDasscPUFT/Y0FFkIS7e1CLGK/Nt9MbF/cbckIMKh/X8lOEJdeU4C5C1secUbEIHtneDFoXZg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.3bdc2a76.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG21HCRA9TVsSAnZWagAAH3oP/0MH9yx6aolObb10LZ4l\nBSes2ck/Nw7/fKaRZvbF1Wei69E9fSTcDbeN7iDEJwzryv3AcMtpcWZmaTiA\nZo0+fe0TmnSP9ppiU/QeIipa71hP/CYPeyZRXFGikkHexQqL0LICv9UwCYny\nwfw2dBk5xaR1caONz7AqFGx61bGxiRw74Yp/dvw1aRZxQHpkYWZAk85WSGZq\nhys6adf2l4d+LCBSUcOhXl/WnZ0LC1tcIfReDfrK4UFbHQ8dTAJ884VkG+xF\nkL4+QEd8WYhZSK9TKibYWyYM7zgIl1b1T6VZsvy4PqpOBLJJZjrM7rqk8ulC\nku7GkHj+nF3WPiqIBkvt3WsNXhiRdjpmNjrBzxt0j0Sao58wguSQl3Cm41ck\nykkBnCVnDwNBP9QA7b9y1eAXLk/8CXyoaaP+0vFZ/s5pU01VGBkyMGryEOu8\n1ibUkaYFailNxz5jOJsLY5GNKXZN91PkUEcoFLm32jlYlNVf5g5cVJT/eTGE\nqo9D/Hj7ROnWrj3Ojngr8veqltinfNUA3Z5Vy5d4euaTB5fc4/s3mveVhSAg\nG+E3WudidqjcxBJjS2LTpBGAxbh9PHRqpffxe+me5JlFrwT3LRmWIzmOPMC4\nBPHp8CgBlq0aKKo7XYg1UW8qpwOxedqclFOeRYeNZmucMcKirD75gPlewAz9\nGWJk\r\n=pKeB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAxpAfGsYSnhU+plo25hJm9XpdgngxczIYcZDmt/MpwBAiEAqqxRhBPhcbefGPnTyPqwjfXL/PYcbM2Va2iCOgpkwF4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.3bdc2a76_1545301318617_0.5532267124706882"},"_hasShrinkwrap":false},"0.16.0-alpha.4d8073d6":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4d8073d6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4d8073d6","dist":{"shasum":"55acfad850d843d081d67d01c2a6d4fea3015d1a","integrity":"sha512-kD/WWXAQ9cohxf/stnYiIYgdb7brF7ynwkfNEkW+Eo7lVPxBKwp+XNy1dbhu/xT3flTh8kewVhd4fW5K1cOvPQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4d8073d6.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG214CRA9TVsSAnZWagAAbRQP+QG0sY+TrOh0H3b3akcc\noeEy+v49ZArM5KkB6T7m5Mq5IskGeHAz5HdnCiuU6af12cP/hy2eSQx+tkZi\nmVcoUOXICF8BfAyqYVWanluOV2YvITa6xtHXLq0Q8Dvsc7GqFjughPMHpIzl\ngzUJ66CGICQnnrunhzSNh32XAGhaiAgoJBvV4Y5ZucFTzL+JN7q8tCAuyvnJ\nb2XmIZ4+D/nqm/AcHSncSGT3iMHpwBAU0miFS2BA+2qIhtX04Ajdb3YKRi6Z\nQEazRzcAMECQcTXpcl6oJFpP6IPb2p0ZT5n2rJSYgpmNQsNA1Lj8vgIG3Yof\nao1nK3tiFPAqIrZqyqw/ufvnM+bwsDyaBOepmxS8lpI9IEdABjC4TdDHVo2c\nFaAZBzEpK3AUzpHy4ajlWsnaMkv4Amp+fxHsDKVYbEqeZItQt0VSqLKKM/IL\n7qZ1uFdp682awmXCWzK8W6X0zAauHTULailP11To1+dV5VC4UXkW17ojGmvh\nPRJtq7ZxbaXNvM/8LAh7CjkQx1c2N8/gzjEsNW97Y8bQhfK/sO1YDvbSTbQN\nVVzIMKtJdwy5KaLWZwkMQva5rF5p3j8Ohh9JXW39v1KIp2zLyWiZ7AV2Do3s\nfDlI3AVMTF4i3DgCPxlbQoque0ym+SUJVuiIADbOeAbgkLCgz8AmVtXv7wDy\nwCXp\r\n=/lIL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7ZO4DX78UET6PWv1Jxfhr/6/YKuGQw1HgMIABK+TkMgIgffdgoaNThPNt6H4n+7vQ+Bk7kIfIIxiBaC3c7f3sNHE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4d8073d6_1545301367823_0.7285358035113285"},"_hasShrinkwrap":false},"0.16.0-alpha.b4c9d539":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b4c9d539","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b4c9d539","dist":{"shasum":"94385da5010bc674751b3a8158393106a26dcb74","integrity":"sha512-4c/xx0utKxB6Y6FHjLcPaiy1dBvQ3EPLZZe+TfNLlBf2buqPB0IdNIaXjnrJe5OPYEcxYncBre7wrmntupda9A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b4c9d539.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG22HCRA9TVsSAnZWagAAfkoP/3bOaIiz9YhhQ9ygLVrW\nVqRos7MmhGthnse3V3qclT2AbrYr8dpiCh1qV+iBb8mwX0vfTQnJcVOo02Cl\nIheyIZGLyg3WVpTqMcHJawzVLB6CA8bs9sy5z6gCjiBUYHVMq0qf8EU0bSxY\nWuQPrMQFKkMKGI2dUn/ZHgrKjntf0KxB1exCmo+7w7tpwUe8KJOjTFSJS1wP\nI8IxrruobYvW3I8phTdLdD4dT48dIScyhNS9FYX9hCwOUr/pRbe0die2A9Fb\nMQVEg5WaWPz6E/SNfV7qUKyDbSLHi6/BquBZKz1AV/ucQctlPsWS5Gv0zU3U\nHtkZZABxdAUXu6fvUXvET16bN+O7deWQmebPjGUkmxcj7XgPBeCOTaswc3/T\nUjinzp9xXHLZJ9CE3KPKEUABbQ8/8VhSou/IbyXCTZRDdEq3cbNfKWtjxxQi\nLiomPjLzVShzI6R5ExHyJ6hpbbR4UWDkZLEmR+szv6GRrssqJeZH9CTTtmev\njmS+lFuz9wtmAlTk6gyyuB+Wb+WxhDA1Q9zkYlGWI1AvuFkmn6mHuoy8NFnV\nBf7bm/H4h8dbAmhZ/leRlZLgkx2lOHjXqDmqlicAJxYeB5mZOrOGXMBSRulp\nmbVEkkI5cAtclsAyFkHkEg1NEWwwpmLiPRzRzwPSAxjN/wXpWuBDYE549qe/\nKAQz\r\n=JFfy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcEffQaNli2IpNSaCtz6Hk2SOrplTN2by6R8f2C3ZbZwIgT5kS1uyEOwvBZeOuTRnzdivR2oI1TCeCguypca1d320="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b4c9d539_1545301381329_0.00959366498380465"},"_hasShrinkwrap":false},"0.16.0-alpha.7f38c083":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7f38c083","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7f38c083","dist":{"shasum":"8235b5ee0fda2d182bb1c2a0ee9b28c2c968a8fb","integrity":"sha512-VnNLtLFkRFg3zqFkAD2b2zr9ZgIeuTEgNgSh5i0+lBKj0fm8sE0tykBDoTxBoG/ZUGVGGU2cxZoAlsuWS9jFVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7f38c083.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG23HCRA9TVsSAnZWagAAnVAP/Rmahod/Cym+8cz9uC9A\nGvHzKjwqezfml9Mq+sLI90t2QcX35r7b3GOxkf6LvLztqylgZ/ZjOrk3kIz4\n0DrmbZYosN7BpnbDfeBH7Booi5mDClS/8oxzaSMfVFy24IXG5u8KTEGA2VnH\niJg4apQo/ZgXZVxH2eF1vVoCxiHyFTK0zxT/obUJwPGbUVSjUEemkP9zQU8+\ne0XdB3+ROuxhCsdfeMO56PntEfpVeLLJgAXLMq3dBpc5Vgq0nJ75/PCc5gvY\nzSctYMEEqkteoyYJoy7WGZKx9QyFF5oCU5lfLPplvPMzUF3PLmwvfy+l1kmd\n+XmkL69JhsMTE3Y6ookWrGXi+98U6xJcOmaEIkokYsj8OXOlufHx8DaE03O7\nroewUVUXCz0mYYY/iyRRwsc7xL34gbAFMPrNK+e9eO0E5GDS2Qp0TjE763kT\nQuJ/dZrWQL+99yC0+L6zWVDfhKfRJOBubjGDzh28JBUj3f00kqkZYZIG5707\nQhMVlsBkRhHK8S6wy99dXwYFutx9djn+dfSGzgtX/uxpJ8t8MJYfxyi33zxF\nMrroBFKBi2uMI+U6ZM36CCvlTfODsB3BnTBmnq9mjIZxCAVCQqLpbJRTsVp3\nu0D2gYC0e/QTnqbNZilHxV1qZQSXwOeJS2VN7v+l3eV7/2GZFrIKlx7l6z1P\neJzq\r\n=kX3P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKfOBJJEOslkOZVKgj5jwteJ5IbkzR/WTu1AWgMVoPWAIhAJdlJOwD/LnS9Ty6XkAXnUWu+69L/eYpnDtkWFpWqeAC"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7f38c083_1545301446376_0.6499023701272402"},"_hasShrinkwrap":false},"0.16.0-alpha.887fbc62":{"name":"graphql-codegen-core","version":"0.16.0-alpha.887fbc62","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.887fbc62","dist":{"shasum":"091706ef4a958d9a0307cbcaf19dd9a6b0e7c97d","integrity":"sha512-fIbGlBh3UcM/EBAzbAlaFNs2DnT7vr3oeicbguQRgl+T9Xbfb2F9UB5iILnMGk6uketoOWPedUie6Gj5s3K1Ew==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.887fbc62.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG25nCRA9TVsSAnZWagAAPRYP/2crBs1ybluyFaEGHI0H\nt8ohdA6hNCepg5ITJ5rOP1mwIki0RHaHdJeV85NNNNviLzXwaRh6snmPd5T8\nAUEg90P0oxORrFjSArbVXJQH0NhX8BYPOdwkQl1ApIEtS+m1zhzCEZSwYyps\nc3DEmibJhr4ELBomfjZ0YmJk1kN/u+rKU/hZ+OOEYF2f5lY0RivtDo6tPe3e\nPP7jFPEk/XmUqsa7eTKAYERjiXxUGTKGxUEjXOiCYRbC3CGCna0TgP+N6xI3\n5vSZLFp5tOEjz1REODKxQJIkDEsBhzxAUtgIKgVKbEKlujeWRCBK1lgA26ib\ndM/tumMGn0piPkEumrz84lvxs47NNsNvIvRsd22p4Vw+can5+19PF19VtlNq\nTbTkuAuDPnatRJ0EIsu0OlmeOYWBGtZLFnXrW3wz172lZRRUzThAozMxKyJc\nRFWt3pTzNJcaw6Vd3Lbj4v0CFTp2uSyCdi3lrZRdmaxfIZfgC//t4mgG19mT\nH1UOT1sxrhRuIZTMKhTO54CE4qeb646xGjH+QSoXr2MRj2QWP1orbZixka2d\nVZPF0yUief6+oOeBQe8dDNlXFw6Abbn5FGLPRi4HK8lVT+ka/6T9iYIKOlcn\neKH/qzgENZ10dyRHIP8URnXqYgrKD2d74slOkd1snkJ18S0B0IRcpFlAxqx5\niPLW\r\n=ZRe/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICpejA3WuxGph04TNs4UrTX8t5/685W9fhpspC7L8Zq6AiBpQ5LmT5ghnawn8mI7e+WI6FMr7aBEUeSndnBjEarpDA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.887fbc62_1545301606321_0.9305790436978658"},"_hasShrinkwrap":false},"0.16.0-alpha.b80834b3":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b80834b3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b80834b3","dist":{"shasum":"a7d8f7588a34cc82d36f2834c9ddcbccb72c4311","integrity":"sha512-kce64DTepNiJMuWTY7ZOM+0Z5YDLZguK7YX0XZdFOWCLxnQ2Lq6fIc2uxTdapKpQzgC50MNcg6QcX4lPk3w9lw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b80834b3.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG3iECRA9TVsSAnZWagAAHJAQAIQtU3oZBSHKYp61NcIH\npyLj3OAB/MQGOxFXctG0/V//ZrbqAsCLyK3VynWd2HRQVGsrjkMqy4JoDZht\nVV1l3pbFu80u8a+SUux/T0SH2m9zTJNBkQKGeKLO+NoEXmrEBqchGVrmAyP+\n9R6o9vcleAl/ZPe+H6x1wf6OmkJsIfVHQEvqhqSiUUmLKQGU0sY5DLiiujn6\nbX0TrEF8k/0ccwnvBfoK68/JgWUR5vwM8TdGL5yVdLo/jE62PqDOZuHzJ/vn\nLuYpSk0O17vyfmQbSJbIBwjcnfgFVyzlp9hY/gV6kovPwjG7Zlmg8QPjXwfI\nc1zc4x4MAIuQrxSAbzqHIOyjlWTTwx3x5HPzkSpSAizwQRD6mfrGAQxVd/n2\nr9g8LeGlx46z/LysnfNXa+rvR8/yt8YpFCKIQkCdX4urJVHRuwNCXiEmR2bn\nIBXaXONNgpewRD+6C0iXKuJ06bral6JJmmAYxqoH23JMn+CmWmvf3rO7H+r6\nYjch9wEXU2kgBKumoxAKUXxrdEKFaMEON0zhKurKR55lw6ThaZ++bIs0exu9\nwoAs6gqV3MfnTrYTbYs+dX9YTWqCCNO3xePsWb3EtkWG41/FwlaLWjtnfyr1\nThSzlb6VeAw4L7GPU3lsqqYcJ4uVrrEEYiIYRqWll87wLuLPGpOGj5Ci8pdx\n9+Hg\r\n=dxit\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7Q27Zt9u8V3Sh71649cdMP8SJzgac0EkJrtPZ6Y3gyQIgP04I4yut7X1HXnt6dwK0Ku2BPI7XCl4ldAQag2wUmKk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b80834b3_1545304195429_0.3066483019779951"},"_hasShrinkwrap":false},"0.16.0-alpha.a9b535f1":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a9b535f1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a9b535f1","dist":{"shasum":"ad798aa47c75fc95c48f834099c63e23aa2dbff3","integrity":"sha512-duy43QMIIWvRqBMTWEjNhNcaF7jZGdjN39SifaWyBllVXocUy7ngdnd7vAIpKxr/iIV8izvZniqjUc+kWs70EA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a9b535f1.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG3iNCRA9TVsSAnZWagAA9T0P/i2t4tpevzannNMPglSU\nlGrDUNTekHdbZ4x67YGdvXw7EKob1eqe+lacbw3OJxhxZjpLYfAPcXsFchHK\n5BcRIw62CznHb4yFc9T99tSlZexK+7seYDfOq1t045jFcozPWNvILMifxtlA\nlsFkMs9abeMrJx/4Na80Lb/G1JaRmpZGcexa9ijwdes3+29PBWR7jzfuEH5L\nK7GeB8GlWAPCwxlKybwlEXFfzvgzFKAExyaTkK18quV9U1MgBsiaqQ+1UHIA\nuim/6P/a9XYHG502+hOEW342CYaGW96tRIV83mQsrk3KM+ImfYS1vqLhG4NF\nm6U2q3Bq6SuiTwolU0KdXoRot00xxpfGH+O2USpKEl8S2Yq4cVQYA1EpJsww\nqB26O/JJRatUUKcViEpA8IbKZcdazDFEi8jRIE9tK99KsULM+LQncWj19fmf\nq38e51A7Uyh22P/8jTFGMUzyC2lhIeSlxVXmpp/nnXNQrBLxEmenLaOkX9EC\nO6hX1vyD0cWSnbpqRL2mooDM/cordtWWtO99/+k5017DRx5YV3RVtxxSOjjK\nACpWHPrmDfqBk0fu8PfvGgOL+p3lcgiBe6eqVGUXqK2hd8klFHm8KbH67lJs\ntrUCWDUwcAOHiBxvLq24tK/VU8TIAWUq+qhWvas7e6F6uOA1G4XgpwxQLYML\nEj/e\r\n=jBhH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClCq4jhZ7WTp8v9OfoZkoethdKNf1wkITYQ+rTKkB00gIgZ7OtHRXaNzkq/z3yLYb5F5HmckTj1tj0Y9GerLUyIRU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a9b535f1_1545304205198_0.7566570944616038"},"_hasShrinkwrap":false},"0.16.0-alpha.eaccc849":{"name":"graphql-codegen-core","version":"0.16.0-alpha.eaccc849","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.eaccc849","dist":{"shasum":"a051e61be531c25d7b85c0e945fbf87909f4de24","integrity":"sha512-BZ3oW+BEQTcJa/zajQFiXj4IJEkU+zofxOzz0zKHiJ509rH8pb8OB8Egeek4KsgquPZ5YSGTMTzpKTGFYpgQaQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.eaccc849.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG3i1CRA9TVsSAnZWagAAKVkP/36LltrJaoBXABlQFyJj\n6+0vrV0mxNQAdmJPvFnEX4xCByVNyKgBzTP/O/3ulPs/o0LSi0OZ7f5D39XI\nk6BhDPDdNbVMnPxGn4yohswiXMqwKT/AmgupKe8WSeQezzKKTFVLdX2WOrmu\nxrhdsNJQQyZ2SunziO2xBNq4TpTHZnweHvDBBnhSYZL7V+iwk2PlWi0kziYc\nbktMTNfXY/K3cR+FJFPtuZOshSVlILd/IumntbdMNgds+C64rflytuQk2u2p\ncaVTxlMFolDgQmY46IdoL16dNsx6R8w7obceKlxMegG/wBCVnQdhQbZSeB3Y\nhQRDGjxYHTDaGsbyBI0LN4TO9OIpQHGjPKG6uonIjrNw5350PwYgToIpV8y/\nIOApYQzyGS/xa9uUd8dm2naoPTbE3zuK0nT2yi16zdIIlYrl0E0tSVIhA7lK\n1bR2cdxOemTY+B1gvufz5OK9Hf82YgkP1Tc/BI3cpQc1HyIZqQ2taeqHvK0W\nWYyR1pxpFKvS3MQfvxw0g0GhtwoirZWm10nliNlkrFo1d7Fm4QJKkXLaRKGP\nfEHeFBxPk2UAKZyKMmQVt5agu7PwusqETP25XGOQk1tyDMAq2suGAHExcCdo\n729h0LGEAh8LKQszGdYwlyUf0Bs9PZk5bDfMY4M696YsPLcDYEK1c5UbMB7b\n+1c/\r\n=d5ns\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDC6t2jbTWTu8k+x4B4QJsZyV1Rg03BwCOiLflh6SvjJgIhAOivTy9rBOIgHGreTUh+Rd/EC8i2qAfac/kIVWyyL7WX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.eaccc849_1545304245171_0.3102242976539784"},"_hasShrinkwrap":false},"0.16.0-alpha.fe0675f8":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fe0675f8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fe0675f8","dist":{"shasum":"a6b3979932392b3bd7bc761c9a8c3e5406395a9e","integrity":"sha512-qXww0ivQd+oRyX1YZ7Cv5DjPByDsJVDn+Mf1NI4kyZkI4littMVNVoyOHZyOSERJeObgXBWZwtmTBOMrpvm03w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fe0675f8.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG8PoCRA9TVsSAnZWagAAU2kP/3tEeDE4eZqneAREB6yj\n4Pnb5gqohyCQ6peXtS7iNTaWaWUatGlibN6gLcSDR49jBKSTrFApDOf5urb3\nsowO/hvVCMOWfewp7tw0UYDLfT/nX0ewVd5MnS6Mm8dwx36r30rPzrsNtvQJ\n8STmBNM3b9fH96OIwXHPiro/2C2p7XtcWFl0OPufCuXE5sjaUWs953QOlhCa\nqWJ0U5gwxTO5eYBunmitU7aU+K/I7RFSK3kXX9/UhSNllJ+h1WgeucdjpLW9\nufq7i+GugGhvjXHBuMiaSJJGQ3EKO1YH+pPdYm7mpcrwVhZPMI9gAjfcuZPz\nEv7Z6W90zXUw3b6cdO8rfn9xadvEMlbdytazvr4cUHkn9jI2Yn5O3u9rzrib\nQKuirUZ9ZE5SPEsG9yZeUWgpEQoNflh+gqYdA087IM0+ycogKNVLYLxf6/8M\nB/YETu4aRs9xK4G2Pcj2maBV5D5ciTVLG/oLevPLUNMyyeisxxSBeMdSUL10\noWcQUEpfGZ9qrlmtnkRS70d2IJNnEh+61UcJVFTJuwqMhrhhcP5z5ETkC5Xd\n8SJKbieO9r5L77aUfbVKFvmjroOX2jBBPTnJ8kgkVmXEmV/zz34ig5d4TUBz\nB4ED/3yrL+dFebdCwhzXYFh5tg/V3sSC6wLkcE+mNfABGAa82apnO4zMwZQh\nyTJW\r\n=KJHf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGiQKZlwrtFYc++eXNViE7qLIQPgZ03TaNW0CebObQXTAiEA+PJPDOMA3LGRcxTFLNGIsMZRsBenkqiuqG+29ai2rm0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fe0675f8_1545323495180_0.8231432869007791"},"_hasShrinkwrap":false},"0.16.0-alpha.fd0ca14d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fd0ca14d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fd0ca14d","dist":{"shasum":"79b5b2b2011fd36ed0756053742ede0c87e69f69","integrity":"sha512-FHxdBri9RGIMFoJUYBXcd7+xkob9TNYvQ0VPaNfp/ZJVYseeJlKaI5i3sTAYELNdnu8YSDsoiJESy7m6fmZN/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fd0ca14d.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG9HeCRA9TVsSAnZWagAANtgP/j47s8uIWHgxk4fr0eRr\nPnlGlv6gBZYLxDHjm25gi3BTe7baEq/LInvq5sz2fcM/lPANZZK4w71u4MLS\nqgmSbXBS7TzDin56FIPuyu0V0a/355NTcyb0jGuG2MOk27ZGRh8JJd/eb0Dl\nUffrFET1fXVRoTqq9m1dECsTjqktyevVs0Oj5IUt48+q0lLCtGa3i56lqiy0\n8Vv27P3eJHNVzo11SLyeH/DaOpdry22CdWxdxSiWc6D2EaBB6wqUq1g3xFlr\ngpbCvmlNWjgbVvkc2NMzx1kL1gSSy31U7jAzIagy7B1UaETiUKun+LGuL0eB\nWrx77xHqgLudMb05ed3VIfxKRKWx/pXIjPZOtFX4FBOsYcUHG2NOuRFLtpEs\nHZUgNCV27u1A82r43pP+GFgsWKUk7w1Kqhh2Daqa0LPWoeMFLNt4AWCDbB4C\nOEx4kWq/S5dtwFaP10KxeHcfYR0iWlfakmZ79KWYsOlY3HRun7/sdEfFEQfV\nO01D+tmLHfTqUWAbeab9CKNoLk/oW8FxIEt5GCQCWH1nJOKmIx+/dCLapB6e\nAzVjf3VRRzMQGs0MH0JorXLXxsFEqWoP+NRUKdM1ylSzzqj6c9+WokF9eAM9\nIsFw7nUGNM5gUdKP3WBOqPbotnny9cHNrZBcuZ/lsjZtkpSRExIKdyFEIBlI\nFEvB\r\n=jHMO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHfm3CGdLamzXD7wmv7ZRxBSe5h2b5efcihDROI2L97IAiEA84XA1SKaEM4zckHT4wOl+ftVJ3s4koDe8N2gZdmdNAs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fd0ca14d_1545327069549_0.868060453438563"},"_hasShrinkwrap":false},"0.16.0-alpha.fda5b03d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fda5b03d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fda5b03d","dist":{"shasum":"75908d0b06fb95432ab17539f0342079ad8b55ae","integrity":"sha512-3RLwpERs5v/G2GVEPhaF7f3hXKqbYksvDTRgoXx0kc7ifASmW6aKWVxu50k3JSsBkYVS6fxR6TvetytThIYnzQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fda5b03d.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHCQjCRA9TVsSAnZWagAAFcUP/1IfJK6yHTodEx8UFeQe\nJVjdY0OmHH1+Vrstk8Spg36Mx5NsY96YlybWiszl0rUjARBu3JWA3MUcv3Q9\nwskyCaVaucoMQh2UiUAehsfBuvzjJ9xbjpGYP6pU8hARzoda28vkAedtmEkE\nPQfofVUeYTihDlqCdJij6utv1uT2/GyKAef2D/h+9M6VxzweSHnNVybcqcgs\nGdmkMeB6KTU6kb3Q9lUYkux/wor/i8p6LZ89U490Xt9IofLch+mghW6MUrMD\nUC9mmkMcgQppDlp9AQPeD3H6tBENNADCzlldzoSesEthU5M+sMPrktftyMEa\n+eQ3kXNeFAUSdzTn2AUgfZWMweRqBqMW1I2mWbeJahX6G/bDcOwBfqTuvQTW\nLkS60PFQ8LukDDgdb1YhV+Dcv9jQLgn+Jyz0OU8XYtSy+2OEdiD9SE7nzj72\nNcNpLeh8UODg5VHopWkR0dEeXdn0N5zqRw8tIaUCYl1MA6irz+GVCbr/yqyF\nCo6EpjBJdUysJMtbxa7HSv3qlMK+7rkvtff/ZpLzPFRg9TQVB/bY5vrn79OJ\nGWs4+9Dsbact/2x1G/Ek7AmhjF8h1Rh7pgQztPTtx6PuVpme40QJY7r/eUwd\nTxvvfr9PqdlsM7Y5VXNzlgzP8t+a1IKTj7HyTN14bReJsyltYJg5lrrCqsXp\nxuPH\r\n=qIcb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhoUnzoWj62DdpuRrv2qCX5fyk7Y3Dm4RzbcWLIp9PgwIgQr568KZXO95bDMxZhdrTRfGc1LY09AR1+yGek9LPuC8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fda5b03d_1545348130513_0.6957179295157876"},"_hasShrinkwrap":false},"0.16.0-alpha.bcb0fdd2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.bcb0fdd2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.bcb0fdd2","dist":{"shasum":"cf46aa1d7e05c07b9adb4a5e937fe308fe5e0112","integrity":"sha512-06IbSa8yIUQ55EeWN4BH3RVAhmsnUOW3MFS59UwTHJ5i8ICCxESb5Een+z2mzE5mA7HmnuUz42olYPAeQiaR9w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.bcb0fdd2.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHKXyCRA9TVsSAnZWagAAFvMP/04/wfaSJRupZRooqbIE\n+1jzdmpAF0WGv/if8hZ/a7Tzbg0LPZfoNM+kmElQow1Tp0DvoHl+R2VBJJM7\nak6iFiSyYV0wQ62lxh8/cMFPAFDvBfoV1tz8x/XPFtnCXUGUFPMtdRouxjIt\nXFeiSn3EbrzU59LkLsxSILVKtr3wmP5q+ZUu+cwIAduG3eUrnFT6pgNhbpbA\n9uxASGdHVcb4f84/pG+cknJiF9x4fS6rWMZVE5jblawn1m2ZNVNamDIFKmo+\nPDWgN/Ksg2I2MbIAHAkZLF+TQz1/O1UijlxJFYPdfNo6ZRTiJt0ZOGh0hhUy\nEYUMgtAKJmhtW9ab2tZJB/PA5HiYtWjPmCC+5gke8BuyAEQFHDSq9Ao6ZALm\nm2UHlGM4bdzYQqkFC89cmRa1mKRsugVhQZayoUoNeajl/IqRO6m7DuyoseNA\n2O6oFRSceqCw99RZIG5Im8Z8xyxtzQx/8bYXdgperxZG22cJbplFy1yrT/TC\nx05FwVz9LHql4GZUkGDUtEYUcY/83/Laf2RN8EoEki9t2px0QukwOHfIsYnn\n1a/i0HuRqFPqSUxtjlnUX+VSVew2OMH33b8IGnYRku0O8HfJ43CLiiU5VyhK\nyscBlRn+ah0bWLOmOA9OcnBfoyfuKhtJ8NxLUJrt5l7F1vWGs5ZiY32RznHt\ndtP5\r\n=h6hG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGfgCJMyYdMZxVltFEnBbLOp0vnsnVoNFChID0Z3KYnqAiEAgwwtwXGXz7DmZxO6G/AISq7iAoHpbrLJuTubvol9W18="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.bcb0fdd2_1545381361490_0.6670315006954777"},"_hasShrinkwrap":false},"0.16.0-alpha.b6a44549":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b6a44549","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b6a44549","dist":{"shasum":"74f687eab32c60f813fe32c8759f0abd1f46f6d5","integrity":"sha512-yKh8p8QaPXOZN92y8lAGGag8jL1TaXs7952pNkMkOcjyFuqAac+Ovj4B8lfTVgJY7Gnhoq04KxiO0zV3MsxavA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b6a44549.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHKYHCRA9TVsSAnZWagAA3cgQAKQ3uN15YrfGd5Rg/DFk\nkxmuHylN6i2i5u2XPXmgu3HIgWfz3yiDaSHje/rKWAMhyrFkbsvL42Wax9yv\nqn8T3REK9Sy98k9iAHv9dwdkkB0Ug61VFiFjqRJoD9v7cu8XGW50YqKnN9zQ\no9a/264HpU6P7Bt2BVkMTnx+2bJAXRzawBZo1rz/g143ZslDo+X8JIXtkXcK\nkaSQJvr8tmNguI8zGIMKdLEeC3jTs+00rCX8GcHLFlnRfLEoK1KylUxAMCr6\nd6z74AfGqiTMHMFwMJ7NndmE0tpPAlZrpAuGbBaaftWFCbvvj4TcDB1Yr12i\nBG7gQDHMYJcJbrR+OlgEskdZdfS+ikBCDEPFP8QXYNbiVsegqNgNttka7TF9\nj3N4sGXi/5Lvn1+XvzP8BIvCeQNOTs+4370srihKV/xMMA7IkOM9X2ZjTfO7\nhHz9PGGaabdk8LPuniMMU7VjAmpqjey5r8y+vbeV+EamQUnFbMp4ka8AqgVC\noFA3cy3f1ekeeDUaPTJcXArWB8EGT9td34nbxR5kpviFJ3LuGH0T8TqOm7Gv\nzYGmEn44tpowLRDKBXuIuA5FKSi7rXXB7lxYHW+/T3ZskpsUhjxHCZOOSzye\nL3KVdVwHwXFjh5NPtKNs09AJAiwM+IdIt5wT1Uqv++X1AdPcJIhMX2k5D67R\nSf0s\r\n=YsXf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELwcjiq6fAtxubYUlWbBCt30NPxAw3a+iniJyZF7E+IAiBVXhuC1lDyNOnkx9bbdjj78zTY0G1IRV0JxVeRTKpzlg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b6a44549_1545381382780_0.5301377448910334"},"_hasShrinkwrap":false},"0.16.0-alpha.e907daff":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e907daff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e907daff","dist":{"shasum":"1bd155e3bee74338bca7376df9006964f31c6cbb","integrity":"sha512-XTGO6druSe9TylvZcRp/jeJYcXqHuEt6vZuWDFe8liAF/wuhg5cbsfN62CDEPNsqDModQAZ9hksW+3aX78RHZA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e907daff.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHKZ4CRA9TVsSAnZWagAAkJoQAKIVhhuvO7a3G1ztemxE\nyfIcbysV2xU54HLqN7Tdyr/8UHuUVCKLVZ6ookfFWQ4m8ECg6Ea/lnP4Zv+L\nDxiM4YGX41ZdUYaV2D0sSKtAAq+EmZjqIv+N//2bTy5ZBcPt8Mo0G5tS9Lnl\nms1CHstuBDt0E8AjDGsfbh64nyCMSC26BsnKeElq87rIVk0en3w+j71SSVaP\npLX00TCsZhYOiZPeLnm7rnI/HmEYFmH10jacFAwJLDtDJYrX4idsEjcpa3JL\nJhmSrHmKTqcGZ/t8dPX0H0tfTWoqPClUoQr153dV9W5qu2a6qxK5gB5SKEj/\nOicfGJRCJZNruLbbB6BuXFcpO2RUgxHnqo3A0jeLBqx+pp5z01BD3MO2boDg\nPeq0BzgupalPDnUaEI7ZDpM381Xsj+ejK6f5Ruq4mNcmJtfBOnr6uqlmkA0/\nPwqJu/rR1ItoMtDTADhPF1xYO8KepXY39XF88pSKKnrG5i6kJLtZeJvfqTT1\n+s/pnXo0mlRswV0pKUvcViLH+bEL+zFftM5E/0IMBN5a9aWJG8eQ+4F/kTCy\niR+4KatxF3Wx7m3TIp388SjaMBYBgCrEegnqiUfEZ+DOizMPKZdrwwpjhP6u\nvYU/tSa01CnrsnUylkYxDIoZSyfBBSFjLOnUjy+4RXFJSQJGWgMn4owbaAdm\nV0C5\r\n=1MEV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwTwAweMEMkAPw300xKr1vXaBlyAXjatydWeUn8e5Z0AIgI//aAinC8KhQDxT2DvH7C+IncDQYEyuqATCON7yHb4Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e907daff_1545381495519_0.6038733764999868"},"_hasShrinkwrap":false},"0.16.0-alpha.013da346":{"name":"graphql-codegen-core","version":"0.16.0-alpha.013da346","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.013da346","dist":{"shasum":"991f0f1f96b2261387179ff7abf290b989778dfe","integrity":"sha512-QXcUQQKniMuGjUxoCyZIE2wzGynFPHxLa1p4kV/hEpxB6PWPaVvBDrQZS0Ov9IivApv/0PkNYI6QXbl3SuLs4A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.013da346.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHK6/CRA9TVsSAnZWagAAG4IQAIs60UwbGGwD5MtvxY6W\neZLsgw/Jxn5mXA3052VXxd6feQRw9KSIIIW5sgygya+mVjvvwfx8EY0l9SxX\nEkRA64WIX3tbsmWCaUIqiBC35+P+8Tkqfj9B5BRYz/QH4PB3HbkPdnYgIdt9\nDeXoWPDUerluUPXVG4hMAbnADKYisbaKLdXz4jSX6GJj893KUV1tBIOGu4zh\n2VgyaBu7rSnLFqcQmyri8rAFN6srmCZmt2oAGobJSFIAZWDNibTgM3KYyK7c\nKCgRwfK/6M6NizWI3vkRIvEhWlI5ObBDahfFgmVvthSLDXvEjNWJQptOyIm8\n7/b2QnJQpp8qxd/AAGgHQSay76lT+5+p/GobYOJsFMUzzN86v9gPDSu1wX8X\naDB9qLC4aGi0UW2t96u2DIL2imIp9JJMqhf2fVnPzte4nKTxn5LmJd+yATTz\nwatcjTomPlwWK31AnZ/L3oz4O+V6g4Rb4EM4Z20GE9N0u3aehqxowvcvwC3q\ndPkzw/gsa/5gfwj8GKLAJ8BtARp5w80Fn8vwKeIZzJCJ0J/x7VtfhitA8UhU\ntsCiGwRL66GO90WkGHtRjYhkhhG4QyjEq1H9xqssp0DPgJ22vzY+8gpyeL+E\n4UdaPoam+QZIID12B5WArFlGXWmqPeeQIgY/shJoPgRQlnjDY6z/tIAHc77K\nNelW\r\n=nwpn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4IQ+6r7bU9HOnc55MXfbkyqdAMgAO6XjqfyFrJOz88AIhAKceAdH8SfHIRStVaaKqRMFwnAErRZqYqtB9+Cr6elfd"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.013da346_1545383614635_0.8036288773948081"},"_hasShrinkwrap":false},"0.16.0-alpha.0d94e864":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0d94e864","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0d94e864","dist":{"shasum":"72888ccab246704f522695db44dd5f2a1ad9d66e","integrity":"sha512-ekg5JcsU25o0DRNNnG+/4L+BDkGESaV43M60ANpU+e6F6B5D9j9d39ypRUmvfiCsC+ekT91TqxbajkCL7T2MEg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0d94e864.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHMV7CRA9TVsSAnZWagAAVkMP/1qrCil7oHs9qipvBBNO\nfjhoB630T3r5p0j4igYeJe93r1DMdCL68DH8gTB9BTnv1Cq4SAi4hTTU51NK\nAyGgMKklVAIkO1U1+R+ab3bc/gEC4rnZwsFp8jj/60nm5+NKkrACnL0VYcXU\nT67kUmN1wLn84GcJRztt3yiC2MkIMU61mYNfG1QiqilH8e0vieUHvTUsnIQ/\nIE7yC1I9qM2M+D7lQopV6Tk7qyh7RAz5AhxorLM7/KEcJBwEC5XByHrcryGO\non+o+lqFKlj7OCzU7Idz1jN52ixED0qh9G2NnDVNhXgbXtd4uYdfo3mzHtHA\nZBwHok1iOEZxsGFzbOeFyyliHDRy1eeFgNff72/cZ57pp1rS8nAHu56d/Ziq\nr+IYSgnfKTM2rxJHHUDiCMiezsPHegzhjGdVtoF30cU/W5+4lWyqizzhOHIq\nzmIq9UjeR8m+DK1L3tIxugS9IQEDw8PObqwce9GOqOIw5BXiAR5kt72uNuqz\nibFNy6nWRmu5uNHaj82pWMUy1jBr3yBTZq9cQBkWPB8y3CwzQ4EFk7nWYEDr\ngEiXmFbIgdrQBY1yhBe7px2QtndsAEdaIjFXyCMgk8rLdWRxjnB+FIWsj2NI\n6s9wUeupR4WkaiKCtvuKLMyhs10a5CigstsoYj6i0yWRmsa/2czrMx22RQWR\nD8Q5\r\n=7Hkl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICjcTWjWFpWhOw7BVKkcVyySCBaXUYhSNazZ28bynxm7AiBtHJyJvQo0AiV5yUkLSV0m/JhVqfB7GV7YoiRTt5hg4g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0d94e864_1545389435346_0.23192752995759203"},"_hasShrinkwrap":false},"0.16.0-alpha.bfc1bdd7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.bfc1bdd7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.bfc1bdd7","dist":{"shasum":"d49f010229ffae726fa18933e4532d2eb28a895a","integrity":"sha512-vDry7qxsxJSYD5hop+uA1AWnBXWlzs6MAH1QWuP5GSKECltzrXBKDnS8VRz52HMYJtg/HnzAex5RmO1SjSCVgg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.bfc1bdd7.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHXOoCRA9TVsSAnZWagAA7mgP/0bDfVt5cuDATFqTyUA/\n0E9C3UL4P/Wo2M0SgB7WzSLtgPjnx99YAhqNS9hfgibODWP2NGSfNF9tvYb3\nn0THQCKtFj3ubpvPhpj34kzHxMZzftmdZgHNM/1ZbCdTovwYm40+LeEu6688\nc3HQEa+svF+4bJGOJZC69YgB0Te++kbWHybOxgLEPiwJrOs4cDM1UoPoF7aH\nL1LPk2fLcWmgjd94WcJXc3RoEE6AUHjdGdlyXe3JGjKlQouPTRmzjevJSBB4\nWGyZKtYkeU9dFYFjL+fNT+rRLk2UPWJBQbUz4qjpdXjoLcxbNjzZh+42qEgg\nc8TpLR0pZ+7paElaCfd20v9iaro0tXv1eurB93xnisR0PjBwzxaR/XV6UftC\nv70RHOxVHaPJIECGSrOTJg8i5CbVof1T2DT2zOl+n8pkrd2CHM9PKXjExoEe\nlgZuskbnk3PDBcEuA1/yfIgGpLtUzzFtauv4K35+murrZo9WoBBhZnd0CSR8\nQ81B3hlrK1nt8CBSFszn8tT3iFj6PG/lEfSmpaGpEnC7V7FrSAF/FOTLoUaW\njB2RWM6SdsiOXEjU31Zz/6B/qfjq1uyFLrWaSaJw8JO5C5tZ9RAJjPJJt9Xk\nNyAMmxqNimp2I6f/cx6q4+htNGwhHx2P9iQYQuD6t5e/7AI41ny1S9VxRwiY\nJsK8\r\n=3fI5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDd/wRscXbViVC2LCxAJXLasOOKO4z8ifMkuwCFPQmV9QIgJ5joH2e05gXZh9JXKiRLapiThVdNpVqcAwjnVI+Nws8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.bfc1bdd7_1545434023631_0.6642406510549799"},"_hasShrinkwrap":false},"0.16.0-alpha.2a98b4f7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.2a98b4f7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.2a98b4f7","dist":{"shasum":"86cbd2ab1f45a1d8d59b5fcda2509918a03a4275","integrity":"sha512-abDHfPlEbr5F/l/2TffTRb2c4toM/knepY3G/qv9De5RRVqadl8cjVVc6xNIXwk3RskyBvaGBIPTTAnaNJVbMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.2a98b4f7.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHjWRCRA9TVsSAnZWagAAcMsP/1ibriCqwRmHA7SaMd5T\n2lLRB/3vI+xVIgEZcbC5oeciz0OrpMyF7sdETrUledankeIA3vAI74iQSbb1\nng4xn8swO3P5B7TwnBDyx4wsEb3jcX94dVYNjhG5ebgDOE9BrVbwOoE34Upu\nHtPyOyVXP2mwX8VO0Y4hYqaZqaDpBy+9TPDzQOZl7p0q5Ts5WESDL8rYhkOi\nATatcuEFCdsckuQI9S1dOZfsHEEl/JxcNecqJ+pXF7DrSsklvFz+BHHhqDwA\ndFWN63PzjDdMBeXjFJVdQV9zQY94KkW5k2+80WDz/VliamLDYr4JpRNS/GK1\nx8QmcDD0MxNS30HO57hZFedtpKMf4iqCSxOV8bqrOeSuHUQD6SqEBdR6TkAL\nbouagEzvlpxSiQfC3CXqVVQa1BWe+tgaYjoRWx2qHd1VvlJgQS3LLc+FwVVi\npQMwri4E8Nky/GClcj7YDFRJTeRKldza5oKYkAUaC/7pEkXiLNrTFTSGvzj0\nzOWt9ACscJMvn1JTlkgUgagDgZjk1nJIKsNJaX46UvnfN+lZfyb8NuSRLG+Q\n9WNZcsPmWdaV03wyEsRHFfv8t0zT9wVfSwcNVDYhnjIXjgXgmviaxl5IbgYI\nHRRaZ+EwjXKmQc0liYPK6YqpjXWKdctRT5DI0fR13zVTtZSlncr8ujv4XmO+\nXPQU\r\n=EAn4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfdHRcSiUpg4QY8clF2pF6gPu/DPr7qFM8a/FCpy7/VAiBZfPzSUQB4MMnfegIa+lJ2ACGFgmiAfppYbREEgfvmhw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.2a98b4f7_1545483664353_0.7628159076017198"},"_hasShrinkwrap":false},"0.16.0-alpha.7a411e29":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7a411e29","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7a411e29","dist":{"shasum":"9451fff40a87c8cbfea4874e567fd48d651aba6b","integrity":"sha512-g+MLj8/8ZpO+2EGPRP7E5zbVVlk6ynngKf9X3yq3tTQ5T+AlzPtQJWZDN1Bt6W/NbVoDRNYisrClX6u0qoHn0g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7a411e29.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHloOCRA9TVsSAnZWagAA0T0QAJAffSmeEi5MDtw0egrp\nFBvcS6uP2N+0o8BrA1k0BdTSmplNTsrcFmcWAH6zoobx30yRxfUnD4IUT6HI\nJoPNSR8Eay4hoEzfJfeLW6nwwh9dAF6mx+5DW4TX8aNr14daSlrtIY1dqTLh\nbOMC8bZTC3wNF1k/EiD7TT1W6KL0KiJfe83ynY391VKJuwxX7zoDAdtdBVJ0\nn9+q5hGuUTwXD5ca1jPk5fwB6Jt2m/Wpg9vWgU82kv8ihm8icD7RpFEcmNz3\nd+E2yxcmblbRlvAgKNqu7gNRdvdPgjSq70nFHgnk81g8SeaaxymfP/1sZJjt\nhxZDtrw01ot981zv9MvtALFa0ari37CADeuyHTantD9NiCBtL4635v8zz/WG\nSwuNOoLKW0vcz5RegzReZRl3EtYeykkva8Naz0yltqWdux/80R6Oyzl1V1jn\nVvFqsy+u3280Xy90MVGgkDH8hhKTkXTsx7k5HJmFlVz1WhMJH/gmxAgbLxTW\n4SM+oPOEj3Qj8hskqWnYBHFrusIKBePZ6/2xNnW53mqQxeANBzE6xMPyD8tv\nDEZ7g5iHZmYrb0sA0tpRgIkZzFacXIMhU4L4hIzkp6aYhahtPZhCYpVFIpOU\nca0DCnYfU1j9Al3g+nCgic0JiCWgOMQi/xm7/LKJAT+goAPVYT1oaCl+Qs0p\n8xjd\r\n=yv7T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvbuUk9a1jIiPeVLQUeHsd5RKl2xAjnDZ33oow8V3gEAiEAl3wAmasN6SL8dMOzJPTRX0eke+nX41gV1FeDi6PLLlY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7a411e29_1545493005307_0.5265436829774455"},"_hasShrinkwrap":false},"0.16.0-alpha.3e8007ff":{"name":"graphql-codegen-core","version":"0.16.0-alpha.3e8007ff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.3e8007ff","dist":{"shasum":"63013073e0e5a479c6e91f0058227168c3db5db8","integrity":"sha512-3tFyW4hjr1S2hBzSpRrD/yCzFyl1WY44omAGE4nZw+06RPq/B/5bqelJSSqv5Ba/NDVTpCfhicRkocozplbWgA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.3e8007ff.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIIMWCRA9TVsSAnZWagAAg2sQAILy4Ao3qaesKf4qAjvA\n+2GyDavYBMefxOPpMe+p6Gee4/tcQBOuHvP/JYmW8Trs35jZBtkG2+nz6k7e\nuK9UyO1EgaqRNtO6zU9lvWOmX8yHILJKL2krn0CoCX66PgXJaevxWm568x1D\nwWjdGVh5BKCMJHjhJYnJjcI0CZyq8wBcN8iFo+h+wljjeDFlrjNFiLo/GEjU\nFsqlRgRJQ2Bx794ZS4gTmNp5GWgrRsd4z8nJu6ubyLL9SMgF893pXiGDiFLh\nxqYCx+NNDZkPyNhJ9jD3Jpm87SxyaUIwQcCaiM1VArLf9JNVYELMFMZH6S0J\nIhq6bifuQLyJdD06ASgN5CzkU14kozDQZbKSGADmi1NlNTZW4a83mAx92Gnh\n26zBfi9gPbmcdx1Hf+ZQlIJp76mRqqQ9PuYIxpeuy+B6gXF5qslsYOsM+4PO\ncJN+pmUHRNiJJttlzNv6b+twwR56095/l89/GB84fEv4h7vgds70eSTO2GIm\nnTEDEmuO5gRFy2koNzUIrq9KMaGnV4VGtDKU2LP8G+eE9tWDDYv7K0fbyxpD\nSRTt4y7f9mtnWEpmsmcmJvI4jLd10xtifeJUXYiD4+2ACtZpUVcNDUejKpYw\nc7OJBxZ9wdkkCJhfySLuhE+EEjdXcg+8guunSx/l2OXaqXYlB12L244pO9No\nPlLR\r\n=hlQw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBEv1sXBhKWDZv6g9OZyceLhIhDRdAw1dynNv0oAYmkcAiEAy6ULqdvBwy7tWYW448Q4mpaLIOUsDaiUWKYM4IiyThk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.3e8007ff_1545634582241_0.23953966433295326"},"_hasShrinkwrap":false},"0.16.0-alpha.0e612a58":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0e612a58","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0e612a58","dist":{"shasum":"58c99ac405580951747eab5ce4e0f33708f08d9c","integrity":"sha512-hFz6GtayT+L+pZNTKeoAKpfOG3tgoLjGk2s/LQJjfDC43pcrzMP3kYFBLrlR31cWOWOaoNor2G9S2uN2yKHxwA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0e612a58.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIIMiCRA9TVsSAnZWagAAepMP/2mbgxd6V3T59PmHJ0Oa\nfzu8Z06M/Gow94hoaVtD9pEQo3ZvzofLvJZgnFRHILBxnThKRRM4zJ9UQILu\nc3dA4qdSdxWaIAHuVopSt63gYwTl49lzN9doVZthsl6XWUXC/4OuXaSW9a+e\n76V6VvFn+1t20BvIByW8atNJ/FsDlgJ2KFAriQ+Zb847uQNDSqv/AyW6N/Hv\n+z+oPX3PiaY/Iw1toVJrZvNB9Hm6aYeDMi+zCiWXuAeAGQtj2XSaBXssv7Lb\nMvKW+jntEam6YOzZXvJFKo38vjctZZgeuUFMYUZbLbqLDQHjbHBeajJ9RcGU\n5bAWgFU2L7RqbOpGnhhiC3PpHXhJGrMcADwVB3Uufa4Hg84UlJ33pcUyJXaA\nMw/u27/xaifZid1POLFmwSl6mNbNsjyyaUxMdIZfDmUqz6V7lupOeMp4RZah\nUdMgvTccmQSiA2PKfvK/HH0AitiGWt6kXsu5rAH+GsdVLshQ0VZqsz5pfkcO\nyeFnZmp5CAyOp0ozG7/ITIun3x6mcrVdECZn84dWENKuoX1WJ76g8CGgSpjC\n6245ihx7jBwHeJX95epgdCB0kt57Bm1hITAqd4yomoWrlcm33CmqJY0WHjrN\nlPpWmVejTSkILyjj+gQUTgrLCWU8/JL/nx8wL/1gdu8KJXo4x5mvvhbZB533\nzS5f\r\n=yZ1R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8k4iZEZl8HZMTrp2lOtX2Y4A7b+XVgfwgV988VMWe4wIgOFnXaMNYZIklq5wP49L7XJC2bmicr0OT+SQK+CrhKNI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0e612a58_1545634593710_0.37455544097983307"},"_hasShrinkwrap":false},"0.16.0-alpha.2c468918":{"name":"graphql-codegen-core","version":"0.16.0-alpha.2c468918","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.2c468918","dist":{"shasum":"e7b5b88e49c2120b8a4a5d70835c9e3e5a5eabb7","integrity":"sha512-8zQuDpCW5J/Cj8UqbyCMFkDP8rTBWnN6Gk9e80ek6kPWqJNdkvSOTq697u5BnMWU20QI8iiz6F9+4Ky+ItYrQg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.2c468918.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIIMvCRA9TVsSAnZWagAAjgwP/0vhfC425Ff85ZZXYszn\nWYAaZ74rK8zPPZeuPTJ5eKTrJQm/QLopKdvr73XEtqaLQFBvrICQzQiZ0ABn\noIQkDe8+31PNbZL8+HAQjmkyb/7BL/u2X4KfE8q4GopUUaSO4VefwHXJZokC\n4A7kX9MkOIn87XHKkJsJSBy037CDQviregx1CLzrfazvvJV2cIZKsN8rw4zh\n36YEDqNSNLrzgT9N5H0+HBz6b5YoXSBGnjF7oJaawDXLmSiAJoZwPi6VDnbl\nZmQyiOMS50ZsCv0y2S9p+ClvjMZz8C973KuHXvBm9wTcV4RdfJ+Tht68rd3g\nNjaO8sKrhxfO+ufzTG4ju1BxVts5YMiTD9gNzD1xh1l7KcO7WGk+cBWApwKK\nWu3dL6ebxw++/TYnEenT79KH9LpcEpKGoOdRe19Lr3iZd5HeQz1eJjlpyGLI\nmhT1z0Eqy7z1eA4lmVNa6h2upOcd2h4YOlH6KkjpG0jx//+xUAdN1XPw53i2\nPieaVTmsdW70eOTcfAF5EJ9HXLj7q3GGRxEIQSKSstuF01LSWTzd2qU8KnVJ\nRwFy9Uthbjt1+1VuMTwBdAYb9SYWu7xJdNt0m33CyLBDMSyCLcyIVzaQYo6v\nOBmAMsv1lZqN3vUEBkcT4uNP1YoZNrjbT8zwPW0hHDtGvWatXdEqnIOoPpOl\nyzpT\r\n=axfq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWBF6ZUycOpFd5WZTIkie71vUc1gc4Wg3cgDa8jWyjBAIhAKGF+/6YwIqfXPi5i99FEbCGSQgdpS/tijdf1SQeE+Ug"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.2c468918_1545634606412_0.06710998429459747"},"_hasShrinkwrap":false},"0.16.0-alpha.40671fa1":{"name":"graphql-codegen-core","version":"0.16.0-alpha.40671fa1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.40671fa1","dist":{"shasum":"b78754f0ccfe01c25e0449d37294d1d2ac4da88b","integrity":"sha512-i7Few851ZFRI8drtbjeOIKFr1i1eHa7lBhDy5XuJXSfPqCxdilH7ZbywTgV2Rq0bFMtnRo/dRoKHw1fdWeq4mQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.40671fa1.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIIM/CRA9TVsSAnZWagAAC3EP/jAhqieMrd9obtHl7nD3\nAO4EB22SQaxc5ENZ1dJ9MdMFcfOT9TPfWGoEJ5UpKpGoDDJaH6faHaJoDv7l\ncOboMBFMMabXyrs2/im4KbCzBCFJeo4/PPW328NLl6818IAxUdM8uVHT/2p/\nwKAm/UUqsaHydRWYySXTRTVasCupH5dO+p8ztwWvRQZUpaAWRmXTd/j4/piL\nKcCx9Gm8vuwB+TUX0bIeH/SrPLN4H692gpVz6WHsZt6uvDua2w5UsjDnAl9j\nUCTTvEyXfWHykg+lLuYZBHSjsMUnl7gbIu6a6ED50Ohw2qu7d4M3vCgD6qTN\n+5pfjVlecKPflyvU1fQga2wxgMJTGa90pcDwBLWYxXohOawBShmbUPY4XMCh\nZHxF3gqRXY6RZlnWGUsGVC1R+QUoidYmkWF8+loLxuXPfkeZNJ41ysk5ms5G\nJ2cLC6E0mnugNy/N0SXXpzinryEh1MNkZngOEoTdyE8N76Xa5GAFnYlhTVPV\nwNpxAWIIJKMM3+p37CSJ9g83ZmVPWUMAOZx4GTBF3+fJpkZqspt3JDYDHdmR\nluXvh+6Zz4f7omUC8bCVy3wbUP95v2TgguWVBNPWlpLIQwRCB80RPZghRZfx\nzPwSRFy+ZLQjGwF7addjSgXYq1X/lCSheULDngPN5DVLc2Uobyuu2fY4C2DC\naQtJ\r\n=dFw5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHGkA4Ju3XXgcSPVnqMZHU8euGMAwcpSWznSz4C1l6OLAiBuglzRH8YDYZZdKRkBp+F0zCsD54gx+ACKk3jnU/a3/A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.40671fa1_1545634622294_0.7794489406006493"},"_hasShrinkwrap":false},"0.16.0-alpha.545a6622":{"name":"graphql-codegen-core","version":"0.16.0-alpha.545a6622","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.545a6622","dist":{"shasum":"d0d78989d06f9d51ba344e467d84a58d723f9144","integrity":"sha512-BaXu1FeCSmuuFtkaMA3hK0HTaXZEL5dUZT9gqlZHiyA3NwCx65IfJtAEz24sbFA0v0GcxOZix2ORG/4HutzXOw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.545a6622.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIIQxCRA9TVsSAnZWagAAyj8P/1MlC2tBOEtUU8SKZs+Y\nEvDd+cxOR0wCrldfh+6F2bijhPZgkRNgI7BZHIpHHqiAn+thx0oyOo7+m7LS\ngqmFhRci3AGMdwFJjtOElCF8M6DeYSloxi5RIZlCschDpSsDoq2/ULZJsE48\njpO3Ch2KocRnxPVeMYfG6rYD97UcOzhkmDnE4BkkHbSU2u1u6hQcDfJ/owdz\n2nhh+/1hEh/uvpb6iOiPVrqMq40AkopAdTPj1Ujg8xI3fWARSbBZDvlpuppd\n5iKyC2ke2QMOomFjty+mvaVEZrB5UEmQqZ2HZWcEGYiK9LhOyIYWcD1smhvp\ng/H2DlL7mVohVSAIL9rxa6w+BNYIvq2rbkoJSTXsmn9era+8NMyZuZzm/hLj\nWJwk+aPnNysnU4+bj/jqVe8WXfaxetIQtpIE1ej1ttJsQjn+LfMFy40wK6lT\n8FanHM3TO4EabcYhxfk3NijWmFSe5CCVDQh61ls0+NUvQtfzZojKFaD8wEiH\noIXMD3ZqpCS9qHG9Tz/x+F1lmMjCaFsUITYbndinRpjE35wQTxUF/zPYIe1Y\nboSsiQtRrO8fQL+BxvzOdji7bw7MAjVf2V1MevBnljY7AvIXThjwJ0759Tdq\nRR0Crcp+dQ2gIXD5Ti3P1EgClr8+eVvtrXFn5QnIcbr4jNcwOMspuNe3jYbO\nTzjJ\r\n=QgpG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpOtbxga7RKragEogVVAAa2X3UV4Efwf7F0Nbtobp4sQIhAMjSLmaXatSDzevp4FMTxfXeJlhsWBXBqxWZBw/uaAtU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.545a6622_1545634864948_0.8298564713607939"},"_hasShrinkwrap":false},"0.16.0-alpha.27d2b878":{"name":"graphql-codegen-core","version":"0.16.0-alpha.27d2b878","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.27d2b878","dist":{"shasum":"c20147296c60e594c9aa7d98903212e67ada6bf3","integrity":"sha512-0ZjBcrxTn8C9hu1XN2e/G+qpqVIOIZ+p+f65bjBDsUsilK+0O+ub3yBatkO6IUxMSpCbM77CybJyJ+uBfsnB1Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.27d2b878.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIMHtCRA9TVsSAnZWagAAq6cP/0miBNnW7wb+uTZbDT4S\nEGdmAxji2KBtj3BDeyvcElIAzwzzBQMcM8+h6AMRm0Ybyy8ff9gvNNcBLUYo\nIITJmOdjB5V7c6PKTCxyBoBCA2ki2gq3lXmoYnPC4b6qb5EhkxLE17gQuziK\nckJyg5KVCmCsElGm35307C7kfRLCUM3oyH8H3QFDfJc8eA0eSGibuEMcdApL\nDlis5Hblf1KORP6418PukrZGa5LQs7ISIQ/tnMZpxZVQbXb2u8QljnBuUr2r\nx/0TRVb1HwfUXQIdkqPqjMAlAHLsXzXyAELNiWFeI86kns0oj97Zwpaiky8C\nuKOw+bt8Ncv33r7nzLDuLN0wRmdur0NaGCfS+7jZJSa9XUWrIZ2w+phSf69W\n39tX4lOr+L5v4Ad1aRxI+TrYeypRaQD6qL6WSGLEWRxna5nPBak8qjbeuIlQ\nps/6fiodB9A8niMQf8wwlOcaFN1Hkrw15P26p2bZEJJGuy+4wZ2EADLAy4zV\nO2qtoz0xI2uSAYyUVia8v2dLQbcv/KxBg0xBrmQosKNEzJwZSZQSrvbSdgLc\nqiBz5SyZ0vh5oXwtYY5ZjGXjSY/J5V/5Trt9bciIlSodo6rtH4GQZBcqAu68\nS2l4iGwCOHBE9DYTmbyq8knTc7p5fc3lWXA20IASbdSoeF6QuZDMwiFk6P7G\n0fOm\r\n=C1eb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfpcUPGHO4nGUM/S7A5sjVPmiMGlPYdbZTrcfRLrEO4wIgHk5qqMnA2S7ow8tNRTVClNyXe+IUlVBm0S4W99HFuKk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.27d2b878_1545650669175_0.24142341038268778"},"_hasShrinkwrap":false},"0.16.0-alpha.2c8976da":{"name":"graphql-codegen-core","version":"0.16.0-alpha.2c8976da","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.2c8976da","dist":{"shasum":"20345e00661e781f1b49816ee1249bb85f6c05f4","integrity":"sha512-BgXzE8EOqwpvnUhAGI3TRB0/1Rv5RgnN6jtsofuOeVIr8qtcZjA972Iua2iwLfdedehkGXRsioZA/raZl4XQ/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.2c8976da.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIMaDCRA9TVsSAnZWagAA1e8P/1kEEmGOkv7xFj13+dBg\nZgf1GwBS2Le1q9N7glemYtF+CcinVLXyJkz7NELw/+rKcCh1p3Cw3oEo0aNa\ncFMm3a1szfkZVagdqoKnbF0FTnIRkkJdmZPJdZr1bTAKMGIFpDTAnAUVjbVj\nGzqaIOQAcb7quqkt4E5xqR0rognSjfwmguO3KezvG0wQyZOHHvZSwZQ3M9W2\nkYiLRKQgeSpKiBT4o+pdhMlGj31vAbYZUfo4J1BOC0glW4DMYv/n+Req6j48\nXDJeABaQdyFtXNj6cnQq9e1qU2gU+NWbyrc5Y6+PpJGsxuJaI2UMZCgcH1YN\neZa7kpuEtAEYpO0IHyN+likY/Z6z5yezZ2aQ414M3q7QByChnlK9mtv2nxFl\nALFYGddpclQAxwUF1+NEjWCFKZShFlxucZycyvzeBlgnLf02kVsUcnCXL6mO\nk1s9knutjX2BC1gOE4uRI3Ow53r2ZFD2lXg0ghsGbzymEi82G/TU6J7E3Doq\nq9UnXRnGXTVopGhcglgOiXtzu9BHwEmME1T1zdo2yboJ+gPK98JKZ1Fkz3Sx\ntZXyEjmpUO4seVFjPeeOjxgGXhc7wJhJ0YOUGCFkFCdfXb/RGyYitRo/ZUBj\nylPxzMXjOAGDXWLMbq6woV+WhxGnpm1PoxroLxzdUrjuaTtIV+rYY5REfj44\n1QrP\r\n=PR+6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHms1r/pbXdFU7IoDYfeGpMWVZQ5iIxw1C8ExEu/6SRHAiBLJI3Z+3MHpwIVuj5WvWadWFg7uVGPx1O3Xkx644f8zg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.2c8976da_1545651843071_0.4405839916314449"},"_hasShrinkwrap":false},"0.16.0-alpha.e65d7574":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e65d7574","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e65d7574","dist":{"shasum":"f0b9dc1c0613b9747cf586b2ca313467dff1bbf6","integrity":"sha512-ftIXk/lyrA4p4pqi9wbFhxse9mubbtXd/CzZuYybq1MEoFY0GpxktvAgbanzwQm8+IFVusGyx7FHalHvG39szw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e65d7574.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIMpzCRA9TVsSAnZWagAAxxMP/2fL/fceAJ8jx6Erbhjq\nIlazlaPOSQbGJQR8dqdTrCbLYHDhZiHxbcx9zSTysN1ZkDUw3GF7cLCoybEL\nV8S3NJfRHESe1oIChDnu/Re7yzrrfD6So3VY8KHBOVz5gWayA/Z9dBa2EDy3\nZoDmqgIurOdbfc4W99J2GzFPlI9TjgFnFlA3JmHhcs90y7F0CDrVrWbHFZCV\n7XCG0+cTd7MW4bLhs0kouorgtZWkBLz3RGhilS1S3mWdmCluTxCenX9735GZ\nQSj+8MDZZ6XqkjWHfPAfdZfNhU5LNQwUf3RX4tlOdus4+35xCkklxaKLdvZe\nU+b5pjZNrs7HZvsehL5nAoqxYGr574xi1jMv7JO++Drpe0ODCQqgAY7SDbME\nR0BqWiM2VFg8XQah8al+pWmCLRqrPQq1irkgeuA0csulDSR8DVjapzF6YDVi\njHMCapIvz7ODiovBp6vzikJcH/AltNg1obsORDbAbiR+AfWKfHCD6oQXYfRw\nzJQoR/u4t/GvRxsotO+DMJ1ofZfYaVFqt9Y1uFqEELrvPwxeiixTvfUhqJ6U\nhExt7rCbc9RktXaieGA7UB+Fp/3tYMYBVoKu01vi3H3z8AiY38ea3OXgWTNW\nbrTMD8FHl9DfO5Y7ch+mmgrIvggj3tZOMx2EPFssxUz/R+SK7qUkckcjA4eI\nwlSb\r\n=8kQ+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8ww9RjvzNVx5L0U5qDrG/rCDOg8p5nHOUBcs3gspgXQIhAJfoldNijmYJRY3n4cDnwzX10nIkVtORwYtPR2VqTSZe"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e65d7574_1545652850572_0.20446251295354934"},"_hasShrinkwrap":false},"0.16.0-alpha.6beb3759":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6beb3759","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6beb3759","dist":{"shasum":"3a036ffffe2c5d3d9abd7f6eb78bb8d210d1b94a","integrity":"sha512-5Sn6s3FL/GkylRK/y+tBa93h0Esm314HQ6vP+cBzkUU1zGYEh5RDGsDp03W6XG3abnn9ihF2FZGxcV/6BYfrSA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6beb3759.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIMthCRA9TVsSAnZWagAAvPIQAIy4C6yrF3jKFVEc2ExH\n+OYtpqsMEVEtk7QGnqYUyAUPyn/7iZdo2Xz4spBZl2dvVtXgQk7JOUdxbMJ7\n/huugOonhBfjqNhkee6PiTasylwdqpth1yD4kjfhqMpD6ZJ9uDpXw5On5TKp\n559LHT3D7wpqMOAR0RhDaJsqyhInazLQsI0zN863x5VlPVqKx5tGCQ5bwnB2\ncQKdBy6WovLU855sB9e3qwcLxFIIMKCP/Pp0ipZWHHG3L0tj5Y2rd5vqpGAV\nGJp7FkNamXicrUXea2Z+gfHc4wtDW5EiYdkrOchXyHMeOY5J/3AyjtHIlVPt\n2EFx0shC7rYY2gBKpXU1wI4gc6uVhaXmF5PgTKVzF2Hiz9l5eHLQInhtoqx0\nQa1jMuZwfvV1wZwAXs/vhThvrsMpg4bt8AdcPl3m3oNvt6Hql2k3Kd7FNHMv\naqk45ZL7jYXDJ4sUkk+EgHWreBMPbqeMuh22bVTLDOJUi1/FlhbDtjCGDQ/Q\nHQcAYQRqEjSDhCBu99ltXSe7BJo3W/UU1/6QIath/y+rF9SDReO1weTx2g38\niCMhgTOU5qFX++zRwrNnD2/c2TIF4b3+ofYEAjrEN4cOw/Xxj6Tg1RZ9D8I1\nRjVYvZF6pp37O9r5BgRTVaduY1xV89tigNwdNi+LVP7xbjaSa18vacPGAuZR\nTq+u\r\n=MoQz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFLU5Dpio9E+rg93rvM3BkQzdGXoAmoKGUEApMpTwSQjAiAA8JnOgQoHoJJRkbr4VlAt+XFCLrNuuxn3IipIrdipwA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6beb3759_1545653088520_0.35182543883307726"},"_hasShrinkwrap":false},"0.16.0-alpha.ee61329d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ee61329d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ee61329d","dist":{"shasum":"60fa3718028746bc198383c3026f6224d6db18b4","integrity":"sha512-ngbL52is19HSSRBY3Zd0ebTfHYmP3DUydni8cOTasPe6MnFOydOjPpAvVOZQwO6k2oeKSC9y2lUcfzrD8Dc16g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ee61329d.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcINATCRA9TVsSAnZWagAAz/YQAJo3Cxsyh460pC80joCP\nsw6pqrt6VLyNCmfphtKNZqbkd/v+UqAQkW2vUOkHQ01Sk5/6K2rmIQv3CwN7\nuGddkdncw46wR3/aJpVKpN6PJuhSbd3SxZwnOiFAIRzcwQONvlO64+4Pzl0p\nlGC7+y14J8UpZgbIbPxQqJq0txjEoyW6eyhbs5/tK50KNe+zRRlVbtkI9GS9\nbe9zhYm2DwSqjSc69X7dymDi6RKEgDQLC2L1UsuvEl6t18lCAUmAPkosm1z7\nkGpnV2moX4UxefObB/xbTzypmH58msfZGzqZBJdMO8WvVC/o40TB2lxwiUcN\nLMEULacbWDmMwDEL8pJezDU6Qb5Z+iQszZ7XbP6gmvg43IP45trChRyBSveD\n9CSWrGYk8wfXK9V2+ygHS2M/CcCADVVnEJSMB55r//fLCv8cuTPD5knUqR3S\nsNbrXxfaiAFd2satF5h+91R9oTReM1IIlrbgzVN4+unxDK8Drph4Rzi6zNDz\noiulf+vkkX02Ah28NOs2D17np/CyFcA+A0YlcuQH5EW6OyJEauPcLxZpbhFn\nkt3X0KLkc0JUFVRSuTYQDewHNBnFLhQ1Z7SoP0rvl7idyUKE/BAS+EivHedl\n/WwyfEjRFQVcz8tgu0+iwZMyFQVZS9F2aD6YluX3plmnbx6OjoQhwObmp54B\nGZ/2\r\n=G340\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID1C5ODhw/N0I4OPdnedexlROvoijJ1hy1vlRQIQspYAAiAs4UnM0ngEx4KWRTaglp6br68Mcfc+BnUdoGP8Gwj9fQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ee61329d_1545654291307_0.17568215779378438"},"_hasShrinkwrap":false},"0.16.0-alpha.22d89977":{"name":"graphql-codegen-core","version":"0.16.0-alpha.22d89977","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.22d89977","dist":{"shasum":"7bcccf4facccd5be5c8e8ec5af9cdfdb0978cf21","integrity":"sha512-OjDyLBU991T4wGeN3+TpMo4IdvmdAc6FGNpfHH15N158lqBSPAXsF9c9GvWs9OAnjsd7/Hni/j01uwh8Ol0cvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.22d89977.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcINXrCRA9TVsSAnZWagAAvV8QAJ5hjKF3tCL8fszz5S2m\nOm5gSoKQa0O8XJ5xJ+/nXpFET/2leIUx6i+7nae3+8PMxJp4EKhpKwOBo+Al\nvcxnOcmGKf8nyNv7x4EPWQYATVBlkP4kFuqN4Evock85RQM/iDCXW6dRISIk\nqrENpMO5krsg4FP3RAj2sFyP4ju+MClKKNRKWyYN/yeZY4z+Wmyq4/kSvCgA\nVrUvRodaUA7t2USgUGRW1hRTguDO3OgmFkpI3+D0i3rWLJKfZfZAmo0H5ijB\n36euBbNm9Op6WXoM74OlA36gkuhiDnKMsHIIA+vzYpSRmL8OhGjVuA1dRX+y\nCbI2es14uZH+vq7PTFBqklFfh82kW7EDpRK0Am8MPRR2ifQo3hULRl/4gWIE\npyt1OkXUCKzenSXHxc4G5iZoKfhFL7BVihXhqg8Scv4x7dVQwn0pWwGC80tx\ndu+gmF5DZVDZLfkypUlDsKKx+gc5Hx9flY1KhX1YVaszQ2jHDIUSMNx+p03b\nCrKBKgYbAg0hVvG/8weXav2cm9JDbmngFRi0vWy2rUnRAVIIcvE4pCB4dhEc\nQTVrqWihW/fHb4UdyxVsEtyAMRFdOGfGkx0+KEEVtlPxm/ZvBpyJpgwVu+J0\nExZbvXWvS1xuKSv1HHYbMGM98rx9oJi56Z3KldV4rhViMT6rwGF6Bd/VXvz5\ni5MR\r\n=qUC3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPTSxEKpA7rlz7l1sxybMuQ5795GqTueDJoPWSnGOU7AIgUs3vV5BKk6GP5jOHAek3D/NCmB1ujqvJLUC6jnI4Z90="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.22d89977_1545655786903_0.6314979740979545"},"_hasShrinkwrap":false},"0.16.0-alpha.a9b4b106":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a9b4b106","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a9b4b106","dist":{"shasum":"a5f5c7ef7fe955243603d42dcad4724cfb49943e","integrity":"sha512-qwCFn8JUmsY6N8S4fJggTZ5/TGlcc/jqtIalJWaV8tKlXniwbDjrQrF2+0lju6d/Jv5kSVRAfZWObHdzVv/t7A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a9b4b106.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcINirCRA9TVsSAnZWagAADP4P/ApcWNGqjCpcsKPFbgjC\nJrlccr5fM5DVeTpanO0vOgp1PH7dtlsrqJeKUQUTwThw3tod4VxEXddCjMhR\ngc1b5cYDXIMwVBWj2Xw0VVG0PpfY8+9HM622UMA9FL7WtH2pSJ9phZfmzHJr\ndKVd+NTBT4Z709sLJK4AxiMaVpMu26mON2Hg8lz3finkKBrp/PUktu15ZFwb\n1q6IQGJDW6+SkwdjvrLvXj6Sqzuq6FHWvd9c+J/pf1ibRPoj4tN/7gPXgZed\nyRwNGd4B/b49kSAsRH/PpHr50jCSmIvcaV+jq6yBwExBsRlHpr7Ox8xOYXwv\njTTHcZ2m1IsF39mBu2n29NbLtfkXR9u8ADqqx4FYOpCzAqqOiynTAc9RYuMp\n4TYvFjrx5H6r6Lt4q5po0BqDGtH+3BZaOZQ+0n2XqMM3Ni3VyegxBNMXDr49\nkT5jZRvW464t5DAw89UVFfQyuzAJQfGo02T9dQdqUYCsYXDCPA8Cxv/T4ZLX\nNdEseS5uBJOGEDA4e+KlQadky6td9iVtsxNIvwnrg1RGZCHmU6H8drELX2g0\nqbOH5gHDFXoVuSAqwdH/sfs9w/WZuXtUTxfS7BT78t7HrFFAeKvCoRvRETP0\nWP/Bq3tbX2fqK7FlI7M7tBk9l47Tg7NeKB3OwS++T1khMuUgHtNZHK3Ou2ek\nvPIo\r\n=3+ct\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRRdJ2HAsC5slz/hBEr3pJA+W8k/m4Q/rdrwXnJCUESQIhAKpJCPTwsS3L2XFoDRTfT8+FnbaClUc1vcESA6shYuUc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a9b4b106_1545656490423_0.42759004709680903"},"_hasShrinkwrap":false},"0.15.2":{"name":"graphql-codegen-core","version":"0.15.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.15.2","dist":{"shasum":"f97ff2bcedddf8ce0623e21afef586f7249c453b","integrity":"sha512-kMzeu4TSLVeYqhwBP1cRqHHpNhszC1jG00oKN2qmQ0jWpjiR8LymXrYHI7sYY+/+q2ASGRQhok9um8OgD2DsLw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.15.2.tgz","fileCount":99,"unpackedSize":94638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcINv5CRA9TVsSAnZWagAAhKEP/3EVNny3woH4tSK7L+Cg\nj45/BiKxJ1nZdtCn1GBf8RZQ1ckaXBO1kjFMQtGbDf+gXwWvsEFT2Wd8FYol\n9dHjyeka1COpfgdbd3xi9nniYFFpt+riRQgBSq6x0g8W8DvsnWw9y1EVmUKL\n/Uci2xlasJJDpU4HYarcq29hIz2hl2pBl9+26NpjVHCkou7uhFuNcrlVu5AE\nZivcY20N/y2ebCzBYl2TqzJc7Om8PdMKN/TcPbvxfJ2YhKRbvbTkhDiF6S1p\nVhVz7cWMjSvTBaAV8mpvnXC3PZCesIe2SSZOu/Ackno5+4pxPW4fg4u5/zjK\nrYnez8PZ4M1s/a0TalII7G8i7mUKY1N5gkXYQRufNFPuBfUslcK3EkzNJjNH\ndq2xquAdmjlppr1jgNiZ3E6kfoVucw7d7kJXuIjQldx+hf7nxGGPn+YsJPtS\n4ps1M6tHV3zUCeTMqBnceHWbIj/4XDSu/OP4fNOBVo+SeTJhCF0m2mAsI5p1\nG0l79ZPceNivz0ebUMvUJ62+/YMzBL53gvb9HRTtH4ta4ubLhr/cfrTxNags\n8WxENj1q2nmwXPJ7jgMi04OpXlhCc+fcjz4Bn76haNI8uREFyyxy/t3dTCvS\nyK2h9HgJU81Ug/ZCc5zKjNqHV9l3iy88laFzLpVrBU2V14ioQQlmKMipPWqe\ne5J3\r\n=E4wK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZ0TMg/yKuwGwwbb9GIfRQWhTL+GM9j/aLIN0pf6NhGAIhANzzzUHqt3BdDPVClEWUYrK+yFoteOAmLrod0qy6PKQg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.15.2_1545657336330_0.09372564604737832"},"_hasShrinkwrap":false},"0.16.0-alpha.7154c52e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7154c52e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7154c52e","dist":{"shasum":"53c4b82f60e263d6fa47bbf81e7660657437b9c0","integrity":"sha512-UDtNmpvCRfrWzXRG08rMZHsYl6q0iw5OnhkLxRHOEfl1AERNdiu+Rf3BfLrFo8k8PevtoplsuBaO4nDIpgezDw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7154c52e.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcINz1CRA9TVsSAnZWagAATuAQAI5YuyZ+ZhsVjuzyngnU\na7DfWudJF7bLwij2UPIVvDRjfq3juX1x3knkzEMrNtPdSqNI4hBSY8kvKJ1B\nD/9J9jA+H+l9HowpAY5Xw6/yHASMTHjcqQ9Q7lkTfJ+GwWTla22t/qw9btLI\nlhSSkQUffQdcmVoj9n/v+6N1djWzD1+sEhtDfOX3j+c37KfPzHsbsTp816ln\nuBRHIs5IjQ5R9FfEeaR8cRCDg6GhLYOM5B2ojjzcYWT9cjPnZUKgRybj62s9\nqiOgT8uLj7HwSlRNDToi+BUPuwG3ciGT1q/mje1w+lanpjKHpPq1cfRdXGbQ\nqXOJ80WtqD1OV0/OHnBp9AGUJJx03gpGH5PecDoGxXpRaXJP1LxHi04H5CvO\nPIgqX8nGPT1PXBUpILfNFeMDRU/0pOwLv/ldfAJLO6+LcPezONrROyEN9l4t\nNi+mZhGq2Y8ApWz1Fpi4sqPJRzKpcCy+2R5WqpQetAhAxYm9Edl1/GCgCOBn\nmCTz6HNhnJuJqW3SWJ+X7faNKXibhWRmsdgiPtauPe8gmaxvm9B193k0AZ0H\nOKxDOjuJeqL2QsuJIuGio+x2m2Gwflmlgae19dVxJ4hBSzzfFL5BF6SU17ly\nXVcTZIArDsDX/i+PPsfEMrjOb3g7edUIsZhryiniwyTiB4h6hvUdlFcoQN49\n9xIk\r\n=y2M4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo7JydU/WWU3VGFUgkI+q6QU0s2FUyoGQJkCstkUUA+gIhAKzvEDLCT+SzVNQfmxHZajoMR1T1LDjs79EXJkfKKH79"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7154c52e_1545657589177_0.21277449167859652"},"_hasShrinkwrap":false},"0.16.0-alpha.55fec510":{"name":"graphql-codegen-core","version":"0.16.0-alpha.55fec510","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.55fec510","dist":{"shasum":"2971e9b4991f9a5c4ca7f34766951dbb7e72634d","integrity":"sha512-GBjrPk8IvVJzjLVc3aoAzhLBx6QfTYjz+/wDXgjTPOdg99ARkRm7MIi9BwaqQEvjSMZKnB0+x4bAeWQAQ7Uxdw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.55fec510.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJP1ACRA9TVsSAnZWagAA0jkP/RKr/cEXiuNvx9LQpU7L\nLsFwsCasQWPFfPTSIzK0Mniga+lh4sVfdUfnVxEUUgV9XAm6nUhehwUXmd+F\nOPhbn8a0wYaj9oGLnmPY4sfCY44MaIBuH+kMVGsEBbHVRdenPTdZpt1l2M2p\n23AKFNhOkt6cxIhPWKsCzxrXfNUcgTLuyEKOoS7DdCeFIkUzHd50box5jqad\nC9AwS20UFb/Mli1lb3o00gLOOLPfgRFf40KO9rhHDRPhDjoNb0692gP5ynKD\nhQFxAEZ5Y3ZuLrOES95J7fQLBJlfrBh+omJwNDcPdERk2lW16VFbL/kMnTA3\nw5TiCpKBTgyeLfb0LTdQn+FtpBthPyDNipizGC0wC0ZUpa+lheYQcfnWe9me\n8kHHBtyLGQRHMwXVJy7csO6xmYJSsn6huLPv/e7Ir+XGMDgjvg46Szl5Tz12\n9Oip4JjOO0cJnb3wUih2+rIumyr+n6AQXYxX90K4xM+hriKwJL92JcXyqH8W\nOnHn6dpdT6fHAhpbLIzPCn/MW52f15TM0cmNjimPge5tuCp3o3uarYjztF4E\nn5SDXKI1zq83H00WY1YUxD56i7O3rJhVbBCcBnMSnPGr4bOcgmXDx06Vl7ij\nGDlgpG7jUpKjB6zsgwL5UtQdLyqPT0HHSj8bpIUnh0e15/GhpO3Oj3E7/jv3\nfTAo\r\n=FE0J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC2N+/qwA61w0wA8geZTd3pK6UK0dPal1P+POx/bEguIAiBgl8XPrcMyTfXv4WBv48rp35u8Xm/uEHa8xZ0Zl1e0+g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.55fec510_1545927999550_0.9523604970147719"},"_hasShrinkwrap":false},"0.16.0-alpha.5cbd12db":{"name":"graphql-codegen-core","version":"0.16.0-alpha.5cbd12db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.5cbd12db","dist":{"shasum":"348fd7210652490642c2b05c2bfcea63f89f51a3","integrity":"sha512-jpHgUxMm86eC3ojqRlzrd2Cst7lG/yDgYZJiMCEL+K95YWPoXXcyhuwLTi50VS5bcbGqT98i8YQsX/XJQA9hMw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.5cbd12db.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJQ9uCRA9TVsSAnZWagAA99sP/iD0lJVgkfTdhZVHR41U\ny8RdYp8I2wajndG2f3wk/7uI17BH9d2rVmGvpiJ4M4k7EUOTcqvHb4Jfr4GI\nVDt1jtFd82p2riPaPYSij+9Sv5xBhNdUTAlG2NQbeLMpbju6BDEcR14SCR6I\noun9xNkefaibTYtKZZRg7f8tKeZKm1KNhmzaxJLWbqgw6J2AGJohFedKr+tD\nQd8uz5M8TnQyHIC5IRevFeD1Ca4BZ9t1FozDPAfW6GCGKzYrvp35f0H2bacE\nGQOqabKzwUX+fJDO1HKfcIABtxPC59UbmJmZvKfnrTKjsWYUFeIkhhln+kXY\nTVmZwq/Pow5vSBqtRflcpaQRGFjZ9HBCTt9GIErbdAEsSFSbcyszYsP+BbV5\nKiOGVRPhPKOzyLG/Ci+mjcvN2Yf9E3mdz+HI4/02jC6lDwpjX2Hi8PLAlApB\n/7iALCH66MGVs2hTANUFtUAJ3UIvokxkYa8zB7cCJHXDppVkb5KocuHzZPlP\nhkN5jdaZ1jGTeM0gnwXWs9G4owF3lMNwXnUFLPhvhd5IhWw30I5UodVTVCQy\nBRtHOaCpFNqTQvdkLM7VRNoTRYSmybzc7jG1jwOu17yU4kBP+MBdxfAr6sbJ\n6LXP1w3JyDOjSLHbJ55A4Xzqq8bvz7GGHGJ/be4zvuHk6Kkshn2o2ZB/1dvD\n5NO2\r\n=cjnO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpBagV2/VVIKMsi1Viy0Ozd7apWknfXkc/wD1s6SaCiwIgGe23mIZSArJ0P7fe8ydkk0SuqlKC1SyDUMHSTrdRH/Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.5cbd12db_1545932653980_0.31749297070304494"},"_hasShrinkwrap":false},"0.16.0-alpha.c1e3d33b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c1e3d33b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c1e3d33b","dist":{"shasum":"df96f8826c0ad1f560b1b00869946d457f7b277c","integrity":"sha512-ACMGGdX3Fdu77EM9DQIfMIK3F9nY6Nr1eb4icrTw5od7sJ1r86Q1Wltz3icQPiZDliQeVImJ/fi250iajTn0pQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c1e3d33b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJSD1CRA9TVsSAnZWagAAESAQAJuQVdEPcbZ0WwT1bvLz\ncNZ90WTQC8yASeE+ssb2oMyYyEdmbXEelyS38LPTURMov3GZr0eQAhfb+a2O\ncv1Wv3Y9mKwgbiHr+xUp22YGO3XDa575CgSgaqxjGlZKuN3g9YekWB/WyOLB\ntH/UFDjAFciadpDAD9S6GhD6PvBIQxx+WjI+1K8VpJ3m5HW8vxqerytjsrgO\nzr/rjP7natdOwfeDTNKbTtygcO0OYNDDE0XfztYvWaY/Z8ldadA1SVQy3TF5\nQtMEdbNhUOlvThOnlDF24b7InnahS8W9s75gTCb7BtViIDkSNtDXl1Hq/BDx\nc3jUPO7t3G+4YORfETuaryLfYIXiTg62awT4X4WbzWIJuxqOngNIwXlIJvtX\n11OMwJNVV7u6XW58IwXjyLqOahvIwAJg6a+TYySDofRkJUfzex3uyMLNHVbA\ntBbFZg0g6+IqXd1AbMeNLifCRAkCgXLijAR3a8ABWN1S+3sHxeLAAKtU0//3\nPsfZBy7irWBiVz/YstKz9Ko0ynmHZnNAHsfOpAYnYBYCt4jj/MmOwMLO/ePV\nHhyDs1DPur8x0CAhxCDyIvlCJcQUjAyC7+pJzJ6WafEAKIOxaYMg3Tkxd102\nkO473JqBRBUpXaPh+PtirfebA1OJ9VZ2F0/BIKs3O36VFXHgU5CY2Aey0OFm\nou4q\r\n=zXoI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOr+vgCAuqGJqn/1hT+QlGeDs95ZMmH7OPnqKs5oBo7QIhAN7tvI0BXjfU3b/6TtxoPE12DbyDmH8faAnPiq2bFQ6P"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c1e3d33b_1545937140603_0.8464467231919139"},"_hasShrinkwrap":false},"0.16.0-alpha.24833839":{"name":"graphql-codegen-core","version":"0.16.0-alpha.24833839","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.24833839","dist":{"shasum":"2e8b0e168255d25e14322e58f0644044cb10336a","integrity":"sha512-D8sDgzjc5H5Y3aipb1J05ZLH4P2hPtR456LlGpLNm5uwWb6YGD45dPj+1XTnaDp58lBj8uCPDhAk5Hqdbu15OQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.24833839.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJXH6CRA9TVsSAnZWagAArr4P/R2K/Gwa9dGzuXQjCZCs\nSUIW7jwkXiv2RaKtbjtCufrG7uQqgbHD4nNQx4KivDyZLRP2VQmortZieYF4\n+crurpVQjzsyVceFqGzcH72g1u6KZvHRScZvuZOOpd3glvdCblbIibaE9LrM\n/OYdPUboEvztTYD7RZjn/SZTtf1UP/lPm1kF5pxXql9Zq9B0XBZyHYZ+UoX7\nfEX93s43fPWnKt1tXO9uRY/+Yf5duBaU48plRaRG/mlnppw2bVX+W+socsJ7\n7rOL7ablcqz3LVc7dyuzi5LpNv4/Q/a5C0njBluEUOrdATsrDkYkDBkcuRlW\nBnSl/cZGIO7h+ekQ4erDZNEtjz75R5GC49pAdVr2ml9W9OieR/wxDkgoxrZg\nxxn2rsy5AlEcc06BQLM6SgIFcUBxxo6ZC1HiDT8w86Um8MqH2EVHxHSUg5x2\nWGoKYAjGs3dt526uXeIfg1lG5LLX0eqE1zSrGe9Z/ONItNQz846jGZwRFj2Y\nHZLpPs580o+d88idze6wH5t3Ywp33ob88TQbXCZgMzk1hIU8n8f/M0UTMCnh\n+7rlFJn3stCqp0DM/zclR0Nxz22UXBlny/NqPP2nKEPv29v0l3utkQSxeUAm\np/evlhMaQOIb8D+66AU4N1j3YsWzZUck5BGeURAhZZ2nKH25YCMgT9497PXD\ntLws\r\n=mzP+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC3DMkx/e9Dua2V+o9IF/vkFs82GkKNL/NDH2yMHeyGrAiEArLtqfjisoQtv9Y3ALV4GARDYH/v/tk7N/JnJQMuXBSU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.24833839_1545957881665_0.10242829223748218"},"_hasShrinkwrap":false},"0.16.0-alpha.f90124b7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f90124b7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f90124b7","dist":{"shasum":"392933c72a495706fc08d99818236fd0088013db","integrity":"sha512-sWFeeeggm0cIdYD9iHv8CjQlvzEP4vSuov4nRRpxPmOGvkjYKbgJd++IeVD31TR8Bw8GCPZLqOodnjyga+e0/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f90124b7.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJcLgCRA9TVsSAnZWagAA2MIP/iH3REH9LbJcTBCUce7o\nwGIwzVSrJA/qMUs1In5Pv+lvXRjS/Tt9NcvbSTAcn++dD2v0S6/Ym8hIypby\ncBHF8Zf/cf0PUl5345nDJYE0PVfmZQ3mlsCdIjKrRXVgrvLoHMo7l7dIC2bw\no0Y9jB8pNdSYoqNpieEbmfYm6w/318PZkwzC8AoT4FE08tqWc019/AStq+9L\nBMsLFOF4PpYc3yuwkPyKJ4N/zun8MltZzrkpJW75fs2/HzFmKrskuPhDKGD7\nbUk9NB2gE0mosm4RJHhDKlh4U3RVnP41b/RcvAwtIgpoxRTHBLeMidGNAvjC\nvYiQNE1KwCA2ZwW96q+7feBr4kQ6hYXsm/gTAIttkoCyg8Ksfol8VpipCYo7\nxIXaMW85TsXrzZGBL3/WJzEoHy+6r1AxK2d70LVG+XtUAgLdzW7yYYexBp4o\nDhpHOeS4prKuYJAKZ6Q8RWBM1RzznDyWKXNbSgUQGN9AjwkjefRk0RiWbkyR\ngMkCEsxF4THukk+NesKy9+m0dsbqA/mjkZ6UubOy1wNw4m7l9nbHBE4N8+U9\nvV1QxHK03Vd2PeG2KMt+/nClWWKvE7iATKNVqj+3SdCCjYdA1F34WpaX4lgt\nTNeDl8oELt4jYTUonscPXFx8uSuERaWtVYQTOOuPs+u7Fvym7q4vhjiHz9A+\nCs39\r\n=F2n8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEpwXK6b3su1UhD8ec1DWGhF6C6O5vPZHm58PY2GZlqTAiA4ylRVgbTvu7Tg8RaH5A0oXe6/ek75rmMWZh+2YhrnRA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f90124b7_1545978591798_0.32246718506115135"},"_hasShrinkwrap":false},"0.16.0-alpha.bf94fe7b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.bf94fe7b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.bf94fe7b","dist":{"shasum":"286e285f2029ac1b573768963c64d37eddc5a96a","integrity":"sha512-d8AQ/cfkVLMhuz5p4BJ9lXGoEY7p1X/MmJYGHira6lTUuMDCBYGwjUVuFeh/y7/+GVahA/3lZT+woA64+emVFQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.bf94fe7b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJf9vCRA9TVsSAnZWagAAdUwP/1VnFb+Ykifp1Yk5xMdz\nqmdVOTlhZncJi+E+dwf3F4coQbfXJhpSRpWfCRQZeqx4A/RM6K927y/dfHBt\nN9n6KqtjE5YJ55W0Z+sGWLhxBje0nyrsm6ph5YufT6bfcWfp0o3kOeMBDtbK\nrSWd1MmXmJMBxh7IAyGPxvI6UBf89atmwj4+0D/D6UcqE+PjiYnAnUe/IE6B\nIBjNCKVYM9TcdtITxHhxBLPanewSLWMudGmnoMbEyPG8UcJvQdREzrykEBmW\nSLjbPasrSk6Y09RKHj5hW/b7JrpMUGVMiPg9oxDyzECwYrye7iOJFtGySUY2\nTFgyF2oDbJJz2JZDhLmzVaroFmtUtbQpn170vgtCql4aZTpofWoebWUu5FGq\n1PbHvNjPee3JU1ddrs37A5DPYNQmmWovAJILN1zJs2Y9VMSJ0XU/2pVO4V3a\nETfM/Cz2NZCVigHuT4dNcAQoUmdNpRfvZ0pKk6Wtu/bg9iXrYuZK6y81P221\n1Vie91iVrBdZ0xVugQgrvLVGnVUsXZIlELLFWRQ974ibFH9Y7dJ/lJ3ShjWK\nCjhC5vK2LSNwZ85cIjA6eY1EtVNJB+Zy6CESV/R5HgwVjNKeomduD7pB79Vh\nfKsrIMS1Q1wkSu4dPEWw/4Zn8tM37pOQWmhtmYUqNc4zLkdxE9QReB2sVfCJ\nxhrB\r\n=vEYk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOXvSg2tcaxiDmI7/Yz/DxkbUw/ZS41dVEAEHyLqLsLAIhAPJ/OMykuF6icPOSWEhl3f/u+SEYnw98cBQ/sOndjVv2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.bf94fe7b_1545994094628_0.7920504030502311"},"_hasShrinkwrap":false},"0.16.0-alpha.e9233982":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e9233982","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e9233982","dist":{"shasum":"6555096b87397370931692ff04ab126c0c141957","integrity":"sha512-HsVVhygnDLLxfvBLzwMRK2XrE0jN2CIdsDz/LjYgspojQJjSXq2DW00goabLPKT/a0Bu3zr47Y/Yoz4wX4HKEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e9233982.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJf99CRA9TVsSAnZWagAAhR4P/RLnOC1Fl7JuERI/dBR2\n7GhPKmWPtH2+Nmg8aE/3L1azlEy9gKHMWz9OVEN1s7Fn8PAUhjHFJEwBaBcQ\noRPXwtx6d/emtxQSdECtcIq+RCMFXUttH5W176jyYARdCCMzyyfoUj6fnUMC\nF/PQ+V+f9mtmjlL2AhpWdwfx9RpSsGRPi/W1GXjb61YZ14NXVA2zQ+bKiHNO\n9uITqMlJevlYbzKd97TIPuV3PUXQOoGs5/sq0ct9pSeJi9F7JOhaT2SCcgsL\nzXADLWnALLBtRWs/sNK5iMhIA07IAEL3/ySmi5LT89QMeiy4X/e7d28TGVXW\nPhfo1cUxZLxPZKuHMJyvEJWPJUrUBk9AseUNAvhOeJ5gbdh7XVezSv4hY6fH\nLnGb3OsxvorJ/76XDVaZFp2W6EX+uLXFdqyhT/o341U5q6umkzOChIQW8gCw\n4MKa3Z9fUv0LnC7N7hBpgUBenu7TwNoEXw9oIhOQgV6PsgUSUxFLV4+Ml9sJ\n5mOgxFToHmWi8Wleirj/btaW9uoB+b6g2zXI5/CbNsmQcFJPd+UCpSsl7RIl\nJzy3s/7V3yWw70LJPLdz+xGVAtHQts2LC7qdA1w8tZG8DIFD5nxzaBuxHN6+\n92tZ6l0aF8K6UTbMMlbZAZBRjPQV2shJwzWMJwISHGeqgpyv+IbcANx8e/kL\n/8Xn\r\n=zSTh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYl5EeN6r3CBjcg/sbVNd4+pRUn7DEwINdk1P8gpzPGgIhAKaQr7Kb4rRnwj0B+E2DcD3mP4I0M4YoZWBQtwy7XxKc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e9233982_1545994108606_0.4710956755206601"},"_hasShrinkwrap":false},"0.16.0-alpha.a9c142a4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a9c142a4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a9c142a4","dist":{"shasum":"588f4f179d3ea371c5b99e44b739d1e96c2af278","integrity":"sha512-YCUqjifmm0yvgUbWxcRB2IFrja9GyUqOgki+s4yUiVqSrzQBGcj1L7wP0slQRVr1sb2ilUKMLg5p+GPOSKvjOw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a9c142a4.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJ2K4CRA9TVsSAnZWagAAMW0P/2NPunpfpPNthIZomyGH\nw05zHq4jj7refFgFAmYJlk/j7kP9ohwRjTGhykWrEYl6pOUKQeI5MfD2R1wU\n0fZHaNOQuC30oUIPHLxbzJPMb0XB31cRXlCjcvsEmmUhPmk+tjRLEGVufq9T\nTWATUunjanQos09+1x84DNv3jNNDoruqMn7eRvxdSLd4YpWl3+lDtBATnqvK\nvy5SIbjek6fGEpHi5ijZxqd+gFA2MpM6ZSDSUjt0t3xPWUvQS1LoL3nUr4IY\ni9jXwmnvU3eVb8L4VPTTgx5+PySqGIEd/xQNLFhWJc9jEp7je7/R2+kCcgjo\ntiWw5IHP/dhAPqj8dx1pztBmflYzI93ZarQzNTuLQnX/iTKXwGzhnd0MkhPL\n/VP18aSb1nhqfbXhSzLrFbi3z8mCXatnkgkqfYau9tBjGj7Sf6cjGDcGc68w\nOE93RNPiXjqGrCuU38CKuzt1HnR+weZGYrHaHzdotYhM4GNUzbppdI645g6j\nrtjLbX82MfLt73GkQxlzIHvnoBke7Fepoa1DkAeGtoqKXJhp3IDcMlvY8Ash\nxPQQXaa/X+coD7uNLIRlSwgJQ73kIxJHr9SIUad6lheRJuPIoKBV2xXu5qIS\nWAbsxJhjqUKnesaVYvyrrWySnZ07T4pbHo/ifV+ZAqzrKnnIE6hEMHBJ1Dy8\nQaKx\r\n=FOuQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID7WVq6wjJk17CTEiuWlmiIQ8hWmj5RBQwZLY4fLYPBHAiEAqhBfefcOJiX2OuXwqp7n7/rV6ZrUOFstjUDWVdPg8do="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a9c142a4_1546085047449_0.7630692029872896"},"_hasShrinkwrap":false},"0.16.0-alpha.ccb46744":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ccb46744","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ccb46744","dist":{"shasum":"618f459aa76fedc3b4b3cbc2724a603f2e9391fa","integrity":"sha512-vuqL+Y17fX1HUDuO3jKPBEFsJ9Lsu+5FnC+m/LZVDZakPuKe8m58o6hTLI6WA1foO3aRdm0SwtUcELNJHH89Jg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ccb46744.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJ2nlCRA9TVsSAnZWagAA+1sP/1hYR7RC8J12eV+Jt+ag\nBt7WZfj1r8K66YVo12VJcoxSsBF6Yb/zYifMb31vZU4xdSVR32q8PajIUZo5\nvjSK+AL9EgKkVgS91gEqeEr/ucJ3kZDGFsofhLzUBV3c0HS7oZ0P4TsNBysH\nfPc/qHdEjEeaXND3+UT3OTzM/W2MAuc9nunmUWaCh7n/UHmK4R3gwTYosxOm\nbT8uyv1t7ZSEv818WL1GmvB34/g42owBWcCKA7FW9e4ICsbDnHQhafd59gvL\ntfHbXvVa+KdbrCIcmOe+xx7a9A3LL37obV3kCEzxyRFojwHKeakJbWm0ZyoQ\nzPmjZgGOIrj820oiT3m+y5tEonNcXpunq7ZEkh0msTTrdaJacRM7P/vAgiuk\nHPh3extJArjFjoKfJvD+Dn3w55q4w4xVhK0LLZA/YWZN+D/9ySYCu0swGJvh\neVrAZHhb+juEY2Ug+h7UO0oQSPJmC5HPYPT7RJiOlGwfxJnHw3c74Utt2Uox\nfs3RoRpFb1VQjtw0jVITu66uMa5ysnUBKSSipJ6tuihUI1ZZ4XRmkVkp+ARd\nm1xUCRLVSWazzFqQSASbDwsf3GqG16SxtFlXL2qUFWWCfo/T+X1Zq9UQoroZ\neeROH+XEfnSG8ztb+BAPEx3HHNQ7F4WANW2ETrJe9iBS8e18axFt7kEiHOXz\nGQeY\r\n=xmX/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo0P1MLcNNwGPePa9IflApYmte9OKKjJsDNt9WY+4ougIhAPgxrEEKGonhvgaND9XbPFZMQISqkrOPXrBvjUbv/hsv"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ccb46744_1546086884617_0.4796977417873869"},"_hasShrinkwrap":false},"0.16.0-alpha.4cd584c2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4cd584c2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4cd584c2","dist":{"shasum":"1b44b9c5f7ad48f26f6d9cf90bfd84aa3911c146","integrity":"sha512-L/xGLijPQT96rQSUgAbOruJdgF88yFI3pLWYYS3inkAjEUzSDAgRQLzv3y5OMhdHDXacc51uezdi2sovh3qm3A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4cd584c2.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKThuCRA9TVsSAnZWagAAMeQP/3ZDcUH1qpMgot5D34DI\nEPRCorG2lCGLLCT+g52nPo+C53KdN/I0iT2ieDTVcIeqwJ8/ozUeW5c24HxS\n17Z6wolRA3Lt0gF0LYME3vGSy0SDIP0V7FNoiJ3u4L9iP00IReIuxiD19oqk\nLfeawEEo2NrV3cYAzvh/01QhITblvVbFHsG57/sjmDD2OBFuqHt3U3GxL7sc\nWRUdCdebpn4VJC3C1qV1QHHAeT29yGwh6tlVRZWAS8nmUO8bchJ6uVi6FeRl\n5eAGUoc7YbqqQaoxEy/ogdZADzeChirmhv+tVezmPgBIGIEWSaNOHbDScjfr\npkDgjzBFAbkT6veoXVlRaKQIkcs09YOpXIjFhs/rx1aU9KbeAVVF6HB6RQSB\n1cNBAiAi068FlMmjkKmPutsKZjVU1PUgn1oRnUhgcArUp/KGfXgO+Y03l6K1\n/5o8ZE8T2SD0301lLDziHOEgi8M1SyUPoJzAXhMfOLnRaSvXbtNoSC3/Z2Ot\nzxLHX4aUsNKQ2/GUriwZiN+tsSm4tRa4qurhQ5WJhFjy58lBgbGk0kQPd+fK\ngIZGgbDoe+0vPJ0WFs9VpnM+pcmXO7jOrTZatm/CRAWkW31Oeqy9xWPt3+rD\nmPUn77hh6xsHpGB3U99XNvIis1RJQto6/3XzUsC7E8RglkobjQ8PPZum3kqQ\nfaQW\r\n=ts0W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1H20atMKEcGV8Kcb4zoiU73y9e/v5eKA45PXQSHMR1wIhANXF/xp3wF7inJP1+U1f9xI9qLHjkWX1geRDJcdR5W3/"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4cd584c2_1546205293867_0.8830154211987509"},"_hasShrinkwrap":false},"0.16.0-alpha.f16d645c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f16d645c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f16d645c","dist":{"shasum":"594ecbb55a3d26ce10b4b4667579ab1823dddc91","integrity":"sha512-v8BaVmRXs0T3nLnhMjfExk1HEbvy4gtoNynGfFBukBu5nakRCJAmRsb/DK0jzPTltpZSrAatF43OsSvXmwqdEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f16d645c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKTnFCRA9TVsSAnZWagAAfvEP/1vQ2Y0PARNdNXTOLsC7\n9qZzOMxdt7cCxQsC5QLrKmVUZwjKTcb89Y4Q/H0yazJ7+Q+aD1YQryUnbenL\nwdb2B38Rj0QQZc1LmXPkVRqL+5mOVtKrMifUVk6NbkBnV4Y6vbSKe53ApwNQ\nh1VFJaYOTbrcjWhbrqVnSpGQka07M+zpyzbMQzovYPZquU8jo9fTMplebA1t\nCer+0AJ12PhFp20SDVylGq7QKBDaTiK8rB6aAb6GvXg20FI2xEEgfYAuPdLR\nLdf23L1+Q6jGJoryYm5jjdYl05HUZrqJtQF/7UKjYXHTrRti+j0rXFrIz1EG\nYsO38vzBrmNtYMw2GueTrHmKm1mVBpfS5ONKjHF0upgyyfGRBf0PhcP2BD3h\no2cqCytUgY4Umrj7YD8MZqwldcPCgK6i5dvcYnzcstyhZqmKvM0FSZZqk2ed\nPCQtdUS40jcjJFUEqu7NBZBbdL2xdsOSO1oxE84wRV3R8rfjtwUf7NgEJ8Is\nDDGeBXdwYh6Lae8Pp4LiY+nQdBM8t7ejaibK5Ax7xUuqWpdESDVvCVgFpjGX\nB47Op33CyZ9UExJrdH7xClO5HBWHxmgcc8/NAcytO6eojwfaBd8HuqRz35c9\n+odZbEVrKOWe3zjbw/Nl1CUTa1qu5pHh8C4VzILzeyEoHSgJBOWG4sO2K4pg\nBVo0\r\n=XDqu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAl/WnYiQa349/jXjwGnDCpEgfGuc+gKMxOQXKr9gFA9AiEAr0hvhcU6rOtfmYKd5ueXYaiGibrW3IvfXL4B+GJshU8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f16d645c_1546205636580_0.817809787226718"},"_hasShrinkwrap":false},"0.16.0-alpha.a985b3ce":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a985b3ce","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a985b3ce","dist":{"shasum":"23fa6921c2bc518588482303987196a51b31e302","integrity":"sha512-RJbMojmC0Mgk914fb+rMap7TYKAToTkWKw70a9Z+WhOGDtSMXxa1h+SFdaKK6m7/WEuSmbc2/mNUSkYKrbNHCQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a985b3ce.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKcQACRA9TVsSAnZWagAAmxIQAJo030Oun+vyfss3WiJY\ncSREMV1Ql8C3+Kwgj6vUUk8DaDPnGNrycEnGydEFaPUsP+jiZGylVJKQ3xmp\n8+S6aXPXt6EVh4S6CR+rneEM2KpVi3P7Zc2ekbT24JRybdEW9uryrYdW5Ozx\nm1PJ5XRnyhWt0YTjA32/wX0Odl2XyJ7mu50OdLR8fs0HfaW9E91B6L5i0zM8\njlz0HFzVmwfXkHws9qCagPtgx+451BKTbQijXQ7qmeM1/rFLDHu5vRbG01C6\ncG8b2+zW0LvmMV4DCI5UX1KmVPtRRfvHNh2zxJLI+tBNeiZwK4VGSL6BFU7G\nAztFcK3oMeOUc65vywb55V+EIiHWB9hsXIupZ6OkP3fuuqk7YXTqMYjnQ14I\nreV4Q/VLCEBaMHfuQgeUncbsSMtY+bniRixWKg+Lap8P8EBP+mwviOuO6cdp\nqnXysmgBf1lfR1ctowQCglYtPkwVWJ8ObZgdlku7SiFYkHqUPR81Q+ynCZol\nh/MDNXTyv5fFPQTsoWvWPaRSo8IrDmDqUxDoWPs+WLQJfkNyq6HVau26Vob+\nnNVCGmY/Z9R/m1C/wZFdB0GZ9j3SGRZm4KJImMRM2FH875asFvjlO73lb9JQ\nFGnrvtytdE9MkZiiTIEu+YzB06J36z36D9I7CeCzsQ4Kgxkq5UVb3amfai0S\neyjK\r\n=PR7O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmfdBWFmIS/zuEWLwbx4GWhFXyLK9IDVHvOt1vxJ3ILwIhAIaeXXHu6ph+pKCsAC5WsySSQlKEehvN6fVtaMtLdl8u"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a985b3ce_1546241023613_0.8844621035849254"},"_hasShrinkwrap":false},"0.16.0-alpha.f1fe2fae":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f1fe2fae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f1fe2fae","dist":{"shasum":"b7c688e8679cf63407bf0d53c19952bd9a046799","integrity":"sha512-rpeId4ysysU/pUT5eK/86W5oN4m4UBzIKykhPheOsm6RDQrIS+wByRrDvtFcOTSGbbft/IHXjyEKCbgk+LhV/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f1fe2fae.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKcQKCRA9TVsSAnZWagAAfJUP/Rh9pG7AiEgm1tbcilYP\nsIJjoKwgV0dcXffIIOnQdMKKIi0pRycGzYZjPGthOgO/iFNcPPX9YTRab93x\nCHlb73Ptc1tG9q/rHQB4Kw7OounHrgioaONMHONJBxCbW7ZXhKpBrCwnvo7D\nvYzqTTCQTNix6PbD7ur6o4stZqyL1t8/Tndp6zHsv7DAgtz16eXvKVBGF7km\nfo3+hCH/7pm65mtRwyWudKQ210NC5wx2Q1Mr4ocUbri0lmOqiqIS80Ng02KB\nwLbEk7AGupmsqhw0/2Cth4klQT5fGXjL/KFXjaN5nO/hdpPBLN58iSFKO8BY\nB+GTVBXAwSw0KMs73EkKGYfD83guzeulsX0TgSblxFNPtA5RnWqcrssiFMtQ\nZkuVNF4lxtU0tNBoK9xgZrEl8G1QJwIyO5RKlu0NCy91FbMWum6QPDLH+VdP\n30tOmXgqxugz2yypl1dteuUmrfVd05jXst2XC51kyj3nx/naJ86WUphtDBWG\nWTGCGOM+xMgs/KsP+qb52BocYdpa7hqzezezUPIiIcyU+mS7Y+du4HtZ3sY+\npIJNgC5zBoA4nMwbiUqYoAG2e8FyklD8ZuDWIdhAVLg4XQINL9X2O5zO8yN8\nKArYrwYwPmS62/j/xPEs6oB/q4pL2IRWSRqnggeGfjWYPH535/pwU19wX9GA\ntdcI\r\n=Eate\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAf15k+A+cbYY4hLLayMGNDG6srNUtnIbLhYBeCWyBHbAiEAtZS6oKaA8Zto13AKpyi4kmlrhTRtBAirLaReVMa1uXA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f1fe2fae_1546241033571_0.4309026832875822"},"_hasShrinkwrap":false},"0.16.0-alpha.379d37bc":{"name":"graphql-codegen-core","version":"0.16.0-alpha.379d37bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.379d37bc","dist":{"shasum":"492dafcfdfd6b3651ea2e76451ad35e7cd57dfa4","integrity":"sha512-iKg82FVqyPmcKlOi3nBtOU/2TH502mEAk+NQeWxCux44IE8gmzR2V9fCojQO2h8hZhvnhhvDk7qLMu7VeyE1uw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.379d37bc.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKgU0CRA9TVsSAnZWagAAgp8P/17ID9fPhWurhb9ebLC+\nw02I51i+ZyfFvO8FeekGsbJQMjbCwH39UTOYeTcwRJSFcbCcpGNLxRkgHWo9\ni02ABSzYpzlNWbb3v5tSbbnHZZX5gD5zzZ6TqmGXujzJNOaXrdMw7jKzSZ8W\nKV5Y7KxvIFZioclquiskHtQudYtQngClwFq3pZEvltFoIo+p45er57zOoeeB\nTCSKNHkmiJ61/KY6bY7LB5VFCGbQnITsNG3/tcfLWST1QX3SIe23Tnv8EyCq\nb0WhgdcDCrz5w1m+e4nZzCVCaNCVXMF5OaATbxUEoadmrHtSXmgh4lcZ0oyc\n56/rETMkox+WMktkB283Hp4kmG+FLEs3jD9gIeLSXZYe4MigyFmMcfyN8xIy\nLCOdoZnZ+hdXLp2K1awAhgWQwfE0bfcoMwRZAYEx4atDJ/H8ReNWMsKBPFGe\nwuAXmGhaQhuuPBQfn+Cg/noqPi0273W4kCl2RbV3oUQ+m6F3/CmmPMiPWwCj\nLEZuvOHPWhAZP7NamnzL3ko7kzj9rXYRJff83FTlUYvzVOqW4syHjiN7UdSt\ndmLwSUvpChTp6raIXDKAvXhFfWBp7QEp+4om+F6WAiHZq90EmlJs+cMr7MJ8\nJdBZcn4BRj3bJi7ys0aaFSf8wOglpnQLCbKzRluDNxiKAQejSStFv5czcwqH\nfJDh\r\n=ybBK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzxEnx83JOHJO9A15k0Tll4Tu/uVoIn5n1oQmQ17wRXQIgKGK1TbSYmYcEAvUvAxSytZzaHkw98CtK6LPOwKAH4EY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.379d37bc_1546257715795_0.008027069790168762"},"_hasShrinkwrap":false},"0.16.0-alpha.6e6d1845":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6e6d1845","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6e6d1845","dist":{"shasum":"ad06677ac3c094ec54bd21168491010fbbc0a8c8","integrity":"sha512-ArST5NX1BQ0uP5pB9Rh9wfA0RJvNQ+xLy0xrKnJYfdythbvzGoNadV8Ys3feaCNmjx63YvBG12TO4lprBY5xog==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6e6d1845.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKkV8CRA9TVsSAnZWagAAVEAP/2fDZk3V4WdYAVavApSW\nVgfQsJGGY8otv6J6QQ2t9QriW8Mtt59+KZ4GtyZ0ynv+cWPcRIUfQpNnaECK\nq0neXqaDplggHDESLBLLHqgKz15TQbYzAgmLWKZlNdd+QVlvpdtmPYhH+UKm\nugDoGIK21lxbMFZ2nGvxbWyLZ09fG4+XdN+03pIbP+b7OvuYKwx9nG8wGZFR\nmcAN1FO+VPr+55/9UVfTWI4XpgEHg5felA+5FdVqkDitcqfayBak5TRMyP+/\n+RTSjHh6EQAHOrl6ln6UofBI21IvrGzjyQEF/Owtw+z/s6PXyxTbv1Z+gb8+\nzgKQA7zYfERZE1bCqQ4weObeFIbTFWdzEtHwVISA0aU5tRaQCSiHRTsls4G+\nMcCdHwbVlk3ZRuILyWHgkXrMaWB2FwD7FSFot54OSX/jdfw4kPFlTYOxXbnD\nOd/icq8XwbXwKtn4gKvrSmpsqw+40kZ56BcXhqGEpLJRP/uv95Z9ffrWLKlT\nHEOxZUQ/I3pl497u+UTroqoIZsb9xD7uHU9GforG+gM8Zqzh5kp7xF7lW4WC\n0shH/ZrxMbmyIYHDkZm8J55kU0JgTDtMptoczM86W9mtP9KVpVYsT4pw6fyN\nS6fNbWFQdjcZ03FURkuRyH0YbTgvKvNfFhDVwn+NljYnNrP7ggnO+UQSg0RQ\ncPIx\r\n=mOUC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4gR4mAUcYRGt6UmrU8RCRDnloqEDcjSP49Y2NLgxjTwIgb3vW7JygwZE1SqGaFCVs5XgoGAgWtniDvO7NmUYSV+g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6e6d1845_1546274171898_0.8171206782788878"},"_hasShrinkwrap":false},"0.16.0-alpha.be0bf3bd":{"name":"graphql-codegen-core","version":"0.16.0-alpha.be0bf3bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.be0bf3bd","dist":{"shasum":"b6d7d2441916be3b738e260a688b101e2273b8f4","integrity":"sha512-VAQTKbSWiPGQNodOaO4HtJXJphJLyhWyDWlAduHQD7B6ChnKI04Tk8qzuYtildoJwwPgqGeZJRczndlpV079uw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.be0bf3bd.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKkWSCRA9TVsSAnZWagAAk4cP+gL1ZjPd0yZP7Ldw0XRT\n3P9DqOu66ScfFZLIhlaR+r7HVKFSw3X3/v4J41pAvvH4wEcar6aD6YkuUCGp\nOqyyqAgCU2x3r/vVFGRpoXb0ePhPxHd81jG059YO1FPK0bNMQdVkQVpNhnxi\nvBer4iWa2guXme4X0vF4HphSSsVF1hMxTJo5u1kMKPucxl8A+hpV/cC7fFaZ\n7iTKBdCNg8cWyyxUardVh7ajVpaRPXxf4Zp5/wLe8cSWswQzhiLeek+lXvaL\np3Fjg3LyjBHovt7XN+zMIqUqeFDCJWWZX2gPT+4Af98BJnxeqd7woPPAtu6/\nGw7GY60zTTj2ClhLAvoFex32LqNdeN5mu7PNKxy7FrKZF4qCvzJ0rcOBEYw5\nDVX0UGs/LFBbBsiQYXtDEyuor2n1Si3jYWIHkP3X2t6snd6PW5lGE5QVy4fk\nGDq/UNPpUqmLJRUlP5TrEvPL7nxsS3JqHlBOeGCZvwc+lf8W6tGJXRVFDdUQ\nCh/VLn2KqH7PP4uAb1dLaQ3uqcPzzmUr4HSmfnmWVvLBcJweXxxNiV+SOvPB\n/z/Kgdmg70BbjrmAP5fDY6iiEjcT6M9I7S9SRVWmNmRDY2Jc2cu/cZve9e3A\nT0axkIdjXcfz7jgnK1n+SNjHFq5isMVvwWwIPhzoxYfHbwopYzuRTJVuOnRy\nxmjb\r\n=vccl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGdKsi6lBo84yaAi0bEFh16euHWgCBRfSShRtR06QnKLAiEAitYBhM3xbnmFNtEtVC9+CuV4oR8LKiC8um0Sl4Jtb9o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.be0bf3bd_1546274194122_0.6828395944920727"},"_hasShrinkwrap":false},"0.16.0-alpha.3553ef16":{"name":"graphql-codegen-core","version":"0.16.0-alpha.3553ef16","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.3553ef16","dist":{"shasum":"ce743c2c8b26b55c0ec4bed555338fe9a20129b8","integrity":"sha512-yInpi8cLSsJD4oeNctDVDv1kjnFZKSu2HiZNNmba7aBgBuh6bmAbgaWIhR67NgDoc9WJf3L6pM4l5E8BhhUWlg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.3553ef16.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKnQsCRA9TVsSAnZWagAALrsP/0a8b3cI3JWtn/iafjYe\nTa0qNCGkYZzSNEkesVsI1YHER7TMACkRR9WxpEBfsggJdVOQ85MfkcXCdfT/\nQRRsiSP8yXgdzttzezVL4kzOv3nRWLBLMpSHbEWLj4rB9p8zZRnrfDTpuMlu\nRhjDasi0HzR6s7ik/Ef5NMk12+hXco+Qkq9hZxfe9QlHsgkrclUqjLsLkgfe\nMAXtUpUemSwIUCAB/u/1IGjGcT5+d3BAfnoW43KfV+m4Y8AMQHMPnLgktei0\n1hFB7nVPFSGHVFczK+56p4VIvQxxw/c6rF4XH3qRatC4kw81HE5K6Vk8gUic\nk/bZOObRkbBCwh6H4Q3RfSp4U5k8NNgti5oKCzf+ItztfRUeEak9ZXTeQet+\nA0FJfwaAiJHbHuQdoAzBSCu/W4ULK3EPNfJFpPfW77wnwhpRNubhN6fBEhzd\n6aXEaJ+TtBU2CWplnmMH4RWqSZfjDPIW7StUJ1Oc+eDtcU8Lq2TCVoF5xxxu\nHCyYf4yWpzXx2/94iZ0ht92WizygaRZ/1yDyMba7Vm43rr2ov+cKM3us8MQv\nZ3HjEt7Ms/0L35PFS43VwcgM90qdrQ887ARBeIE86aV/xoVhTvO2NO9uuyaO\nrhyqhAC6LNqZ7i4iMSLFB5zuRdWayJZFYJIvGLqosIsXfy675xEFFjOfOuab\n2yJi\r\n=bEx3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDISd29oEMukvpKElw/LB4/LCAeu1KobafHx1Lk8UFv3AiBYyfoV7SuaweE1SJAIxhncmYzDMuxKcNMbDHpjPQDSTg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.3553ef16_1546286123720_0.9558887767940081"},"_hasShrinkwrap":false},"0.16.0-alpha.606bc452":{"name":"graphql-codegen-core","version":"0.16.0-alpha.606bc452","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.606bc452","dist":{"shasum":"e7cf339a446fc7d23dd2f4ebb476d1b4272ab739","integrity":"sha512-s1KgUXsBM2Jv5DL99dTWj4DMqamTT74ujPzSzqMjzewu5LKhfjNjZ1X6V0TcWhhBNGJ1YJokMh4d84JUYA0ZQg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.606bc452.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKnQ4CRA9TVsSAnZWagAACCIQAJD7F973zXxD3JQ2xk9r\n4uaKukKj/gyE494KQYgbQTJ7/wJH44/JNFT7L8ml/Vft2SruYmg4gqoAdR0u\nfRszsSG+doiKt4QjVji0h24cRgfHkimADHFoIavbJu215/u2lWYeTACGvR0R\njgqBJmpxoccChj/1DDW6unwdSBlCrHRaN++txHqE3f6Ba4fJd1TY3AVi9Yf1\nkxLyNby+fbGj3diJj55PfhFDQKEHCZueMJfxNksXEIHHYKmb16sb+v+7tgcF\n7WrlZ7TZek995T0hQ76+R7m/7agCStqF3QfBVfVn5uicI03iTRgLZZKEMJdD\nCHUyn0c9MKDOLVXgasELkhO1G5p8UtAkWFwgIzN23CRfKNNZ6I2ArgwCYmd8\nBoatP70laOZ8hW9guKazX61A6xmMG1s5G2jzcpQJe34dU9SCyKNlKWmk+n8+\nhYYpuOeA3GaajiHZkYM1xil+IyGw2pvexMHIebBeNABeJ7kG0tdr+pS1ekKm\n4gINqKxFFfWSXGzCJ5mG8QHA1e5L9CgjEx0LRWlmPlt22mTniPtGzoqjUBKF\nLq3BEkFkabo+zcVk8APOzTHq2bmoJMVwkhIxm73pwVRWgtYC3iYpxIltmk3M\neXc8fgd901qNxrce1irQcvUhT5nGtFq11nVTIVmTZCLSQrVsMSu9B2oJ13Ch\nUvzp\r\n=PMHQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+oSLa6ciGA20mlhmCHA2kNP/LtQiP+UuelIbsBfZqbQIgEVJavDCzaD8LRJqS0fSG1DDD5XwLmkgCl5/VbN0ilI4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.606bc452_1546286136106_0.17399218251322712"},"_hasShrinkwrap":false},"0.16.0-alpha.875e3d43":{"name":"graphql-codegen-core","version":"0.16.0-alpha.875e3d43","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.875e3d43","dist":{"shasum":"5cecd894225c82e7ab650d3c71d937295350682e","integrity":"sha512-Y+wZuFfmCC1o8JLuREnP5//o3mb5zzQLw4NNBYRYnFr/m4NLU8p8OzO2EqZRVHcD0tgjyzriMDFS6qvhaAZ8fg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.875e3d43.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLRNfCRA9TVsSAnZWagAAFuUP/0WBaOwV8qWcMrQ3KlKO\nt0V+kWD1aFmkd364sgJxkWr7Z50dwN1bp6s/gbxJz2Ao/6Fp1ORUQR3wkBpw\nROlCPJGNbdpCOfNP74WrZptDqqYSAgz1ft1dxizC4bTe/8a4B2QhPwwcALsn\nXKGJ0ag4/qnxx1euQBtcbaGXHpQRKJZ94qk6itJz7Z9nWOEIfp+7a8XgJPaC\nySfjBWmN4oRSGQc3rDkkWIH/8nVhYlpJ6BUqO9zg2fLHX+S6TyFRRL41tB5Y\n7mu5eLWSpQuthq85w+NS4O3R8aybyZ76FPuYqzPHsw7M8nQgHi7kiVYiZgmm\nzOssUAXZFykmi+el/zbgvb3cGN6CIIH/A29v5yR73nmd1ukYvuKliKzAsMhP\nJW1ri/awJSNiZ8H+gGAwAaLI15b6v+cr1O7/ui5jXB5N5Xk6ggj2YL4YPEqs\nS0sc68ACNq1rsSe8M3r3UjFUQBApvLM/vybt2PPfVs9mPxw0CaS7aIiH+DW2\nylPT+HaMsbPRbFI0tKg7WLdMT/bRDH96VZeeTwtj/y8L2vknbj8B39DFyFMd\nwMrCZYWZQxkYx/XKydB4qy28/N+5QCgFRut9xpgxl1SSZjmZ6VDUtGMgN2ue\nB9oWJMxu4eGIjD3HP46bJd9A3y6BM7Zfs+vm/QiRASlCSZpEmqM79i7vi/aA\n9IPm\r\n=xXZ+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVR4zALLOVhNqqWQfV6mvT/MIy37UwwamGym4vF2Fd2QIhAMhjiVnOUzHMDWED0u6mbjdK2BUjF3e9464tceVJmwY4"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.875e3d43_1546457950262_0.4666602889847893"},"_hasShrinkwrap":false},"0.16.0-alpha.296cfaa9":{"name":"graphql-codegen-core","version":"0.16.0-alpha.296cfaa9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.296cfaa9","dist":{"shasum":"b9facfe55e9a003d9f1a0906da292bf8c4d2d37f","integrity":"sha512-LORWlCutssd9jtl/HKmR16cjjyFd3F0N4bkpzQ1xefXHgIi9mpdGQauHQ96QzCFLGlmB7UNtjzPIMsI187jgqw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.296cfaa9.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLa6QCRA9TVsSAnZWagAAmtsP/RfmKeZ4RcIRO9DM1D5i\nyrwka7Lj7pq8Mi1IyBFQDoSgDX8DtYdL7QrkxKWLlDjSW6SudBqO5hmUy+ea\n4+X5/gg1q3c3FJh5I6NiYs/xcf70HW2BiZtciTFP6lNan8tDUKPCAqJJNt99\nB5IJcesvDBczFgOuOU9VlpHINKaxPXEsoOBbRiOh3wRTSuMcsjPzBvAJnhkt\n4KcD7xqPPqTq9LlQEqDf1NSwC2bK5ZSDX1w976xFrKYhkvgNFa3q1rZCP+3s\n+he83RK3WV2Ocqjg8DFIl99GKAMpGDnJx/qkkwt52f2+0ZHwwqUEtQGRSfVJ\no2F40eDv2DmQFPBFPt1+wuyMfOUNAGT8Bqwup/SMRXez3MjDvz74Xmj7S+Hw\nuMbudG5nrTOSKTZdPuds7mSNonF3s/kaz9q4gASXW6Jw+ooaNZO7WRd6IKRm\nwyfeXVGrvS27ugKMD8XK1SabySboTcchEzEW4P/SOp9dt3ueDH3QzcfD19Ge\nHyBp18kUE0z3VIsMQaotz6VMwp6M6Va4od8ewtJVWGwaztstxvdv+Y575PPs\nO/A2kvYwtnkQOlF11OkjSmLc4MyE00ricNFfdmrq1VPK0WoeJjuIu0r4b+68\nRCG2whXI50aFrqbtUzAlVA+ueqrIq572kxL8/eLRobvrpmX5dxV+qI4aWrgS\n/17H\r\n=RbtG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYNzg9x/xXPWinPXoVpencthMxKIP3g+ZGdRBmcUgX0AIgXFDVZLLvIHgT3nnSSfj43TdOz19bZ95xgBq5H3q77wY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.296cfaa9_1546497679761_0.16351626497585126"},"_hasShrinkwrap":false},"0.16.0-alpha.97b0091a":{"name":"graphql-codegen-core","version":"0.16.0-alpha.97b0091a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.97b0091a","dist":{"shasum":"00eb0de3ec9f83f4b655485efe8887d97a42ebc2","integrity":"sha512-Zudpq4OtoTpjoCdCVjKOxib+K02zdYbEH+ZCuibEyMOlBvsxbe7DSBhhP+pfrWDoz35j7cL+LvD1VrpsIDivkQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.97b0091a.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLa//CRA9TVsSAnZWagAAzVQQAJvCAoMQdMsL+4IfkYBJ\n0Sm+RP8erkB7hFBnbAbuknFGqVwaH0G1L4DCPjF8IEFN/QeUJnacbrZ5YYiX\nj0M5GB2MpeG1HnZgfzzAdK3/FAzJQBsTE+yLbDtDijJ5htpKkhzsW70FWhiM\nw1RL5Y2C6wbRZjeiOfATJXxZXMeYhyE93vKaDql0Bjp0CSoYKa2iL9l+BUSC\nPzcUW0G1JngfJMpZE536E3VEsWa27nRrxB7Dpy9npFNcE5a1kiJhhuYOMa7x\noAb1et33DnsDC8Bd9ntI+bUEQ71yregXjzYIIhawoDMrvQmJ4MfI+3DuR2ny\nCKd3hAWNBV2yankehcR+Hy6aTsHMj2H+Fyc9YcPXWlMKC3bviZbaI9W7SmEz\n0/cINVqcX+BueIURONNqP/BlU0zgl365XGDWrBogKFRbquH9xHjdXp+oKhuD\nJa9OJFFMA2apaqhxaHehlRgXNLC3TRodCkMPhZ/3puYKjE0UQ58uyUz9OQPG\nSVu+c6KppYeB4lWEXu60cePnMOxw/tafOdjnwgFTjVYoZI5TS12wQol+f2vx\nR30b3GKFk/tloZ+D+1+Os9oibnvmOBWBZeuAcmx5Di33OeREOsAzpIGshOn/\nDtpHPiidWF2uhKw/U1yBImwr6JRiCE8ZiWEdbYX2p3G/dUnQVG3q7vw/GkOX\nlens\r\n=/Xz9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC/JWcFmZAdn22iEB8j8fau5QJeEfachl2gJOd6cJNKAIgP++nafLOIchTw+chvIfbfH1LNZkJH4H0I8lfSt6zzP8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.97b0091a_1546498046966_0.8805483216034067"},"_hasShrinkwrap":false},"0.16.0-alpha.b38eb5c8":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b38eb5c8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b38eb5c8","dist":{"shasum":"3407a9a66f0d7157509cec8800558119da0c539b","integrity":"sha512-WUPu4gzdzEkBcX5tHJ0YwBwvOW5E7Rsgbv5UGS5rF0DWPIC4FfB/hKc1KzC3nfa3usN3EOHi8AFUem+AZoywSQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b38eb5c8.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLbCaCRA9TVsSAnZWagAAgJkQAJMqdH2litGRdAH3Xkw+\nBsfl1kZWN3dsevnLpw9EYUd9kxGfOhOsdTa2Q0zid+/8OliU9hYNCHwRnCY2\n84NWXn6p7i6OVDL5moqnIXpb3asx9OesADzQHMuMYf/CACb01RRh97G+2gvv\nyun6ZBMzlKbH43l+rPo5B3J2ZEl3vOOveAczJ83HKE52dJBTzFS6/s8QkVRB\nyTXwK2+AklVLI7bXqZm60FglZqa4dSRy2/hI26EnNooyUp5C8MH+RJgBqKs3\nKF4jRSGFdm82Fhl6bXlK28kwbgYuNrUsv4uNrINo6Yf0WQf7ILEjj64CHfNq\nOFDuCakKBOGWEMVucW5rV0tinBTYmaahz7CAa3FWExcKumERfs332SY/ZILY\n4lqmp/z7hba4Tj24MkYheXEbpNO41Z8Z0GPpbfa67TOeBLoMvcf5j2eoHKea\nV3wTRsEUgVRds6LIbFgwMNv2AY2vgP1D8bGrsFMfpWmJv7pBK/bMiCAiqNtW\nx9jo1O01gIn6l6ZRsVNAVP0u59iZymh8ql7oS6ckg9aCHw15uJ6Jf9gHMHb6\n0qc1sIWpkkHua0jH0sJBJ4lT/JwYvtHP8St6piArA81k5s/YWSABe5n53PWz\nPSBMPKp1qu0xCaBu1XqvDfnXsd1xz96WbBo1jFxHWEmnwbeoroDu+UXayToR\nJJPG\r\n=OLEu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDvftCHH9g6rH6lXgb61zbaCkR+uOPFTBjpG6VZpgTrwAiEA7GmBeKVhoGRVUp/4SFWMtLQPmO1O4DCbJrBmkLK188A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b38eb5c8_1546498201451_0.31793194872969877"},"_hasShrinkwrap":false},"0.16.0-alpha.0c80b907":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0c80b907","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0c80b907","dist":{"shasum":"cf48b923ee02515b682d9a81d582332dcab90b52","integrity":"sha512-rdxl20zWj2WBblJWoRU7fco45QPY78BVkK/ArZUlmBNygEF1JOOBWc3R37sILX/hs6ZOQwA7mS/Jvcq5IyOqtA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0c80b907.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLbC+CRA9TVsSAnZWagAAEDYP/36KXPeikzgYB56T74Ox\niwFxOitg5674M7MC7D8c2y22Bihh0lDbk+yCQrJTS4NGetZdx2loEZAczzbt\nNzMIl//Hh0jQ5hy2FA3lOwig8Qux6cQsHSPngU3Mn5sMt9xMH8oQQASIcyrb\nqZWKYEmoP51Sh09IK4H0Ib+MYxSIJ4sODiD7UEMOZdoSJ/OSw6YvLYGtedeA\n3ri/dYUD8tmwc5vJmvbKOOBONAgsD5uXXUuneNmppdQLpoihq2qKZ0a9uVtF\nhRRPEd8pbGZbowrGYr1tbq4qkn5rybhQnyLdyf6TSmk/23AttpH+yLFh5Qcp\n4xkC/1VnhtS82NuHzxJ5XFrvTXPxwubzwLIiTqr/F1hCGIEe5tpHxhWunV6D\nSrAXRBKGVTFcVGa2HAkF6+40cR1WnfW5hFdWeglYk1c0lkyBV98zxcpiAYTD\nrdgkzZtXZNOygpY5iUguzWGt72cuDiQqzX/YJHtLHOqvL3AdrXqNyc4Op6jV\n+0kGd7KLL9KqDHI04ZqsVgYe/BUhBhvSA0DNIbfChPE6z2e0CxYDjGWv0e3R\numr+QbPUcxDbwDMIDJlMOUsASQR2Y47OhkrCMcUDitf979rdeymleKWmnULB\nQHko4uNkNvp0W8BZZ4oN26dMJSXyUTldcfFJMraWLdn2lKSE3t7tbR7asN3Q\nQn27\r\n=OR3H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCh6TXcCmtCZiQszIAyRSVCc1tQBOlQcfget6xwSdbEsQIgfaJkcsR92kSFqWF0Sge9KoiVyP2WabP1xIA9w379PsU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0c80b907_1546498237344_0.34063044417007093"},"_hasShrinkwrap":false},"0.16.0-alpha.c6019189":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c6019189","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c6019189","dist":{"shasum":"bc4ba6717b8670572fe6ffc442fe5fba214d2199","integrity":"sha512-rEs+AGbUqCRB5Gs8FFSjZu67Liu3WuoWflp2A9Dvx0Ev5qCoi03pI44vPfKMY8bmpmh6wkFG3i9ewihg0ABRHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c6019189.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLq57CRA9TVsSAnZWagAAVm4P/Rz+v5qKFBYSAkyeT2SW\nJ++MIr0liJBnTInaDlBM+NONYzJQ5Cb7/j0pHoKI3LzeJKVcwyVmJKLWi4JZ\naLzDj8mprsPy+iQGemTWkMyUB8aaIoiCWFMhYVJYtmfHEXQaQa5WeuDP7Esz\nni0CF2fUHFz0CcV1fLMfXFOVlNHxRbV2NYYxzXwjUC7p1v7liWlfl5Y5pxEr\nP846aBJHk43h+B0HQTrt7FtFBGwyCZcsmCApcArwIeLOBx16L0B7TJ/juaVX\n7drNFba+guxG++LoxgBiKMMtP8hV3WiOzrSCmQSKUFAcB03Kv6Roh4yz2hGy\nj5+op+sM72vIPB9NvJOmiuGc/1A+r9GaskdOGqjVn6IXwZEepGAJS53BsW7l\nnvJUDaYf9AHe/v3ygn+GmOpaVsfU/Mdb28PTjn/Ns3v0MkVooInLbJynCzV3\nkQ3msXgqZ5Q3jmkaplMfQcnDNvGplwT1Zg10qpZ0pWTe03NlWRUwwHeqCmAA\nuxVRp4nLU2wRzXsAIsCYTRAET1P7X8bI6Icv2EY1HOL4jtS3MpLdbV9bPLbf\nRExydzQeiav93Mbnf3HaKgmIeDwGLErPIRPSr8QJF/pJANvRb6hDW3oOU6sl\nkTwgrjsLZyw2Lo8dHVaQB12gfmRSCUSng9vJt8hiFnFDqcX41ol+Vj2x1Gqn\nuvuS\r\n=aKlQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/7o0yQx4foXbMuzmGPopTNR9T/aUduuWMZdifQpWMXgIhAMM+FXXovEtua/pKHps6aoLfe4b/FgxBfsYUv6Pbe9i6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c6019189_1546563195062_0.7014240716440789"},"_hasShrinkwrap":false},"0.16.0-alpha.8acb2055":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8acb2055","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8acb2055","dist":{"shasum":"81e2e5314046ef56534ded599c5d3f8bfe3f40ea","integrity":"sha512-GDjJ7ZVCUBMvAsErkAIdFtMpWnUwJDKZHOtuytVlZycW2XepkmRhgmfM7BV5E+xh/tTGcq5b+E/Ax3oc3qJwpg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8acb2055.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcL+vbCRA9TVsSAnZWagAAL2IP/0n9eudm3AvYkF4ks5mN\nTMtF3u7shKa/TYqumxWONn1ECPCPHD8MoVm+kZy3kzQP5Tq/Oxf0OJBVbV9H\nH5hJVveAWneQv8iJPm9w87xf38UPGowq6GKVzRNvrGo46yH6P7S9xUQJMKnY\nz0ELwy2eKQ64miwREiWDTyGGnH8EmXl+eaRas9YQJhLdCUibnblWrJeR8yMi\nY7qNLeff/kUGUHoKScVGHS8Twns2aDnG4um6GTteeGOUchKr6j4GJTDm2KFd\nHkvza0gruOMCuWl23KV5yOEN008eU3WlyHCYy5XWBdXSFqg3MEH2A31+tuCC\nEaVnudee1KL6TL2xU0pbvWpf2l3vUA2sdZgmKxNnzBai8QJ5qy2+XhXMUg+R\nxrgKsseL5dIdpdUY3tvkEYiI981KDnTjKV6eJBtR1Tfc9KYksUnmzOzIlB0o\nvD+ZXfmu4Xq4OK0Y/1sHclLp9lehf+Vss6OJ1YFptnW7y86V/aVkvcbQuKmP\nra4Db7AxQy574y72FBFM/H+fGVRz+NcsDH1d924TZmTLIBCfTKxx4Y0yT9EB\ncpAupFDZvryYOSQfAj6eksC+aTyhNpBT3OiDbOZhlH9Yo9/CqUaW9F6RfuWM\n2sy4xV4oPtBit+w7a0gJfGiAChmB68zHZ2OJvugrsN06rWv88HV6o6eQk2wS\nz58Y\r\n=J9ZZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxZmotJXyAdOS/bC/P0eqp7eO+95SN8rVCYStmauX5qwIgU8suF1XmnekQN6poLRGHPEPxeGLexww0Wdljm5apyMI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8acb2055_1546644442900_0.5545995415002443"},"_hasShrinkwrap":false},"0.16.0-alpha.f7960fde":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f7960fde","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.1","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f7960fde","dist":{"shasum":"a9a8def2e8be67a6df8ef5101332d827489b5d76","integrity":"sha512-K7CGGx7Ol7xGTXD730d9OiERO2eWcSM5nHZXGqifSv9CPcnYvj0iVAPcdr4Fh2ln4p/0t06do5yqlHgEPYAYqg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f7960fde.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMHjTCRA9TVsSAnZWagAAYKUP/0mYdVjqQOmoz6Htkd8k\nl/WEcJcviRytS47gGM3rC7NbFSPe5kGK+2JLuGM5hMJckzigJEpUjfJDDMQ1\nXXoFWYShARLi3QzOgg5xqA7c0dfBcgDeYRIj12IF/OBc3jzvdDZY6M1Ux3GW\n704zcjT4wk/H6UqbSfjxFRmZ+gT99Q4i1JMRoJ6VKLPgqAgEx+oACwF20Urg\nJdAIEGbV7W1lzDYJtHBCVMR4o7XJm1EIj5prAeh7spcPWe2yS7PXUdonmnkh\n3DZXEMyHtp71cLWN7A+pEuPqDqGvnn4/fsW7tUgALFD83hJO00+2hPdgK9d8\nktctQereMAcb9D3d/+mP56oyhT9noy8nc3PAQtmrbTvDFYus40o5e2puufyj\noqTsbqqL3W27tAt1+G4xrD+7VFgiDMFaaSyyTn7siQvgBR1kOBxcOx8pEBqz\nBEfov6wz4UhulbtmAyYKdzMLfGKL3K/H3KDf4eS5/bduByQHXeiEMwc9AwFn\nVOY5lZDRJ3P7GdHLmZja6G6yafYgryx7I4oCkA9+DmqE9LHZmrNyQRny5Ak3\nycfGL+f9U3AD1UOjlWU9nMPJm2DArZyPAr2qvkSDoIWrMHK/URZZSwgcnMQU\nj+vNUhXzk5iUARBxquYolpYXimrNjwQ42UXBQkdikVhzqm6TggjFAxOZ3slU\ni7gm\r\n=Q2IW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7nRHuieaKI8LdvviU931WD5FvPvfCICChxFPjchVW5QIhAJrRJLF+ZLPBihRrTiWM1U/g0Qr16gefM7djrQ+cmt6q"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f7960fde_1546680530534_0.4215021408061719"},"_hasShrinkwrap":false},"0.16.0-alpha.6b33a55b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6b33a55b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6b33a55b","dist":{"shasum":"260b464026353f2f083edf814a49a5c81768e51c","integrity":"sha512-84tvkmFmGq0E4Wis+Ns8GiAyAOBJOXIVRPcJu/kV4VT/ncwSihUnQBEvfo7TcQy9stH/GLp9YzfNd41UC9Ml5A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6b33a55b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMNJUCRA9TVsSAnZWagAAK9wP/iKoZppAMuGo9eaJD/HT\nRDZx683F2axAojdFfXOh2ojrf2+Zs9UzGx+c8Fzr8jqlE/zoAbeVqWivT3gd\nLK0NsYmfj1WgROSu4rNeZT+evsMu/voMMC6IiiPdVsi+jYMVYO3uwtBt33b+\n2RiySZoPKrd86xgHEYmj4Pj6C62j9hTAF0dFdt/t2FEK6puxnZ5jK1XP6r2b\n755g+tqCC749b6i5IwWW14w6/OBYZiUy+1q+3JXweaToVCu2zBJ8SSoccIZK\n05OgDMyg93A65uRpO03bEChrtrQGbfqHEwN1nQu1wBExkWrWtQEl+PXRT1li\na0maDPu9yD2b6afxhiYyIS1KE75MPNfsH2leak4nDY1eNkM2tTeNUKvBChI4\nkGr4ty3KFye2ZuV5ilAlGff+0GOIQak34rwJNVnMcUAwfVThjrdZIsXy40b8\nivNWSVFRVzNFHpZeMaP2YHn+7Q6s6QrJM5S8j7tsBrbQJIpcvKFAeiijD5La\n9RE5AVK462mURdcMvpxiQ5PNUVpkxab4vOVRs0W1e+2Q149VsZQWGPl5rHXm\nk/yINVlPNvzBbq/ouj7ZnsTN/YZ9R7dI6dta1OWjTwLwo9Cr5XBf4qViqVdx\nPlB1OnJeoDLYVANnIxd6ypfXvIFJUpyPG8lzFxNUdDY5hgwcm/Z/fmpHJD1O\no8DE\r\n=YBRN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlJmL8s9jfKD+8EOayr7zsShf79PtcnkS3MxYX11K1QAIgOlqkDrApm4/XKmJDfc4sKMUBoq+1YVp5aBfQzagrXNk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6b33a55b_1546703443570_0.9040379561650218"},"_hasShrinkwrap":false},"0.16.0-alpha.25afe319":{"name":"graphql-codegen-core","version":"0.16.0-alpha.25afe319","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.25afe319","dist":{"shasum":"ad6b4e2587c8a1b491420ce4c5efb3cc15cc0e25","integrity":"sha512-5H52XuWq1oef5ghEKm8WTsKN/EDvqF8WeCwV8lWYp6f0cR0HG9qS/FlPHs1iehy5hZ9OVfGxaVyo9DMhJq1WEg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.25afe319.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMaxxCRA9TVsSAnZWagAAStMP/R6UqehfvNuH7+Gq/o5P\nw26y5VLBxzS6g5M0AgIzYqt4yKI5rYSbJKmLlM5HcCPLckWPsmLHfsIVG1ga\n58YT9//6cY5Ehky3At9H78+0Z+4QBM05e5ruW31gdd5y88jXmco9tgwtSOLk\nfQmqK/DHiYVtoF+tE91CatVeofroDu0K5Ic9JBBLIFHOYgdYpBQTGoDUOwbU\nZhSJTUgsu+M8kWbdx/Fjo3Y/dOmTyg0gp1NcmpSOsA6304E8nn23K6mNZhir\nEm8UeuNh4qP9oRaGTAobKpRI8GuioXNCUncKCVknDMluMKDP5ntpTAymNoDb\nSR7Gqaf/5PEtOPxfl0VcMyy7a/p0KdoO4rRSiwRc0qoNFh0EfczNI4t6Z8HP\n9Yv38unD2whfkp8FgOv4x+xUQ+1R6siEabYwplI5x/RQmAXABPXke6zJ9EBI\nZkLwb7/molx10Vf3gU/yHG4ktFJt74qR7XnmL3AZW0bCTA1Eru0XUCqIE1IR\neKrBNDwaj++vSDuU+V39nfgfm1xAPWLJfwBUmCrMr4V2gycIUigE2AG5kyHW\npmfTgxO4qeq5I5aH+lcL1ZDG1RXAwLT024mZRBP37w1zI2F03NfIXA14JcIc\noPXt36KxcxTRhYdcYdb9FoHwSjUGB7xctP0JEqPmd6eEUyUCDl9f0hVXqkLJ\nosuT\r\n=yv2n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBTW6FzK3Dt1g7EK52IbwlD7yqX+yWrKJ6dFrmPdrhRrAiEAn/BT4a9ENNFwTImbfnWVIi9XXtmYHbe7261td3QAt1Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.25afe319_1546759280827_0.9641697238922937"},"_hasShrinkwrap":false},"0.16.0-alpha.69dc7348":{"name":"graphql-codegen-core","version":"0.16.0-alpha.69dc7348","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.69dc7348","dist":{"shasum":"c86fb0a676101ac9883b0334102e1b1118c31b10","integrity":"sha512-jK8+ODmDxXfp975s/0zFIrhpjJjhjoFmvkcc6vTdhTzqiWhsK2X+1bhv7CR4ioMU0ZccMQdqjBsWh0EK0CxfeQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.69dc7348.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMax8CRA9TVsSAnZWagAAVVUP/26LpVlhFq4lIHM9NCTs\nt4kLI3zzMWYxho0iT5znFC3eU3BUo6invCu2cpAcDPU4zxeY0rfJG5/hnS+g\n6fIunK3HdZbAfHgjPpQvEzDKTaOlTFNecO3razsyEEL49ZFNU5GzNp7F7WEQ\n1oL7iHPknro7DFM+NvviBjDYgifYkqvYwMB13FybvO3ZMjlwFxhPBz8UX9p8\nVt4XYmNRD2Ts6bTMIpQru28d/hwDvRzPx7K/ubYAdt1K94ecExvMyU3H29Uk\nSashadYxIECoqzPv2HVnoRw0q//CtvOAQWCe84qP35ezN9KGZykAnOKbsW1s\niJ3gW3tzU5JEdYFJEygn1qU7Bp1SZteLcjswrQFamc8ZRhGio5UvqEVc/3Ho\n9IIJfB/FxKZyrwlZ0KwsqJ+i5KY3ibUle0FDJ2QWVrbvzxbs3HCe35oH8k/9\nt3ti5ZihRPaoexaZKQbrCUCsU4bYuemTvzsMQxuZdFlJ3Vuqji0Z9nBvy13w\nZBd9qYezDXjlE7rCKujfYsjR+o2utUfTx7j2lFF1kMf88AXtornrLajRYNqT\nHb/ASt1CGXs0BK8Px5NhMTtzI6sYcd9TwEp+eCu2NC/c23SDU0BBq4x2fvqW\n6wKTzNthG1w9Z7DPy8hlyVdBTJUI6/lHzZb1vcF9/fwVGFKpTc3e/7Xxv/Be\nAycq\r\n=mrPj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAvXRlpaANPq1bvqbFvQK5g6x3/SMHoPVGLSkY2bt+jjAiBPaFq2g0frzs3SIjc4crTfE5uYTbImD8QXZn9WimmfqQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.69dc7348_1546759291772_0.5157396113587589"},"_hasShrinkwrap":false},"0.16.0-alpha.e41dadad":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e41dadad","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e41dadad","dist":{"shasum":"40ec36e5f6cf3e6e19ba85ae275833d4066646cf","integrity":"sha512-bV46mNMHqspbfC/QIpIqHxDSwJNeCnzKLZPa5odJoUz2TxZ9cbYU+PP0USLtwDYugs4DI1SK1crPjMeTizi1YQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e41dadad.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMaypCRA9TVsSAnZWagAAElwP/RAxNjfzb6sWLyvocLwZ\nqnNiM7Pj0ZG/MOKJrcMX9J/izjBLycJg8R47v+XvD3ARw+p0wBLulhgExNY3\nVyA977Noa9/X633RqwnKThKQsH62j8tWx/+BwfZTb+4rOacZ4pTmrEIicc05\nQF9zrmUvFIHWATncl5fAv0jV6p2202l2cKqb+a78FaGTdX7n1PAIgZ2b8aAd\nBg5diuv3nM5VzQsF7rmumMNo2L0Nr2xClJ/iAnewyN0gVGSxNauERtnwqNC8\n1kRV2V8if3U3EtzXNIiBuOpwumhS4C7dgQD3ezot/pSj4P4/amFn//zPkXAl\n35m2Ks9IKodZ4M8N8v73lmCtR6A0wrWYOF3PmLIGVP2VzjqOmddXdj8TlCql\nmjD6gnZL6ig2d/l+4mR5ZKtEXDHwReTMMTzlFIppvZ8UY82G25iQ2fX5WpDO\nF5qYYISC9Y41RAoLGGvFDjV75Z2hx1y4L6epioF+QmfvH5gTFr8BvQ5H28hc\nIRFXnFP4ojtufhahVrZy+6eBgN/dEhIJEqlJ/m+3kfZY8nz3AvfIfkZDszNo\nNWTXgy1v/3qcDpTaE+nksvndCMS/Mx1NXEWUUqd9C2zdhJeY5/As7YziBb76\njpuFKVR+Wf5qrR4BAQzy/0mAuJcTAipu/n1Y1zBQbfImWC0VZ07utxCU7tnz\nHtrq\r\n=6oeV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6+jmTyANorSobg3lbrClvrJbuzxg0o6yUXt1YSGNvIgIgHcxC90Re73OG3z4D9HgNnjLPy4P/10fJH9uJcVFBEVs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e41dadad_1546759336814_0.08040424589957351"},"_hasShrinkwrap":false},"0.16.0-alpha.1d2b0438":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1d2b0438","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1d2b0438","dist":{"shasum":"c04404e2bb9d6361eaf1649f5aeffd28a8e76bc8","integrity":"sha512-U1WLfokGGL5ruKrzPtRAXbBLvLdxp9BneuMlPUeNHPikx2rUz0soaDl4RI1G2qO8X/FUNxHAjA1OCaBoxsWbTg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1d2b0438.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMa1rCRA9TVsSAnZWagAAKv8P/2qbreyP7NfZ86Bf+mPZ\nNW+li5VRKGsuvPT6PenwcZD/nhJqLTNarFnosWIdPv9oP0fqKLFDXjCVKydd\nBF26XzDbB82pEIJEvdOpnnwbGTLWs5dGhIh2EAVr1Utug4rgFCDM47U3hH+v\nPRWcR1oU/YsdQEmRXvwN0t9Zomvmlkdq5PhSwsSQpOsymLbr5g5JLk0atpBM\nig2JC5jF6pOWBECYB2YW09BcUC9gEmGvw6ZFUH8BQ4r86Km6wiROU3QL6MHR\nH1aDF8pc9scejukd2UDQqoPWhCKOg+CdV3DmnBs7N4S2uYwJUv30a9WbK6bp\nout0/Xr6Xz5YF8545EXoe0vehlw4mCuf1WnYx3nN5Ju0F96zZ94z9tZXDapQ\nGz2AFq2aj1b0cPHbcfW8c/1rZWqLs52EuqRQcT9kH/lMIPuWhlZTqNcPSGhw\nq/MFp6onVuLmM6xQCpV6tmpR6Fz5RM2Bfx5gfIhmMw4v9WAuSIhFyjX3TRL0\nNY2kqTQkrG/Bnl+RtgAiUyjL6M14AHpbIQhDsNNdzE7PyV1TwHg45iQotTg4\ngkByNTqk3/o1+sjSGzg1zWi9zwbBCMhPym6MiXlmRkhXvG/bhlM7+p/kLz7i\ncM+t3LStYnECEFqDEquqgNoEVTjfx2ip3Lh16Yyyr5nNjQcd4LWNfWzDxbVG\nH689\r\n=hsBI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGJd27PLytgabj4bepmihx0uM9hNPfLMDghPECd90ffwIgYv80vZMjqL99LOfRwfJnpEiQdglCVKq9x+yycKPLBxM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1d2b0438_1546759530366_0.7356722214939813"},"_hasShrinkwrap":false},"0.16.0-alpha.ea6775eb":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ea6775eb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ea6775eb","dist":{"shasum":"2705347f381cdb388e908e97f3b649d5d0830d43","integrity":"sha512-Ek4DgOb1hFdsnf1NRa59Ww7SVNbGwMiZtUTgTw3fNcR/MPdK3f7bs8OCFo7kBOgVdIfMGzdtl0WAe3cc5gxekA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ea6775eb.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMa13CRA9TVsSAnZWagAA3qQP/1WZeg0w1jZE6gBOWcG6\nDDw7mVt/8ZLeWBJ1S37GZVk5sx9GiaQQjvDFyrCedglS0scRlTVfK/9vPWnD\n8iG158F9Uha7IQM0xCCr4T1RZtVia54h0vdDHlPJbdK2q+xcS+j2qVo8zR9t\nr9wyjL1uzfeWEmk//7kess+2jJaMd98kOE16YnEQNrO81a4XPgQdRNyWl3e6\nIJwYe+Kk+qAirXVVXn0PPaKgA4580+y7bHS0D273Y3hz+qREvn1xa57hKFuR\nOu37PFcLb+3a11ocTO5wjqFgAOVTofzduKqt0NkGC18X9qTAVNhkzs3Y2lRR\nwS+nDuSBtPk3T+uYnNievDbQAyLPEOSS7c0zojcqTvlC4Tvu/J+RkKyxEroo\neBLXui+7ji4RLg4WegzITRIcAGwmMAXa5rFxPhgmZF3UDi2n1qAUIUmvO7pn\ny0wnJBDpCsNU/sQDGkpzI77K5kXlDFDIYiL+VwJB1X07IhvkfVlHo7cx9F7N\niNzZYIphaPLH4dvipokZ38DPMK4rokU86luEq4p5Zal+SMOzHrDX8jOnHIMM\nEj/xWtwWmvi1zLUVQRd9RFEddSURTLsvp3puCxr+vpq0hW5INduP6Eo7RLcm\nltzrxHFst6iqUFQweLkmCmLWcNWCM3hMiugB/nPtDGd3aBqmgGwuIXxm2fSs\nKqDZ\r\n=woKU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCr/ceIQBgRA3qLd9ym0HuP2KNQDuVUgdkes0bIaGbprQIgIN1Q/39Jipw4DDLHmIuLxSJnfmwmQ8nkmVzQtSfTX/M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ea6775eb_1546759542997_0.17326479559298447"},"_hasShrinkwrap":false},"0.16.0-alpha.8c6d6f71":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8c6d6f71","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8c6d6f71","dist":{"shasum":"8dcdac50045695be0dd0a377ca29f895025904e7","integrity":"sha512-BJN4T2O6SQNK89VXq90HsSKzgDJjrmhNxMhpUrv57KBJeeUnF8hxcmYDb41YuJqnr0ibNdSbokbPe6rI3OlGWw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8c6d6f71.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMa2kCRA9TVsSAnZWagAAwW4P/3R/dNtPObMay3NH6kHh\nbfHMd48Hr2wbvbFM3lMOJlGuSSl2LUjvphsKK21Cl7ftKnjwqyEHojvpjjRI\ndgiJm4QOqB3SN/A2/bJiDMqwscYK/hSW8UPZuLQJHevCIhvZOhnMddwKkgZp\ntgAqWkTAK5xyurbRPDf254zUJiYaC07lKB6mHRqKNuo9lIfSnKEF481NgwY5\n8110431sZqyQXODKI97vmqQlWa1+zSfdPLq+JHVhYFSqTJtX3j1BAoFqEnuP\ntPc95zDjfpETH41/1jlHJBC5Xqjvq3sWN+S/W1CJFG2YyLvjy0r058w0eHH7\n2XIKfIM9yokJhbuLhAk1AgEKR30dW4Lt71/XT9NKKWuXuJG8VY2Izpewt7mL\ni/iX4PGLiNi8D0AlORms+2wA+2WOaSvGtQ2NiP4NI+k1jX3lr3nmZHfcLWfp\nAYkw43z4E8t8kPpbJQ9rKgCrB3WyCy7fjFWQz0NiZcHTP1iz+5YY6IyDUjzg\nhqkOSS+NgDscfuOtRkA1AnC3LW15k7b/1caqga1CAzK0wm7jYHQjOWwetJRT\nujW37+qJsFqNzSHTMSLgtw3w0GgvnqAdw378EY4S2gsaPo6I+GlcN7ExaMwd\nQdF+Zhpb2eaEo6B6eCxfF+GW1g66So6ynudVwvfQAOn31m08rP4IntbnybQe\njkOk\r\n=hNN/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBXrQwk7vifql5DAZ8krvtAKa05UINk6xChkEswcHrC9AiABYLWE6H3s386yFa9qh2Y1PhotB+fkfnBvtdPEp9Ddzg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8c6d6f71_1546759588198_0.8884140425230227"},"_hasShrinkwrap":false},"0.16.0-alpha.1223c015":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1223c015","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1223c015","dist":{"shasum":"0183eb14bbb955ae5c80ea9feafb7af64fa452f2","integrity":"sha512-wmsd0IHxkHI1A0jgeX7P12x4YkH4eD+nHkjcXNziAbEFj5mVPrxiKXuHtKlxxeb8DFqnCHcYEmMHgevz/qHN9g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1223c015.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMa68CRA9TVsSAnZWagAAAnMQAJVT4cjR5PtrOxvsZGLl\n6uHwZtVj/cbmll9ANfRLJhKVzOQD48AQGnGizzf2P8Lz3Koo9f3be4vzx4z+\n4CUB+bnPdYkfLgVeIR2EcUQ0hO8rF2gzp1qgq9Qk16xBFI75AsXMNXEhP4/U\n0R4zwZbt8ZGfSyJgD62Whj0P2DwklsqpIclehTRHnmWolA2vY+5WaS5eq06x\nFpHv2iz86vFTswSUKf/DtJmHkILd4v0W/8rnXp6g1W1z2hBuA5ipYyXUARM4\npvgZj/UqSLxe6gA2R8nUPC40dTj15IKOAnT/1hg9DXYNcxP2AR9/akhJvYKG\nvL/gN53sLbgmrQVaOHPiGNVWlvGXigly05tz8lEA9qQgv9/5R1rdgemjAXe8\nQ0aAg3mcC1rHpYTI0GIszAGWu2lDU5m+sWXHrYQ0FggecmAGnBQjxz7t2N8H\nSnM1pj+3sL3HeasSpfAMyHlemtPt17kNJ7s8jrfs9wRsxlwDH2fNebkChEXm\nVCTL6oUS3X3mdFV1w8mplJhLk9bLUMwI+0pks5//Ie+Rv19ttxUzb3N/DjFH\n+mrGsgGX7KpHuJuiL60u8sOmb2UWOecL5rsHGuMbrnUx6WfJ5n0dSDahLnpq\n86g/T44JdSl+fP6f60PTMO5t1YbdoYefnCh6CAGOu5H/8HdvmJ3zOWlX8Vu7\n1isx\r\n=v6qN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8EXU02odnxWkM3krE4V9Zw15cmfdu/MEwAXGtVlEnhAiAwecigSDOebYmDAMtLbBIbjFaxFvWPSAQwwT0Ia9hU1Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1223c015_1546759868177_0.9695852162983878"},"_hasShrinkwrap":false},"0.16.0-alpha.da0016b8":{"name":"graphql-codegen-core","version":"0.16.0-alpha.da0016b8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.da0016b8","dist":{"shasum":"63d3ca0739f1a38da284904b5ddfc460add4edce","integrity":"sha512-45ENu1NJowytPOBixVwKZMB1tnewsneiXiSMjmbOTc2eZbhGAwhmqMq3M61FqD7iZBB4DvsWET/YTC3zxs+1gQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.da0016b8.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMjGpCRA9TVsSAnZWagAAgCsP/RxY3k/ElP6kHkdO1MfX\nebsEXMIk2FETS+moiA2XC4k/EqtcpGL7DzIu1mUyTVhBWz1AizH7Y1H3XMDZ\nqiB4P5eKXgso6iBluoPx7WVy9m04aX+Qrwtcn1cY3Q+MGKOLX5wtbBJ5zhOV\ngir6g5fLFGEuYhBusWnrTLf7b+WeaNuYQt+KBzLvPk9Zqo1d37BjsKVXzZuU\nlyxJ+EJPLW5bpSbflI7GTQ4w2ytBwe3jcKIfGhAgsguuMzf3ZWqTagcc98qL\nihz484r8/Ff5vQBLQcwdySG9+GxvLEBkiKNq+yxd5kbVB7zE3yOh23DWaS7J\nmz2KxOrnQ2m+DJz8DKB/NF/WxiYSmEtSRBKt62ETg9C+9hXQCDMezQMroOVX\n2H46zhCEGvQqu+pEH5MLVU3JevW0sHBQWl704q4mIcJEhygCYPMN8CjTTVCu\nSKIDgE3DVxWe/HkfUvafi76tIEQYySiTzS7gnjt3bbquOWVsE+4Xxc9y6ext\n1dFMTzFIzfGHNxYSYBr/laVwfzNUC+zAku4AI56i1IV2bMKIVaiL8y8FaQwh\nOTXs4RIdNgJDnvF4wm6n+WUr2kzLkBf0EholgxFnuRjPC21xrXAs1UOgp18b\nsi4xS9CcM0pW/CQIu0fIESr/NYCcvNC8ByRuRv91PgOKnI+UgyXKHVDdOc+s\nr7XH\r\n=1RTi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTkcMiEqxnrIfjdQd2noJ6RR8CuU/C2ot6hle6qjbk1QIhAMrxqo2FKLJyMUM3di9Z0y0bXeAGKyyCro1ElvEjpV51"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.da0016b8_1546793384634_0.647669735891401"},"_hasShrinkwrap":false},"0.16.0-alpha.c57df6bd":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c57df6bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c57df6bd","dist":{"shasum":"0f4a2e09921292c354e2bb48512ec4a865d7ca9a","integrity":"sha512-/bPSvecPfUYo3pPWRPYmynKwSHcglbVHD6KGEwODbChHkUOpZKRxPItdEA7JzIr9YbQPJ2deX37LL8huG5kiHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c57df6bd.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMjHNCRA9TVsSAnZWagAAoV4QAKAjSzktcNPt5ezs+EUy\noGsmn4Qb6rvp0zKuXIysF7ccnlwGX3uxNxYf7GYu51VIwUNbXmpxq+X88Ujn\nOTgqgV4LN6QjTUEScqeNy/K9EDA6ohtiJifmvUsy3l16662ehs/h56nAx5Wv\nYJV8PQ5ikonKpi62UjOKOve3IvYngrYIh3wBgEGIP4Xh8btWuPfAxMfKCnrC\njCDnp3yctI/NKd1YAWDqnjL7dDJJYR7PQcQjjGtrOk7WQoZUU/f1SKZaJlho\npk84i/PaQE/m+yB2H51YRcrLp1CtI6+FeMk0VnIi2/jCOciXUP4+n8hqaMoX\nOxndaizODUNwQRAjZSOhlPkFwnIdTjGHVZU6j01GUKWwLvxAC4XXIhlSYOZh\nUV2UrLBMvS1tsdwFxiYqsLy4+x9gAOaRBwkLjQhXi3rCZSG+UY2Nh9t7Gw9i\ndy8eEDW3WeW29jn3cFfInKVbyblStGNshX/d/CzTasBTSks6VF2PRvETYUTg\n9SJxGC/LG8EpwFUMJgBjS7vFj1jJfhff3fJ2Nl5h/kiXlg4zBsNPpNsSMyAQ\nu3iwiO//w3Ts543s/FtikQLjWoovfn9rKCNwFCKsM4WhbSNa+zwgfxWIUZog\nhLW3lC1ACxQmiw/MOl1j+1HjL75TufjvcDqnAGxjLjiWhNlwgMfhCpqabLwu\nbFU6\r\n=9TOC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDiVIRgrjxmf3Qi/gzg6DptTMxocAhgd7QN+JIbPv9P5AiBjKjKJH0cb8mNdn33/s1llNuA9zfLrzFo3qrUuSd7t+A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c57df6bd_1546793420578_0.9712234395557433"},"_hasShrinkwrap":false},"0.16.0-alpha.77ec33c1":{"name":"graphql-codegen-core","version":"0.16.0-alpha.77ec33c1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.77ec33c1","dist":{"shasum":"214e3ebff6510b5d0427f48861a2e68294bda648","integrity":"sha512-tse2LSsQ9u4vmDhPiwhuaH1ENwg2QwyaaoHW9ZQ0+1kHwQ5JVdGo7wuNFu0gsQKfDNUXQdjanZnjCeOTyCQ78Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.77ec33c1.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMjHZCRA9TVsSAnZWagAAT38P/2dtggnAgMcgCqiiExct\nBgfSbUM+qm9UgKgSsVy2PVkY03xtTDSUi3YIg//ncnMRl+W61yhqWeKU7zpr\ncKgxtmiZOYEqsHiFPhuKCTIPuVREbNAkKCF1jVmPfwRg9eeMMQagSa8yHlmx\n3kX6Tk+u8sNE9IYp1EgH4xfjipbhyQa6hoAIo19MDJzYoeIxjwMBZ1lm62ph\n8+Kp65yfw9nr0NkbvcvSt52KMEgXOAd0KDY+9yHKdjDwYC9ChovOy5o5ZPMb\nZZ0VMPFPWrWL7LTfypPq/3VQfz1xDV9Pqn6c2dCe4eo9k8t2KAidTAwRfBWn\ntg6MI5a2BumSvPHX5Q52kxzrmTwvBJYJ/63GZ416MfY/xpy9frE2AltsNRNb\n/h6AYVzb9j0q4XPh6vy2p+rqW+Vv0/lt0cL2Q5s7/A+k+4k28+XuiZ9zJMlP\nLxxYx+Fq8vMM4LojtsFuh+fXFs9LqiG8WPgYlX4Uq65qjJY9Nml+pgUHpxAL\nAdlmVpItPLSsKgPXZKNeOtBBBdoFFtXq4geyyK/2dX/2xq7qf6ff8ENCfWWI\ny/1SJmwINk5foO9h/H6A/eT0uVyS4yhBZToCZ5pB7385+8dt/NU1wdbDQ3YB\nInBe2/U9hce2y+6rDtZtyfuXKXiz5VH4eI8ImXclPsp0giHwgfbSN7ksUJpU\niaFq\r\n=T4x7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhEMrViiObZc8PbFrohKoZi2jKiRywCdqH6wTZWnosqwIgDoMXAg7wxd4z7osq2lxrCNRkD50woVYwqUa12of5sVE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.77ec33c1_1546793432336_0.1619834746881994"},"_hasShrinkwrap":false},"0.16.0-alpha.66320bb3":{"name":"graphql-codegen-core","version":"0.16.0-alpha.66320bb3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.66320bb3","dist":{"shasum":"3d2e639828e07230e98c1a3b191754992a0e93ff","integrity":"sha512-hhw/VLh31+GNHv4C/SwVPnryxPpU9HPE1jQQUNPZ3pDvlj0UlSnHPE+/YNh2vJlghZiS/A9ZG/7NA4mMIAIS/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.66320bb3.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMj7TCRA9TVsSAnZWagAAr14P/1aJz5eRAZulYI6vnzPc\nb75TeZ5LHt3MYjgHn2buIM1GFaqnh5ghTGK7O7nTl/4whbVZeuCASGubQ4EW\nAshMAM3bv6g9ATJ+U5jeJLeb3F5/PHaz5j2EXGP8K03fPBqoWpuykmo5TD+0\niy4zlBP1xGPLAJ7RoGUPdyZSMl5JDJIt5O1p6xPkdIWxQXNdvkeiF63/mMaQ\nfqQPLSs5bf/C649BqFuTJoZuGpvvfv7M/o7jXwJ03ZL7q3Xelxk3LdyGtEC4\nozxCe/a5PyneOFTEhwfY9qNerFe6UuiCkjgPkmDXmrybvRcUYiWZiZcRv/nk\nLzlalpohaoeIEbSOnxGu0eKWSJ8RKBkepxGvaHTcV/WzT7n9zPct3oFDd98s\nHk46AHgiL8MMdM1c+OeiaLpF37oZ+wGkGM5RvDnhs1+0Sn19CDmxtzfGOyX2\nng/wLc0faP9suCROw8PDzNoSSsVJwyg9h3bwb0y/n7+KUKX0d+d5kUnqwFTf\nfg2pHzkMCCHDm2pDs++kkOpHwGsfaFmKqlvd3VEwZaRXZxFYsH73uq6pZIhL\ngCIEni86klfI5nEApapjQZXeASAZl1rSWDPR9HIGw0WcmZ2XA5QX3EpVHJaC\n2BnbNfNXcSBUrL6J9WlcRSWpmIwPEhJ/I+y6mAh6NqYaatd/dT2vtvoljuyM\nIg9L\r\n=n+Hh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFitsXJbOnUqJTRhRAYO+CBhoaBZgyFHxcaX+plEE/ZuAiAQecZwzg3Pt1EmNQNpw6Ivns8xcDN7IrJCWZqr4sqkaw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.66320bb3_1546796755123_0.30045652121407707"},"_hasShrinkwrap":false},"0.16.0-alpha.c4758f32":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c4758f32","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c4758f32","dist":{"shasum":"a42856eff57fdcd26b906f45650691d35bd05d82","integrity":"sha512-v3mfsKb2wOh3D6IqZPDgVlHT71DwE4ciw/vcITm72UkvCRdWOrsTP6hQEtvUzhVbtfpAJszzYrgBtCuodkhJhw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c4758f32.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMj7gCRA9TVsSAnZWagAAbFYP/imwmcUYX0E+EgbjrVF1\nG/T0kZoTuvC2C41sUfNubRcL6EXYYRpNPHIY5OBF3Xsmzqt1O5g1iUAeRtV+\njMPQZz6T6paGvZe1r0blU2yDJNbzUqo5oFu/3yJ9+y5OLqn/ceN7JJvmYW5h\nqK71TlIoS/U1yWaCIEpyV3DTdBzvcrFZyRV5VXf001LYK5Vi1OTvB262leh6\n8VF23yZ4SPOQnMj2/8dPudL694QbTT7xjqRI2/5J9NORfcx69T+eIjPPECiz\n0f6ZclAq4TsMNyLJsSjbigoi5HssfLsX2EWL572VHWAe2SZJQPpegqWO+c+x\nxA8hSbcyNMTWczQUVIU9FVyRRAF+LYhx7JTt5P+0iH7Z5sP9aPabdWdcGsRY\nZdWXkVe2FKtuUU1OpmaxVvnXI4rw4/EK6w+SoLKV+WZLWYXL/xCeIV0etS/W\nzlRQm4glmNgFVvMykBlGJo9Zxyn6bkMdvitbnwBsDyUv//ze6igOusbqHR2U\nhIcK9EIpsRoR4BCEmaQelRUZfIe3Zn8uAIIc5pPOz2vH5FO4wZ3CUgt/YITL\nxENW85kOsOKiOugPMwAVjyMZaJqA01xRcwyuev5eJbm72z8mFuThc1zC5Z9P\ns9olHq4BGvE8Ra/Efv23zKc186r88fLfjhi0Kw5fArfoZCwhuAfWmnW/klcE\ntpjP\r\n=JZlL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSbHank8I5VLHYhRAkly/6GyyH5uIDxcSI9pC5D1Wa1AiEAhR7VpNDAQuwnZ9Ey36XyXK00DpoQmOJ2UUpnVdDgM7U="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c4758f32_1546796767446_0.7529974181075036"},"_hasShrinkwrap":false},"0.16.0-alpha.4c0f85e5":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4c0f85e5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4c0f85e5","dist":{"shasum":"22586a30b0cb649c8bd9d50245b41df30ea417ab","integrity":"sha512-gc/AqjyEt+a4I7FJLDc+Jt4UnfNsRowjUdtp8Y0N0+CzEci0MUj6RjspnRk6rRVY4IcrjUJjfGOp1WLXcvSelw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4c0f85e5.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMldtCRA9TVsSAnZWagAAx6YP/Rw9BVWSgHLaj3xeDELi\nCpRovary5X4YGacEt4ElT2f4EnNe/4BbGENce4ctZ6iNIBeEYhYnr+qcDlKT\nITIpFAcTLIcF8bR8LJrtZmGtpmRY6gxy9O/WhE/Ci7LJuHdVyFGkHbaXqJdL\nxI5qhhzveXvIdeRzi2OkdbmAAlWNHxiY5WnMmI5ZsVXm39xsu+mogCLw327S\njvjUSNswm4eY1O4JwpL7NM+pNTwdPgFvHTqh7EV7q77B6DVj2Y7GSFctQ8vD\nJb6jYPECcxaJpU7Xlwrh1ZCNzhnzooIL99k506mt6X8U6v8bo2b1xCbPC3fs\nDTiAZv/1oEPPZAwnbIhPVgwST7wcCGxIbCBAy9i9j+aG1g8Xj+KfBYrOlfrs\n8aUIBw4A35shsLbUAp6EKpuT542nsVRYZu55oDtV3qobXIfpCWeVh0/X3EhL\nSk3dynoMmikSHNJ8XPntFLLx5YmBNd8UWeSH5036TWpVzmiW4EVKPw/QgZSo\nc6hZMzwflSd/RIM55QM/gSkvY1tcSIbJK4Y03vJCTzzNzBGIs6xehI3zLmi/\nFONmoPGAZ9Qk0Z+tNhV62JDcl5vYmVqUxi+8M+3nPqomJaL7GF6mLHObXkFk\nxVqAyd9dudbXNsGkRGT6kwzbPQ8Tx5tATrU+hDUvGLjewiwso9hnbMnylI07\n+cMg\r\n=MHrz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMs8StxVUFBT+HFADqWckpjgyujEglwZKyHprf0KM36wIhAIOuGEp9Wdp+G6juIBTgj9fq8uHiXia4D2miVUlLJGgq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4c0f85e5_1546803052934_0.10187319926829375"},"_hasShrinkwrap":false},"0.16.0-alpha.502e9d1d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.502e9d1d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.502e9d1d","dist":{"shasum":"be61e7bc8387bda5ba71d3aedd4a2cb8dc0c42ed","integrity":"sha512-Udx2c55A1YEYJSjMkkiE7zsUNXs59PLkP/2gb+DequuFtrJ8LbhmqNHuwIDG/n3fj5igAFLOJd3Nv3oqJRVw+Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.502e9d1d.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMprzCRA9TVsSAnZWagAAGpgP/jqAeChSXxMpFOkzlvAA\nw0yN69jwL9IcArlLpA2nAArO8oeUd5mCd/gGfvFuydAHAzR7dEzzbH98M5Fy\nNncRawZetTDZocZ9lMlpb0qht4jGIxCKGvoR734E/eVJXK7m0JwDzNbeIPfo\nwdqjah1KTstvui9SwqDqQxbiIhlJzEBogmwCoDsTgXYahPmolGGFFt94DCUU\nfYFxtmk63jMDJbl4rw+aN7a5L+AHOdfSoPhXJTP7hs/s7B8AbWYc+bHSWVOP\nq1DuE8HXvYE9hsmOJe3T6GppQGxiCz6/XxuN18h1BNdYgrLXCQxzJEMOPEpv\nDM/9jiz8nBwz1Sm+dFBPIPckMcotYYX68Us8elqXtzML0TkjaFeKH1S3Blm0\nkbBXJsDzCj6f4oNWcD87tThyHkStxKX6BCvPw6AJzr4pqnMxDGTvd9daOeLW\nzzccQHbCjAt1pHmN6zKYbR5xcjFzh8BO2nsC+Tg0R6VZmQAGCmYoqYZ5k8w/\n08Jg0URZTKwO0NP9OfciorneaQHUp2C+mFVuzv6Z9jYbZp0ovQwPWCqpzLwf\nM8OuUYce9axKuPklbJ8dPOl23blIMCrL+No9x6oIMhZZTilZn5sdwwQQ1gqS\nYftFrtAAQnrNv6OpLrGuRMejbtYhMD/tTFurWI+hwcY46OAZ8ApoKumnUzDw\nNYFl\r\n=Fnyy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBp8LCR0tSY8/z2ESYG4SxfZefmuehlMUZMfNODsvJkMAiAyiWv1zR/m6rEde/MHBpMW57uBvh+3NSnqHvmIa4wAlQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.502e9d1d_1546820338389_0.6321863187238894"},"_hasShrinkwrap":false},"0.16.0-alpha.ed2a5f63":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ed2a5f63","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ed2a5f63","dist":{"shasum":"c267c7f7f56938a371073c2fb8ea11e9f816dac7","integrity":"sha512-2np31CNg8eHjnon8HX/NAC1TjRQkLeWK5mpW3d6gL/0PtML1UTuJ/WBmKQXGMGOeNYZGOVYOhKicqhaO/Ws4vw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ed2a5f63.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMv+mCRA9TVsSAnZWagAAagkQAIykBUSuGBv0xRArhwsH\nHznCMCQ4OAnP0r0qCA1UvjuklcHWQY9TaheAIzREvztqY6IIWPptrTO+Nwer\nEpxHCVu8GthqBPdnPmms8PVthU1LQQGBnuBau2iJOx60GpouMm/v2/nMjYr/\nEEhG5iezNsFjdMhZIvAi1TrDTo7mmxDbUwpRoGC6TR42NGQH2qbb9NlBCaKo\nomnzoC0F+Dz6HXMo1FKSK7XelFpGefUoyq9ExLYF9zk7du4V48bhNUsKNA1+\n4OSDZRjM3QZ3ZMxegloDEF1GV2rFfp6MbvAGr2LLS+MaZ4U2LyyMCCOhBzxV\nmK/mDoipaSLsuDPDi4txRA9K5WAGEuZC8pjSpesD1rjkPuQe4p3M019nOP9T\nAS4gHjWgYwmCvbipVVubV64W1l0kY0stPn6fb5BR47Djvnm2rf+lA20YFraX\n76L+jF60b9Fsdjz1ZuU+arB1XKbKcvQSr4Llyk7/MpQ2PDnZ60ghPylX1Q9q\nRVaBwlK1GGmrMn50DZTo1ciwGn2DfJ/D8R5UMzDot2GqUkJuOId20nG/U2gq\nyFuymLet5UPVa60v2dNz9YNc7qCH9Xg6uh4Q7MzfJnTAmuHW+l6cnQByd0XR\nv1NG5XRQC0LOWI1WBublJqG3HDDJJxq3wcukROBbgIPQFYjc0L5KyoCVWb+I\nkXUT\r\n=5TiJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHcu4ldk2y5n8WEKOjS+xKa9XOmQxf9p+q1vG3sgz4FNAiEAhZTHbaenoHxX8VWsoPqyNdYuxEvgHKJRFzuF0MzDJ3g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ed2a5f63_1546846117713_0.22943617335269528"},"_hasShrinkwrap":false},"0.16.0-alpha.791e236e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.791e236e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.791e236e","dist":{"shasum":"6d07382f6876dbe6c37de5a8701e0eb5f76a1fdb","integrity":"sha512-6bDxgLKyzDPCRi7ulKCh58TTkv52EN5V7nuANMG+rz9AZgjZ3aQDpw4c5XD1cbcDnLeP1m5EIVhOzX69SQ6Z9Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.791e236e.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMxEqCRA9TVsSAnZWagAAM3wP/Reag4Bqf4THyGHDiJ3y\nW4OPDRrji3EH2f8t5K5Jj0DlB3BA2twSkLAvzJu+bY3Mv0aZNnL3xoAt5lfT\nQjbVdvrCtxJKLSFyvZEmN7jEW6BSAjXmZ8gftHNcwslPMo9l1Qu/FA8A5m5F\nLErM6A4Aj+syYeEZ6B/i3DNvArZU6WxRvw0108OSgL7f8uO/LX+qHH3BMhyG\nYCuDGTO37YE5gVH59DlHdHjl7h60Fg7p8ynK4rbEIovnlyUMdr92E1/XSryW\nhikZ8ugLBZWObM0uoAVV8GgQ5NT1K03UfWfgzjpYYqwYkTZhNdyp+IxjHoN+\nJNjA8eGZW7S9pA8xNDkjQGAhS8Iwb3VkFYx5zyUQVqJJ8rwcSisfe3CQeDlt\nQBPu6wEl6nVoSohIJS9voxmPvJTXhrr69khsJUaZpTh8XA3iEBxZvGPcCHs1\n9OImvJfXEJaZkMvQMS/AmFwaYEr5BwqgdYYj2lGyVl230DkCyPul9iw4KfW0\n1lbGb+FIm1SkCwkwpYtlmpK9WzLboeq0WmQC1G5p3GqcRQ+5MxQmltFUhkgV\nkCVgsMkNvcj2g07Bmftlygf3UnJtCcs8fuzNf4i/Lrz0nUtU6CFEZmKaBaUo\nwbEWuKg/isAiHRVBOBA37UpcjnXlt7VGy67rca6OpnAc4G3XTH3kzLmFvr1+\nvHE6\r\n=UhRs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZxS/kzWBDHfJ/xYnJQGSH9bCTTLS7n+G994qOxMTyNAiAK9J4sNvl5KoChSOkmZXaRqnwcWMhjA66ZwaiWvsALaA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.791e236e_1546850601854_0.2974378744027175"},"_hasShrinkwrap":false},"0.16.0-alpha.9c21de95":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9c21de95","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9c21de95","dist":{"shasum":"0af0fd765051aeb32a23306b2d59345269658d30","integrity":"sha512-gG/qDfQbgY9qUMo616v5kR/LjsCRFlkuX/NoEqoo7j9MKp+S2c7GIIOCEsCJiwwXa3vFG4UGWnue5geRF1eFeg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9c21de95.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcM6DpCRA9TVsSAnZWagAAMzEP/jRHADx4LDANERMJI+y5\nOUmIQtqHKKBlprCto8sjEp5pw79Vx0Lg/gV+wUPjjGgXceHl/aFlNZR9P9vl\nRIJZ9J2HT5xfrOR8ezon/ubHZmg/dFWA1ZO1kMRaWIsTuMGnsdxt4i3uyqaj\nTKS5tOtmY817+H9OA+QEUBmMAWyXz6b+ixa0Ud+EfQTGjC4DzwFH417r2jJv\npq5a2s4VqK37r6r9aPw3Z2yIIRgPF8YAaarLaPH0M2gMOSjwjxyU5BFtUL9D\no8mrviUH42an9yfCDc24OHC9p25KqqehCPWJysJPrcSbYfdck7EOsHl8yASz\npb7uDKGXy6UeCGxU4gHqLWdicBdhzPfys49rgAw7BWUJrolgD11klVjK6SyS\nqX5dfR+5/c1aD8BHLWLn3pfPJVXM+xYcMDjCcKQZDbCEINwiHPU9tWDtHSxe\nVyYgV0FwqFz9Tj2ZqejwOSqRBh4PgxadGDt+WXxAfqzqDkT3V3RJD9bdyH4S\nB5UeLKnjDqnXp8XD0zZyaNv4Htnvmusqgcxf6MjMD2kOUAht6sSC1Q9qyCZ6\nzzunnE8Q67iVreQFcLWo2lpcXft0DCOQXuvrt9nIjLJgGFlRcDDainGLxj+3\n7blCwjS4uS3wYH6lYN/KmMskgggDGnIlVJE3kNyhhXgEUuSKkluobUhBjvN8\nD6Ta\r\n=mWb4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4915WZ6XW1tJKrwTCkWstsFW1cMbF4yggW2KfXsQ2SwIhAJG45mkxAU9O687IqOKdYSEpqo3YJYTNVqtJlo8KPkT9"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9c21de95_1546887400951_0.4424871043845662"},"_hasShrinkwrap":false},"0.16.0-alpha.987b244c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.987b244c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.987b244c","dist":{"shasum":"4fb97cc453d95423fbf3e583f35a3d3a6b73528e","integrity":"sha512-EWKb1ufwkX6ezgh78J3QS5Ck1cZwATmWeGHOajs4TyI7S/duWeyeZMQh6ufgk/GcMseGqaPfAHaUNkKdA7RcWw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.987b244c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcM6D+CRA9TVsSAnZWagAAAwoQAILUmGP9nxaxh+9mst0t\nshP/BFlRHnamvGDd2lefhe7nwc/fuFdfYXqVxUl9C9C7g5RBQtZio80Y55EB\n5L8Z+/BYqhhDITrhTJiddyngb6i28yX1eIWfAJ1XcUbClJOkupZoQ1nUULUx\nbQRvkwkhxPTurmM3i45kG260XjQtxps4GndtZoUjXriHLN4Gu8mWYcHgKGQ3\nim7e2lfu0fSySyrvRal13CsZrJdDLUMAwI8KhL+7kuNbCy01J4zTJcjWRJkD\nuesYWr2FR1MZsG98qIKgF7HU/soJOuCdLMdw75ehSW+PE8WbKXO1FjoSueQv\nTEZVno8hfxlXI08qjzvuorA2UkwvVp6HxRIBD7cTcn2TT4lTp6/5pYUyK0Vp\nEGrI/XADPGDkqZn8UD23zl2LUH4bWOSmdL9YJkhzcjcbYg0kaiNrvlDPrQYq\nK2p19RnYp6YeIbUeiyKmx6jbaZf2MtNdu/dd1ziCOxPRDKc1VrQwV6zIsC0p\njOeREV6hsgs6WLAyhozDWF2qFR+oQLlCaPc17MD5TiJntpc518rsu72xHuS1\nKsIdRV5Am4ochl7ryZBYriYFkc6wPU4tsEISspjmZ98GdWsS7VSBP4zXOtm7\nH7h6qL4miwRQaNlFRxOl44zHHNCYoJL2aZpW2SwTsm31ihSN1LyYayIl2rMv\nJQmL\r\n=4TgO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOsr9du311Q9BpvvNSlm4tIPaeXBVwYv1UwZS0RU92aAIhAPN5rblMBxsmdk+rK28JtxUE49Wq90SIJPd/YANXlhO3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.987b244c_1546887421227_0.1697921798463915"},"_hasShrinkwrap":false},"0.16.0-alpha.68552079":{"name":"graphql-codegen-core","version":"0.16.0-alpha.68552079","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.68552079","dist":{"shasum":"521ebb8ff6a97d23e945264811d9b0e71093b568","integrity":"sha512-+hX4Ff3HwWiqxZIIg9DGgFhIUgY1sEpPLXlNRewXmEsOLgElGDDH7oarLPHt6fR8DtPObr7EzcaKOpTawOZfEw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.68552079.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNm+CCRA9TVsSAnZWagAAQwkP/1/NE51EnwUPpOWTLgeB\ncRYkplDj8ncq1qLgl4Q8FjC5AWnvskIgSy1HLaXRR57YJOxmOVzqKY8km2Tf\nlLYgwWg1TP7NIWZc5EBTCc0uzgVox2UkHv19CNDLiw8GzM7yWoIZDQnJPCQZ\nqjKpkvXoxyeH8BUZcnjBH0ZboJ9kdE6cep1njFTXMA3Jn5XgZmiAx1jx8IBI\notylqIoWWfn16TsAF4n/v+JJ7xVEl84bzq8pIYViHqJ4RAP3tqrCkgYfA3Fs\nF2vdsRzQD1Ki/QBm1gPSejnrFTgCDqZ5jm7tY0RZM8XGnxJhvpamEORZFgrT\nHqaVOg/jVK8a2Sv9jMskPMEjYIKyjGUUI1/F/bzrT+p2r5+tyBw1373mQ1Q+\n8NSCsi7qCf+x5uviYLGoVu1SjFHh9i2w0hgq9TEuJOmzW1z/yDuDCEbNZLMd\n2HPXokHwIazSXTM7/FmfbI8yqvS3tFxW75quEUAi0naqLQfWYjXBJcwemMCR\nd24CkX6gvIyKUrVw51Bss1DuWUoDhps1KUcH7zjdtviJbUtGObNHLSVMOXhx\nBEOo2KM8EvBXlhSCkv2xwK8UImujX+rWwlsdxVxUHtdfv5QRmAtpZ2YaRtQ3\nJzn4K8BJKFQShOYvQr5kwBwa5YbuPuJuHpNgAzpC2SIw5PrNG3ZSM2cIXIAh\n0QIT\r\n=NpcT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHG+GAe6t9+ts9sBvLxpl+wg1UH2pfalAx38LxGue6x1AiBCwCPkXk/gbosGlMeSGjTF5mWk1I7d4RTmpimDssRQqQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.68552079_1547071361095_0.023321483503514928"},"_hasShrinkwrap":false},"0.16.0-alpha.af10243e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.af10243e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.af10243e","dist":{"shasum":"afa097ed2ac7c2d6da3fa1715ad8e5b96b13c613","integrity":"sha512-sfibcsdWvlZbJaivLOFEZFgWYKfn+Mg79Ufjk7MSTW05atkm29xDuS5BeDjv5uGje1+dNGR5voAaKxPEwBSwyw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.af10243e.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNnsWCRA9TVsSAnZWagAAd3UP/jmTXdwx44t3+NlokAus\nHqo/133UHysJ3tE4KbBPixT7hKhL2MnV0AbNhOHd+HAo9hbFvD9OTFbKq+kw\nNdSpxw1zS1YMBiBEe1tGsQan25+8t1mQWgoeFJikL+sTS7n2uW+Uls6wZWXE\n1QcvzVBGQzjMi8kO1+r1Z++lNRBfuyoSOSDme+FZlA0pXF16UozABrMnGavG\nvA8tN/vWWRiDikyhLsovnbCETaqJG015IedNGLhi3NgZSf1WAwpwRc36oMr3\nv9v9Cv02+rulWfPVszRNT3Tb8wwHvBhKoO1sEX3DSlug1iWTI2PpnV4KNuF+\n1XBkjUDfFQkm7i3EEDuROuCE5LWux+zWc46qeFzl8CUrdv2pwGSxDngFt/C/\nA2EVEzTOvamMc6moXfI1D4u7SWSjwIo7PsXdmi9Iu27qNdNlCxwEK4wjFjsC\nezx+OEzcCGqL6JtmT23+ehGxrLCEn/viUVNLVwBTF7jyYFw34aQgWJOCXt9R\ngFHsQUqgD9RGqFL+DBae9VGg3pzPPqa4+a6jsQ59mGxSvddEoxU/lZFgpCH8\nTLBaPy+K5nADbeb/v9f6EfuXnX3LUKp6ARuKoYEnNMzBILxssZ4i8xnoeVb9\nV1XZONFypKR9bRW5jCT7nO3y7x/h5Knhp3bTHIgLhohRRDQHuMY6uTqQQg6e\nO2L5\r\n=oGWO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcDNvX8cakDEv6caSo/g5aUjnx+vNb6OHXnSeMY5zL3wIhAMTTOJkM4qde1pnSp7BilRr1/lg3AnJGtw5FgJQ9s7Iq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.af10243e_1547074325709_0.11100726378660908"},"_hasShrinkwrap":false},"0.16.0-alpha.a099c8b2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a099c8b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a099c8b2","dist":{"shasum":"b00d60d4f6018624274d9e596e1b4e4721890bd5","integrity":"sha512-q4wpmxX86YriND2pXBgeSl3bYWCinzx9Zf/OUuuoEXD+2SE4hpRGjKz8eWIHGIeGyu4aZlfjDiS1iyJCAS6n0Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a099c8b2.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1BHCRA9TVsSAnZWagAA+OgP/jmDWwY8s94DdT/hlIIh\nXsibAd9kZr2QCRACOfwfA2jzNw4oE86isLk5CVbwqq/zWaurCdvmxBKz8GDD\n8sIMlgw18q6YRhxhi/CHXEZ4Sc3FVr19sADdxdAez4GTmQQsBgpFmEoEmqQK\n1ZMVhSLRtRuS0gf5g1iiOgh4pOp4SVO5/Qze/wAFtHj/eeWHjnZljKJrA29J\nA77i3hFzCkAs178M9DuBOY63j09BPEJrGBF4GvwU3UNlvt1Glr73wkdv6OP9\nh/ay3ZS1cUwcVWf3QdvXbbWofB+7CbR5vYzNkx1tmabS/pibjEVGsy5c1D6V\nrhB0ihOYA+lBhvp8sDVp5TGS9HghXGDRyzPoRs3EoMqpfPxBe9B5WDRyV1Da\n5+wKYc9BunmqO6NYKD9vpWeRkKgQsFoFY6DJKvQrDLe/EE129L9xLgC8HkwR\nwUmNLI2pSxhzr4PVo4xob5zb3aFHvmsuz2ZIbKVIbXXMpEvA9a5DT20dEyAh\nepKnVKuLc5srHeIlQhWwhWO8lTUk7U8lTDDBtRn2Hxu9E1RYnzSLSzw7XX2P\nFJcGP/LktqPCz/Zoc+nbtpE/GeXHE23p5Mghs77MomeorxMgmJqhRjvDApuv\nv2lpjPoPKefvdI7tqyPRXkAUNAOGdgka+bPzYe4GDjtYoCc9sUe0QwJJjR6h\n4Xj6\r\n=rWnA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDoHUJqYXAq8lYD2DabLpbI3JjdPjgwV7YhYRlrYBsm7AiEAvsGlPeMJgxYMTrUi1xKHdw7GM748Vzz/rv67Xh2pTBI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a099c8b2_1547128902971_0.3566068020347182"},"_hasShrinkwrap":false},"0.16.0-alpha.888a4e39":{"name":"graphql-codegen-core","version":"0.16.0-alpha.888a4e39","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.888a4e39","dist":{"shasum":"39129cb05b622d5dc1b9b805fa5b42ca1f5afd83","integrity":"sha512-VjJlLvcsZtolAU9YaGSoWU3zt3vFb9cK15OoPI3a78L20XYbWC2QJxGzSI8GWYVIycP1IpWim7pORGpqfRtEUw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.888a4e39.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1BYCRA9TVsSAnZWagAABygP/0dsI36Gc7e8MDTIK46T\nCmaaRRX231aDufZWl3qr8VnT1A0qVL9rHgJWGWEB/OgF9pAEwN46k+FIMbFa\nyEarfQOyY/siqIlM0FgKRLLLgdVwyws0Q5k7KPkgJGsxHsNleKuVHLmc7KWv\nDeE+7+WL/7pqs+c9BlES+uGq5BqCPW3cYo4gaYJZGM+XCNoZtDIx78haCmKA\nxO5swnUTQeRWdSQiTgzs3gVw1Ufjwduc1vmC8Fq3YD/4CXIaVGkHCxkCDyMW\nK64gSKAqa40Gq4EAhI+zEfjzIs64QOToaJetcD3KkLK3H++mAljPkhhjtJVE\n8Jxr3qYRTBVckrr9g1bCZKwMTo4OPQNRaPRsF07w5WxvP1d683bU1b+ebxjs\neqVBr93Ys349MID0vqLhX1N/b4qjLYE5Ub6dIHJTujBWPsuifEIod7l3aXns\nwTPtODj26u7RSAteLWuConPrnViisFoU+arjVMcez2enZ3htd2+3zFSSNc2T\nyr1Izzhz+wcegOIwq6jb3SUI7KI6h/9XAFS23y4+Fg5MQDh/iCK1q9nzfM6J\n1BwWO4xL1GuPMzvyRpTCEZnC50Yv/PfEDbIHhuQLYuEGROnefFaZol9xsUXZ\nL6vy58mMi/xP3CSsPSdBnQIqlZBBlzYJWNIIS1KfL84bw2bylgbIBSIqWgMn\nl6Cq\r\n=pfBK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF4LcPUI4xXiAnO366VidbQuX6yDwWCUu6S8Ods1ABvqAiBf4olpiY+oFg2a6oryaPmrO8EXWC5TGviPLlJfKA7xEw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.888a4e39_1547128919816_0.7109060497227082"},"_hasShrinkwrap":false},"0.16.0-alpha.2117d0f3":{"name":"graphql-codegen-core","version":"0.16.0-alpha.2117d0f3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.2117d0f3","dist":{"shasum":"4a8142ef3bdb56298fe9e16ae02459ccbaa9cd4f","integrity":"sha512-baqfCbGkHIuXQOTf2NDH3ouAxB3AcyV/IwGegLmdKgq7nTOrWV8OmjsWhdbsFN3aHHb6VKfCtnuUKtejW6Mkag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.2117d0f3.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1B/CRA9TVsSAnZWagAAAKYP/3Zv1tyZ1ciErvLw1GF3\nGStdo259NwzfnUSagbllNOiyr6VKxhBAfG6Z2F+wWQDO8mh79de4ApNos4kU\nVJS2VxhY1WfVUIqim4AeI6/XTvaFFDI2sDNAwhvP0hfr7eoU6epUMYgLvFOd\n32uRuip2zPA0I0jS3k4hPp1T/qwIeOHwW0xEm2aU7ba3JjCdiCn6u89xIRQf\nMLOgFMHdakSv5tifginTL8Ez3xfIwrOhd+3A42ky+/+l2swmXBkt9JrlBJTB\n1c+HT4XDrWV0dxGFPk3fua21JVSzvSBPQ+f+FbDHwx4kx/JuKy7CkmrVhT/n\n647dSn+zgGN12kzH8yr2ChoRsCf0nNWvheDqNGZjX/MbMyZO1isVbZIli6xk\nIVHOdz6KJNP8Il6vbeOLekdh9n2oOuXZp2Xi9Xv1lNwqUIWtnzzTVlgy5N+b\n1E3+2b0WoFFZgID/qkqaAlrgCZ1m4wSKl6rMjSw/unn+FrT+MNSHQeb9LLpU\nWylzpkIt8zP+wgJzySjTehrgdflZpApoidpt2Mge9id+WoP5l3ZBmHYCIasI\nj2/B79Ni1TTLdjM2WculYE2vOXTDkF+dv8dUze9ATld/1ovK47nN7tMMdxdf\nEPKTsR++pfG44D4VAKGWBPuyo+g8jG39iJcZ96znEqFQ1NYJ5EbSTmcgVg5I\nyfT9\r\n=juCh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFLPEl87GWUxvj4h7tHXxkdoMzqjB21AXZuBwx9c2P0jAiBI2JkYQ/N+VPLMsAHCY+ZHEcOgAOelnAQG40ffzHldug=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.2117d0f3_1547128959097_0.7347496042265054"},"_hasShrinkwrap":false},"0.16.0-alpha.0b88eddc":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0b88eddc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0b88eddc","dist":{"shasum":"44d47c0c79e42cff32361c93624775d57d392113","integrity":"sha512-yuIMUDDkNeQmqBDMbN5ZTM3r54VVs/xM39KadcD/hknxtaWB+R88d2n/FwsaM8izXbhKH+0CF3ls3wCBiNCv1A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0b88eddc.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1CNCRA9TVsSAnZWagAAdRoP/A+2SzqxBUaj5qH6zSM6\nN3D4c49EmgNliXh6TMa/Qi5kZ1fgbcHLGg0+/KMvJDxpAEjBGNUoysVBRO/J\nJ7mA/PEEB46WyX3ktfAs9S9fuQNEF6Ffbm7BMT17W/QztK8DWe5XKwjFN52l\nP+P10yv41JlXDKhrRlCDkZGQT+XpODK7EoZAgBsdALeeKWLSGslwOulAfmMt\nszJ00tCziJUV921Nhk877oWlx+/VUAJgvFGr0i2rCg2iA36epVAvVjedkFKx\naD7tzxpUJS3jboZ5a4xAELT62tRU6LanN9rtEWIqDt8hJfVQu5QxwOmBblHH\nQVfDIIlfs25/+X+DrUnPuy3/cfoU/QkkThgMlgbhlIH/ulePpGSH0Q33P2H9\neL9ytkw+4vP63/asGHAuxSOaLDv6TrTWenpiCJLtz92Zk9pgfKKFQ65RPBIm\nuozgjI2vlvEloX26Q4AGzBWsLuyO7h9d5Ln5agsPdtv8YvW63OpZ0PiQycnQ\nqXum3CO9Ae9mArWG0V6vz9YdEAKOnitucdLBUZ9/FpA5JeOG7SeXBOJ/mPOa\nLOkqf5RD+wWxvq1bKkfMHuxSx3epj91226FBrabuJNGNIcDHfqobz7V6jVVu\nYWYF12Ii/20AF1ism0c8UEZn7/VypdpZYdZ3IBlC3fZ/TodKdmV1DV4uhf05\nCdxt\r\n=3tp9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDoJjfhKfhWfqKCjqc9RHjGnPHJJQKCupkgaBOuECFaAAiBwYWUj9VYqpJ7Wt+oI3K/8lVFi4Z0lWBfkq492yJ2i9A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0b88eddc_1547128972610_0.6313090876722367"},"_hasShrinkwrap":false},"0.16.0-alpha.f7cd35bc":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f7cd35bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f7cd35bc","dist":{"shasum":"780aa27e3b4856980ffe85acd12ae6a73ed4afdf","integrity":"sha512-92VW0wsqNYAcplfc1GQEdY0SIAb0ZoI7HsQJ4DnXEYBA+9UCIjdJjRNlqk9Gt+nPqVSgBgrslx3ZHbYcAxbrYw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f7cd35bc.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1FSCRA9TVsSAnZWagAA7U0P/3T5yyZKwRRBi+qoNxsQ\njUU6Xj6/ywjXxT8yGtA8L8iWbYGnBljgveuCum1IwPE1L+zi7Qx5fm87U4f5\nZ4OAA1kqTEMgwmjvFT1dsjPmDiZcvDI4UvKnxsWd5fyVoc7ALoorXS5+ARk0\ng1o2E1ra/evafSROx3shKggscACvMFDXFcvOcSxyBB2McYMGW7jA0/c5Fq8v\nPk/6h8/GYJJCH+Pu0lWZE2k0Q1HJjaMgy1Y2vpmccCvrCQb3YndRmVnpEv0N\nJIiNVkEgeZ0DyS2Dw0M2UzyKQWSrjuXW+Roy9NT8/5TDpvqk3LJpAjxirB1s\nfwfuEpck02gBWBiBk/AbDTJOSQNmTjG+TxqK1EqBQxLkWhvabcCTAqjUzHrR\n7A4b5Dn4OByy6egBRykLc5nscyAV4uvhvDGCRwfO9+Yg9Afo/+Srqg7qyvua\n1i5FudxceSf7S/VHGZSbTB9+IcH98X94GQtuJKp2N7SIWlN8JG62oHACuNfR\nV1kLtpDM2i6sbNi0YnmMyb9bZ6OU6mQrO0MdDI4f+UxBxSvMLRL9FNS0ewFM\ngrTV+FakbHxNl8lJs2PtVM8mbZBLIJGbm9vmbTDTO0gax5345jaiOFUFl1PL\nt9atWdHlcYWv2+LUxiyYNzTc6+wUfzE/yH3FzB+H9EGetI0P3FDtcuTLY243\nhP4B\r\n=CZao\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcT17deqXD8+kB/9FHDPURos79zlXSQKHKm+GTb1TusgIhALxjzO86elrb0AvXC+kXcrC82rVh/90T5AVzK+n0fNyq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f7cd35bc_1547129169469_0.41161541594912787"},"_hasShrinkwrap":false},"0.16.0-alpha.714b48b4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.714b48b4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.714b48b4","dist":{"shasum":"3edc681b502452fe3e203e859bfd7216c94f1e2e","integrity":"sha512-eJEk+Nfr28YKEF4l1b4hwVTw4dNNu4dvgd27mrY8vvr43ljNxf+viDcPENVAVykXKZLL9NnKKE6mCAeMbO662A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.714b48b4.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1GZCRA9TVsSAnZWagAAkWoP/3WnlKCPY5yYXB0JUugv\nfmeg+4d2yamgIHCI/A+hJlAN14yv7xRIG1wH+9rEzEDnR1uaeFDdBQJd/cBd\nNVYfucNoDF52NLi49n2CMDBQUFHQMdMjKs1D7wccigd1swfu6QErXECIt7r+\neE2OQlr100+VQrffFRN4IdoCSjObfGRZ8UX5Dkb5lhCAGx2x5bxJEXL7veDV\nt27B106kC42AkdeRutNoZ2g5GCCbHGFyh/319vE1WjwEd/U02R5nzHwi0fPN\nTJcb4Z+XKV+5BPRY6MdPzLXxrd53pIqU46jApBZx5tPoGyIMbFyoVpX4L0z+\nmKsLJUOVfedD1vCkmqvTrOZuRsT1ivD2OxTVU5DnZuVIG/lccxaRlVJEmoqE\naCVPqyjHET8XuvBrBg5aPp9i333NEaC0EjQVodNQLUBQ4TwDDoRWqo9nIPmA\n0OiwHQUJZdXWkVTOaY2jfAF0+ZAT55T2WJm5lxgYTTcH9kmbP579LmWMVRq4\nVSMJCyewyD/of+2VMpRg1yLDgbQx03ZAxNoIGBNiH6GL28Xw53mn2sWdw7F5\nWPO/d7YRNJKRCucrUyb7Qa4b6IjvfqPVCU38f0LghSKK8hYTTYjxoO9ov64a\nDzglFQ6CKAocvuXmYEYRojkEhuBjXUZhsgNr8RAh3RAoLZdv/aTSSPeyO2n6\nL9ol\r\n=tfKn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAu9p747pcf2ev1+DBLApReoeEvBYv4FbXYmiCg4ewCSAiBnrA8kqWUy575YsXa35R3JiahdU267lBGJPzYO+23J9Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.714b48b4_1547129240578_0.4005564421103758"},"_hasShrinkwrap":false},"0.16.0-alpha.83bca28f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.83bca28f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.83bca28f","dist":{"shasum":"e523259c354626de773c91f8ae6e9f24a685a5a5","integrity":"sha512-pKTbZUIQPtMOvU43+3+c1zCH2Qba/IMcNdY6SnAkD8dOul0I/CCQ1K0cJ3zJod+fpU5otKkEh4SX4rjxit2q1w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.83bca28f.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1GhCRA9TVsSAnZWagAA/s0QAJ2GdE6Dq8P7bnA3bWqr\n85XUXvCCXMkWy3q7nurkW8yElVeYkuVL/UDWT8lIZm/r6CYgI+/J+rKQ7T9h\nNN6TWwSyqTEIGiMlflVFGg922uGzyWJgafVhwpJFdCg38vTocLdMjtbSR8bg\nyDmrK7Ue/KP9UhLuFjGcy5LSqZ33QaTA5a9CygjhgCh3A0VC3R/BBO0TRxMR\nlnblf3v2sIyu96yxpjBBiXwi6Kfy3ouxwThFITm34hVpsnd5lUfyLrs34cTu\nrT64XIDFMKXpxnxI+USo305H1I2Z+5+5uygpharLJkIhFngB6OnBeKNihOL7\ngfc/fRELa/Oj3aDVZar+bqeaTG+Fbhr5sSUwcM70Jj01Pxfeuexhi3Xedg1p\nBUpC2lgPlfYu0ufHAQXdBQJqKkkv01igU07uj5tB3AY3M1Zo9+nHD6gmZPrG\n2nLE66d+ItEou8jcctxtmLgESaps57CaBRb5TdLXHBx64/zCCQ9NLzU0m+ft\nqpXtvXdjSDRJUVC4QeWSSeEsUiGclDn5B+RaBQFRivm0G89UF5uemHQ72Nc4\nNddI8Sga1qBjBq2ehX4ALIf29dTL1wv0PBuupkVWHZ1bkepDUL/dHDv7uXf1\nJ040ifsWBsbNYTj0H4pOBCEsO8+j9ZsQPhVH4HwSSQec77RBk+Xj4uRU30Mh\nslGD\r\n=bKnG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDHmRzZoxe9QrfR9yXXhIeSrAzCs0LAvhnnGknH06lXVAiAh5qbH3zCkxJNI0T884rqOWnrnftFx0v2s9+a6cjOA1Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.83bca28f_1547129248546_0.42176284118189455"},"_hasShrinkwrap":false},"0.16.0-alpha.23aa2d8b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.23aa2d8b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.23aa2d8b","dist":{"shasum":"ba75ed1ff1c43dbd0677ccd6839a524fe821ada7","integrity":"sha512-3G/Z8cgTDITgknZf9ZPl7fzqZYvnnCcqWgzU85Ub2J63h19DMC5DSe4niYer/TuPikS1yLAIjZZ36Sjyq+CdjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.23aa2d8b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1GrCRA9TVsSAnZWagAALs4P/AuyBKYwuvDfa4Ool8V7\ng46rk+iNYIJTiwysfnxGbepMpWfiAI1dGeYSB/gLFnEHPwNmWLIJ588fNhkq\nl8IiD2gmoZEO9aSB2EhM0B8umsOBih/UvYM/fD1gFsjVrGzfjob30eMPJ0c+\npDjaXQZ6nm/51bXPQM8XAzlO7Ol8EumQ1+YxWutVueDHkX2IbTJLS0Upr3iY\n55vDovtarMKhQMQ9uYtxKhKsq7X5cwjzAAc91V+o5uXOYpgqHmV3/mC3RNCX\nvIqB4pcqozGU2ZdqmNkl29xnKkzzJ2FMFnRjL2pQ0rDGm3YvuiY3R5NePIMV\nLdVa5cMArgL3p1F/wfEEJrAu5hdnWDhqugzsyEIvUJhqPh9Mv7zyiCrFzWUV\nsqzhQaSGNIw4POH3qpGovzX7xUaRkkOmruk3Y8NZkU8Nnq438WSPDLrA8Oim\nOM0lbntXr7DjOO4vAKgjX9rHW7PaDQ1jCOSmOkuoR819uYE7T6oV5f3E1fGb\nISm5pYb/4uTiN8Yl+LHXhTfHx/G6ndYOaknhJUiXNwmTWR674SWrjvyskCbP\nSpykQbQyah6ZnURNiomlmr3SQ72+4bjo20AHa/o6eWY77C3Y24BeHSVG5Dvz\n+5UPrD9UqOcMoUJBCJVdyoxr8S5d2zCyYp9N316SsTNkBSRA/uOJeBoWeQFL\nu+o7\r\n=GRhQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDCsQD3Z8rwXaqQQMQxBWaHK5IYdimxpkJwZ4TXyBkVzAiEAjPgRJfj4zxj7Anl5MD1rs7PnHo6ucMpUoWHHli6k+lc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.23aa2d8b_1547129258375_0.01987285817129547"},"_hasShrinkwrap":false},"0.16.0-alpha.c842a8bc":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c842a8bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c842a8bc","dist":{"shasum":"ecabd2ac0866cab7ec888b9af7dff1a51430dfa9","integrity":"sha512-oNChuLHFGTyGqdlbm2b6tTx/qGxVUjTEWJL4xrApDjZNLwL6QRHeKdGaBJxpU7XK8JK9+5HM5YOczTca8vUDrQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c842a8bc.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1JsCRA9TVsSAnZWagAA0oYP/2PzF9DFdzDUxOEfJz+z\nurrnEvjFMrRzDadMQbjaKjP2/SeLgbOv3o+CuZCfHO+MG2BFuI6cdAGqC9g/\noMBYgWQqH/i3rmj3GKkdaeWNhK5xvcJZOJxhOlRWfeaVpp8Upun9XSv1IZlG\nxXg+zDkbtpLulb+5kbYCC6Yf7e2ykbQ5+0mKcQ2CoapJzri/PaVeC56D5wLq\nJJG1xjcr1hDKtVyl+G7NnlWLsYQZ77Y7zlaMh6dlTrbvCjgbXeXdyzvBl0St\nSYBVm9Ej/BaAp4qHoO9C1m2g7/C5mFAOVecrROTp4+E0TO+ZP1JcY5/gSV0I\nXIKxt//jlaQ7Nzg611K64aPOPfVSqMPwz5jl8kC2utv3Ol/hxxrWFvi+avV9\nGL/FKKRTg27KznK11zCcuryA91KP6AzWnl0nBBwpgv0f7mvxuhBKDB4elTT7\nhELyzGHZP2/F8DO4wb0R3T3pwrYC9+AW35/iIhzyowuhkJjtm1ggiSFKA35L\n3XPFqWCiA3LY1NRqf94UF+NEozkI3ieVJJterUjF00pdl7UPK4ZIq001rVJ+\nnNzEjhybeVfsD6UEN9f5b743XYD1GY9LJPV4MaOKTM68w5uT2jXAb3MoYjxH\nCl7JP3TPeHARwenP1D5Ix4w9nHA7nCWNPtO1FFDnqlmMJ2XoqM2xSMBcqCZ3\nyjLU\r\n=tS6z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID637ks5X6gmbDJ6hwcigI1L5ylgWb2lyghce/QtYxauAiA04NTEZpQZp4/DVLHBRtd1IDR66DznVjeHQoESFLpqyA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c842a8bc_1547129451457_0.12591665054815637"},"_hasShrinkwrap":false},"0.16.0-alpha.f9296680":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f9296680","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f9296680","dist":{"shasum":"9625b9a7d098673f1f9b437a2627aa83012cc110","integrity":"sha512-zouugGKhQi5fJ7zV/mDX9xqab9TplBhruEE2sVWj5yiME/dqwEgH9djVUyYW4j3rFHJw9mJ3Xr22AMs+e1j11Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f9296680.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1LCCRA9TVsSAnZWagAAx3UP/1mM0v2+NEx7pbqvL+JH\nNeNVqyu5rjIiIMUmTXOa3oX3xdfQMI9OV/1inxIMQzQWh07vExxALRz/xxTy\ntTHBMfmcJ/Vi38+AcbD2bJeJJYTd4S/lqZpckIjY9UCR1eCS0CZrVtv1wQ8/\nalL2II69QEOxSHo90uhhRB+CE1LOPq3TH7OeEDIbU4Hx4q8/9XLMYZDHFk+M\nl+gIt12y/uYGRKyyOc5nkeTZuwyMSiSaWyQlLNS3sHMfDjkk1UZz+P0wDOWf\naZsRC5qjihiIGjwkobo7M9/L32WlyZOoA+SDoR6BNLp9TTViHIzuET0tnZk+\ns5Y7GLkkjqNxJMkb5Mdbh+7pQAv4J6kHxW6fxkwJXlSjAKWiYyunOH+FuCKM\nx42mF0s8h71GI7q4YrUK0O2rPsqH0+70lxqsYMYm2tEKfJv7ZIpZXFvK/75k\na+Wg2Z2yJ39frKn2wbBbxMl4hlZqh+xzglVltxO0njpqu0jSvLK0cjbA5evI\nrqg1OcFvSQPTRuWPQaH6JmL0SRnPzsaie9yAPkjEVmlc0VFidMdEmDCNKYYV\ngZ1liI7PcHRTLviAWdZsDibnvFWnK6cvM2Tssnu2D0LIHrhVe+cwo7H79v4S\nC43SCbxAsLYBYw+L563u+lHV7g3HmlyQu8UQFkpMnGUczh05uGNja3tyjRYb\ngDoi\r\n=h2fB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBkYZVcT1aY0cLcYbm7//VL1ofUrDVMpoNewHn9obHgAIgVS88I4+hLzBmoZmz4lq1ZKnV3XhAyMQXDrricXIcwXI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f9296680_1547129537266_0.45872711020252566"},"_hasShrinkwrap":false},"0.16.0-alpha.69118a7c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.69118a7c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.69118a7c","dist":{"shasum":"b3c2e648517c8266de36a1853a13a5313fa94d5a","integrity":"sha512-jGEV9CkxOYgK0W3J58x1kZJHZm5EuNOjrdVzhFUuIc1Kvd++Z8KRBVuNFahwMUbprEs+2P5XzreZNe3SCnMj8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.69118a7c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN1LQCRA9TVsSAnZWagAAsy0P+gLQABCTHIC0fvfY5jWg\n9Pk7F7QvIjlTe6XpT8zSYKjRO6pOSFNFt/Uh1KyEJvFy/nS24QJhyboMJddF\nacctDDnf/i7eEF9rEJPcjeoebsrkSFS6oUdR522rOVNDYwJaq8VUk737WfPd\nevkQ/ho++0PeYl3uEosoAxvQvJQ4w+jsZX2P8TJtnFAwnzhdvPYcXtaAdB5g\nxLVUw28Y3RiXZHcFJuzrl6nQguEii361UNZG7QGvkUrcBVfC7PC6/JHZ2CrD\nhTNDQu23STmLyz1vp6kqIBBMcTLJQvnGRe4v+w/jrPJTbKdMS7LrZuievC4A\nxBNCMaj/hNHe4Y5GnUSPzzjDPmyvs2mSxmVtjQoKE1g74LGS+/LAYT4Y+em4\n17WReyH3nxwtTUdMjlL9yi3Y2R1xVr2V8WuzxNacWfdWmAgFGZGaHCGaHoIB\njC9/0dzlpLnndcqfFIfaQXrbcEaadHYW9uqFp4+nrmJPN/yeYVcuTVioldQg\nWcWRuswCqUGDzjFsaH/SOX4kvszkDkGXopUF9FI3fhnDFr1pM4tVLpUYScT3\nOm2nyucveDmJ2KCSmk42FdqbtKAxYbRwtK1GtQ5XTHs0CM6B6vHqKXf7g3pW\ntI60T5iAgRGDuBHQvspYC1+4cKWIhIiUuouJTITRk9VFSgS2UnTph8QEykAl\nnh4+\r\n=vkNI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEV9rf4NiYuQ6P7Jobr7uSUjjYb1K88o2ooJZMJOBocgIgXO0wUeFIqAkaOMotNbajzqF/SoNRC8C56AnXrbKPnyk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.69118a7c_1547129552210_0.8558842703615543"},"_hasShrinkwrap":false},"0.16.0-alpha.dd7ec313":{"name":"graphql-codegen-core","version":"0.16.0-alpha.dd7ec313","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.dd7ec313","dist":{"shasum":"a2595198e1eda4d9422a320a6f9126a0b8095901","integrity":"sha512-Id6WX66OhntKDMDy9LWCvG99YwNdD9lNE5edImExN6+2nM+8rQnZ0dCzkNZgRQGYERk9UMP4f0ew0E61n7B0/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.dd7ec313.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN3Q7CRA9TVsSAnZWagAAw6AP/06en6XJlQsWjyxH5/e1\nqIA2CAJulVmNkVjuklMlQmdbSZBVFwkSTL5ez2eU+ZlhIwL+LFiVBceJkVHD\nsvILWdKs3KAMcKyWACR2JCSTMR5Iwjpp3hWDF2ee0VRYHFtesVxmmzsEyefC\nI8yDiMuuPWWflYECALdRRdXxNSZ8m3cb2YTsd+ZoNO7e57IlExe+6asTClld\n6lOnJ1zlZdaZMg/e99sNkAJBY+iZ4HzsFnOm2K4UEfaUD1JxZJhL69bGClY7\niD1b9qJdsKVdpZXIVFBIsprJeEP8xaZEyMDxLkowol4ojtnbyLJls4N37Fgp\n04Szb/HeTAQRnGkT1OTB6KPG4bT/Ec+6+8tikY6u7s8g6LTVzCFxJ8SAAbcT\nZew1ZMtqI1lUo6W3t2COkb02OrGa+t/RllUv4wK6weLHbFY/TZbb+HtRLlM5\n/IWa+9Ja6QLEpQAvtWm4H+8SZGeIfQTaJRySUjt0JeOfs66UFNq+aYxziveT\nAzzp7TIKj9WZdLIAjvjgekJKvw0TT0doiowbQ0hT78joOmoqIf9p+w7eJmoG\n2esz1oLqpFSOJR3MYuz0+N4u9zQi/WWIAJVY7dxX56qRfD+qbIzaHsDd1IMj\npbZin+jGIlZYO2O9y4l0apv9vbyzg891N9xiBX/p/33MR1R7d23RMwzinPVZ\nUndv\r\n=9d1J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjkw0kWJCZiXU2B1+RTrW2ttXnhtwWK0u1ClNSL/26HgIgf9q6yVE1gCNLGsiV74vp7I6E7/Dr4YecBb2Dzi9Td7k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.dd7ec313_1547138106579_0.10859233127810741"},"_hasShrinkwrap":false},"0.16.0-alpha.dcfbe606":{"name":"graphql-codegen-core","version":"0.16.0-alpha.dcfbe606","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.dcfbe606","dist":{"shasum":"4166d218c11490c1a667375ec4ed06934ca4f94e","integrity":"sha512-glXDabQQ0nbofVyBEm1bmwURIx/XgEkOIlV7yiEwilKJ2LfA8p014S+6/BgSVgmR0K58+oHghhagBprNrNkUbQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.dcfbe606.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN5NbCRA9TVsSAnZWagAAgT0P/iS36gTZGwOmpZROz2cE\nUtIYGuRoTHvqUufYlwfyqG1fgmoqZzdsZfIIQrMrqOjqkeKPhBuQJ53qqzit\nhI4FKEG/hC9LA16R2DBy0aXKhALhKuaQpjlejpoGfUEEflsWhk4cz/mkrnxx\n4nkdgnxwyhjxWCwslB+pRzRaTHEKXV4QNc8X1Plwuqk1qAKoyB7DYDK4NR1e\nLRxoci0piXgEbTc+LeMxBr+Co+UdO5PA2oJBOyu9Rz3K3QBw21BCJDHCo5uh\nAls4UFXqgfTERN5fr/EVXx3DlDo5/k0jvKZWLDjAPbX0XliBrmPGU1zqECq8\niZHRoa37UIYfEaek+C57NFj18voA674OtLPtUiZ8IyRqk0eAHGSaL5A+zT77\nenl1h64E+fDmxUSHMCfrlYxNNnm3IDgQouvc69GL8OwSyDSsnhdSEKfN96Nl\n+HnHvtDScs8DkYbkSs92Emkn/xvWa2Kg69L6eKh87tb4pa9AfY75DDPn11ta\nFlSdf7y/UoVoh+INrsJoWiRXWcQm6lyiZzFPvtlXC5edqBfZii4DSiztXp3i\nAnXo1XCorFr/wIPje9bOWXDp5myboEQQuBQTKQnsMmeKWsYuKmUlj2C5iG7/\n7bQY+PMhdGE3sg2uaWL0CPf/L/Gjj5cbAkB3bZ5sdcgRQ/05rZHhhztXV23t\n/04a\r\n=y+ZZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1q3nh5RsIPgQ3zpmLu4aekDNBLfvqa9UrLQ0rtxIYrAiEAp+rXrowFDUGicifpp3fP0JLOx6hHxk7ARqKxLHMEFTY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.dcfbe606_1547146073327_0.10486416618640804"},"_hasShrinkwrap":false},"0.16.0-alpha.008d0d70":{"name":"graphql-codegen-core","version":"0.16.0-alpha.008d0d70","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.008d0d70","dist":{"shasum":"eff0c25336cc28a61f706e864999b92d5faf587c","integrity":"sha512-YlfKt6ZqxWcbOvGBe34hS0DXSy3pQiIH6LmnPu7jGBXGJKYa/McR6q7VwK2FKHYbhz3kpqOq2EwF4jbxGOFfVA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.008d0d70.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN6YcCRA9TVsSAnZWagAA22YQAJABUWhuiBpzYzWR+kNX\n1w7Ym8SKoyPStL31IjkN1Gfp7psheHJX1erENEBkLDxE2+VRW9BN6luK90r6\nW+qRAA4T1jO/mnGGwU0DR+Oi62mQ5+8p8tii9YKO7bkC2wXzf999o4ovmD4z\ngYUUowwYWoQTrOqiTksntEjyYtFF86FB2ukWVPTJJd9iTpdr8bHS7J+UcWd8\nat+yF+qwKqnPrDaHsVAGbr3RH97TY31+Ic3tpQ5YubyjhFjUmFF36l3x8QKi\n10sOQcbT9A6HCQnfhpa0gJ/w40jMaWi+dKsKxPTnY7aF5SSzDCCgSKunwtuD\nrGtdGtcN1DxdoDScL+f9Jau7LmQFDVdwjMKHLtLbjFNTNvsUbMokLi8AJ1e1\nsPYdKQ2cSq96PCH9U4dXu2tEUHUSMwScq9je7m3g49P9sJkdjN8XBTgI78yd\n2H1/yFfgkNY1jhrneCDYKa8DQ2zFRBbz65MnH7OOlGcMm7uVY9GA8vkwfxYD\nk7nsd1z7ZoYgW2LkNFtAspIqzcwcRNq/0qm3NW5hE/qynl0VoufLTVF6TOW/\njU6kaR7zg6mQUkf3mM4ZlTk2JtscfeBPJe8QucD5OrsKrcFUB0DwN4QxlUgT\nGKHoHYh19hqZat/rlwZEkXTjGfvkxfBtecWxoJ8b+F+9ohyFx3bRbdjWQxAC\nNAAP\r\n=mow8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGCig495SOQsv9LJKE99u+vwpZ0rFsr1TsOOxLe/p/PwAiBMBwivEDzkScmrurJmTMQN5zg/Y62f95ZmGsp1J3UlQw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.008d0d70_1547150875501_0.4870089228002923"},"_hasShrinkwrap":false},"0.16.0-alpha.1cc46ae2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1cc46ae2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1cc46ae2","dist":{"shasum":"a116dc55a2f07163b9755462cf094255d190d96c","integrity":"sha512-c5ErXx/Jedt7WBVw7nYXJNzrjy/ZVJIltsLPKXCvk0UjhdQJhn9rbgrJ5azvq/DR3w+B2kycbmuVUtinL4oZfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1cc46ae2.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN8FzCRA9TVsSAnZWagAAuuwP/icQVit7pTx2Aak9cgQP\nGvkk/79E02ina70mYtlvk6bq44qfsY12HLW6fVvTxDGK9tbZQ2RM+H575pyK\n0HA4nINbLWej22RVL/Yi//8mb+9HCJlckvmbhMEzUg4J6oMf9bFk6+EGlXXS\nh1xOyJaV1g7MIzzB3CuWX6f0lstfEyT8bdxCHMQWrNcXaRiqn3FARXvrfALH\nQXNHr95Z7KzCuhEp3yotcF5nAUijTHelYKzI+gX4HCcqQS8+RM/rjZaMQEFJ\nwZcAiZlXENurksWyQkFjPdqE3Urfq7UDx1La9At+JIKSmZdfhk6JgtrrGUA2\nKEncSpxqNCzHZ7B3QAVcrm205RFfmwY1Nriz1ukaxjULavUG3WiIsET+Eb8T\nWvB0gcSUmeN8zB53MvxhizsQmCmfsU0mgy2xbWQCstwpUOrpqNxHCsIdaAx2\n3HOnT3p173q8GsofuNvG4hYN4FmFPXo9K1Sb3WEItX6pYeaD+vQNMgaG71LY\nyfSrqbrFcRM9QjtJZeBB+B7j5m+ZsYQO8EB3//Ss2DGiyDxt2QOyVaTJiTd4\nghF+nQunh4smneXbTtv66s6zfXyoeE9NybPkI7nFdHuTHhgcJUYbC2QkT58y\n5FcD18RGYYcJac9zKCEWjUmAvKNmg2BjMNhykLPbpSUB0si/XiJVv3YarZ/b\nbdHv\r\n=v4z9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDO/sMih1sWJSu3EItZhE+RrhEPO60RZQgnS0vEKdPHtAIhALwhkF7XGehjWddAFv1AfzmiC8mzaQoc6Jzc3QXSfG6e"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1cc46ae2_1547157874815_0.8744677406869754"},"_hasShrinkwrap":false},"0.16.0-alpha.c750a4aa":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c750a4aa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c750a4aa","dist":{"shasum":"bcbf40fadcb46356a07631e3de415fb4124f2a19","integrity":"sha512-cqy8T89rdzlokzwaRi33BydtiibqQYMtGXqUb8mxKL05VW63B0ROO74XhE4lfBZNAhlYIw+yZwW6cdyI/daG5w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c750a4aa.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN8rYCRA9TVsSAnZWagAAa3AP/RQNQHkLvtlVR2YUFukT\nw4jQGtMwLOzjl1ETC/6seE1c7L2pZzhht6Cia+OVKgSU9UAQyzKkbR2q3iHI\npEww7+gunZ6qiHe58CRm8w3lZBx0XZAioVMphZPLmedGwJL9n7+R7hdBPSw3\ne9DdKyEILNdfrN++wkRgnwDNSbb+2hfefpkwvpDW/qmq7fFrWwgFTgTEf2eD\nd8RKgryTMstkcEeRhIMSvRbT5cSo+Woc43m8dQC7hmG/+GtGeZWLnigCuqTK\nqQZ06hDn/nAkEdzOf6wRXDnlL8FJubsvQ9Mt96qJR4UhdSAFduCuchBQhuEi\nUR6OI1N8WukdVWeHhscXw2QcvPGffolJyv+YUz9nrYC1c6KDkeS+5XHvw8MI\n7o2boIKMN2u1etq01WKTliMm09KUBZHH8X5FkCq3/kfNWk6sHnnu8V0R1hQk\nUTiehabZoph4XG8qEaOcd8Aef6r2xJXRsqAnzkLlo17/ik04kFUOYSkPfcMN\n/4p8V6CuU2osQPBEZ6v88mCWZz95wcbLtmcpA9KND7N0C0Re5sqoTxNADa0Z\njyG048tjS7x93XcfC3QfnJnhf1HBBwkouteUy5/6sKxy/y+b4xDvbdvA9yWT\n3Ev6+q3KmIroEJfw5iHlF8V7I03ZOpaXyAeREdRFrW7eJs0RAUJ2ZUh0TJgj\nR4w0\r\n=Vadd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDjagmKVHOe3cxvHk7/Yz1TfqjBqpk+nCT8NKuyR+YRzAiEA7bwIMXey+/t6QtL8OReslyQ+EjQXPuaNMEftluOQpS4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c750a4aa_1547160279368_0.7319362557875939"},"_hasShrinkwrap":false},"0.16.0-alpha.18a96883":{"name":"graphql-codegen-core","version":"0.16.0-alpha.18a96883","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.18a96883","dist":{"shasum":"27bab80eefd5a9ec9b14d08d58c2b4bf473ad26a","integrity":"sha512-iohCt7DmAcek+gQeBedBGm6khRAhLgdSu+qnVTzdmpYOGYta30DQWt0e3mQte023nCD26JBe3UM/kI5cmj4PWQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.18a96883.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN80QCRA9TVsSAnZWagAA8vcP/RSE8PztmEzdaUYg77KZ\nJUGwUd5GCt4FKGph8RlyobWkbSRFN24fpIcEJE6NiTbrbRmqKCfc6bU4/brK\nqKTUD1VjUHArl3gI2TLt+F8FG+QnD+Wa4U9mf9qIvKDxlJbucH/ddAIqLzyA\nKKaLH5P2IL1qOej6ZKoAwRl0lCxwOmod8skAYHFFDs4HuFEHMMv25PxijFK8\nZXJbxOmzEDjauTxX8XbckkheCToYJxJCI6tVmBLfMa87RQ9mDNzD1JbjtwXW\nU3ou92jnhfLtiYTc4OOZTbTGNFIqPaN83flWXD+M1zpg5RTNg2CB7ViTldUB\nCfPba2jsZ5N7QRYZacb+/UnAppwFgwyZhCjz4j0rYfqQbo8ZGjBYVp4AsH7+\nIcM3nIA3jV94AMrVr00WinTcuhJAhuRu5kKmPWKBWggh3rpQChM5oJPYfIhg\n/tT5gK6KGsVb7xtaYKbtOTn7Amsz7k1pgy753FoQXgrpHf2FoiGX9JVOrlvZ\nLWlynnO8V1vCjRBHrwU+KnyFNxmopOwNbv8OFQInYW/EdyBAQx30TF9terpZ\n+pzCaF3YotpzoFNRLlWj0jtShWzcoFNxNvQzuCJKdPKFQCRjH3sGzGewUHPG\n1Hl7BwV/1l+7jkOQCu2Xrp3vETh7F15HnSPzxAqTheUPsVMkFXVYsoabgI10\nhe1l\r\n=EG5r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB9F9ab1rRIexvIPhIwXFfgkOxb/J4Cry9H1KW6ElxhuAiB3xETeNSOwnF3IHkkiIBHZMlaX2v4cFEQgg28ot/dLcg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.18a96883_1547160847519_0.5561307578704466"},"_hasShrinkwrap":false},"0.16.0-alpha.f200c85c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f200c85c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f200c85c","dist":{"shasum":"3197350dec1c6dd8f202f407d0c3e84f561cb324","integrity":"sha512-6b+j9PHjLah/jqOiZhRfbPqXbgdLE/SPdY9oDss+QJDhliq6NeeTbMy0hymXKUlSDJXHUes8/D5Bc6/hmS33kw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f200c85c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN9fBCRA9TVsSAnZWagAAk28P/00j/8vhT2CMnJhhJmcM\nT3Io3l5pTaHc+qVXVMiHyUHgl0VHlJloD0uqxR1tV009spIoaEbz3bkt/kGm\nB6A5771MKmm74VAmqhDmi/zftIOJNQmtWK6Tr5UR2KNvuXZONxCFx9rQFGS9\n4s6TnzMvxnwry6RtnYfkUss+d0l6NLrOQ415vZroqhlNIQIkqsx0FaOHby/a\n3tLZ/ah4JsfXyIkEDiykNhYyOsCAJvs7yWxDw0IVauxAi8rLl0Mxz7VzWDi4\nWVChdrRh/3U08J7M2/Obh+F2GsiEhwB1Qe+nGvs76oC1ShRyoIZ0Ki0A8nIq\n6Nd38cZyaLW1G2fap+bEO6gSfNxnUogGWiSyPVhkdjhDF5LbQUOGSDQwU2jO\nkrfG8shnTc8OGdVbOGPXMOXMw46wgGEs+rh0qEQEpM+f05+ZFSCnEhgdcUKV\nRX2jtRWUIycBiIpoaQoBu+tAiFmm/bJqngbf5aoc6b7FDqrSaCx1zG9XwXWq\n5Q47vWhRQy2zntX0+m2bGIe0FW505c1la7ITVg5QkbuZbdPNV/QWXzsLWXJQ\nBdrlUKjMmqagTOY+pHvGORdFkarE3dpj1dTDsMr6ADkDydXm1zG0hYTCywdD\nha8RYHdOlTxpAN67c4kNgIwrroPVgSCJ50pRbBWS5+4aW8eVRMsuW6sUk3lq\nYQma\r\n=VJ9x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYtkS6R9ZWIut6d6dK0CU34tbTHYx4Cj8hpHvRpphlcAIhAIPVDindjdIwOlAGvHVKN9HE3tQdR/AiH7bQICYB3IW0"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f200c85c_1547163584965_0.987990455661532"},"_hasShrinkwrap":false},"0.16.0-alpha.1e1d005c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1e1d005c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1e1d005c","dist":{"shasum":"932692e9c9b6467c79428089441b27f9c1f29fd7","integrity":"sha512-2osXxdDgGupQGs5xQNXguuZGL68LK9/WtkI0XAoLjsAZmYCWFLTupaCgZvN5v3irClwDKuai+fH4WG1O+1NiCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1e1d005c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFGWCRA9TVsSAnZWagAAnAIQAJxlZAt8yoA9Vk7igN6S\nZVCIftAoaCBHN5nFpOL5HBG4/KItxBlemYmOLgxHoRZ3RZl4m2XWJqWwkfaT\n1Bh3RGDjcQdOf/0eUP5RkHRqW8qvuK9sa6estDskSY2/S4SbtqwKtE15EzI5\nQriEOjT9cJZ7Ml6RnudTP834nA5bvhBrtKlRW3e66fvXxcr7pEDsw9hqXl/a\nzHEja4E4m9sRvtbK56MGFiYK3kDAAc0xYdScjDRntJaYU16xexTZNnOqjIGx\nrP9CsG9wNMzQ0/a8GIj7iPo+HqWDUAg6Hbpmus8FjwmoTkdrcRyainXB8ymp\nRD8J65xXY4X6Tw5ogegpX/h5xHDhTgpx6Q6ZCY1gFqGzU+2/lGfG59fdqDqf\nB9l+0EKzPFYlwX7aRoEzNw3joazR3ZEcSdTkgeZbEbPWwCbzKR9ePifJqAft\ns1WYeFcYhOfT6bMYlVlsfveJoBm7gRnf9J0dK3PAX3RymqgSZwYYjkzIf83F\n4TqmDTZYgiLG+XiNSfa1aM5ux4S4UcWRkGloLOoDBxKr/tkdxyQ2077UBtj5\ni3bTcX3/TYQFJoYvlu4Q7KmpwhTCUwb+YqcDWVvQT5aoDaeGZ1KTFESm0NFo\n7UwlKWt2eWrQQ/AAJA9HTq9rHGGxPuMaRfsFktF0Bpvjh+wF5qi0xfFCkZiO\nQski\r\n=dl3h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDnYaCZyO+ss6xbs/qWjeT4ZUFx4ckvhU4zep2iGJL0vAiEA0rQncVhasL3gb/GsZZ6ROhKnxMbKCYV1NMJgSWHY2kg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1e1d005c_1547194773221_0.19176760794446124"},"_hasShrinkwrap":false},"0.16.0-alpha.897004d7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.897004d7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.897004d7","dist":{"shasum":"8e60baf417b5e36390ebc00d976c38bb9f4749e9","integrity":"sha512-6YclwhQCr5sPknKeQ0deRsK4EUPgy1EYCT9lpO4Po78DD/wJoKz2oPWC6swuP2xWtNsXiRwKFjH0qnJM4+qedw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.897004d7.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFGqCRA9TVsSAnZWagAAYZ4P/R6GZSFtut8I/yUdhv1r\n3ECuZlwmfHQF+NSkJkZGnQnVtO2/yccMBoxSUu7hpKPn/Fz43BcdxqgmKB74\nQSCW6jToL21DPEge97efSwxa4FYyaDNqTkac9XWAc7xT/k0AoSX9N89GrLQz\ndBJNESDVSLJzfjRdT1kaw5msH9qKN8aM9i1I7jG53CxMVd7ZWzmpgeHcKAJg\niSf8qPBbwvDaFGo7QKPn3vSgcM531EO4bqSkpp+hBPYoGGzlM/P/7D+czwyz\nF2klY+PaW1Zc2SgDXRiHAmJGYu82QXiaaSym85NFR+4IzeFVzadN/Gdj72fx\nzy88b1Ns5wMYuN72Jkk1GQivUD6QelYLp0GvJvylV8nNhjLjTfsCo6m54BX8\nYY33dggto6d5w9EHQbKfEKm7f2bEFU+GbwMTeNFJnMyxhahbxlszT+TCNmol\nokZT14Ttc23qqD/wkLL/DxorOSeqeorgBnCL09LwxkP1crsDAmK0XPAx/UTc\nwZh1Ps+nOCIGTtXI+2tPbfKKD+4bUahHgJt31DzOVBU670jx/O4UDM/5wpWa\nZfM56kwEqUutChpV/RU+bVsREAGZhAVFQB1Ue/uPaHZhOZlofwv4A/YtblZS\nXzxt2/B6/BLWTLbriKuhBHe02PNus9Wc2olDyfm2izGrrpY3evtzCe62rsIn\nxQgc\r\n=yk1U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE3cuyj2jcSBjcu71CZ4JRlYparnKL3xG8e9KYUeOqi3AiEAy9iMK7a7QcoMwN3kI84vurnkwcdHZfayM9PzNYWojpM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.897004d7_1547194793342_0.19594588194289164"},"_hasShrinkwrap":false},"0.16.0-alpha.2c981797":{"name":"graphql-codegen-core","version":"0.16.0-alpha.2c981797","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.2c981797","dist":{"shasum":"8ceb211708d40bf76a29617d22c9139980e0bf0d","integrity":"sha512-JPoO+VKpCXWb/E+hP5+PuHhiYZnGeT7Zp1EGnks/UPixh1Efy3mBqqeHdSab6Fht0pBNw9v4S/HhrY9jUPUOjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.2c981797.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFG6CRA9TVsSAnZWagAAfiIQAIBzZ0AwUxSdjDuvdQmK\nsG7g7aI3qU0RF2lN/2wMyyql9KvH3ZfC986fJpiMVe7XH3qxJ3pw1cbFfXcu\n0M2wNgpJdaYSzornua9P0E/Aqmb3y+oT2M/s0dEvxsM4TsZ2zPC5dSXSabaf\nYHd9xIhGHzEQnybFWev44Ip27ay9kNU8wpiANea17lTSigwup0oA/tViVhLX\nB8YBh+2iw+hM8GLxAXPypsHtD3tC3mMm/nbcIdC4eYMj8UIEIU6S42S5TQCr\nsVvulDsNar9nyM6Wzg/wEypUPP/8kORnyz9gk71DFso1DNlGX9IRAQdztatD\ntoVCPyev0F2Nuqjfs6qP7vt8qkVlhWxXMceiiZ7L2gQaA4SOC+NEKWQucW2d\nPAP7G22z8ejH3x2/osrA8GkqosyQJ6uQDeZzgJI8M55HdblhJQOZ0eIxsNeL\nCOsAQyBeOEzvOJXwwrXd8PjpWHXwlvZTGGkRrzD57NzxX1y/D9W8oPkJDSO5\n01659M9eRkaLxQrmTj6MUyhcll3J2wfAbHTZDzuwr/9cgOor/7y8w9ZJjB8H\nyuRys78+mzAB2Tb+MW88P85Kyx0wIB04KhV3t5SHN91jxT51uVqt2icCz2o7\nuslYlb/xraImJdUOOA/pDOQdv19xA2CtLY6PS0G5bNvQ3tbwpdwbrBJJd4l8\nvewG\r\n=9saA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICKrlDM5LCiED91kYqFnA5mEuuSIJ0biBPxRnfkl2Hm8AiEAkRH2nAJNROUPwu9ajOt6dqAsKtI3DwupLBm6gmLXhVQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.2c981797_1547194810032_0.3978179021356332"},"_hasShrinkwrap":false},"0.16.0-alpha.80cd9b41":{"name":"graphql-codegen-core","version":"0.16.0-alpha.80cd9b41","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.80cd9b41","dist":{"shasum":"6d87a7462b2361f406ba101e5e4724d76fc8b30d","integrity":"sha512-bsPgAtJu2k9WdFceg61mIXN8V1usxKW7goEj8wR7eVSMMQT0QVbeWszwj7GsPTMAUqmfNGNhZQOUfkEsjTqHBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.80cd9b41.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFHCCRA9TVsSAnZWagAAip4P/1g3+tycGJdvH6qxFESl\noYGx7km4UqpF2RJ5DCvvRT5D8svBC31z2rXem5a46AsywuHuhZQ7NTR7li0H\nM8gWiij8ITnMmowTWuOsRG6DYpqz3q999jZvbR6ruInqDCyjm2uYhsyFOEPt\nIot3pyTcIPp7wEkNZunSezljrNb+jfXLVdqa7gi9LL1ajKGuZE/T8G4cIlcY\neHVd3zSthe3Lxz3pPvPgxdzSJJwpkEUGqertsY18S60REpFWSag337hUQlVp\n3GQojqFfdQZqXgwRVwOC3sG6CcrRfpegx9ovKVH4USQmBgpY/YT8idUJe94u\nCta3m52qd3vqjp9Tt+ModwyWmyxw3umfOoP5fP8NDiI3nWamv9vCeQ4EV78c\nQJA2/prQQqtnVdJ7mjLfLeJQuPkELDKETFGGXhmeNEjCKPtEL2pfEeXQxDDC\newmCDI1wwdj6gjmFUCmwpZCOnkRYxhQgn34TshcgQtplYX12/Z6VgTimFXqs\n0ZBnQhTyHvX6YafuhFdyFNLj9LeZlJs+33E35zEpnDV0qCbeSHBIca0/Xl5b\nRs7KzDVETpO19S2umVcIeqvxf/f4xqpGLoTXW91Q1CLtQGXJXcHFk2McKZDT\nb15vgUqCwlttPT6WJ+KKj8FlKzhzJbq0wdX5o2Kazv2kJI/kXP8iQMSEImlo\ncPUg\r\n=QFyg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDehxz8ZVbhT3gNXWm+2cgf5svNJmZcJCNp6Rd1jqL66gIhAOLpQxBWc0B99kNmX36kgEHUOkzkdPVkjaWHMlXTBtsm"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.80cd9b41_1547194817571_0.7022851141409581"},"_hasShrinkwrap":false},"0.16.0-alpha.7c8c8456":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7c8c8456","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7c8c8456","dist":{"shasum":"de49898483eaefcbb682208be1584b72c52af079","integrity":"sha512-9ObvVO3twXSI7SMXMSJ27s5AyMDdOQPqtRmtvGjH7QGJVc3nV0VGTtd6h67oEuDQLbMCZwXzCYpksX+3Oc+vYQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7c8c8456.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFK5CRA9TVsSAnZWagAAAhcP/jWe9UMUSnRR4MkJAR8f\nwrfTWWdWg/HZkEOfD2kyd0nL6o5mmbAR7hYg8d8vc7sKmktzWv6Cq6nPMBs7\nCm4wGC6245irW6IvskW/1JblOjfGB8aOSMEr5/SAibgVtt5tHRtQQGHHlB6R\nQaYaJzXqY1HVDjiCCB0jhlyAk+Pr/ji5IW6XmrXlFaon97sVMCQUH2s4rauv\nH3/T1b9C55xbOxsDbhJqKOfvBhVN2sSgOyKgPLmOzcnLaRWcQsNyX9u6/i6E\nR0FINE+Cn5KGSPHNABpucIsxepNKOgOcmmIYy5KrSLYYKQe3LtRCdp27VENY\nGdo8C2cJL5NDZUFIJ54J05Fzo1ziwp6Bbb5x1+3kPPMPTiGH9hW5lq3apM/U\n57bjpDqlTBJhkuisJGcGqUg2VdFGsH6KNzZSTjsq/7J+quBks1GRAh/4wInx\n0v90o8z4NVZ9wfC40nJmMrFxvXYZ7wCLoP8iJxYdW5OY8fFS3+OWC9GLlWb3\ngkj4ZUFdj4dutWrOCOF/GHa3C66t+oTaBZCtM1eUhXaQr+HOrhYLtYFB5HvN\n1AmL35VxN7YmNxxUyus3pVIvdYZUpnepaEZJOILn/xP2HhyF+p32SzcwxpKC\nn/S+h0Go1TLdE+qS9w5iaycpneltJO/aeN/S1JvY9D0UhGvpd2bmJQV0jHN7\nX+Gk\r\n=1Brh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBbJpmhk2H0pTYa8TbV3Axn0eKZ0UcsvkaNMGPsGMVP4AiEA9y9eKGd6yLheBR7g/Vfbg+1MWJUfEryFuXUoE/uOawA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7c8c8456_1547195065087_0.9798292070098467"},"_hasShrinkwrap":false},"0.16.0-alpha.236603c0":{"name":"graphql-codegen-core","version":"0.16.0-alpha.236603c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.236603c0","dist":{"shasum":"bab139acb99806d223b932cf09cf795af8b420cb","integrity":"sha512-5e5E2xZdfNVL0NYcNJIJTgMAkW/qRlvlPd7aErqB9CQs/A2YrFaXKrPcwVtGp+ORW3jiYBo9qUoddrchsKnpKg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.236603c0.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFLJCRA9TVsSAnZWagAAQWUP/RJH/XeQEYCoWoWTB1q3\nHycAc5jL/o82iyRzYfsp4pVEQN7piG9WTWyAqbREZ7uBZp5WzCTng5jadHQW\nEa9swVSiz1cFOcPe1Ui3MaDk3AMoDDfWoHmufb3rTC3Ebgj+n4j8WxalYnlP\nHRo6UlDp8OjII7LoFN6qUS1HO16wYB8utRwZNcPo+ximVofejCQgHjYjplvQ\nzRxENhDaX6ApuJT44m4LQ8BTij0YVrPJz9oXguIHU70CaoRZBGd2Fbxoi78I\nAj9oxDMC5w8oS7e8TvK3000RWJRcU6g8K7k1NtSqMjRVAOTr5rlUR50DztMu\nfrvY3X/kjQURECM519zBLx81cHYXaU0IMWFSIYixginwsqYilLehuoj9Iigy\nQ3glPioTxX9y6xGfMQ5O49XC+4qyrhtcDf582N6daesyhbGMEyg+jR0iSOyO\nF105BUkbLfuex1pv3LMsO+ytQbVqVs8cB38Wh1wI318o80kNMDBz7g03Gtyb\n+UD5oDrbwwQOXmwSkt8ZIDT/cNUcjgils7gf5+uKofSMEpYC7jAqaiYOBKXy\nO0wewXsdyOlDHwJUyMuJlDrmsTpCW+SMayG5lNhDoVTKZwt3zeFlHxyWrhdM\nXM/fjJ9myjUElPS/PADEnZZxRQRQAHdC/HaDoM2F9uQkifrfO1HUL1uQttYT\npM+s\r\n=zU9f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZ0rmxttwEdPdxGZt9Tj6vlvwnSCh0LlwrgHEACnRMhAIgWqW2QXnAyWAWpLL0x+t4QCVoZzhbBhzuYWtrN4Zb4QA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.236603c0_1547195080599_0.2745429155491128"},"_hasShrinkwrap":false},"0.16.0-alpha.fb3b0202":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fb3b0202","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fb3b0202","dist":{"shasum":"da5441290d89314cf36de660f46e37f6d26d58d6","integrity":"sha512-4r5gwRv98Dok/eznk5aXAYoxNDOkNi5aiTCS9Aw5RFP6JbVtWDLI7Z8TVs3tEw6IuVydlSHqfNoMGHWH2DG6og==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fb3b0202.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOFPVCRA9TVsSAnZWagAAzrUP/ig38VV2jjLuTG+X1Hie\nvFYlcyF2DQlFu/zGBGKfquju1ITnelpOYFDYA9kEh9f1KOiYU0oeljanMuqO\n1xHk7fVWl97yeIxE1H2QmjUJ8lgyI7+BN87aABov1JjiiaEiGRizrgaZdRAs\nRW6/FdxydxA5um5xVyndos/QA9wkstvZsPhh/fz7C+Y6ZCWkG3rq81/EYMnB\n2qjXmdKOVyk8asJSSuuDI5x1lqz8Lz+Z3DFPm6q5iWzjdkA3Y66i8PWTEF+Y\nH96XXCcxfeZyO15Rhm7BLy5vTZKPqMfkceQ5xmsfc9VevbLCKynhbowOdKYa\nCa37FJDO4sy4vQ3RrzB788+odi5QJB+nA8YrwqpNCXn5vDUtOBqmIOB8X8Nu\nGjkQ7AJSsGYhYOP+2+DEF3pLoYzVLIk8GgZcNSXIVjzrVikB8GQOUOEYXINC\n19Cj3jLql5kUJtfdlWzQ510nQJQsuF9V5eysM66QaxO8ejQVaOgGwpFClMJu\nVpRBMUiLBK1qLr+TUnoKYaoWg6NMYPRQ6eMDNLlEgOX/4ObjRDYUdZe5mhck\nBzs/lJyMDKYbsMunzdRdKtKIYGVssinMb6y8TGn+OBgXoESQs9TJWvpypWyP\nEojOaXSUfxxsV93mWa1eH3PtdC2d3MhKXWJ+vSJaVeBIqlRDWOwL2t/maiQV\nv1Lv\r\n=he3m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMMb1kWhmlQuqlDnD5KHSKgd2SFYBmgYoDzz9Ed2EH8AIgI4I5ZBFQvOodMEgoDQTJq/X4Xjut62WalB7bXNvR37c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fb3b0202_1547195348073_0.5484039435193484"},"_hasShrinkwrap":false},"0.16.0-alpha.c41191db":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c41191db","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c41191db","dist":{"shasum":"6b4df7247f2a660f245624448d36a26990ca7bae","integrity":"sha512-C/V0d35w83wV0iywe+WYXvwoLsJLDybe6yow3sK615pAW2L3BTbeXRJBeAqh1se3rb7SVaQJq9wotDKlqSIOSg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c41191db.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOPBdCRA9TVsSAnZWagAAfDUP+QFo3xOYZNeaxSslRWDd\n0xP93/s9yfEGmZyU5oqjgncmO0gKaLttVBbE/OFqJActJ/P1vRGu4Bzo78MS\nAG1ny5wdF1TXH+2jTAWlI/MC0Q8bS4n243//OHXRrA9CyvDlBiJ7n1xylNHU\nW5M/5xwScuMb0xQNt5NCWKliPcf1CpaJFVMJB+1jh2IFWA1y/a1vq8RjBkvA\nJxAxAc6y2fr3EdTjZ8WbmNHLPH1T1x5MvTcFSZF2Q4IqzahtBUw2t7QVJhza\n543dSmdTPeChThOzTlHyCly1AURtZnpG7ld4zXZRmKqkdkhsuazw/2R/4hwz\nWmQ0ruwNSsRJatGUQ5q9bc2AEDZD8SwjKrUzxJLUEoGK19kLg5fQoOucLCm4\nHaxgkMhksPLrmyMSHq5MLJAyxee+DWFerLkNjVoFhHQQY/OsitpGKti8M7OR\nBEH/VMpb9oc0eEqwgvIorh1nncNeZFEE/C69yrKySnsrGUcFjbxxJq/2ZpZD\nFdTm2NxOsYy4GnGAs7XLol15X9FA1ZRGD3lqFZ2pHURVHYmEXVHtpdvbqxhu\n0Sbuxvupxym9sJMfpdo3xOtGXB2Eo7OsjvLj5FfK87oD1mv8WjoFFDD5p0Re\nhd/Gg/8zVDpCCApUe8tlYQT2Pwi5NJHClRa+HgMBT3DD0rjXYaG0uEDUrmnu\nIHkz\r\n=oayD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhMYkVE4mRNyv89p1cjEWAr2oB5qJbI7j3cfhz0UOaFAIhAMpMYbkvkJY5nnr1ZWG2N+ZcVA2TVwPCBGPYCaEhBAyN"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c41191db_1547235420835_0.979733427475622"},"_hasShrinkwrap":false},"0.16.0-alpha.89c7ce9c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.89c7ce9c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.89c7ce9c","dist":{"shasum":"966e8b645f6f8a86fc479341fa68c067a9fc7a16","integrity":"sha512-69NRGvNU3VKpF+c2qCEn6F2xMJkkZItNDE6vF9QY7YOKejoA3b1b6+WeZe115zgoTS+yZGydR23gJdE4/BJYyw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.89c7ce9c.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOYe4CRA9TVsSAnZWagAAuc8P+wdJXNkxzo4B3fq8FRWH\nerOGeGbHs/hBSsn8XtwTp9FzYWk2Ymln4RF4vsi2lzdyWDys5OlCpvLCWrlB\ny9p9MQwV4X0rbD+cCVn+/o+hKGprp3ECfRaMuULIusCCvlPopKPP95zvQguZ\n2wMcCtPmnMzQmzoZsTyuRRh12LtYJ2EZ+Urnan3+7lROAtSrI1dPwOODURQ0\nehQJ5cfgYF01WFklBeFJiGLa5aDB4coyQBfagnT5CpZwkjmwMx+bEzVpVfEC\neewCs8o3w6JV6SjlbPPoPWqihDX5BB5cZhC7yI2B4aCkAkXvNEdU/vfOiOMs\nx57FB7LUc4ajng99wrWMBu7ZtIvfNXCKB2Nr7a+2UaFvwYLWU39n/y+qR+IW\nvtsOjDD4zxHINe8RHvi7aGvG7L3EAufU8cvMESjRgjx4CBueOztzF2FMX8TH\n6U5qnOsdeu1Dh4Qy2ZlyiTPY2Cq9+d/8xKk6DmFqlbKDUyT6tm1DpjhWe7sC\npGYc2FiVU0O+OmkLoRSt45iLAZFxVEZ5sg8c+usPohuigxIjr0uiQxTf9ekA\nqiHIc6PA9VKDBtT4Nxmtb7nqXwgZDVCkBQB+HKZjIO1pLG9Tqh84wtKff8WY\nr0M3jL7ssS7tCGglLeHeVaWdKIFlXjKCNEK7l2za9hRhCXme6WiGMptAbc2p\n8wxI\r\n=jNPp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHON7bFSoGcF5UpE1zlDArHTWGs6AP5TLlsQenB2PivxAiEA26oKhMkuTwYrz3fNfi1+HzkVgF0lI3/Isz9cHNTFWHE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.89c7ce9c_1547274167749_0.1834072165837961"},"_hasShrinkwrap":false},"0.16.0-alpha.d489e262":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d489e262","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d489e262","dist":{"shasum":"b8b1cc06b1f5830865075c24f6986769c3698fd8","integrity":"sha512-9GB5e3oks+wKB7iL5/6uj5qNF9UsXTpVmQ2iXGjs4tGLI3xyyhfUHqPen7FR8o+8aA7KM4NtEc9m0/sh6kVYXQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d489e262.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOt7+CRA9TVsSAnZWagAA4X4P/23SPPTAhHclzNOx1gcq\ngnL4PCyXaoEEkesDZJ8eFXKq8jgXMj8cy1zXR5vhKnD/9i4+nG7otiqUD8WX\nFxKpdeBtqrXtU5iiDehngOdn1XYCS6+pFbUVir77ZGgNtj+SrqLhP/bdHzyW\n1Jp1mLJZxp7bVweA6w196/EKuT/qJOY0Vfa/qp85RCkYScMMtZnxhhhMezz4\nyyqsNZopSeWwyWZ4SjlF05wk6xP8W3U6wiW18vJAsUsJViOU1xO+RV0pjVmn\nplQAD4g0WmZsakMu2CVN5jbGus0/KcDYrTssuWXbm7RPPKOKb6nmIHlvOCqA\n9lqlainYIT+EXH45QpU+xPJg9Mi8kWmUvyLOhhkL1f4Ndnjk4nUxrqLe8qvB\nhF/XXiA2q3l6QIs7/SWK26bwbNjtjK7OtQekZgoFF2GLGJLSPXBGKwpjETvy\ngl+jXGkN1cI1H6StrB1isqAg2hxfWebklqmkTKkFP4gWvR3g7F/nvi5aOKPR\n+venbwOaXRkJJT7Fn0OlBJHXT806mmKx+fdiUV4zkRzkZZLG5ktrStcXeAyN\noUpQNMCgaX13fYtm+PhBgC4c38HQ1YQlFJ3D7sdL6lpOInJjsa5eLMJL6LbM\nO4h8ixlD2xtSHaZ2VTYWyrRAWb/jrFOt7ldoZQ7zIgiYVFdMVfaBZdbF3cn0\nQ/Ia\r\n=bh+5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZPI1MZRMwpna6VNftE6g0CIMTevJJIKhx5biiC+ZtVAiBKG7DcAe6a7GT7/cnVI0dpGRGVhRHN026Lybh91/T5rQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d489e262_1547362045211_0.3776396463497771"},"_hasShrinkwrap":false},"0.16.0-alpha.de29ad71":{"name":"graphql-codegen-core","version":"0.16.0-alpha.de29ad71","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.de29ad71","dist":{"shasum":"ab000d2d4d5b31d40ca344e39249bfc95aec124a","integrity":"sha512-+SIh6ttjUkHTfcO7fOtzvz7lhf1zos2E/ue50Mvvw6/VZa8X+GSeG2NcsjD76dN0gCBfNGQVkypHvVDXQPuiUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.de29ad71.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOt8GCRA9TVsSAnZWagAAiMwP/05WtzcUT7XzMnzZIUvY\n3ylj5OoOE92W3AxPiVUTC4mltv5q5seme7v86nMMe2Iw+cGFA1ng7RVK+iJm\nfWALT257pThYs1n1X09R/pgtM+5iblwjCTtBQ8kHCVsAP9UdZI3qA0Ekwo/v\n90hBMxD97TL2eZd4g+Hxmsfr4v14oEWXUbSajENIJ4Hfs63le/H3kK8kD73S\n+LuH8/HertBFhi+Ui0v5s6SWrALSjw3t7odFJl/L6Y1QMLZiLPPxdgomrgDP\nVxdU6xrZPnOeI5I71NFhRnaRA523wt3zl6Pvh1IQU+ibfDx8KPLmvM54U+eC\nw1NEOMpnGbzPVq98kRrZnrvG39sa3KrxeK+gxFS7cK4BHk5MgTKsqdn6RInP\ni+Ht7a823KxP2qnQl/qXS2/uCi/RVVwaK4jvnwh/OfoqYS8ayOXCMaySaH+X\nqxlOtvH/u660uE8b9Nc+EIt4s1emujlc/TTTQolfeATOySfuPb7DbmRtYl/H\nERdVhIfht2ywJxdZaCjWi9nHMesQ6FjK8UmpV7BxhMx8E2xxf7GLwJ6+IXzL\nZk6dFwTXz2e6yfOC6CIajsABD2Rh8zJe5BCfG0PLRr5y5rkkWQinjtmlseFg\nmetLSu0NdNV6xApugLe3iOIz3a3XcDLpNJIgxadWkVORKVKYkB2ekgFlg11f\nwCu7\r\n=/K0i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBXD0mHLp+69s8OW98PP9Fvjr6l/f8jyprp5/errHHNXAiBJXZbgpRYSbss9yR1De/aBA94Akqg3VDJlLIF7QIPj2A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.de29ad71_1547362053855_0.7174900619841118"},"_hasShrinkwrap":false},"0.16.0-alpha.64d88de9":{"name":"graphql-codegen-core","version":"0.16.0-alpha.64d88de9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.64d88de9","dist":{"shasum":"0334632c3e9b6f886b9ba22268e471f67c99cdae","integrity":"sha512-JFiFGpLSZhQWu/RwW2hMMvNAi0bxt9XuJ7Z3yXuPCYQa3JTf+fD5VkTco+TCLL3SI8hviFwbnU1pAkHxKXHGCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.64d88de9.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOt93CRA9TVsSAnZWagAAYZ0P/RRLLczEqTvO/wthrChe\nv9j2EPZC6uBZrjG3l6RbzSjSxyjB02NkbBCE4N+IsQYmadXJQ6ydHABhwFwY\no2S8QX1LssaeX20b5kA0+N3kBvkmxjeWsMgV7gNX3XQ4FAWIq2t0/LsViz6a\ntiEX5RJKl4NVthR99y5njlqX6thHa6XrxZvMYtGjt6nktjRfK3q+MrU5rFmQ\nIhtJ9X2NxMOFYnZQBUjAdN3ontZxM8BhmqviDyzR4hRW5fniu51sgKA33Tp9\n+YcnTfkQsFruHOYiU/RPA7u1QnWcOc3Hw4hWtkyD7QbEEcf450/Giy6RWEFp\nW2/LoUI+8yECoJwqgihyfR+yGMF5wQtzZG89YjZHNaiBgKijZnSInz8v1jXO\nVLPrIblXOPeA+xy4prwCQzWZ+8aBC4x8/xUcOn2WoD1zf7fTKVvTAcb8V+IG\nCfFE8OO2LGqfUCWCNcuQQwR7jObJmSPsgQn/ESpumzoIJT8jb8oKom1E1lzk\nCukye1uLekQ9nDDDiL4jINEdTXgWR/YI1/vzsgz2PBazKzgPujcWViCbctzz\nFOp7Hyx5k8IVxk0DiKV3cL8NCiyH6sr8MYv7i+ervaHnklm/X7o0kKrX/ZY5\nf/bO++mvEOWzudYmxcBklJGceDlMmZxTQmKjVYNYXqu8V1hKRpcPPnrwPkx6\nqK/K\r\n=eHal\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm5/LVu0Ra54FXn8BZqpf1f+RYP/GHokGbi9zMaFl4BgIhANm8gDH+VzhhNT7FDAutVNnasriVWnynWb6WzVRoZeBX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.64d88de9_1547362167184_0.7172162330655143"},"_hasShrinkwrap":false},"0.16.0-alpha.fa5adb16":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fa5adb16","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fa5adb16","dist":{"shasum":"8d7db557d7324c949b43f5bfcac6533b95287bf6","integrity":"sha512-eR1sYOvggNWL53p3056FZX1lvSNHoF0hGPwhDprn8aKRmkcOYOU5oUlvI7IV1ERLdtPLJjkezNpTiCUO55GUvg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fa5adb16.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOt+VCRA9TVsSAnZWagAABpQP+wbUup7CLsjxofGwwKCT\nxy3FqoXvR3qdbXIdaLw44ktvMIXJF7dFNcJsQ56h1SWMYeM6HTmM5OHVsLZM\nUcZNOmSjaxAUiiOIQsxdwm2B27g8sCwesQ5m3Y0H3U67W5+r75XfkCdD89gi\nV6Js2Gi8oQWwR8y1mmHfJz3Wyycz6BLED8+2G17qHK9xLN/TjIea3NDS44rP\nUsAEsOfQoyjlSEoC0jFEEzDmle0+4kK4I3CXTT2Gi3E18y4bFwmZncskOczA\nGSyFo34+X0x0dojcJMV9mpbdtIw/rB9Wkeq+Mds28C/t5D089DcLd/slyodF\nlrOOJZfhK6OXccp0VqMyHbZ37a3LvOxLbaY/ioMMltWWzvDfCq3Xs1vZAb6j\noyRFNX4WRRmz9FDOnl1FWS4aSAkNUXfaAsRvx8cGgFn85IaW6O8P307KXoWu\nCYPIJis1NlB87kI1h4AywiXTGMQTD7W/Jm8krWGIpBH5UtGINUq3ShEcf3DY\nOrkojzx2qY619YSeMK4wKvHidnzxFfq3mTZ7uz64Ba6DCDkKCV7VdlZUpOsl\nK8JZzULtsup4rPFg11fJrsbXoT4ZBmrhre7biM0UUkyCY4XgM07AHZbAFSdn\nT4vBtQ8v+dWov85/FaOh7Zre1FOSFsyZgti+XsBfc9cBisTxWVv7RSVq3Gg4\nJKqM\r\n=lSyg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBBT5XlW1jTLYDPnqrBXN7o3YMyP9bCb6rWIS0J5Fo5+AiBCCOskbmsIAyY7VzVDrDI+0qWHMzO22XayLHOHfzAjKg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fa5adb16_1547362196343_0.20839698798185258"},"_hasShrinkwrap":false},"0.16.0-alpha.120c754b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.120c754b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.120c754b","dist":{"shasum":"034606c99636cbb2bb599966e13db9b6e7b32c61","integrity":"sha512-G010sslqUEoh51/FyAYqwcqp0rhEp4qRZCtPMtewELcoABU/ap0LI2XqxTQo20ccREGywXFQpHU1SegVUDYLSQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.120c754b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPA1UCRA9TVsSAnZWagAAwcwP/R0Ug5Bogiagvw0F4d+T\n5CdF5SjJooB6wUlbHzQxiEyhIeVyTMeSuNx7UF5MPwRp2Vbg4hsJ8KgnDgPN\n/XFacS1yaab0T59XkEVuYRbnFLwZFUFHtwSuDLkn1MN0vgLXAca/hg9KKyL6\n0U9TgZwqHp4saGp/c6ASf/DP8RnIg+JRr8Ljbx0X7bmq+DrHWHnL2Rmd4Vs6\nUvhNNkX8WWabcEX5PAj5OZ0urEqJD3PEbnC2N6laaUI7qQQcyzvBqwAkCChm\nF06sj/kPr9fJxgtYTvtERn3byifJAwXb8h2+V7kZ9PYYUr2YG5wu56/+U8Pg\nKlfkITPANhPPF3sOX8G6fQNcdQoJNgMqJzB6J5VI8LovqRq+Mbb/ige6cYDr\nBrRNrMxNR1zFBjwkqIQ+QZCSEedEmnRldK0+uE2ffj3ENtJipCoJVpwU5v/W\nB7u05jcbPb5S54xjsqKL4+aK60E/DXFyUAnwVwTAxF8fbhROUSDA463pt381\n/gITy9whSQUM8oByik6TqoS+hS91Rl5eQ6tXE/HPCjCAo5F4ylG6GaY1iome\nYpJCZZQVd8BF04HydeSjV8r/SBSRv3f/XMQqaAgtBGoDpHqNN80I/etpnkjj\n5S0BdCtl2NQfE5D+ESzBJGGVAtGWtJP7BcVftJ75UOQaR108j6z0PgQx7hms\nGifG\r\n=171u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9Nykv5HgtaK3fZybk0X6WlAcJNupJGXJYRyUgbyRE7AIgDpqRFYU9zRANzmmKXqlruTvF7Tli39ovOQLD68dYo24="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.120c754b_1547439443670_0.5283796594152546"},"_hasShrinkwrap":false},"0.16.0-alpha.bae9f87e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.bae9f87e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.bae9f87e","dist":{"shasum":"3d75ba5e2c9d50ed0c3a52798ed97727f695728a","integrity":"sha512-Llo0SmIQJNMsknwMB0Y/w+St9k9AwrvuG4fItktKpMu9ioXvnNx/ayT7KpGNbgjKY6aZ7ODguM79omICIsRs1w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.bae9f87e.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPLcTCRA9TVsSAnZWagAAqu0P/AvQm3Qy9xO7s8DiLvxf\nwE3OGna9e8WR7mzbo3BQx5Lx4yeUvxlT/NS2noiq+rzvrwIL+5jhGrjxALei\ngCi0jPkUXnzHR8A8erCtmPvav945phfutRHNUIRIy/xacCMfJQay/FWj/06Q\nDqbRqH4wDK9ngVBaaRBIr4ZrLA62p1/wawsKX5mL1MVB7h7Hmd47zuUeNWqW\n3nohnCvmwOJm1m8bOZbEt58022meHyfd7cTlGH1qT2UuOPhiVvf6TJsC+zX6\nQYtB8FKi6rcnQhQ6ZD9GGqJLQ1M+vFxnJrIgFGe9tyb+9wu9Ls+LCgK1MERI\ng3kuKGD6jqq5nyYdcr+991xwUIb5f6vuPAzCR0Ji9dDWe84kAqZPA7zLoaj4\nNKIGdwnxC5TnYbdeI6wkyIzP9iscoiATsIy2cdk4zP/NWChIAAn5u6qu9kIP\n7vwUvgF84R5BapMLhs3UFdibS5+ke72Ng01a6buxHPU9UCuimSG9hW5up+rg\nAyG8m0aPArgr31d9pgDXNPuvKtSUmCe1BUwf0nY6yRIOGOZOL6898DLF/Vq8\nVFkbO13vJ0vVR+GGUn0JkqWLMMnUo9XLFkxGAaKBEaGsVHVbBVQ0KsGGoGVl\nKZXdCqbCBK/D2AsstBrz0vZARxFf9/fiE3ssKkY8aQDQgTAnfOUdhXuTIip6\nlH/x\r\n=1uZo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGy5DlpxNirAv4TCkqEO/o3eHqA2xVMNKFBk3hsGUlJvAiEAqJJGWrFIAanJ3ab7CSQwr0bTFkNkOoU+KZY4RD0nvgY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.bae9f87e_1547482898481_0.26569327657045383"},"_hasShrinkwrap":false},"0.16.0-alpha.fede21cb":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fede21cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fede21cb","dist":{"shasum":"05ab081b50a350a4ca1ffea03bdeb7c1b9d449c9","integrity":"sha512-pnwPl0QQd82T31A2UDbb2+TQLkjE+1gBIMZy6Z6W3lID7XQJ6KuluXzwggboNlXPCExay9NKVodJUOJHYG7+tQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fede21cb.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPLc5CRA9TVsSAnZWagAAaSQP/RC+keiAhzvMNn7/YfZG\noprJe4eztd9PEx7Z/kYBmYv4m17xWFV0wmns+5klBYN2G7j/16atzzkZo+7C\nMw72oU8CiRPJc7pJG8z1a4S9txF+GnEz5vZxq22OOYci/GvtdP+i3pML66eA\nS6b3NVFCFO0e4q62zdPw/v7fg7pprjKhfmIUzSSo4DwCjnfEa4MXrYbP4yE2\nRDaLtWLxGH+Vw2CDL+ubcv0KNGTARaXUIkMgYyitJraxw9l3FsI9NaU/t8Cs\nIhplyEMPkn2khI+NfZFaVGh1IjtWfjdD219knQtGsx1/oj0wrNNJ5duWk/Kl\n2bmHWCCS50vyj7HC8cWFejSfjTZEsBenPO1VbVoUwCxteCaDZwrEm+TMd9DM\nXFNtNyDGhVXN4moYsBkAFypjWwAGpLI2iE+DE++oZ13T/MC31EkmqsaBpNdb\ngt/+1kBwteXKjMBgsye4gSE2AhThsvFcqgvR7v4aGLOK6WoIsMLPD9LaQYjm\nTx8x6xwO3T+ecNFlDFkvqLjH52o18TRlVsRIm8sznRYk9lCSR1BOxBNHhdpW\ngT8FJFCI7PvcElBYWkGTHewW2WSHeXuObDQzcDcsise45wwjvXoq4Tg5nVru\nUbl6ceqrD9EJtZ3hMB7Oo/Pfd8Du0WDNefbDQLBF0xP67+Ot2BnPjrVrlRwl\nIKCM\r\n=AYVB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgXJoWex1qq+upvIrGWsQWqCFq4Fga3pSn3LcCQVTebgIgWGOGntuq7tMVGu2VwcA8rDC37fMhTiHi5bd3A9ItxMk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fede21cb_1547482936625_0.2905658324805671"},"_hasShrinkwrap":false},"0.16.0-alpha.166a8cb4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.166a8cb4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.166a8cb4","dist":{"shasum":"f9ecfc0b8a350b92cefa6a6c0ff0742c1545a9a4","integrity":"sha512-sUZW/EtqIgk/1NmqOC26WHjWbY+9ldZdUOeY2GUeErZOKLrPQq+M8j/btBStbknGx1qd0IoNZMsg/2Vi68MZZg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.166a8cb4.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPQeyCRA9TVsSAnZWagAAMHkP+waT3eEIB17a17LPOWZx\nHNOdqjrlmsTkZrXdyhZf6Z+pdyWpzKU3diH9IRQl9jAvO5HeTevNxqDY9uHY\n+wX7cfWQE0/lKxLQiRRdsbjRzTbN3pTwvNlk4JByPEANYilyCn0kJT/3gHLx\nvPWgPvSTUZYmH14RA8RpF/JTfxY+7I6YkD3hVG6hLr54uT5Av6TkV6L9xzvG\nASpOwNkd9QbsdLGb4V015uvcQYaR9oQIjhKl5FRZ2HCsWbFLtW5ksie8gKrG\nS/rHz9b8PXHW0zAARTv6oOqshknjGgtxTkgioCgHQb6aJCTVcYkPATc9WwPn\nf6xnBs6TXgT/UbiWGd0g2CFV2/BIB9Zo3z2VlqyF3d4EoJl5/HmGbBeZnKwA\n2u8Feq0fuGidy3KAQXrbfGNdXzje0rPaLHkYBKKyO3ES/cWENP9sqTLaz6t9\n6fgw+nnoo12tQwUn3dWaIh67U6W68CUsJWTdOdf/7GNWnxokgjElAbp1zHT7\nz9HgvP8/7F4lhDqLKdQ043UZo4Yh17wPsG9mC+6XyhcUcrFoDrEC4DzY1vus\nOBNLnsXnooMN2r+9SXOQni+mBIVQTsYto4nOHY8X5QSs20f/+i0aG3xKGjeE\nCqAhc4IPQJDhWOkOHgc4JLJ1zqhWH8sVHyEzRIv9EFCdNcejb1UP+JSxsquK\nOX25\r\n=Mcy1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDNwtcBcvQJtnQvLQZtTuIEUJycibclFxTqChSukFQbMAiB7YDSNbwu6IO+nPtovJ0X03qQcRUr5rTmSpJYypqGCxg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.166a8cb4_1547503537566_0.47535411357267576"},"_hasShrinkwrap":false},"0.16.0-alpha.9ad25519":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9ad25519","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9ad25519","dist":{"shasum":"543388aa6ae4143a2f30f860787af83442fe8894","integrity":"sha512-Ul+dZb5NFnyk2pQ2y/vIZzPrHtx38YTcAUKRii+zG8Lx0MS3Fi2esXo3NcL29f1YwiIvS15kIGqsxLoDFjGoRw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9ad25519.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPSK3CRA9TVsSAnZWagAAL6EP+gOUhy0bdfjbAKMTCpMu\n6AQuJzUehnllTlcbWARSr/ydUThs/Px79WhIEOTfVpqUpymeHhDhwWkLtX/3\n/qsEA4mkkKDwrAZZLOATfRlqQojkbZvCkRJ8WBS/QoKtnM80RhkWwnGR5741\nXugXgmYkjibNDf5K1DMszSntoa2JxzB0LrLi1xfoPgyjFJg9SnjzQSPyYwPW\n2jCzZSg3lTurtT/KcTnuR70KYD6gfqtMeXw+JSOg0o6qAG7D0k7OlYXnoO3i\nJ+pTXmPfLAlTLraiC6bYWYYb/d3bQX1svipPhKmCcS2LGQDVyaMsjWrs5ut8\n0LZhOGWwTU0A6aReD8sfrivy1L4D63e2Amik2u4/qRHf6pJ/R++qe8ywH2MJ\n4g7IDShm/mXR/gVe2P5JmIDKesQzH9WeyFOYMF7QI5lQOW7maPn+IIj4VR0g\nCUgc3i5wGvwSq1l+GleYk8S+a6ivBXLUbpr+int5PzmFWBe2lstnNebpTMzY\nCWC1WnsVuj5RkdcpzQ68ZlbPJS6l7Q+Du692z8U2XV1yIBcx+LcjRxbMqYrz\nDZNcdFM3sdLzURksKpOmeSJIIKJlDpbfK2nSvX4xdxoFcQ0i+mD+P32rjzDn\nDU7YDFPIBjDNoTW1DFe83zrriHRPbH9im7cfpD/DPqyOoxmu3VASCle2hxp8\nXyPR\r\n=83SJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdVASlsVlmZpoNlZAUO12lCclo6B5XTBpI6i3b7juEqAiEA+AiTiFl+0CZZ4+x/9lrsFdVPvmpvD6AO1YMbDqz7l4s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9ad25519_1547510454410_0.7811627430632835"},"_hasShrinkwrap":false},"0.16.0-alpha.166332ed":{"name":"graphql-codegen-core","version":"0.16.0-alpha.166332ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.166332ed","dist":{"shasum":"ed40988e3fc5afc6d51819ef30f96690b869f1d4","integrity":"sha512-foFvyBln18NcP/WMNeQ0zJHlB3BokR6ck0f33lzLo2q+JnpuuVLj/CP8Xlkk+g+zCAe8f6l6yHyZFNO4+rwVmg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.166332ed.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPX7yCRA9TVsSAnZWagAAg1QP/2JnoqAEbjdtMtdwvwAZ\nUfdxg4alUufl2O8Pmu037tRdTm8B9RcPvKYpb0l2wFrqw2EsAPUQBvQUefpQ\n6s3orEEaX+irazHO6mCB+RyMXtIDDPsLUB9kAJd6YyEsbsI8/43kyZBsOqTB\n3mYOuUSRgP4w/XNsdKudY9krXKQJCkIhg8YnuEwm9ZGREhqlZVOXHonYrCRy\nE0yYYmmIDnrX+m0CzD0MLkREh5M39IcruczcFGHw6+1kDZimSfQzblOJ/EAa\nkcARnuAAnAnSAxrOhUUyPaD0x3cu3CRs1iUPxduS6ZRY0tY3iyyaXYfC4wzf\nzDXgxGHpiDQ3qNOOaxEU4181BCBpOBULz9aTe5aIrwFOZcBFOQecBsac3r1p\nX+KekFxu3gCQ8K6+dTLiQ/hC+SCXgwkz+708UY7WNCvA9urE2EAYe+MDJqxx\nYufwRPbDE9yfYsuXlqOoTB1FGK1K5ZjLUC1+FOnR/IshtOF8HzVhlXfpDMkj\nzSs98pxX23QxpGCpLXHGSo3xJoRi2O3PochqusyRqUIpUXPCZc9joO3qYAiW\nFnOHq4BYTTDRSbKOIuKRR9QXjLvTV4BpbRA25MUbxZi7BroirMKR0t19d30p\nEhTy902yciFuROPtAtSWYqDX+yksj0ExfvYG9UGcCjHjq7OKQNFWQBIsAvSo\nMGC2\r\n=ys4L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChyCqHlZPOVNa0SUHRvbD0i82FVcQTsqSd/8KfnzWc3AiAJgwspRGA2GsNNTXn3gAghYNYxptGlt/gF0Yzc19Ylmg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.166332ed_1547534065887_0.21045449135377559"},"_hasShrinkwrap":false},"0.16.0-alpha.0f53777b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0f53777b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0f53777b","dist":{"shasum":"30e19d6eef3443f91fec5fae5c74f083858893bb","integrity":"sha512-WG/sFBnBcwT3aX+p73Oj0H+jqMxXJtIZhViCKO2t69rZWWr9bu6hwqO+UuYnIttt984yDcNASakKr9MzhJToRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0f53777b.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPX76CRA9TVsSAnZWagAAGekP/R7UYvrK4xDFCm+40kPw\nNaycQ+fWgKf5Hh0mCzHHxLmF7FYWI/I/tmwnGgtZ25Df7LkY8Hmy5gHUJs9q\nBO2Dz7On3fWssg330QQgo3SdLyOwDkl0djHx6FT8Z4gd+R0hUlL9v9+sFFm0\n86XgLGxYIR83cp0CwSMNfLjW34UGRuo6m9r/W2gwFTWaY4Ix6N8Do2+yQYNh\n0ZMLXh32X20sdszg1UbB0BlTMehQH1G1fI9/wgYKDiyiEPMsNnKD4hE7vmWm\nY1c9ZY0RM+DbWoeiLpaiORYqI5xO3Ymscrc0miYyC8cp7hO8AO5qIdFlQo24\nP+N3B/b0eOVXQKd9qyQTVIQvg/qUk8D0ruc80Bmt5FlvcVnl7HJbUs2s7l95\nnnZo1p6b6hSxyS+aG7oYUFpVMQu7vKkDzmfXXxgtG9oeepaXQFEXnum9nP+k\nYkpzBr//sV+JT2ZndR8K1a9PW/kxjj2taaHy4YNwrtaznvx2a5C0xE130KkJ\nCRBC4HhE8TzWz8QuqjjpRU2HogYLbvj3vDCBAZWvqnBidQ+4JqSN9UENdB5N\nyLli+pJa2YcutxOmY/Y2juI4TOwbFdza2WFUxuXd4Xv/tJiu2YGoYI+/lphR\nX8EomWoDfPmn7Zdrq3X8jHLSRWWEYevYW3JBOTBx0VeWeCIdjoCw/78XmXps\nGLl/\r\n=Ozkj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHeJlxVzGVzA525ejiY04LIPifOSZOFrCktOPb/kMVD4AiEAv/eXG261bdm7P0pMkYuqWIldW6veRXzmAcoVBdB54V8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0f53777b_1547534074284_0.5291523751333975"},"_hasShrinkwrap":false},"0.16.0-alpha.b599ac6f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b599ac6f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b599ac6f","dist":{"shasum":"0491364c1c2453f7b4b081a745f420e790b944a1","integrity":"sha512-dhOfJNhWZMsE7VdjUTxDHzJNmNk6fHLdMHGpcT17Xr1plTDF8sLEiVSG4hdUCpAR5yvXrFWuPgR2USVJA/pPPw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b599ac6f.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPX8BCRA9TVsSAnZWagAALsgQAIdnHn/B/hcAVknm9KfH\nYCdGh3YYXfQeVZyCN4smtqJvNqpd/870B10bMuSRigVdIFjH0Qh34npgThoH\noOY1OG3qn7iyhgrtwZ0iipfl/UadBNZ+U0mM461n+KyR6p6vk+TT9dj8DB2K\nBKp9LY7k9OlkhCvy7bMnWL+DmDjVTQgdatNfivUSj5CKs2eYBI6qsruokSd7\ns/FZmYdhmFakP3ezHooGHXBrYeAUE8V00XaOmkqHu1CSJodtvDVEg/bpOIc/\nPf0AyQAZVIPfPjNYkFzVmjujaK+MgZm9rGUeM+5q7GEjFpKr10H05Tw4G+hs\nnX1Gq5xxrPOGUtX+NbaX7lunXMUJWhwyUdVbiyQwrn+G3/lbCzS1+udRXvPK\ng8IzxQzWxEnMCNSmY3vZzrI7PdOmHUPvwwB+rWPANQD+C4B0rPAomQGYGJAL\nwClfjDhwOAqS2R5cN4TIuxS3RiOKHPV7uKmHhqIqMQK1bnWhsVerghGm3v3a\n0X3haxLSrXL8NH02Dz2VCQ8PdjbmuJE074dI5dXCpb98JNhP39C00bGGTVhg\nqqIafKIP0LP0QFQ636uq3jzfXmrSfy+BQ6N9XYD2RYLLo4TqA3RzGyyjwWuN\nAGFuwtVZ0baoNRwf3nuFBgGjvgLHthTra0X/C6lKVe/JbXMGShHq3HX9P58k\nwkpH\r\n=LAZH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCt4NsBomR8vE0LVc0jWZis0eQfi6SKhy/layC2vbgolwIhAKdCFcWm6jgOBBUb15CHsoRHourF6kK0fgGmWqWJfjQs"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b599ac6f_1547534081241_0.32710393932256965"},"_hasShrinkwrap":false},"0.16.0-alpha.328619d2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.328619d2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.0.2","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.328619d2","dist":{"shasum":"410830ffb0e3c49795237429a6b1cb875ccf74e8","integrity":"sha512-WS6k4xzJ6lboIwrcbKyKAJDFs4sQxMYqY3ls4HEylBarrh7W33r5+ac2gTtOpp8Rmcq7QWXHEjbU+f9jVzl5OQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.328619d2.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPX8ZCRA9TVsSAnZWagAAsSIQAIdDw4/425yTVzlN4Haf\nt50yNdPEqRSspVkU7V5U8wHAiIcVIDYy6BU/O5kKgnjDloU4PBRkeJvttEYN\nFv991cTJk3jW/vNH/d2lISHSVFbKV88dYQhxkyicIIleSn2iP1ujKOObs6nN\nUoQ06cl20f3f9hN6DFyudvOspzamb2MjdM6yXOq/ZrvdTfYmH1o5kMCIaD0F\nCvglRLozRVuiv4nWhgjVIsCFcMpiSo9ngMV9rQxY87DcwD2fe5cEM6qidFOH\nNWsirzgA8zUFp9odIW30gGvB9yx+Uwi0K74JbGzHA3YiDBlGZBCfQB8NdIkv\nDvCPo0puWw9EfhjYDXcwvyhts4HjLez8TvrGE5EteymQN6LaV69UbhBy/Xlq\nQTbfyqoodwpZTi9LxUjM6x4m1TU4Q6/4MagMk2sLlZqkXLMOR7HoevDBDHzM\nXS/wEZq1bNbyJ7ccYHsm0xi2N7BtyHEiWsNyO1czh0MtfuGhdTKIApcdfwfI\nHkBf0XLJZs5R1aw/mX2T4vurmnyVyMq/ikff12DjLLN5RRPWi681GFDryRiB\ndV57JsAO7vzaVzbl3mtLT979xRKsCWjPCyiU13EIfEImi/ZXmRbU6AWkHUzi\n5r+JczKA0tyPdWoKhxX43jVpFNsR+S5aw1R9XpOovL5d7Pq9+hEQQUm4CR/L\nNxUB\r\n=yLSo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFf9HfGNUgrsNibgdmg0X5b60/c+9MdRsBW+/T+QwpDOAiEAlfMw+7Zx78GIDagBraubPM3LYvoy36Q9hJxwTciaVsE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.328619d2_1547534104730_0.09667228070109646"},"_hasShrinkwrap":false},"0.16.0-alpha.ef7279b3":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ef7279b3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ef7279b3","dist":{"shasum":"81a92d4a33360ff08a99ec4bd35254a54ec27372","integrity":"sha512-9l+JKoZJvttKG9Y513e9nzeyd+BkprJp8a79ZzUZPJ3mOQCJ4u4rDZxZIZQkNagyn55EylPJjIgFmrt2NZ7w0Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ef7279b3.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPYAFCRA9TVsSAnZWagAA/kwP/0xn7wTMP7mWUlkTFmNT\nXWuxk+T+E5/I7fXpIVFvMpiEQH8lgxfaozUCXyDMBoYNWmzv80JfIllMZ5su\nj7jhRtoZN03gsjxIJvHadKq4tHsJ3ylvY5vdbrgiEJF0DjAfRoJYR4KQ+QTn\ny/vbcAW2HHzplFhK1XwfmOOvvlpKVc7pIbNAnID7P5VeKXb5FN4dfDWKOmTe\n0BoEEcj3kva/d6XxH3ztfb/ZnJGjbLl6rNo18zttrRgWdGX7BYQZ7+p6xfDX\n+qsrDM8OznvIOmSzaRWM/7INVwSFzc8zVTSVGrdYHPZ56RBB3X08RsXEwAmT\nf3aTz6+Wg2Z/sLlaXkAdAtqUANz4Og1LD0hTILA/sAwIGLAxl48BFvyWYWIr\nn4HMAnmZzMuslGScyDKtxssps58efXR4plqmkzXnyP+eVzyMhueF44BhkEL8\nsiEdEgAgETx4Btdfb4l2MXgrudTXc6NXEMiBgQi2btxlKQ6K8PXD1BWNm9eu\nfwgQ66utI3gt6SnJPT/ingzyWYs5oSV4+ngcVb4wVNJK+mc+xr1rM3y6DAW6\nbT4Xe33mE6DaQGME1s5wmO1Dkv7hJKNF1sFaL5cY++4X2+jq/Mj73n/nWTqv\nIlxLnvBhuRbv7vcdi2JTdE3P9+In1qbkreGeUtJRs5MVvNVLqfgTIBMaFaIe\ngm7/\r\n=gT5t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOno4hbFPhUwyMX6r5/b808mEMyXtx9SNmzpIdoINp4wIgRXdF4qlDFiYl9+Lc8ViFhjX4WWr9/Lw5yvL1bS82tNk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ef7279b3_1547534341271_0.16199763225250408"},"_hasShrinkwrap":false},"0.16.0-alpha.800a4f84":{"name":"graphql-codegen-core","version":"0.16.0-alpha.800a4f84","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.800a4f84","dist":{"shasum":"74256379ddf032aff4919500a73d66419adb5c82","integrity":"sha512-BEF8fjQq7YaCl6swvIdtfNddjOdEsuGMRD76u+wNqzsqGrU7pJWx6YFbEsz3a8Aiqww2vbfaIe1Wmtmm2cenhQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.800a4f84.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPblmCRA9TVsSAnZWagAAQZAQAIVQwHxKZ5RGIUbYD5IH\nj0yJY4o0ZqWPqdkCtFV8NApSdd134axEEbtX5jzlfgNEXF1gUhpsuNN5Ltzi\nwMpGzshHH22EU5mzg5jnlGS79b9LecOvwGlSANK1FbHqNnsR5F0g6zJ1pUSS\n0s4Z3RQqBL4xqv2fbOCNBDKs9aXEX+AGqqhpD3+/FVcn6N7UPjIXSkzBmP7P\nFrLh5FLoiTFBOcbxP01wete8APD49F4ZlvAQMIurpB32xoE8b0J9q07FAWeW\n1l2KHZem+YtFAzvL/kaz9Az3LevF2rpxmMjw7kZ6RlxzW1RWzI5UVL8K2Zjs\n7I+7ub4V+ShU8lL1E+tUmdnLem8KDq38rKML0BUKI4BzTHZ9JXd3AvKXvoRn\nF5JWdyAFPMrm32E1syYN1hNAoO7Ezw4G7lLYYhKnXiN4MI3GaZR0TvIYGD3i\nm6YCJsid482vp+ESGTZNibdaO+Q+9qtP4/AwLfLI0H6uJrPydvctk01AgcWr\nybL6heJpWc9QhHbImRc9VHk1YRfCud3yUIfVa/JhzsiohqrXm7mqVmEH7zJk\nSe1SEdsXvdCrfiL10tWTHD7ZCnL6DhV7+HBIuLBVKJQST8OIsSy0NsS8tTa7\nQ9zwgbrGmwYsued14Lm0ECC1gzylX0HsbijRM5aZRDd0ebxwhkyHnMIkZY1B\niFO+\r\n=81fs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeMIPxnZFc5/pcV2NsFz6eIox9XeK/nWrZT6KTYRGBTQIgdoA3gFVccg4aDyviK92+pg3PBP+L+qSz34gu9izOQGI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.800a4f84_1547549029816_0.7350181195118084"},"_hasShrinkwrap":false},"0.16.0-alpha.335c3162":{"name":"graphql-codegen-core","version":"0.16.0-alpha.335c3162","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.335c3162","dist":{"shasum":"d59801e40cd65d682012c4cfb1d1a7f9b6e35b45","integrity":"sha512-bkasfdVQPPuG/kySO9nKywIUlsWWuyccicI93elxOkxF2AfJ8zPFYVfUAKywg99QHqdePO90WvlFrLXckT4q/A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.335c3162.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPbquCRA9TVsSAnZWagAArKkP/3HtcT2wLRd5rzncsc4M\nn6RB28+pwEKlDxb9fh5IS5alqUTuyAA7OgRM8fO7lLWIJIRJJXL9exzyll+q\nh7/6diCYsk3wn46iNflgPsgpGV3MATIsBLdi8G1/yIq2i2p+fVlqE3qQW9kx\n2cpbj0HvZrUPQbQhuTO14s8lcbv2MPdCTzaYfDZe6WXaSAj+1AX028UEUrZh\nggpuCs2LCqjSXI73lzU44jqWdHGFn1XMjLyZvnazq+nsaxU2YZqPdV0zcZR+\nPIENxqaDd6JIhmwoH9sBhNlnPeZY6LlZNdI1eb2F8remSHoiL51AR53CUCko\nJ1/X07NHmSwXCFJEL4MwKcZEMOCdolp8jqPz5KNyWaEv/8h1n1wd7EOpYjHe\nx4+3DKEIYVSeY8N/2FpUFvunvSZW4ZCC/SKdOLDBzptJ7NFIRCg/XnTwj7Uq\nE5JQmmPhPqiBSLI+EaS9YjpYGago/nzb4aR7JkHLqUrZ5y5P8cr3lWAs1I+/\norvjxvROUPj3QChUXLb0ndbNTGM+ynuekhtFEOFzgNtHK9CTJ1wocQ28/MX1\nwo7hpA9JetJ2f9gdPT0vSOoiCFWu6FNg/AYloXI0jamJo9zMPo1k5Stu20A8\nwxyaGclr2Kl0oBKlAOI7aMd1Xfjk4tguTWDJdo1lQDRyP1XK21YpLb3/4cs0\nwym0\r\n=KgLb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBcNH7bzhxSiZ00gkI4oFvafd7oxvFLjScaMV1ZqeXDAIgT/gjqJg+ZOnuhwrVaZ0Y+tQDtWGq9loF1ODDe1nQAfU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.335c3162_1547549357613_0.363079056480321"},"_hasShrinkwrap":false},"0.16.0-alpha.4a0017d7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.4a0017d7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.4a0017d7","dist":{"shasum":"576383911ea109e481f9bc2b59741ee6b4638301","integrity":"sha512-9GfHZ8qLpzbhPmNr2CktVXFxP4dJyejg8wOr29xC++OEbVqFpolZIxdswRO8QNGSsXLKHSGv04SUKJmIDDdL8A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.4a0017d7.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPbwuCRA9TVsSAnZWagAAf1gP/RWdFDXlzujJSqi/8Rao\n3/PxCA33TaZNMcbcoG2ec31EYZIaOhUkKn0nyc/jMFhdZHvKALkqpbLR4+9P\nPwHZQzCtz8U7PiBpIMyxnnbYzoTNXwau/hY/5e/LuIb26pbtFppEeeKqgkt8\nlecYsSYnA97vB1y9ta4DhsDCoo/ncSOJ3c+RsG6iHsBiYe9aAbNWRfv+oSQ3\npeSp9BjLAigAw2fuaU6n2I6B3SZYJADb1KX0EUSGCXuZfCqfj4+e/gK83D8j\naDhajPxLYe5QOtjsACR2xLVlfvKvggTBHEdqRCV9mfxBEadYPnzy7wgxYu2U\n4gl4HQvU/K61He3Nd2nZI0fl4sQiJ9lxYMBeJmiHrV7Xb7vFzCGXgPxZexu8\nX1t5PBZran1wIJ9yhyMMUiESVAUVZ4JOYn7YoPh2dMtRgKjC6wSQkUMfO4S/\nrCqk+ZKTyHiMIMZxhizMgFkb+PlTIoRgi+l9JFkBuhoQNilkfD3CGUafxmrX\nCg1NssGYNBh3ksw0QuXJvrBZDTVoyt66VHTDrV3tK9d3JMFcdL5mavpW8JKb\nqdTsfluFNBiizs18Bz1mS1eZvJygJ5oiXMOL2cAtOwK/+BsOeQprC80PJtOt\nPjhIPZkyWhkIFgJ/q8RaISYGmRLCb4g5fP/kx0jKmI4acSjxJKJUKWN5/2tN\n8HC7\r\n=JF+C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHSpXbUXnVNUzkhY4DfeZIFgaVKDJ+s7v8DefiBOPPPjAiBQXxuMZNvSWHbduRO8IQ2gA9COsUtIAm7+dgZoppVoWA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.4a0017d7_1547549742011_0.2760581896786489"},"_hasShrinkwrap":false},"0.16.0-alpha.877ab07f":{"name":"graphql-codegen-core","version":"0.16.0-alpha.877ab07f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.877ab07f","dist":{"shasum":"d429653bfec34908d1f78580f39912ff23306357","integrity":"sha512-QuO4VLt8PZbeY1h+GP1zoFe9MCYh0eOTS5U3DttxUOVeEPWNcxB6ge1hzH7FSDZ1ZKGHmuVTmh4mvDFpG35ZYA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.877ab07f.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPb3JCRA9TVsSAnZWagAAg3MP+QFCLnbhoenH4LuiQZO/\nW9Dw/HWtEGQQXN+rSbWjde3cWzHQ+PlfyUvkDN5FxvMYx/uq1bbydst42OD1\ncxHwFA29+jMut82iaKJ3m8C64+Rj67ZZCDFLlF/46bRW5axsK215sj66J1T9\nrnUZVnvXdO9MmIXKaTPfIJfgUdn9aphyUVdAXaEVvTPleQ/aZof3UUOaCj/X\nE6tadDaDE5e+eVfg3APn7zBKOg/t8lnv/MpZo746z7ei8Yg2OhHydYLBBklX\nUHmtiN9h9wgUxCQYw1aVQV/+vdxQTmp7v5BLi1ahqBTj7Zt4NGKRnhoLIl6c\nVm/aHGOUBCuIu5B3wn5Kkkt7/UqbBqL4NsHqGqe0oPe2+4hLgUEjEW/lY0CT\nuy+UgJg/1/0zEZrmH9W7O06JzABlduSkZ0Tgr93jS86r12MmiXPbRdehOelx\n9wxWIq4ZQB41lWfkwi8qh5+9eP81YoN7ZanG76UvUXSuQauAkoGskL3sM13q\nPuVSRbt3uVlBG5Vm5PC95Z1x0jbQStqNA8gofwZ+M8HsmRBd/bO+/6dY5X73\np1EfI6p5LROMS87rVqf3r7WMxhweRMFec7USXWtutlMFXWxCvrGdowjIFR/Y\no6TS3O1LtEqwLC/4NWT15IHlZe5dzooupJ/hiZDfa8lGnJh2301hF+kI7w9S\nuGZn\r\n=BHk6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVg64DPOd77elrkKO29r+u6EaUnnMdpsIUbVnXQm5dNgIgMzLM22lphtuvLLlS7PJ/d22mOuhNzBoO9+Xjx5QOfgY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.877ab07f_1547550152929_0.1294938484541679"},"_hasShrinkwrap":false},"0.16.0-alpha.1ae79418":{"name":"graphql-codegen-core","version":"0.16.0-alpha.1ae79418","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.1ae79418","dist":{"shasum":"8166f7168e261e66f5f36d2506f6d74494686253","integrity":"sha512-8H9Jr+a2aQ6MLQ9S2Yy1IRmpMJuuGjL5d9rmNW7xHaiJ88vJDnga4qrRR+fR7X+XKMiyr8H+7I0EIdlzQft/VQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.1ae79418.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPb/5CRA9TVsSAnZWagAAxokQAKO3eW537P3bzxYcJVXe\nD1r8Ek9J6o47V1cdyMnqNm0X5KiABhSydopn+yRGXRkNKvK5EKaRNdQYKMoJ\nbHnlKHg50HWUts1WyJRgq9TBY/bQx0nd+C2eNaK7LOn5A0Cbp96n9z7kPt3i\nJHC2mqF27nh03XrbQyRyUBaHwPh72QSkq73572RmIgpKwuj2ooP/TD0f4mKR\n66bG8wP1UrBpI9+Ekml75O4TqBhF3WIbNnENJndI11GMAVVQ8+owMw4aKglZ\n7RMs1FSItJT2CdVtUh8RBfDTsVckEAlaPdAqvretJs0Djgh8Iv6xFD7b/fts\nswyZFzSlZCoSrymwev9z/8b/8AmPo8yay3euSBOzIPKWyBvCwzH4Yim+v7iJ\no2a78EDAafAguYw2Qj4i/KXEyyXZthpU9bSiUu/xyiNpVVlpCNV5SMVforhD\nwSfsjXHMjvMEMGZP8qxH0fApOWGPWverOKMCBW4sga5PoCxBmSUE6/bbDNd9\nN3aNoRyyavwMZ8GUfmcXy/hBYZ4bLmedb3g0zV/eB9a09iUDbP653lEkO7gG\n1tTfLng8A/NcyIfu6M79kRY3UrvAO4sO339gJ9xIO/zMNE1lJBVNj6gk75Jv\nEUeeWsUz9JSHb7R+KFMJdWO0A/M9fJqTa+IIuZN8n+zWqoX7WZhp9JzUJ/HD\n2iF5\r\n=xLHw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaF+NGoEqTg+JxHGG6bTCWSx5TqCxzmgCf658LJzzKnAIhAPm2ZEH7BRPY/5tg0SP235WkhrDTC2kNZxYBNtgm6jj1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.1ae79418_1547550712665_0.45255808203978565"},"_hasShrinkwrap":false},"0.16.0-alpha.ab0aa902":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ab0aa902","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ab0aa902","dist":{"shasum":"af3a975ffb8093ddb241eaa7eba538971a5afa5b","integrity":"sha512-d/e94jBFjGg8kW55AH9cPNtp5iJn7amPIDv50JOG3FpD43FPG8mfY5cpunYC343f+qIhY0QHrMPeAzWSqrCzAA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ab0aa902.tgz","fileCount":99,"unpackedSize":94653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPg8eCRA9TVsSAnZWagAA+cEP/1OClS7TD4gjvoi1SNz5\nUWHJOsEeVjiHRXc5h3n18zc5zYx+OXDMBMS/erdJJbHFPUnjIwctAu9Cr1U2\n0Uv+Y7kKaiT2I/OeGG/7x83c1NkkP22VTLK1/3ODJ6XQIKkEUBTBZNgomEtC\n/9S8K28AqYEQMk5mkmu1ssstZLQRGAUjp20DG8nop/q2BV9SA/LUkxB6m67n\nAuhkcGYjyYFAeQ/wcVCvlqKluKdg4qoQdCsZBLLRcAmuHl3VBGQ7K+YM2qb4\nOqFQGGxFhPe6bFQ3tMIHkRaOYCB7dpb2H+Iq1b99dXwUxytPcYumRs4XtTWa\nJ2MVU7BOKT3Gex8iL22IEm4Ljd647yLwieq56nQC4hvR8Mq1C1jH8Pm8VO+d\n62o71wl/QYaYWzZty0SfZTvJkNOVLAPyguM+p1NpJD8jxaXAUd6ZOKmoNubx\n4N+D7qeFhEvE4R4dUbxAEIsuJk7r/oMTKJAOmZETiMGC6zLJlCWv9Li26AJD\nzmxdiv4epCB3/6lFZnmLWfu3v13IqJJYvcKZw47UD0gyK/GSQCLsgI8yonT/\nBIQA1W/ZSG/fziiWH8Ql355avq27BH4X0z4PQc0xUX2m6QTysfWnvP8Qu126\nGcKCzscVK6Db8ALdQvDyRl7SD04quxp30d29BYma7JVK/vzTz4F6JtNssSsN\nA5xM\r\n=oEzc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFBkwaSwL8VOM5sKBysOKYN3BtpcgQXWAGvQFUtxS7vYAiAvRghLfH5dj3nQRZFXp0M8mldzZqJllzu8J9GvK3ECEA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ab0aa902_1547570973843_0.574974759095199"},"_hasShrinkwrap":false},"0.16.0-alpha.88766a35":{"name":"graphql-codegen-core","version":"0.16.0-alpha.88766a35","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.88766a35","dist":{"shasum":"aa8a721a8b5427d77c63969c96e8b9475c11f131","integrity":"sha512-FwlQGqLRjQBI9y2P4B30lSt8ULfq8JFtqy1T/4uBgvA9um2WdEKGZAbRo8Tpz5vQlhBpvooafoDFbXX6mY36tg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.88766a35.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPmTBCRA9TVsSAnZWagAAyfoP/iQcNJOf8421hJt9ci3y\nhWI5zd2grZ2c196TAQG6PnNE8DAgWZF275XjXCub7H3diLdR+nxmdhD9xpQy\nYCK+6gSkauAO/IWFKMrssYjtwDD/Kf3Ob91fJoE1INvLXiTYBsA8byjZDnE8\njw0OCgaByB8emqeXyyF/ad21WGdGEttL3nZZ7braJXqFoTpZ3lawdQUbIXT3\nHKMOxjtjC4JL0vsBe/G6GCzl+15T5AnQ4ZHOqPctW+8QZ3jMC2LLEY83kWQO\n1h2zPP9TnqREofLcNk5pf/ha0VSjRX8FiK8auN3y74KXarRJd6p4o4t6KyYr\nXV9kXaszcBeNzxNsOF3vbk+Hej6TXo9NPr/zbq3OJDOpOwpA5l+m8/19Rieq\nwtqC7rRM+8eWd7EIxGUaBGzuTJgYyYTLhzyaM7H2OoVsL2fJxGwxcN4Wh5W2\ni0XaVAwBqoT3OsjfF1dBJWZ+wBgyUJHiwLrub4zczhfHjMQ8YOL70GwKnidn\nSN02FDj0GcOVY8e7UmCvWOS9RPnbfpKVfiw5hfKq1nU9s/9kT9oTcPUCMJK6\nuNZcKVKWfwo7sxO2YtBrFjsQxmp8KeoKAiomeTCx+OkDON2bRo86iX5aV3Et\nTjT3DxK/hICbpUsy/CNGgvauD1Nw1nydmFqac6/T6GknPUmwBrNnueD2a6z4\nDuyi\r\n=e1/i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGaXxBRM2i94iYSNK95Hmv+iZ4diSC6Iph6f/w12yycoAiAMNRG1qgm7aV1uYvyLX90zxmn5ePNjtcy1A5bHHtv38w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.88766a35_1547592896778_0.9148708455014969"},"_hasShrinkwrap":false},"0.16.0-alpha.6e31bac9":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6e31bac9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6e31bac9","dist":{"shasum":"eaebc2acf6972fd7aec3585a2bb0e974344f098c","integrity":"sha512-XZfdDMZ/VS8KSRjCE0CJlW4Fttr34QmR5ri80cQTY9k4jG81PLo/IZo3k1LQEQ/o0DJvBOfF5eAWJaOSLqXptg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6e31bac9.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPnCtCRA9TVsSAnZWagAA1oMQAIhBVeo40dhX0u7K+8nS\nnNfic4Xj4CRURGAgGkpSio5c4J8PKYFHz7YLO1ZuyNomEADhEDe0UNGUw2ir\n7tMdHxNQWjvD5wp1Oco044cQ0sjlqic/KxVrRdr8YgfdRObtmYwofkAp9wIi\nlEpdZHyPhnvBHoOqbFExgV3FjnJckLMtGDdqCkrxNbHUkaggKEfNrafe0TBx\ntYcrVARboNgZlvVusV9YMcyXFGxy8y4LGl4FKVIdAvQTnYVroKVXDwaBuP0l\nMWCbdbvVN7fhP2Z0FaDDVlqA8czRNz04exQDkUWJjSPPbxpbsKoEJ4vdHtsF\nuj+IL4shzx7alOzX7ZLEAKod8C/NpldcvItt/kVcxyIAx9a1shI7Goqurt5q\nXmCPlnuAql6IxisxA0OvHVnKySQOpKd2tk03IqdYGQt2TlCCgQwKgunu+ifg\nVQzZUbH1VeLQLmGRSuGuTxXSfTKcsdKpA7yjdf89Ar1sHzeB5OHPGRhCsNED\nR/PIxYJcsgeMeF6g+RunlZ1t/ER9XTDwuW/oLYV2Nx34Tlactmo7irdw7wHK\n3V3DFrtNZkk806/IHjmXpfFu2bEKA9smkODqRVx8o0j0UmawLANGuNy7smud\nIrtYZ2Pw84t+Ofs5vPyrbM6WILc4Cfy8LIxbH5G2WQXzJtL+E2uk63GgcjnZ\nDo6w\r\n=WQiD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICrRdOk68+eaObmPR+xjzyoWTc5sCoIMZKP2n2UrkIAGAiEA8AqGQKIcci9D+ZYDkeoN0GCQuYdhX+zcxDfx5hSPkvQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6e31bac9_1547595948414_0.7997235317157247"},"_hasShrinkwrap":false},"0.16.0-alpha.426d2e96":{"name":"graphql-codegen-core","version":"0.16.0-alpha.426d2e96","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.426d2e96","dist":{"shasum":"1584db0de6f4a245e41bb36d9af98709d0c3b8b5","integrity":"sha512-KWIhNGmnvLDrdxWV3efadJNihgShAWQcLo02ynQhKhj8vf+6VnCXfZERu31/rw/Tc4VjZhf4Oz6v6pb6XZQRJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.426d2e96.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPuraCRA9TVsSAnZWagAA1vEP/3SicO+tk7LSh+zWgTDu\nHtHh1i4tNwRAiC+UwRfrKXNtdn1oRNEGdhlVS+n6O6d8a7+P74Arh0oBjLso\nc9JBo00nRoGIEov51xHXvY1jW9hUNNV3UlR0Gj5OpH83JhEkkizvKO673A8+\nI7ow1pGcxBCwd/asy4tVyoHyjVtowdolMxhU+xX5aZxOE9jbU36FX6nTf99D\ngFgUG4jxHyt6kiF2bc1i1alm5l23TpFhazD6AiKoe6B2qbDXDYT24FV4dwwo\nnKxF1P9EuroaQ+URSdouyVBSXHHMUqMB8Z1bvgEws0rc3lcaiBlGm56pGbvY\nymgALIZHuoFlUIHVYJLM9OlS2/OAPimp9PQg0Ot7KJjSz0R+Oo8sUbItB0td\niMMLxpDgWtvuv2ae60ferdJQUywxgIUr6wtDAtgsGW55zDgpf4W9ejJCAYaR\nV/ZxXssOkfYO2OQwhRW4DVv92MMK+TmwNJ+Dn2PDS+5SjQLsQLa9AzxOmKXm\npyypwRNXkcwQikzT8TfEv0BR6YCFsfuCllDDfQU4cx3BSgk4zQEYPmagHuow\n7LfKHFAOm6uC/PUVCBgTsB6YZpuj/wJSW2DbmDPV7oXI1hX+hlNP9eS5BYu1\nGS9cxVBve3phIoHUT4TGRxi19dBccgPnAyDE8YFjUC2a6lvQpkkLGeYSpKs7\nnzFz\r\n=/NdG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsLqrCQKupDJ0nIa+IGsor4qqN5P7WJFx9Ft5CCBIe5QIhAIW0w2Tg6IbyGGSMfoUGaIPEdAFwpFo2at9qB8iv0iP8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.426d2e96_1547627225438_0.3739535088636785"},"_hasShrinkwrap":false},"0.16.0-alpha.9868fdff":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9868fdff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9868fdff","dist":{"shasum":"f5affd83a35eadfc3234550b24a2234123118d57","integrity":"sha512-yEc1pf0veCxCXVHMRSmoshqcmLq0pE3hF2llCsZQFc3T/GS1qw0ctOMyIyUev/qMGzlb4Xr4cn417X8o0DhWoQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9868fdff.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPusVCRA9TVsSAnZWagAAvk0P/0ruCIwGN7f/3MkpVD5G\nAYduZsvbY+iagF6vDieltdVGxMTddZu+m6DDou2G9749Y1Wii5f7ar3Nx8fY\n120UrTIt0DEOMhunRRxixDcFr7xA9NHsSLcWu1hRfMjzIFP3tn/JBxq/mVl6\n23ycbr0KOdR3JcZj7b6/R338+ZI/YD0fyA3eNROVxbHJVF9h7yXGc1KXzdrA\ndrEpwfRfsZG6BG92CZ+gDmIz2opMyFvqpkWYGx/Z+dYPc9gQS94HlFZbreMp\nTjAjrSKKwfOfO5aFA2xrGQpX5H8G+Eb79wBCdLln4HFnzApxAOj7F/qZ42p1\n7XY0lYlw68lBxzQSDmYg8gVlA1MAXeux4o9yO0oRcD9RhXfVQNljIap2QqZS\nKbC00QxhHBJCJtZEO4/QcAEZWlxwWfrR7uC1DS7Wmp+g62PfwkE07PRLy72H\nFCplkpMiDCUPWRwfwPm9vPgtsDelVOSrfbNWmNaNfTLeBemuOYCh/kC4EpFD\nWmRxSgJXejcwN2mG/3Q4hbY/G5BPHWiRjyCYFycZ8pNtD+nRi6zHbdLgrU5P\n6CAofXFZyNjmc2Oppt0Gm6PX9caVREHWjttYlUfgkf3QLOA7AlDW/T+8/A73\nKfbNnPHXnGiLYOzSbt+IHlGOUHxq7dA51/UfaNb5P18yco7tvih9fzQoRM3z\nhYBr\r\n=jtwT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4L6tEfU0dpVSxC00YPnQemNQwuTeBTLfEOvhA6NtZPQIhAIUwM9tCXO+6y3XAZlfzqPJks4ny07OcJRE0VPeWOFmQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9868fdff_1547627284454_0.892581836959107"},"_hasShrinkwrap":false},"0.16.0-alpha.c8f3ac85":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c8f3ac85","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c8f3ac85","dist":{"shasum":"aa6c104f5417f44217dc86352ee40480cf3ecd5d","integrity":"sha512-688JbWMvVQHRSv3y0RHd3b7T7/POBfdHkhwzheS3lhH6NeydfiCxnTRg+/ZOXbhEPYOzzjPmlubTCXm1CnEmWw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c8f3ac85.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPwHQCRA9TVsSAnZWagAABN4P+gPqME16T0rrK6m8TtAN\nlDCTpAe2LfPI/Zuj0HjsMjxxqTYyCUp3RKLUpJWqNtRBpqTFm+9qthIcmAAe\n88iO+FBJvz01j6G8MUd7w1a0yApn6dRWVK1aXdeXH9hMnMD0GGFpLMd6RrXV\n3vJ2D07NoQMVi023cM6DJYDygLSEWVPqGt6seo27fBe7MilHDSpATCka+weR\nPv9RSlYUPXh9fUmpXbX5DTOyyt632PEA1y5fHA7LWswq+Kbcf4OPAjV1MApL\n0TP8/+5q1MjXapybcuBQAOaqz+P+FXkQe7+aHqHlJLcoomDdsABr+R3uQM8v\nYoHLG5aPc9NSDOSjFSQZWikoyhOlPXyUHQjo7jjAEKTe5ZFRIhr+WNRuHatH\nZKqdyYoLU1Qv+EukyTZ5TDqnL02jdCGv7wibQ2pBe124VYTem2q1tDdPcmxB\niCLGJqPu7l38n/SHQPaweXrY4w4VC4fAsIdlql2Wg5MHi/UbAmjYQbpCyOfp\nXrCyn4DRUIstBBXl6c6WZ+8+UnQBCfy9s7u0Se5skG4+MeCG+7+x2XAjoteT\nE/G+P7OPrxx2c79XP7z6BCMUgjSlwVc0uBnEj1Svrftru4n6yJl+Res09yH1\nm799mjxFth17btGqKF0mrhMQqeRESN8Pryb/5BYs8/pa1pG0oQ6yiQpARq27\nODex\r\n=2nDZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCKL0hfQSVIM1Zek9Y50vbsHZCbC/fV7fvT8qMhRdFxAIgYldPX2svHpLHT/6jcLmDKfIodUofgzCeSw5kZtqbF0o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c8f3ac85_1547633103826_0.4149507708158515"},"_hasShrinkwrap":false},"0.16.0-alpha.2ee3819e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.2ee3819e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.2ee3819e","dist":{"shasum":"12d62c0c7c65f6b9dd5499b7b7f6915072c7b041","integrity":"sha512-UjJfpOI/jwHKKSTAoIZhU5oc+toYETQlt8OXaTBOwOIkiLUHRKiION1JhLcFUPPefK4TkJWw+EVWkckFR5s5SQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.2ee3819e.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPySKCRA9TVsSAnZWagAApRAP/jo831UYbpAOJuLZWFsT\n/Lv7ax6woL/g/jPfIb6DxSt76UlYIiX1wQdGSEFklukS12uo433C6jJZhP8s\ncoTopducWeTmP8V6AlPJKI8fgxc8vT0IMej4RMheT+rarTGbMs3eW9sVtTEE\nSl7spoNVWf9t2mMkmepu7k9w0iYPlwFyok6jF6o7n/Mg8Jm0eslbf1c0OOr1\nFSLj/favRfmApc6+1Bz78jlmbiatCJhhlbdNYpxnZpg+Rkg/vZYxGyOpJLR9\nC3T8QYxiAvKrFspyiuYxjLRUxE+NTBJuBtmJvU6x8bUbpra9TUz24xD8cJlB\npKg3QZJjcvjdsd0WkSpRSdkAI+fxB5Vk/kJjYhon2x8Dmptr0L+JMJgR16bj\ne3bv7jFjaRUQYjV7YBBZIQ6wCkOTspzsDat72Zmkeku7oSEYoImXxP6GwSb2\nLgc8Do1vtdEqmdTmBP76q1iS34FWYHEHC6PcJQVUdxARjoXBL5GBDrJeWIIu\nIkvJan8ITZHRD9h8ixME+W2uRl7Bzsd16Rc7+vvdGbJNFgL4Ffvj9DFMjuqZ\n9yAvXyvNbyEpzmtOj+RE3N9WKNTz8ayH+sEa4VnJ874d9iRyB44DK4/xsmdz\nFmVX2tPsLzJEVYe+FwFPU1gZx9dLNkXWjloyGKmogJw2ZpeOEy1Dp5P/sXRp\n4TeF\r\n=QgM6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdA1Civ3q00s760oMFQ5DTYXg1RqF7pRdqu/VU5m3l8AiEAz/+ceS53TY303gke+vP/0Ay6MUzwMTT79vBBrD/tgK8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.2ee3819e_1547641994015_0.7775333941236293"},"_hasShrinkwrap":false},"0.16.0-alpha.d9f6efcf":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d9f6efcf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d9f6efcf","dist":{"shasum":"51840f6d4b04ab59c167ac697df8613d6262efee","integrity":"sha512-KQ54F+1+cuG2eL39IdM9/TBEfPZ5UVls1GkpvqaqDyvQZX26pKxpUswpbhVm8tZnNuiZyFzLmiekBiNhmEVSMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d9f6efcf.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP4MYCRA9TVsSAnZWagAAtVsP/3W7wibKpXw2EsONJbmH\nLcMary6mDlCcLoHZVn9ZTDHfKXOQqpzpHzXFrfDNN/ezDLUeuFVSqYskFyF8\nvYA/YNERAIuQY1B1LIZvDVkmYVcTY61QUdq11JCsPaL5oLIYVTUvxXmm36LI\nkx47ULrMaVOtZdS5xVnr5FnF6a9g6QSGBaMO4KZB1fyNUq+gHl8Nc1eapLNc\nWekf/V4Oaz5oxpzNhR/7qr4loH6vjvMvYviDQ2OhnsQ3k9kSt7pRmmrHMYiR\nbKFhe/4Xf1+zpJUSbuOrjun/hshXjCXCBmZbrETTANRt+Bj2yDT/ccNxZtYh\n27qzZ9KaYRH9EbAMBs8jV2iNKcCkFBkzhb2hX4b+5hcEr1tD3p/OG9f21q6n\nrZD2k862/aTZvpEcR+L7c3CREmbbaLjlkjUOZAOde6ckmufGt3CbUMlbtFp5\naXaTfB5NJloQGC/1B4zAm5TOmf/6XfljM2/fXAOpqf5UM+xNNp/wvFK2d96w\nDrKWVHZ8wbR8t0ubDl6YEEgmeBXHFNaKVSuqcvaYyVwsdFGcB6L+8EOx0Sti\nSOvNHBM+0Uq6eTBdFKYMj83rReRjmZCVwJOkED7ltjVC6yPz/7dm7hZVfUrK\neMN6sjcD/sZGNH6rmSbJiHVZH/0WbaBakQgkmvHZ0Oxu+BVJtbuOr6owCR3b\nTAaZ\r\n=AJrR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdkmCXixXp02l0V+vGjKpuwY/j6ABWzbHcaMq7/8RokwIgP7HxoB5NW7IzUDxMU7jl6X++LcxVAR6TeqQrPTn1ZvE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d9f6efcf_1547666199555_0.3080362943748036"},"_hasShrinkwrap":false},"0.16.0-alpha.cedd99da":{"name":"graphql-codegen-core","version":"0.16.0-alpha.cedd99da","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.cedd99da","dist":{"shasum":"329945903e533e75c77b4c98536d18ab2bebbec5","integrity":"sha512-LOKg/y2JsNP969ZwVzs1waNYXr4kmhjFXUAqa96crLvOGvzyqpQTeQWi9l8fDP/HP5KpVhrOT4x8qsNsRWW3eQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.cedd99da.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP4a1CRA9TVsSAnZWagAAamUP/i5Obx5daiNXSI2SIGtW\n0jFyMnrUtvCr4e4iJxYnvH6zu/Ff4MPYKBhntGaiOZFTDdZmN0Z5pKgZNw6N\ne2NI4u/bcy6bOUBr3iaGHYbVasTPIESZBc0dHzocTdxPTvh1yp6bumSmGH3q\nVlv+B10Ss7Jn+N/cjigEwwnmzkHDJlHe1Vi7oRZeJnAdkQxsTDa1obA3RmxF\n8ZUzEwYkk/mr63FuteIGmQFjhv30w9r4exTHzq/1LlOfVwLghGo7KlQmX+Fo\nePgsRi6mHDzbYTuicD0/+vpE9k19uGpl/MYOJ/WwAAvvRiCC7dglwnNp4T9T\niW/ROCmdIMy9qc5PPkCxZ4Ud2S2l3k/SEn2LBj2hOjayLA+b3/4wxueAHuA7\nw/3ToutGoGvBukpqya4PbFfyFlxDKYk0iN1VfdBCSh2JGKcZCd1fq/EOEazu\n518dFUEYcgw0sb+qSO5KzLugxlQk73AUhceALJWp/HsAz5nEJHCx0HLtUivn\nMHdd4rz15i5zHBLhZUn9AP6cxZxxDHQjBnVbzkl7Zx2Kbpm3Fao3IDsQovSL\nhQUO5hL7z7Xp61fHM4WanimlPTRrMJDv2uwygWPeWZdUWvO1MljYfRLSGeBV\nXwlz/+15mm3Sy3ReqYCxKcYzu1ZSdHAKEm+F9YzJB9qOaum+X6x5RH7cHB66\nFiFO\r\n=W3vv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLAY0GmFdnp728WMBiq12o6XMBuePc2uQPxLdFUtKDOAIhAJeYwDXE1GGLnZuVWD8arCMtnQPxUlHqrD3UE6xTjRA2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.cedd99da_1547667124136_0.30612880415364074"},"_hasShrinkwrap":false},"0.16.0-alpha.7873cec4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7873cec4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7873cec4","dist":{"shasum":"759d9727689a5dbe89af226e1c46602df1bed2f3","integrity":"sha512-mRv+RvHICRqzurHwNMq+i2wYbTAYMBled+ulH8ttDyxWRpAE38otV1Npz2zLGI1dDOPo1y7590hVe5WX/9+aDA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7873cec4.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQDFYCRA9TVsSAnZWagAAzkwP/Rhm9Ud9smsnXr3Ae3il\nr42eJvxRa8T074naCbpeX1aMN7rD7mxEoVitXnomQmNkUJ2dq/qvczQ1LPTJ\nze4oqbQiCkxN6lT9OeshMsQYMfvL8FcUvYVYGTwblxn10VDBKkeTSrf8iEbU\nl40vknt9e8vmREglSIhirjcFrpM/hCLfLbsltZTEkWrukLiAyoHr5rp7fS55\nAi3Vu1yR2cdOSM9C1Ra9TPzGDsr5n2lnC/PsvXfV9Fd7/SI/lr032fZfokpW\nWCt8UqIFZ7Yqqnva2gI8jluCqv1Bo9uuBDbKOgacremVlZ08TwYXU73MopTf\nzXkb5SMynXLpD7IUpYlMnK5/TMWPe8srIBWrLdnv9IxiZPdkDlAsyS7pNQeS\nMN9FMzxR8Bgp9LZ7bfjPD9R52A3a2pn+T64bRw+Lh8HybY6m+rg3Ob8nxgHW\nd4NnC1Nqyo9RlQ+3sDhnhaaCbrx1fOCIwanEb/7LIcCxgkNRV+EMhb9+Fc6l\n+Vv/r2xm2kYA+vaeoN1XqRdHSuGRt6NREaCxjIxgINKvULipHGyd2mN22Kpw\nZX0iRhYIEmZKJx2oNIuSjLviM6/TMHwaB+2E8txnHqJt1AKpMaUeZqWsNsWP\nR+OPTNZgrBlmGjutF61jcaOQ7YPQW6qOqPSCH6psdM1kSTmtD5M/mC0K0Al5\nMQDH\r\n=pVcw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZEiv1Ufq5OB3oqiPEueWoXlNxH/XNaAotfMxnNZMkxQIhAO3s6OtYxXjML2dlUPmn/Lsy6URONJUxOrNIMzkYaCiL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7873cec4_1547710808055_0.24282756038421138"},"_hasShrinkwrap":false},"0.16.0-alpha.0957da87":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0957da87","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0957da87","dist":{"shasum":"4c33e452b35ec1055e3d8483fe0ee46d80d72799","integrity":"sha512-heWAAXusdBLNMg/WD6mXswTVUszMlISnTvYc+nKxOq27JlqXP3TJersvlxKq8P5Wwm5j98fQCmY6wbErzjxRbQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0957da87.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQDFkCRA9TVsSAnZWagAA/GgP/3ZDZPXaxjFRwlpsCC2q\nDRBQQUr8jx8cgeTqqUcryGvP4HvUSrsKs1Tp7w7XM5LjCqCj8I7DrAHEvoNa\n6LcIAHxexgf6vPmuEaI2bNYhmidtVveHtq1012yVBOrwCfsWROqMbe48n/E8\nXD6vBmXnYYpvFKs7IlH3+hteou9+hUdxzNYQoaGUffcDkN2ysFxyfvDBo7B2\ncfN/D0mZA9VVJjhvAGFMWjXc/N6Y35TDlX4XXrg7XJlw/ZhtOAUjhdLkkENH\nUOr5Xu3O7sanIqL1yPA3VgxffH0ZihD4iMkoj7slmQJZW6U2lodfrTa93ppY\nZZSqtCv67ryzf+NAI/RiBFXk32Y8zlz/WGJYOxTj0RbRuMjpfWR86k9efuSF\nbgTfvzUPIIxRIFoHhpIqj/OiRN/4/+8gy/zXwkBZblg9bebjBc3JxZcCWze3\nf84QLsYok7JO/NpQo9/07IFU0HLXHhitw0EiEdHqJW4YDaAhMSn7wnDAquzd\nwtUxIl+DmzHCIprC5SCyMfc7KXJuLmXyxPOIZuoqh1MQyu/AVZPD9hXuGEzv\n0DpoGcGcvBxX+cg5A9OP2sgvZGxzB6pp2FDrah7Mf06PT6X9/sE9V8LaIy4s\nvLIfQrSXB/peHUwiKnlxOqW1YIquUYDKgqehHarLyURZBTkyNRGHQ4OeW9Tt\nDN1L\r\n=LK6P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCakKHCSldlaS7RFM7plHV1NVFRWGvm6L5WKERHWJifzAIhANXHAx4ufoiHeBs0Qp2kjgSMU7kuGaYsFkANi7Mt41xB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0957da87_1547710819768_0.334294585768951"},"_hasShrinkwrap":false},"0.16.0-alpha.86f1aeca":{"name":"graphql-codegen-core","version":"0.16.0-alpha.86f1aeca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.86f1aeca","dist":{"shasum":"4579e1f187d956a16e652b7be712b98196210d6c","integrity":"sha512-SmNoD3ITGkmgnihTbtgBVd/6oPUOuSWFUjfwHwT+vLzQiMpdvkw37iCPgevTA0CAGRPJZt9yi4TAdSN6e09+kw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.86f1aeca.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQGfaCRA9TVsSAnZWagAA5X4P/A3ftrC1M/v9LJF8k/Bx\nimZx+bPCjfHZ3TAkUjOXwJ3SC+vP2LvQUCt0l3Ubbw1M+OrWS1JRMwde7jqF\nJhr9qXoLyaaem9X/sEKf25g+wEt1itBPffh67De8C0x2iKZMHueFjV2TTsjF\n8Rt/c2WT+wx6fKD3CD3eTMscNCqNRCorzoZoIoa0vjSZh3j5uoDcFcnwebAx\nxDzbaLXHkFuJee5uD6gFn4l1mSHCgDo/sdCp0v4C0yMa+Mn9fQ52aRWbKe3F\nDnA4X3AfVTXCDO3NOYFpI2oRjyoJfuu8nQCA73TG4TbqqqLyFmYU8etbwtKx\nM26svGx/hvKLMG9nbGiqX316QRNEseCp50FN9sEmvY5jWY5SD1WMhcP4/MEf\n6eJushgvYAZ4dXOraloVb51mBNrU2FmBBfONzGbboLwR0rGNCWlkNIySrnA3\ncFY328pmIwwOO/UlkedCWH/hINItd8rAqNowAAyPXRYq+4R37D8NTzFid9ix\ngmS8VTxN+9c2vjxrKf7RNbY93zP+/+zcPwWFF4oR50XJ/GQRd8W2GE5hmvR+\nZItM8mPqROgdEf6P05yKWTZu0yBOaedqqDljRgFLOge5hsd/0eUz0sU24pWp\n5tW30rpnccEA0lu0B0Yz11joJL7vr/7p79nd24tsR72uFeMzZ3zlbLooq1zV\nykuX\r\n=Q7oC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID43hw9aS+3d9OF3GVjE3g1+ogzTJzMubKKrO01XQC/tAiEAs++LkTD0FseKrEI0kypFDvEWeoeFe/OKOmYnmuSuviI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.86f1aeca_1547724761714_0.9576675847810674"},"_hasShrinkwrap":false},"0.16.0-alpha.475cffc4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.475cffc4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.475cffc4","dist":{"shasum":"3a63346e3de6c55183b1ad432a0324df471ff278","integrity":"sha512-pS1JwOWaglwvs5yUKfSkJ2xiqPCmD8d4FiqI95yBAUXD08OPGl6ps5lEeW2gn/3hqkXJFoqRo6EILiwv9009Yw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.475cffc4.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQG6QCRA9TVsSAnZWagAAE1gQAJWEi0nKUaX4rHYu4BXI\n7QGVfDdXPnh3pyfjwULU+YDF6TzLBBvm2dU3d2CFr0pHq3jwdokNuJrC9qkS\nr6Kpl1Nm/toCJoaMTX5Gww+c0mXeVOi6DnAdnxtg2N0Dav8l6M+axEjScF0m\n1pn26ad9W4L+X5ZSIEv67yW17PpzinQjjJyeGu6vfdQSed2S23MSK9QuatIS\nF1q0xVp56qPR9dC4o4KmLIGlO1H68bgFb5K/10KjdIYjx2Jx3HuKo3YqUtUJ\nFlRZ+FZo9lVG9uQEc46eF9RehihJkIHWOpg8pwBU8WGCOBr423ddS+Jta0Vt\n4At97tq+v5ApcmzNWUDnPquReopycRDp2rqS8elXhMRReMPj0lbMvcpz5yW5\nJUf2ZH9j/+P8PYwVxx9nh/pRUScYKtFqRGN9shgF3+Mtb3/7Ncyl/YCO3hlk\njSh882GMnNXTGJ2sJiciWKOqMlR/JnHUuGr1wDeIigpTjLJQ78muTi/KVf6w\ngLLlDD3+bd51QZG7o/6/3wzxfcRPqK2BLsmsBVwoCSIq0h/V4ySx15d6RjZF\nlVe7zk6N/2QGwNv5ZhneHxZhqu5FB1MJeN+wfOM33Rt3aeDadqNrCDmjgcJI\n2GXyjQAomJsSL4sn77WNyvVO1QCTvClEmB4QrlAeIMAZ5BtPcsqDOQj314/J\nIjq4\r\n=Vl8T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm6pUhFR2cYwrMvb2HCpo2u9yDw4sUu1NSOKbiC4YToQIhAPR/RSj5/TZS0NyUYHFzk7VzsamM1poIyHXBGKnojFy1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.475cffc4_1547726479314_0.09295664682888383"},"_hasShrinkwrap":false},"0.16.0-alpha.d2db8520":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d2db8520","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d2db8520","dist":{"shasum":"82ac5703a32931a05fae41f112fde5601842b7c9","integrity":"sha512-lcbGjgpdQHM6tjs4VhTUMaCcdLUFQqjefbgE4qbPu9eflcMN+r5WpoSoQjBv/+5qhfwGitfaoiwHn3Hpy4RbQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d2db8520.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQHMWCRA9TVsSAnZWagAAxv4P/jPXcK7Dc0hruzhL3v6S\nQrQndXSzU6zrO5G3jOmaeKyo+Czt8yIfJb+7/MLB1oDM339UKHTlAuFY6ClS\nXB8QRtqD2GnBGYSWePpxKKXhxs1xGMVLL+RPqV/aDFztsRRn547B951mGv9I\nS6qWcGo+EvgbVpGfxvSL9HhuWVYsrvoC8fW7nVp7L5S++Bkw3FCb1c3KNht7\nK3CTgWtSVgma4j6lhADBVUPZACXmEVesiKhUgtqClZ7E9/BFGstYHNEd6Pl9\nRGORZwwgzTq7X16tHA5fYz8zIvJgFVp+QdSVz7U/cLV/StsGVCAKCszTsX+e\nsAGIifu9hz+lSgoXwHfPfOYogY5Kk98qhm9Ib30sXfvd8vCtbb5qowiubURQ\nY8NhBDDYiaDjZZI8yNA5QwMc+A6vmPmL0hB+0l9G8DrW45U7/1AzIKAUK/TE\n6/l1KmVCHlvNxwiOSZJ96HlpsBn5rO/CYXay+T0zLJ8Kio2Xv+sYhNMYWOKX\nMvJvJ0e39ySWApq+xsmQOpdynNa+pGNp/14BUCaaith9pz0Q5XSNiVUBqzq4\nlwZMf9PRzFDMkiQ7GSB8N0dq+ntWxqCCd3snHhySeaxE90Ge/zoNPEVaJnLD\n7NzjKn2Mp/PIazOQFtqAK0pBK9uawiSUJ0xFr21FUEkxl1QuA86uX/GqKINl\njRuS\r\n=hdt1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGsb4vwoDrrKyZE+iRyHqp420tGiRYQGAtHJ4WE0QKCbAiEAyd0uYuSgNmKej01I/VMV38rKzb9eW1sWbQI5DIRLHsc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d2db8520_1547727637819_0.38189523190368213"},"_hasShrinkwrap":false},"0.16.0-alpha.5f5eec01":{"name":"graphql-codegen-core","version":"0.16.0-alpha.5f5eec01","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.5f5eec01","dist":{"shasum":"62e983482b0885751e6378cc368283de4c38c290","integrity":"sha512-7ndIEuHFmtiEvgzc3yUnwhH/WbajmjViRFereuoY6Hkyf+1JBplxrQHEO3XTAWr8nP3ZID5D9mSmlKNxj/lGpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.5f5eec01.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQHT/CRA9TVsSAnZWagAAoZAQAJhaVUgHia+J8Y4ZJzqC\nJBasQi9Ee5fjHS9OugiBMDtq2uokiwkVdZmWjBNoMLLxAATd5Fdh95l0+B/7\nt3ZwxW7Bmpm4wI+gEf3kPJ0ddKm7v1ss/V7gRjnwCCVk9cJ1nV9y6YgYUkNm\n9bqiiK18iRwzRa6dz4ayDTeeGr84vzcJDkEm5iTpm4UANf5qszmEIArEeaYf\nsPWRmi9WYfdLHUd6mh4GFbPWu0imz/SstBkfIlYTdSJTjUwWIx3T+2fxZF6Q\n31mYs3tXo4Ss1zzdPElpTpfAbl1DXVtjZ9rMM4y9zr3Yy0fqkpjs2ZLSk1iH\nW2w4ej5Kd8ES6R6PKRuzgB5iC6tJwDnOj6/b8POkuA7nxqNGb9L4GUrychCs\n9tUOUL5ATh9U2i6mvT+zgcooIPg33WAB0D77ppOUXQ92aOxTE5Jsv489QSi1\nOQ3p82ZKKcpA7+hQCF87Bo08J7TdGViX/Tz3WC2TEwdmagy5RtAHilG1tDRy\n8BunJY7zB7BYAwZcPF3ktsV8UW0bAUkco8EuuCSoWcULBEGgrC05YkFZqmLr\nCLsEXQzEfeEnXljUkKkC7snzyoaYgPJn0jfWtDVe3TPEajN4UTY4Fgl1xDBI\nm+o+aL3G5A0TQTW5hYlCPOvMTl8Pxzxr1ysYl4zFRDvI2W9blphvD6VvU3hu\njrcU\r\n=vDXd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFs541NQMkJI4kB/VLsRTWwyJG6Vam7Kr+Bo5rwZmku7AiEA7Kwp+wcYjNOfYccC6ABCnOt9ZWP1LveAt7pS6xrWPBI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.5f5eec01_1547728126824_0.13770505913296072"},"_hasShrinkwrap":false},"0.16.0-alpha.b9914b46":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b9914b46","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b9914b46","dist":{"shasum":"002877879a07bf9373167a7d604e66600be5d517","integrity":"sha512-pBSsa0AHRtHGR6i26c/QwUj7Ld9mDAsTERO2+XxjT/1BtbTWxOFKAsmSuq2nReItlHHerchrrw6vHVnWwC4nuw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b9914b46.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQHX9CRA9TVsSAnZWagAALuMP/iWtrsWs/aRMlVFN+9D/\nfYhh6VFCYZB6yvvtuXuPU/L//eW+ge8XhWApHewF6eWvEbhbXdmGIJBC1mMh\nVDhwzcFQJmPbBNMfUjXbLGWbv5/0y+Gn4Q1Aafo8BrnOPfpeuCK2aH7aQ3Ry\nncGMJhIV8pQdf+M5AkZXPCRPhArkTvyNdZcdgW4zrEF5SxFlAaCYz4pwcU4q\n0BTPDaEx3vJm0ZdWudLyR9XgHeO1tLWumyjkZ/dt2arCQffa4i49e7oWTzUK\n2wQjZaBjpq5zZHdZgJYHDA4PikKA1btXAyJgRawgV9cljsUyuVsPjwG1RGW9\nZTPai84NFs2xwDKMGkKKbcitfSmfC0UAyRr3ve+K9VxbudAZ3Y4xKcw+AxMI\nHa0F/pK308Li02Y+ATiU2Y6QaRrmn5cmFxE1GcBjsIufPcpu8sDPoJ4XhMK1\nHn3jM939Wd7kQCO7oa+CmYaPSXksh7iL8NiFedbYbGonUoEDB5S8LNb91dcN\nlpPhm0WHIPTcEhPj20A++/BoekxhXdJniJ9R/5x5u/sRz1U+tUPlavBr38DS\n0lWYZgrD2P0GiYAgxQpTUzYfbD/W3T53zZ7bOx2vOpHgIg4byiAEtRPfZ+Pb\nU+kgyNRrkjrgOUHgrE1DKeT8qH+PjRp5+OCsZBmvvrQuH8oKoVFJ1rcF6RtO\naaTG\r\n=CT/k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASPazlKdGoApg2O/KjWbWQgslstPH31/M4hnyqgx2cGAiB8CnZ2Xbh8c0svDVdaJNDN3OyMwQ/tw1K3JmzeQoXWyg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b9914b46_1547728380810_0.8751215415886979"},"_hasShrinkwrap":false},"0.16.0-alpha.0a3de09e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.0a3de09e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.0a3de09e","dist":{"shasum":"660d865473c7c76835aecb3d1c5a81d750ee09a3","integrity":"sha512-ijIKNx5f8Xwy4/nT68r1Nr6qUBIi/W4G8yYVmGnX26OJpnsB8QTHd3sZ8l3GMXxRazBTg+nzt/mnHjNX5jBymA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.0a3de09e.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQHz9CRA9TVsSAnZWagAAGNMP/0W55mHJsuZID44xZlc5\nPiMIJolInKCCgtOShQwnaGZ6cEhquFKhQjUZazrI3Lkk1Am/EpBu5wNZ6GMA\nEV9iE9VknBNxj163Vdj61tLOK77Kz5nHviRLmywESbQmBwg9hJkUqekY5LY4\nnyoEk9Kw145HoPA1Wqfk2MMh77U/SpuNHoXWsarb3CNse5DcKuwP68tIcgpI\naqN6Z40WYM3Y3W57i0vKM7mTUq57QvkrwnYKRVoq5hOSOgXmk12hMdUNvdbg\nMD5SG20FdfnIqdy7CvNyREoryhBXGxH9GdIugw1rj5bfiT8/2HpHsVT1JzIh\n7dffP3g/9YjJXJgYD1aU95Rbqkk8wAc0vj7qPuUf8ePHNLck5tmfzw8d0YaE\nX5dy4o6xuViALDdAU4/ORgbd67YMlIwbf/6n6OyD1GGqWwJZpGvoGIIqb/Xa\n2wU+9X7XL+4CaSH45PGZk2XJfkG815okHVEgUKJzrew5WIBVDWgRdqkEbzLM\nhpu3rYfxfoGOwfhsRJt+25/oQa7K3uVFbHfDEaEVV0jkT1n+SgH5OjtlwRJc\n4XEaJxAAWtFnpk12/euzpyicrSJdeg1BdWbf4sMc/87VmHSQOucGpQMAhB1y\nb7eKT6sxHOmR7wibxv2tguS4nUkpG2up5g0zATyZkopr8WVBCQXDGA8VoHoL\no2iv\r\n=KRdn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfLGzfjO3+gwbnmMZm0XinHwhlpEcVUbij5DuDlESkogIhAP7KLY/QWQMMXsafEbzKsl0unFetyEUm0JdKuYIikUVz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.0a3de09e_1547730172786_0.9275496326763277"},"_hasShrinkwrap":false},"0.16.0-alpha.c2b26dd2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c2b26dd2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c2b26dd2","dist":{"shasum":"4a247cc9c841744931b166473339c64faae3026e","integrity":"sha512-aI4pTUXDmPsLJ34GFgHikYdQyv8kjgxMgBg4X3PAveWX2ly61NDOqLx9a5Fv5tK7WVhKkrSL92HfagPfpXMQaw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c2b26dd2.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQImnCRA9TVsSAnZWagAA80kP/RtiXLPcFWhTEbvdFFpN\niYvjxuU/drZM6ziWBPvk62ZOhikg1MP/C5k+N9OsR177ji5vNUXXdSBDiRiJ\nPnNq8i/Fq4krcTPxEKYAZIHyVczv7sM2OVafHrZEHQVzw9nK1AaHNkm9dCAK\nIyxh5s9EJkt60rxEIIxdD4Z/ZQBC+ogfUuhNRGzDOoyXul+eLRMyk6oKWutn\nY1QbE+tNPx3bjuB17lJ/ejhShJ3FULtHvbDVThqnjO/fvwuzN98X++GUQUW4\n58/NH79Ip7a5WMhoO3nvu6MShpesG2JqGyPwljn3C9kj8DFxnwJxLrvshe7x\nkzX4tZg7R9hZ8l/UXsN9bXU8v/GWQ/aOsZUzZBo9Jyoyes4Nv6TZFHIQCzoZ\nQYHEZgxMX0fL8Mx73Cs9eplDHmLX5RltxnRe2LG3QGO1jl1M92O0SP3kjElH\ntVObLYdels0oIYeEsRtexp0Y8G4KthQ47meloM9FeZiwd0FpthniBHBaCyrz\nm4h4+fAAqsCMIKJNeWTiYfiQIGUuugJXHyqoPhohZcMmbt6ZWwKlrLP6ioFA\nTNSqMIkJQ5B9+ZtOmFzdKuG//n4iiNgdRxMLQJ80O5GOvEHsvyEXqrZMRoam\nQU1mtKNvj2h6esewrQOxclyYD1/KPhKB+uLXU0VPwlofGshEX8w1JlK5PVaQ\nn2ra\r\n=y02h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAorRp7+HChLMJjNbFPpn950f0lSiFFkSdHaSmEg36XkAiBD4SxKI3CJH6mk2OeAGgOaTkPUaIA2jngRmRrAZf8BgA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c2b26dd2_1547733414742_0.1539718743149603"},"_hasShrinkwrap":false},"0.16.0-alpha.21609e70":{"name":"graphql-codegen-core","version":"0.16.0-alpha.21609e70","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.21609e70","dist":{"shasum":"f1bbaa07d6f2f89aeca8f5ad684d3baf63350067","integrity":"sha512-aJB/IrqxHwZe3QCCkRssKxpJkxg6F9pe7eGYmAmIRDB4EqbkDfXX8KZ1mkW7LkFhuUn6PnLTx/tR5k5tIWS/pA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.21609e70.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQLHwCRA9TVsSAnZWagAAOzkQAJA6DTAJeyKQWGysncGU\nqAG+/hkZryr0Ipib5Ai0I+aA7l4POMWDXVesM36WMmX7fqwaurle5GDcqeKc\nipEAoL3dXRbBPnULYrZ6zHUtUVys3EDNXemuV9T6HS+76SK7oyoUgUXCpPgQ\nqU/GynM/W9y28PDKHk31Buh3sChTb+fBlxQmsJOu2Doa95OoXu6iULv97XGl\nwjO4qrSvubsPFmHWOPcOGwUQbJHGjSQxrWomkt19/FImQwnsNyG+wzYx+Z+M\ncUcVsAlVGxucQsLrGt0fM3ZDFVKX+P5gprDCqwSsaKp72xzhiDSIlTpjM7SG\ny5ADnH+RYFJJYTaSRVceS84HFfY7Qd2AvbSixQg1O7dVKF+1Ss8iBM/saVMf\nkP5saN4mkozwzMoFuAJv2ceHCr61lz3KSdhx0lpyWfUT4fSWYYyCZNjXmCQK\nUOfca84RFGro7T5XcdR/Sd9f6qE2T15IEeNfsPUXDa0bmP0avqVJ1pgMSUhx\nB7NKXOiQcaVLLtZ5OhnJP8GsUWSL2lGDhsxP0bcvihdiRUcgmmHPEB0btTmC\nOM65rchUMvT6EvYBw75Vajo2CYg5XjZzPPX3T1MT/PIIpEMKP5Ua2DniRPFi\nHHCzUqCmhqrui09xz/2qU5fEXKlhFDoApofAks92P2t7w0EB7zaCofBHMiR5\nPihM\r\n=svg+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFHsOuHouyw+EjPLRaM+sb4mHIOiouiw1DWzumO1psM1AiAUUzjBTuQ0hoBZQEZkc9rnwiUaiDqn6fn0SkkB7OJNHg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.21609e70_1547743727823_0.9951025740562263"},"_hasShrinkwrap":false},"0.16.0-alpha.206cb192":{"name":"graphql-codegen-core","version":"0.16.0-alpha.206cb192","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.206cb192","dist":{"shasum":"ed47f3cbac5b06c702ab911aacb8a6c450a0a9d2","integrity":"sha512-ArRSOdZXOoYyglfug9gLGAPuD+tCSZLZTBK9EI43MuSWy+kDCY6phGzs1Kn+/jrIesHgKk7qZ6cWTyk2JEMvcQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.206cb192.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQLTnCRA9TVsSAnZWagAALcAP/3nurqJSOcXeEGzqm1AR\nlY45cJKr6WN+l0VHHj+yk74QZJAiNYKpdurZdsoUidTOTNJpi1TkkIctFU7C\nZOYAb1Mn2eZCowl4/KNa+2Kn7du5+0MEurJOhuKV7+gAx14IO3C5kXoce6Zn\nH5VivRUl51qr9CodGgEzyGfE3geiQZtovwuslKfsYccdupiCaLMKTboPdCgN\nJx1Xu80acaQyxHlaoSE4tmebolo4kO+wg9UYRtwiowFHV8osEpTpethnkMJA\njYxDRP1OpzhStyXPPsPBH7zeIzXWllWr7wiF0bXs6Bm19oHZh/PGqZK4YZEO\nDV7k99V4Uiwn0oriZKWtEIBon5X7r9KieKCtjvmrzhMojkzpG4rKqQqFe/Cr\nOvpLYTX/WL/G1wUk3mppf/bXnpoqADxamVnn7SPyNsrRQOA21Pc9qw+wlhEn\no9lH8N5Vc6UVP08JLcAVxPIKJKw4ls4zVfG1QERZIVhHb2ORlokSNH17y5vq\noKTRk8usJmUTd3fumwO1kNX/Pbi+1XMhJorQEX/irpI7wNK5icvG+1KcUHUj\nYH/i+EWMf+BWxIdIgrulsegL4wahjICt3JdFJQcS0X6JLPWQMZ3UkpQ+O3yC\nJSopsAEIo6wwW2MdMwAl72ZYk1GdDxekC/fgheR0/f0t6pSraQkKZ0USS9vT\n2uIw\r\n=AZjr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFSnojogKRheEmMIoIwkGYNBvdvgoaIJecmOKJKnqIogIhAIheVPf9xWrX4ZQt9caN/P/WIaZC366auO4rho0ssRg3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.206cb192_1547744487156_0.65707267798369"},"_hasShrinkwrap":false},"0.16.0-alpha.11129b6d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.11129b6d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.11129b6d","dist":{"shasum":"23276c49839275b88850568fa46eaffa64ceda5a","integrity":"sha512-DMLfkcPPlY0vJVDNqYGjOS4lwiMoWO9TueOGvEvcBBgUyuMW/VLytWvAbJ7+bhvFpeM/Bop29BkFJyX5PSqrWg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.11129b6d.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQLkYCRA9TVsSAnZWagAAwZ4P/0BRpaqjt8GbksiIxvqi\ng9DbIFPDxHqLMtLIuiSazX7tmywdD1PmwckOAV4pp3HNEKIfi1ZzwDD1pnL9\nVAQfP6c+jauz3jC7LceOPlkpemRXjG0gaIifGxTZnc0S6vdck8baL9ElrR+j\nFXp0VbGKWo7PYBmf1KLBsAi0QNG4RElQli+s3Wnr7V2AdRPOqw4qQVNjTS+f\nm6LyF9cfrc+VVQJrKsBkQhNjw3CYFf7Row6Jv6nBtcpdBppSH8/TYuymfN7N\n/U3hURSl9DjpcZm77oyPb0Es3M634fgWK3viGgdDGqwL8vmIqjBatVvewW14\newZYq09pK0A/dnD69VHm6EJ+2UC/W67s3zsaJgv1RwIXugOYuhM70oBTh64L\nfN8OfIAO0ZkZH9LbrLyresIkKtdGoGOwXk+nyiCAZ/HWwnd4lwSfQVY8qmsP\nFhozK2umWRxIAM/W/u/sfNcEQxOb4fCQP1OnJElBv2qXuY9bqNCh+R8P+pmn\n1wEct0NhD2ChQfIB9C9I8Ejpr9FJ5+eB1Ej1UCHPv2MtciVZ7m0JbL930Ezx\nqm7PAoIHDTesAfUqJNxmSf3UiIPm4afb9w59ph+DIvzHOaCcqeqNn1s5jqwY\n+y1nB++Al9yDDF6r4qccdbN4u1ANx1z0BJTJtReAW5zjFO1rbcMfbhfAt4mo\nRcX7\r\n=tV+c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICCocTTXHCPshnWb4CTUCQ4Aj8wcWsGFD7kyUhNT1LCRAiEA44FZrSwbaV5W1ACX6guQBGIj2qGU1Em2NpICB2/y61s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.11129b6d_1547745559686_0.7876400559866248"},"_hasShrinkwrap":false},"0.16.0-alpha.edb72ad6":{"name":"graphql-codegen-core","version":"0.16.0-alpha.edb72ad6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.edb72ad6","dist":{"shasum":"101651898b45513ec1cb445ced9cf0ca6de8a1cf","integrity":"sha512-CefKtiyTDKkrF+gXC7l5AiDF+rw58fmU9XGRXcpfiWbUp7bET+QCtOKaPrJeTnWiYHbQYNY7rdQZRaIeAk7Opg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.edb72ad6.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQLudCRA9TVsSAnZWagAAKBEP+QHCuUx/v4e4ZaRNdhY4\nGWlxU097w3HokY4raJUJtjuD8DjJv0jAamBGkenhH4r47qMhPF4aPa7bOpFj\nLFgzlFqefuYJMcsBC2OeJUwK8J7Qn2zkNsvrNEztp+MtG1XXbJkFFwd78r0P\nNUEirgNS/y4Ocu4Hf9GorM5D08tf1ZrnSIuNLKQfDCo+D+gNHqWgArOEBSPq\nBsnpkJwzntFaIYPooiWyofysKZ/xonMcXKiNY9E1KytcG2tBUNFPxsr93IrA\n46bKKtcq6yyvZuA+XUHm7LNveg3LQFhVJvdArKgyoZ2aMq0dy1+z5zPOpZCY\nbTLmC18zbQ8TP/bRSsMsEIA6dEWIevicszHvw5BlwagT32jgo5uofL1BXirv\nDJLKDMcI1NQDEa9Z110b5Pe5lTyegkF60ws+/3437IXuhAhqQczkzLgbq+Jt\nFRib9XfPJEl0GaAN+H1oDKk6zW2VmRTdHTtFS5VOXcZDk3IVUPaMq/Z9Q1TW\nG1jNKArBUZpRt0x9N0gYmXCrm+tA4U7PNdw+jcMGPi/oxsImCV2eaS2fWo98\njWqyZasuuOtVu6m3Go9u4+EG5Oli8pgkl3g/+/h/5oGSGsHh7ik9Gd/nVHqA\n2dwj7B/iiDenWaxlwjigpxcBfcf1suds/7BI9xpbR3QxBCWl4nwQHEV5H9bE\nYRbn\r\n=7DlF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9wNX87l6rLUxsaWAwQZaVBWqh1yqeRIqESowI9DqoywIgOdfyqVuQdv2MwbOCHguXcNZBzqQEqJYbo2agOSZvk0Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.edb72ad6_1547746204384_0.9697214242997692"},"_hasShrinkwrap":false},"0.16.0-alpha.ddc6ebb2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ddc6ebb2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ddc6ebb2","dist":{"shasum":"217a030301324f8d6166d0d3fab45bc801340f1a","integrity":"sha512-t+VwIUmaoXmLS9ilOHJ3l2VPTwgcSN0hwX7dkB7ixxOf+QsKG9ncB/oRGqa2rIHz86AtG0UxR0kHnXhVSRxcpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ddc6ebb2.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQL5BCRA9TVsSAnZWagAAy0EP/3khEkYdbMZHg8qUYf9c\n4+hKMLXE9fCcwNvij5FZmyc6wrFHZb40lEo0NSA6Xw/8PUeDHU4c8hWXIT9Z\nJnbbtizwygsvt8yx9SVm9ElBDa63WLyDPHLAf5rlkD3MaIJcGxPqBGANdyLR\nAdiVrY58qRViiB6AXTLwHYLABL78gsr/pz4TJjq854N0KyX5rSOBN0Z3D42W\nMHcmB7YFXQTz8RcEKrWH5mdmX4Dsxcb58RCwtCQFj97tGNMdlKiSvwsoaovp\nIueRKnLvs9Xt0lwC7rXZ76+pQz3aVgRIb5hcrdEVrQYwmNhLExQ5SieD042O\nGkMgJ0s1AhCe3NG62/30eizH+1lUKVfVOGW3TIuqaGORU6modNpFMUDntXCf\n1/c+huLvcK8OOD7mTBO8lX9yOE9rQWWDBZwRSsegYABylnEH5L184E5brSAz\n5/sGW5mTNFlwyscl66/Q6qqOICzNBn+JU10lsoX8FjoW9ngEUE5DhlyjBl8z\n1n/709X8Z2iIZZHa1fAk0IwPjO0pmM4v9klyBIOKpOtuzhT4Z6/kiX2jB8cy\nGyEqIz+joMPeC94gNdX4lk0e0aMntroodF6wTAqcaaOR4rtIWVH4Rv3VcAQL\npwHcJtbIjOtxWpoJGn78T9p5NqbAUmmpjhTZyUQZM+jnXg69FnKeVLvThn37\nawhR\r\n=l/7B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH7r+n18+9RVmRKw3+2NRwudEu0ZVuSB7MEam7iCz2KZAiBcr9m6jFt3RMjGPk82DAXqfN7gY3wcm0CzFHdy/6F0iQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ddc6ebb2_1547746880859_0.0036183106425939915"},"_hasShrinkwrap":false},"0.16.0-alpha.27eec8c7":{"name":"graphql-codegen-core","version":"0.16.0-alpha.27eec8c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.27eec8c7","dist":{"shasum":"d2c7b9daa13099f8333d9b6d146280e92b20f63a","integrity":"sha512-YNCw4uN9BbYVFBAa2RBodq/VKEIG3zzJc8LLu0jQtycZsIhUuBNe0YlpSPj1EttdDAUdy7tbHqeAK/aimx0EUA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.27eec8c7.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQMynCRA9TVsSAnZWagAAdocP+QEKJnTqrMFdbVauFGbz\nGeYj9aJYUAaTJmBJIfa4ksnGFu0lgCBeCrtg66UCoJNpShTleGkiVqhBOINH\ny74kywLFXqFotjS2VmU9rbgyw5FXpq5OtezdqcoCyFibLWJFOelT880Y+xdJ\nlgDItf5q7QtpwzM4Q1ctCvtJ2z7JDSvRcFhkjzBh1rppEv3bPLO23ezLMj/Y\nyQP5KSLxe48LI9ZvCPdr7hGat8sHdUHZAg46XErniqilYvzdO+WSzN4Fdste\nxMjquMB39AgXDjvzl0zkx2rL939u+NrG3sHfdS8CvA4EIAHwNlNdv3+OFvMd\nKm7z52P34udfvvRrrKbaR7ar93lvPcX8KzyImWrh+Si/vDThUIPKqz4LdqA6\n4tzhTLTlWy67uAJEcDPVf527DpYLngwG3mXUkJEHjkj1whOr4+xWAwMIuXDb\nb7Rlw3UwEg7yJRugR12uveVBnLwuZhuC3tEJhgVsgfa21rsbL3GwTER7vVDD\nvkmE2DsytpyB8pKFeF8Lii+M6j0PySa+GKU5f0imI20+Vv7sTY8OfQI/lsoH\nx/upDE9a7dhuVUVi0Mg1TAdWbsg3BNxvZJOhjs9g937FJXbomRCAEEuRyoWg\nVNqA60rdbB/59fei4sV/jUgEoNds4/HFz9zI/XsEthT7YRMXgA8/4PD3krms\noSI3\r\n=eD1P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+aiDYt140AIV73CeFfMJ74NzSq/+DvghiphMkW98RjQIhANPcgIH+/jVmJbkmb4M0qDfxiJdrVhbx8S4arq2LmmAU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.27eec8c7_1547750566155_0.0762042554764577"},"_hasShrinkwrap":false},"0.16.0-alpha.73e39b2a":{"name":"graphql-codegen-core","version":"0.16.0-alpha.73e39b2a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.73e39b2a","dist":{"shasum":"e352091b7c189f6102da1e5f309aa4b0fb185dd8","integrity":"sha512-Y+a3StkUQ1SbB/b6Wz50EONvkX5WrR+fUz8HbOFfmSXvTZpwE880Wx8nCpRV8p/+0j9NlV94OHGDKOyFIF/JSA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.73e39b2a.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQOWOCRA9TVsSAnZWagAAMY8P/3F9pbkG6is7iFJMrfLt\nZz8WDKwkksz0mO2/7QOLaRzZumHEwY4f02nhSs7raDCaswpNlFlJS+2w8ZJh\n6c20UMpdHc4+kKWHOZVrw7vv0U0Z9q0DYuWbrfInJ8KGqj84E46RM8fr86ei\nrkxZOkGrAslLc/2BG9YtY8+aa4bfl/1HnOrs5PEIyaD/fUBu9FMWM7iQGtaP\nPVBz05m6Ocv6nezsJxvlm2OHz9ROFGewjUFvJclhPgNwX5xXdWxFDAohoPWO\nFFUhspcgVZ3H+Y5PbPoU8JfD89GqwBEqWcTwgGW7PMQ0S+vq9r6FK9XgxhiM\nE9PC9oQO9Z1mVkVzEM8KJKeTtAgz+soGcByOMBP1uQ0pTu0pGPbz4xX/EOty\npB8v6yU/GNiliNz3ZoNtMU7wSVODyj2YpV0DlrPHeI5InmPQT2m6YDg29NuC\nR4lbgn7CRBinJbe79RcQiJ6/vBdluRctEH5hLXV16T+pCItCsh+JIJ9eMIaE\n+hw2U8jEh0JTbAWeNCO4lg72sbC5b4JU/DTimtsdb55LuKU9sR+Y25FQ+q6G\nFsZJ/Qh2CI401UpstQQmI9EzQao+ekrEbe8Sza8CTNZx2FCRPFipojruMtyL\nth98wPZMXIxA1b+UPuWiuLnTSuMyFQZ9apgVZ5+2XJxQuQFLQSiCE6kFP/Mu\nN8ZH\r\n=B5BE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBh8ey4cNTDfqnaEtQuHSNxqWH3Yht6VttNB9lF0lMEAIgDuTuTawPFJn7JSWqeKvGx+HRammb7i1wyPHU1Kzzmwg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.73e39b2a_1547756941747_0.17682157687312783"},"_hasShrinkwrap":false},"0.16.0-alpha.b50b458b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.b50b458b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.b50b458b","dist":{"shasum":"e7a023a4340eb8a69cc78b244e9f571a6ff33687","integrity":"sha512-GvRmFjfop1SkWZrCqQDazGOvCAgdw8mYM2KqNdfgITaWcw5OGOPB2uafMHEwZ2PRlrCFVSa+DAOl8xQrCGScPg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.b50b458b.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQQaaCRA9TVsSAnZWagAA5BwP/2zoEWBL65wirqX2N/5B\nLe29MVebghsZGyjNnAX7NAeMzlSQLMCMN0zEeIxJQIyB9M3ypE1YEH5TN4yW\nO0ChATkzgxlfltLy1pbUfk6UK9leIUeVas3sp6wsJ60UEgoZZ9LrvSsY/+V4\nAJ4clPXbieoussjTFIs4Cp1ptLztxqEgrwdyM/OPEczNA73GqzkG/BDE8B+7\nAQN1nqAEcvZH3wbGqJErv8LZhyYr6GKAZZ6tqBCxAcxT0r37LN7pec7PseZM\nf8AJrUm4JAlSDFhrH5ite3wQqm+EnWsAno64fL8dX88c5jWr4GRKXmaJOJli\ng/OjzERHf+J7hat9PrnsMpCtLuHMz+UWowOmU7cg0XoSJgg6JOo3zmAOA2kE\nAcReB/fQwld+u7Eygq/UjlRQpOZzTgOq0PUmV8xXgicZBPK7LqvngNtpkozL\nePe7bXil9ijuzeHeozZ6tJXLb+mJlf6DKmlZJxJzTTJwEl9GkVpckSqwn/yU\nhDhXqNpQANzld6dxpYOfrwVFgLbgey7vHHXu0lyoijfJ875fU7k/sOSnO18i\nMietlmZbjM6C0ALDJnjyTAwaDJO1JyXaXm9p1vlU5ds9M72V1kArvu2cV76N\nMVU6Es5CDySt+zJ4RyyOaMAMB/6Gvy70T3jnZBfpTdzi/cNORksqJ4OC0q57\nvPbl\r\n=+Qlz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCr5G240LEyaxLux0CLahK+KSRUlRrE1BLpzfig8DoXfwIhAMuxebaLazBTVZmYb9MzMoBdf4KWuuunGXNl93Hyi1ZY"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.b50b458b_1547765401431_0.60552495569048"},"_hasShrinkwrap":false},"0.16.0-alpha.7525bc98":{"name":"graphql-codegen-core","version":"0.16.0-alpha.7525bc98","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.7525bc98","dist":{"shasum":"2f9f837fa11eb17aff06f25537354119b37d18c3","integrity":"sha512-AJc23hVLLnn43C+BFSiD/yrjWVEs4s73qTiYgam7quYGTSgpsqG1583iD1GaQjOS4dxbWN/Ic1F5z5T6vHB8sA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.7525bc98.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQRXdCRA9TVsSAnZWagAABB4QAJrcfCJ9Ycp7nZO3IDm4\njNMOKZgakzQdhxSeh3yQzsB4bt7Abo9Ziz/VfiQ/HYR4bPKK2pMgTA7S5BxH\n75EDuSLuqbWGwGCx59lb5ObQ7PtQ8g03ynBJAsXw+y/6artponBVqzTQdTzp\nTlzb3tMuil0Ab7B/tN/aZ3iGNZW3pXKSLzyL36jbU3FRsuZ4asXgbnt3QEfF\niQ3HYCLSdfPrXcxM331lzxBRVnVC+MV0oIjqMh6874aqxAfj2cK2VL/ckwOE\nTZTwBR7uHl4JI4lM5fJhkl1DeSlwA9fmLiGUhg+4BvXgLtfZTlIwzPKQWRz9\nUYlwtKJyacWTn8t6zh3l7ENVA3oHZVDgrXT4OLUXeLVRFDPfFP/dRlYlP6zB\npGZ19Bs7GTJ6TUqDXeLAQWnhSsG3fEHvQ+jjOVC17xqW/H17cRppf937ksu6\nk4f6OL3qoefHCzQE8dQswnd9RzvAEnpW+AvdBhybeeI4rBtcAcdhTu4b9OIS\nKhKPk3U9I5gxGza51QkstH5JcUua1Stu9MuPVt270lbXMl+NjrO7W0Tdp5sf\niRGz08pFTrK6nUDKJN6ZaTfROhjE3pAVtKH5mIZcor2hbbRxZQ07UD3ct47y\nrRZYMW9KUijWd8hoRNbVxcJ0GWsiaEzcjXr85XUWgay8YCx66WaI5o+dm16i\nrYBd\r\n=C7FV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGYmiHYBLFwgxy8869+mEfym799FeAaDpKuxWZSKQpc0AiBM2UnXwTq9AccbMsdtKT4X2hc48a9gvZ6ov7brSW0Cyg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.7525bc98_1547769308998_0.8860722946119182"},"_hasShrinkwrap":false},"0.16.0-alpha.d2c922b5":{"name":"graphql-codegen-core","version":"0.16.0-alpha.d2c922b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.d2c922b5","dist":{"shasum":"db2d57bc5a9e5d7b7a5d521fe9c112ef72c98862","integrity":"sha512-Sh1DQjQLHo+C5q2XR7twEITN8RR0z463sQSYoH2edyhQ2FtpjpW1fgrd75cccVcI2+wOQnBA6nk5BBpRuMKZOw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.d2c922b5.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQg5/CRA9TVsSAnZWagAA18EP/RaAMzGo1LOjPT+WJIS9\nsq6+eEYkFIk/eE3Rf4zKCXIyjW4xIlzQFEnKYKzgMemqFzLvhWtWLSJGySoO\nIWroMBCIfyF5cbcEyd3MC/u//m8mIxlbA2KM+SdLUDtRn8vs+BzaOeOqX9h7\nQqa8IXJzmKUWA8WMEvcDTgH2jyaurgroVy/zocTMdBx+UGpzepcwHAOK2sAl\nKbO1ajrk+l2gQtrn6Ouxl9ECt8z30TH2GQjEfp+o/MZH3s30GB9fEDuASMRl\nmUd2LcH3v79Sm5arQqurbXfFH5ZfQNYa9zgFVl2S8kn0oK+03Ry4e1APld2i\nliSu6I13vPOeXJwdyNKwavqGjiSMUo1kDyyaboCjFPSr9+646GfSNVkrXcHJ\nMyYPZFPyBMRlqQG8d7Pn2H+y7KKEEcs1TkarZJ8uXC3RSFjB7HFBgpMS2Mmk\nCtdrwrscyaaNeN3CIf2DpC1V39Ve6LWljoVsrtsan+J2TE4Wx9AiNawkOQ89\ngfUFp4lGLTLZDbTWo9vdFO0k7dsRdIGEkOWrYQvRKg62sd5hHIRN3Bgtf5jh\n+zZPYw320p0lCkgTm2ImtxZtLoSSvOqbJfAUyYZOETUQtpISjUbZLosrugnY\nzwFRiC2s1sWYFXsSnON1Bdrl/zo7AcT0X7buPBlFCOzjTQaNd4UShiJYM0so\nitS+\r\n=C/xk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFHp6U9z7btoYYrlBwVqBU8kL17QhSwElCVyh1QDGyC/AiEAjr2GCNqdXnlj0g5DsYEvwf6RHH9noI0IlzHfRmrrl/o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.d2c922b5_1547832958985_0.4480974428130793"},"_hasShrinkwrap":false},"0.16.0-alpha.ab1abd79":{"name":"graphql-codegen-core","version":"0.16.0-alpha.ab1abd79","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.ab1abd79","dist":{"shasum":"6e20e0518c58c8e68ccda7f19e29cd47d411dd92","integrity":"sha512-5IBpBwOtbMqqO3QgpBhsA5YSxCBo6zYDOEsONXlYLQGhWN4YP9igEoLGxwWwzgyf+Tn6eBzyJmubzHuZ68VD2w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.ab1abd79.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQiTLCRA9TVsSAnZWagAAN6sP/2Ji7N+DoeVDtUT+1a4Y\nmoNlr9k7SyXP7IAtsVQ2zOulpy1k4qVJf6tYn0NFAL6vHTBuHHAJPpf9A0v7\nMDkp4zL2Aj61IBhAlsTiDVMcpJZniBY0XwPkwux8TuNLtDdqjpTlAn8wpmJB\n6o63yuh73M88iJ8ZyqYe1kmPQJKTpNoIXsNdPIYcHFrDkoDAvn25cFxU+xxr\nkKRuw7A/jOdN02F5kDe5LoGRO9raR087DZoHW1RKZCri4NG8Kq9qoRdMvLSs\n3WQq/Jp4tfZlil2sim0s5onKaG2cGpSKrT+7+L4qG5yb8dj9R4+QQAwpLIX/\nLgzADwc4h5emcGvc/oHJHAOIELDJMweUUpYSmUNl0YOufyC7I8kf9dkzZMMS\nsj9le5aPUJ6eef1RtlwsoihRGLV5sja4YN4v6KzusbtfHi56nErBfR7XhpKq\nu8KSI29FraCZVuq5iRQ/JJodtlIbEnUCkGmna0c6h+HCmX3y3jP4DYuDsO01\n/nIL94mLQWB7V+izgHFLWbTfgfhJlGs56tpgqo9/R368zh+n1vf1XbAl6TFC\nIdME0P9ThrNtfb0TW4AnqyCcmpBfwWQ4ouiUh2ObLOFZiQdHCe14Bw4FVDxZ\njhfjsAt7g6dRJI2aF1S79ef76SRepUQgrnwD4nwPhcU2ZF0S04epO7LRCdwF\nnS56\r\n=4iIs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICTUXfdPxQGX0utNOQ8JZ70nMc0arOZGGcMafx24k+vqAiEAlrSE3GmAiq2B+vXsBWkyIW0Jr4kdX1R3bkV/u2psYr8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.ab1abd79_1547838667097_0.4424515238172433"},"_hasShrinkwrap":false},"0.16.0-alpha.11eb5fd4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.11eb5fd4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.11eb5fd4","dist":{"shasum":"08af18d0291fe1aea17fd714824209ee01cd3eff","integrity":"sha512-i9QOJM6koMB+cmZ+U5OtF8EwBWqvmK/DOApgm48BeUSPdE/8Cg0NkirmfTVQJ7B+dIAQrz/0r1bBHE93bZZDjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.11eb5fd4.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQk0pCRA9TVsSAnZWagAA7eMP/06zaTzynW5/8IJEek9b\nyxrZRdUfyqfRnFnymIczxWau5Rm4qr0x+DIpxQ7C6ngoZTTDNEiNApx2Lpkx\nb16h9vwia96ddjdPMFJjClwrzwziBVyUmGwZqu3qcNp/wj4o8E76h2UCNSLL\nJQeTZBBVOiIyBBvWQvHq1eEyHYie2m4UBm3iKBR2shzmUQBKB/p2KByJIfNi\nfWTbHccW5RUrva/eEX/H1XpDbOy+tr4fxG6OrrZVNts7kypcdqWVktvmEgGu\nDLqomwNMH2X7y6yD2Vgwq0dCZ4/Zop35rECjL+1NqRlKQs8e8Ani+rcJle6Q\nI/nxQqvO+g1UgiFPpDsG4bv39Nj6ZGq0j+/UncX+OHUo6ovJlQY7nqp27nJN\n4JULD8ubdw7w6gqQ0MzB3ylnM5fhXrhxGnSJFqYKKczmJ/2tmhqn3O9SHNAW\nnX9UuTY4lwNhKf4jCG5on4W9lFEQCn91IuFnJonTJatjKocOVSFS7DCM4gRu\nkQaC9gKsZ2HnijupWYXcYuPVTmKaIQB8k/HG8UqMxdtee+UUBzII6RPHay1M\npQIugtxFfj3Zj6cHGnAYKvs75KSRNfxaOVVVsDmqLPQlFb5yjhyjijzN27cv\nG4oEgx2OoZnLrQ9UrV7//Pq/2+3rkQYPa1jA75EwyYQegTh1RUGz2jxZ0AOp\n3/+r\r\n=6B25\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHPm8HM3tg1iXbDk/kOWZxVHp5afTCUMj2td7gAlEZ88AiBI0byBouIBiiMBLV2foQJJWsuQpCXdd8zKwkt3Ro4dbQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.11eb5fd4_1547849000462_0.7713320065740974"},"_hasShrinkwrap":false},"0.16.0-alpha.6e5b3828":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6e5b3828","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6e5b3828","dist":{"shasum":"e930ba8f1cae9f317695d3cc7e7ee99759a1a921","integrity":"sha512-B5qE+8DHBAIczGL+nG3Or5ME+hWOZekLvh1BgBdXvZqB2BxMk/0uuLgnRWd6gRxa4NJ9jLPX+HCDuomTFk/Q+g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6e5b3828.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQk03CRA9TVsSAnZWagAA8D0P/RCWFZsXZWrxunrzqJII\n4u8ZMGGpnJH9+ii762NYkMt9/Iqgc4x1ifkjO4AxjGcQLx3kPpYEWx1yF64M\nURpHYW9yK7Zk87+p5iWdbgIlJE+ZE1QlCjA/I8hNZLTdrIIvNS0GnAO3iqZg\n2nHPmgPyTGEEpcBGfj13RnJnShirdSVi06bw6QL4fk3axP91KK5TkIYlFBRE\nNEedA/7vTLHbv0tY2jhoYO6aoq1SY55udPI3si9kGAOrQBa2JR0SBswSGMDE\neQyBjQK//WoUBQt1nWBN2QeX4Cd28fRFlwOktoipWJ2H/KYgNFwCUCCuz6Pc\nwlzNAPNIy1RoKPAFUJjNYfIaShlajNnxm7P5lhdSwA6tIEUn7b81ZRWFcAYG\nmRRLoLHCDu1EFnQc7R/OAurDn7xfuiQstOWi0I0OfElb+o2C6jAEONdNJLem\nMpKYEykKKHql5Lem0ebzGC8KX5G1QJUUiWVCoOU2Ev4t6/wt8cyKrCuNblAG\nnKm1odIPU9TpMQGYf1e5knri+0tpaKCDiQAnDr2RClBQnjgm4UD2dlN6YPjO\ns/Y+MWRGCFQJLBjGbipFlhNDV/AFUYtROBWg+aTIurOSog2yRcbWYJdIWcVC\nFfZFGYKLb3VgXw9Qa21iMfGgIe9CcB12NmsamcXIHY5n/0K+V6+nS83Ib5E/\ndOu5\r\n=P4RQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOcW8nqhjaHoT8Jb1MbFyUZo1EFzPhb6iu3+81GJQZ6QIgScqqdeyDXGIfqRXs7uBtbkfLMgKj0ZCdH0/myPe9COU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6e5b3828_1547849014697_0.9962250083169397"},"_hasShrinkwrap":false},"0.16.0-alpha.43757203":{"name":"graphql-codegen-core","version":"0.16.0-alpha.43757203","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.43757203","dist":{"shasum":"21c96392c589db378df21d64149b9e380a039ae1","integrity":"sha512-xsLThllUDsO5NXNz36V1bKEzietDmRI1DtoKkh9anHxmFrjRYOjfC9uMBCMZ/HNmSD6/ICtuNaIw3RbgHSzVIw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.43757203.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQlReCRA9TVsSAnZWagAAGAUP/1NK0UUY427+hzGjIXoQ\n8sEU0siaKjN3WEk7YVYUrpb7S+jAoJcp2XY9WW8ms9s9yJS6Kqcqag0KOEZv\nyAK6l47XjqChzAWi3evzhq7Dsg3goH8D9F5sH+qvhobSXoZbJ/Rh7qy4Khof\npKX8kTr/vhWOYjTVxyije/t3DjC6vs/eBnGGFpPUKOsevFkCciIL382XGF7c\nsqdjXIFTnHGVe2xUDVef8/aDxR3GJwkEJ1b+vODL+00HShiT8kkzuv4DTRQB\nN/xQsSpPe/fuWU96aCyLt1GZwTgAl62K3AtM53px/y7O6iXcGyp+8/CofUH6\n55NagSSjflEOAeFOazsg7NIf3Ud9cyzx22YnzA6OetSzDBCndcjCJ1+bzlg3\n34l45vrr2TA648K1RUxQY8OGCWqPLKbxFM2dAc26Tqi6+zJbDk6hZTlpvGEy\n7iJH3sTFHOagD2xKzhfrXb9s4OaXrqNe8u6QAeXsG6swElNPZlQlPudIddQf\nwo8uuKGbJSN4e73Ze0I1AE+BbmlbHQ2DFocGMTdEnR+h9itcL6R+pqAAK0W5\nLlBw1/6AckvYfYZ9qML0yZ+HrNSchYQHJdj1QpZal4oWGlR3eIxJfLYkmggx\nzxxbXNek+d4OLsbPvKOBy+9Jfj4q8ZiJu9FCKP33S3kQlobuFl14mrcJZkCP\n8ypP\r\n=dMgL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTHSo7QFdp+/+2cQ8SKfy/Eaf4AaTAbhSZe5p8nvHccAiAxnjGGCAGPB4GqzPi99DKb5qgYgWHvlm/689uF0Q/Spg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.43757203_1547850845603_0.5741145448050666"},"_hasShrinkwrap":false},"0.16.0-alpha.31593ed2":{"name":"graphql-codegen-core","version":"0.16.0-alpha.31593ed2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.31593ed2","dist":{"shasum":"c741142c9f0654fc0fa1f57a6a16f8dea24d1a97","integrity":"sha512-1FdDkm9pXjBpkv2p95aazCMI8BhZL14bYEYP2khKOTNutDKO0EwoVqwdLSP/HCaH8C5rD+6wKmf7UYlPqagzbw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.31593ed2.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQlqsCRA9TVsSAnZWagAAs90P/2aOr0eB1k1hfF38b+Ge\npe3zEyJL4ZL095rLVUSvb/0ofTZzi2LAIHHrTa4qxx5Xg14hZeVoGGL+35GW\nXQAR6Ky0dc2LT9sHrRUloqdZUz9KUNSj0f3piv9WtZL+jhcApZOU81RiF+d0\nOU3P/8DrMl6XHC34WO4lQ4NxhrZ/aL0J3dXJTN5mSxZMxMA8jULVoEu8+3fp\naE5adU1d68dtMaFGZwnctlwW4Z4HlAtA7lfJAO5ZeqhdxqqNXsDGGmAa/thz\ntn5bczLCBG0qT1UlFqcMiECTJLV8PyTuOevZFyOUGjER9wWsoVZrzOZEv680\nFS8QvgBJ0yAgj4RKUwB7Xw49ajHUpTRJLfBwtlqXqYxPAfaAg8R5vzG609ZI\nAyp+NIHs+g+JYtIlglf3sxsoXwwKi/KwnUPu3aWusB6eRisg99erV5hdJrlS\njyxTdJpuHSGUCt682wt+iCY1PFKi/tsIedzK7LVe3QIHmE/2ASZnysA6xbZP\nk4o94uQ9Ur4XFuNjW0ID0X90815dQRLA6Va0vHQDNHNiTAnaHYVNgPDZ3arV\nTmvX6UGM28UBWW7oWECbmMGPFxw0213w1TOoumPpbDM325PUuM22KaRlCVAp\nllQ3jO5Ja3zccEAOSOd0pNSxmWrMiuQY+TtusmEnFnDax5rMs2iAMGiv+LNi\nDDLi\r\n=8kFz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEosZ03FyJjYCPuXEvT+ZEXFC8XcsJKOBsnRX7JbIvJgIhAPUsZLd5f//U+vDJkmbL1TuvCSHK1vIaGqkMMbcFlQzf"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.31593ed2_1547852459768_0.3934071045509162"},"_hasShrinkwrap":false},"0.16.0-alpha.e58dd422":{"name":"graphql-codegen-core","version":"0.16.0-alpha.e58dd422","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.e58dd422","dist":{"shasum":"4183610e38197384a9fe124ccfa238a285d8d7bc","integrity":"sha512-SEyxApWpMZWKiuWzZraVxerBKUtqh7lM9ROewY0CLyakxcRausTnyIE3Xh8sPZxuRUdg1+FPcuDr6+re/55JPw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.e58dd422.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQmr3CRA9TVsSAnZWagAAB4QQAIm+ElYdeJQZy8MNoGQo\nfranyO+qe7BGcU9ZYWBK9wUFnMOX5ciQLPwhtfYz5NoAn8K0KpIGMmKOYd5H\nAYccxJEcgGt2jj1wvCqZU5JNXNXoBtn2M0CJg1AHVFqTlDRQ/DCJ8bB7hl84\nUg5gq0tpC1oF/NGYgZ/ovEvMkrDweHOw5N8NBFKH56HesvNPjn3Q8EuMb491\nmYe9BmsD/KzPYCMTtwF1NogLcsoNzc5K+aptyEs6e8ZNSB/mLIzJfbqgSNN4\nj7c0kEynQepQoHaCJlvwY55vbj6tngOHRKNzuOabp0qN1oV3aqscjEIhHmIh\nInYrQne3wPNT8AQpWDFNpXKGqfnX7QgG+2kMCiz0FThfvw4Hv27pr1idJ+J2\nTZL852VTAeAaX9wb6OEgldJJKOl9TZvRcPix/FvcGwB1WgXCmxSjLQ1x62pD\nqjSJpoMPaNVO0rYhVUcb2abMzt+/SfVCpnH9VQyifKqU+hX8dTu2FfsLi/BB\niw6xH/CdBahpskmWQMgrXT1OdHva5AtVeCD9kgBNVuiMyg/aHxcqqTv6BDin\nxNJyuBTrEWW6UDJ2XEfVNUdnUlGSv31oABewCOAtiZ1qJvVcBzOIcQwfAoR2\nzec5jddCxRtJExz8mql+VdBhJ5JRFqROrV2isYIt7KrAECmRJplQYB1ijegA\n8dHl\r\n=SWJl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrhL4tNU2ku2xws5U3D749S3B30TXHLmEhjnsf5jFAHwIgC/qWEZ4VuOKAc/T33b949zIkyFEscyz1h3+a3/TGuIw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.e58dd422_1547856631206_0.691607593899642"},"_hasShrinkwrap":false},"0.16.0-alpha.65ec50a3":{"name":"graphql-codegen-core","version":"0.16.0-alpha.65ec50a3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.65ec50a3","dist":{"shasum":"314e0b2cd299021208c92df05a4473c4702824f7","integrity":"sha512-38QYgTyFnF7LrclcNK28Vb9xIS6uvuIXkvOjdN0VV/p4dLk++awmA6Xhy/zC1vn6oWde0YhMVtmqo38jLyV+sA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.65ec50a3.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQugECRA9TVsSAnZWagAAVhsQAKC0jEtt2DO3BdJd4SR/\ncLYFaSqPxtDO9Ui57Q1uE/QsWUpRD8PbK28OTTjBYBq8yrZrK0tNbcE7Grs0\nsuRM3dJYDEFh/NBB6kzHHLXgyOzD5yl6zEOR2LsG5P9eSasahjEIurlgbl+X\nswHH95e5WQmzK3i1fhex7G0Ic7fHvzWIZB2ygfljdzhl7C7wNSvj1IfWqkED\ns0UIVHh/5JHLl62n+DJ3qct/ARku08QyHahKojZIY79smmDpy6uvnzjUTGmn\naQ/LQ6r8nL5KLRxUlaOp6RuW/tIUWn0fG8q/p8DDkAbAQRDuppNF/ddS6B4Z\nSy21IXZKHqx8GDwCK9IR5V3qx5t2Pfu9LCVXOzRzmtg2ySPXVfC0XgwN4rA9\nRGbGvabB+J9XWbMkeT0Iu7gQpGg/6+R1d2VEUTggWOKuangm2+5F3LrHhx+8\nQEkekN/0MvkgN40gCbbQvTcITUl0J81OdQguYhy2P+IpG5t8zXYCwao4bLat\n7qnWsLH9QLtwxiRSWDN42KUyZScK5NXTycgdiSCOaLsHynajsmv++PwleZEo\nnODXMoWUA3ZF1kH6zegYQ8o2GD8mpoPsZXfFdD5FWQK2M9PBZlxdbcKF9bSm\nWeLJuy294a1zG0OiYUHWjHi7Wj6EC1DaDYiQxjzCJd2SyfbA1E8NQFZwEwSK\nPg4X\r\n=PGJA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJFB8HZlqUGt/fuHyCEPms1GToD7DDHynQV4bec1OBYQIgQ35eSxDDp2BDASmvwPrIETDxupKrOztj3WtiJGLqQHI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.65ec50a3_1547888643361_0.7609549844382821"},"_hasShrinkwrap":false},"0.16.0-alpha.3f632c8c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.3f632c8c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.3f632c8c","dist":{"shasum":"2601097d2b40f18a0837ad14740a0a5d1c343158","integrity":"sha512-Va2xbYUbmnYJHr4pRtjT/5KfVB3fvZ08GbfDyJOfPidLwiGmYyle3XrSOjSeteP8bxnSFqRRJlTFgvrXkcXppA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.3f632c8c.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQugYCRA9TVsSAnZWagAAcMUP/1ZLxKkLqCkB4Oj+ncDW\nWktd6V3D5uRu7ebL3atWJFju/Bg5mGiX8Wkv3v5IfML0fyJXScKbPMTe9vha\nzwYwf4QVwpBoPR1bzodBUlU38qkMSX8U6dZJbSsPQHHvViFzO1gR5HZoE+i0\nFpiJHeUgQZQ+nvzH3+a3TOtbZrU/n9Hxyopmc6VlMCpxf7lpcptYQ1dC/l74\n/MT8W4OXgGC9LqoIqmvUwniuE+Gfk+Y6WkOQ0y4nz0XbUQUJpw+n/mgRHY6L\nqsWnqz7r42yY1luUhO20UIEOdlInCIrIpMbS1m4WCATXy77uy4nU2DVXOdk4\niMIUanXx5+VIMCvIafndfc9JqYkNB7HKZR7zlStBmQQY6iViD0YSBhQaJEf+\n3nWYWQkTrtfiBdcjy2IXFctUM90G7D0cP8cS3L/v3pAAGKED+/qU08q+E+Nj\niSxJ3g1lwFV85HNKqMjpAHTd/orLVyHO79TkQJ73XoZbQqKbSWVwV/sIKMYa\nKDZ26GW1Qa8kI4ik36qQ444djV4So4J28tTIQjRK7Ci6X3G2wr6IVHm9MsPl\nuGWdz8vnNLDm4PZMfZ1PlljnltjlfSoCszBjl9Eyqz+8no9OuSISMLY2Ty/O\n0R9OADvZLfTby+KJkvL3eNo0xBZxmUmYy/pXKb2cuJPOnLc/H6wyXyi8c3Fp\nbuwg\r\n=An0H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfUXnbd8TvefgMrMipg+/7OIRLJKUiQZUUp3oa5+WMJwIgHpQgX2Bo9pmu9WNvd9T1W1T4o/Zc8X6FCWVyxB38bqY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.3f632c8c_1547888664311_0.2717163086368106"},"_hasShrinkwrap":false},"0.16.0-alpha.c003293c":{"name":"graphql-codegen-core","version":"0.16.0-alpha.c003293c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.c003293c","dist":{"shasum":"f37546512931f59b99a383d55a670117b1201cef","integrity":"sha512-F7PuIqPwwTRWTdcvyRX7cqqPtpnGLO/+YChIRATSaWzc8fa4YeRzXjdp826PtCT7Uo+ghTiVpfzfh9m2KGsYRw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.c003293c.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQugkCRA9TVsSAnZWagAAmHEQAKPe5ED25KwOe8jc6ZE2\nu4ToDP8cBUvOKG04u1pnfFKkMBrl4DFRCtHXiBUhy7ISTrKTjGCDOInfvrux\nxY79+rb8vK6yYq0ecskCf/FUUM0TyPkCKlnr7El2vlmBv9tRSNQmTC18Zl/L\noxO8CC1otK0VFxplLQKnU8VB7DymVRg2OpciO6fZvw+RLiGwQeL3AFzQjAGZ\nRTMOmEEaokKc/mT1xCkWu7wgJpN1IlqkuYR9WLmeuDuZS/YVMaDcYF9LtoHY\nD6ze0YGLeg3cYYZO42NQEgW+pS87/xt7Lkx10nAOyda80xQ8pvJzrKGBObXR\n5e/rDLqnKDuuZwkmbxF2ok6rLX5Og3oiFQmSBRt8CMpvLSzf+l/sy2j+g405\nyt/kLcu63jZ9XWc13iB1bVJhZuCX1PaeWu97kaFd+2I98YVZcmT71ObskSC0\nEkVMVfh8mUZZqMMSqbNKi2NUTigFLo7PvKRQabn6txjqkGpKOFqNn03m9/Fj\n8m3HS76qCwKoOPzgvPk1V+Lf/ubQHoiDVVZOVF0+/eb0Guw3D8YwtC/NMb/4\nc2clum+hlv/GFJ+D8VxnF0nrPi5oZM4TtgFWfWD1TlbwgaK5xRlrYf7ILDDW\nzcr5FSTyR92r+NmLNMs1yIBYcq8v2LV6gQAMqI2X1lOQgQwcchZapGKsKWa8\n42ny\r\n=buwt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFUv4azwrKme+CGUUDgq6UB9lv5YPmMzDFgOY5YTx5/AiAnE0fk2gSr+ijvf4C43NDvKuPolYP/2tygU20kf5GkEQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.c003293c_1547888676195_0.37215654566974754"},"_hasShrinkwrap":false},"0.16.0-alpha.a5cb0ca4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.a5cb0ca4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.a5cb0ca4","dist":{"shasum":"5fed243c49a0c42d491f5813038d094eefa56023","integrity":"sha512-WQAVM/f5GMDAxLoDRrCJ0i4aNo22DiRJLV5ozxWi7hE5VuyYgY0Ivg1QUKk5wxWy2+ND/Kg2ugCDy9HMxb6x1A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.a5cb0ca4.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQuhICRA9TVsSAnZWagAAx5wP/RUxH8FVWyFxo4DMhGD0\nz6+oR2zfonYeo2P/1o64QN9FBzwPI1eOM3FKcDUmFJYJlhFp6sAexTvBVtTr\nis7da5O/bnPAZuPdzxKr96tVqz42LZ/Hl6aVe/RwkeNIExvoitW4aAHNj2wo\nrUGKKDZArVsk6HGJ+GRP9ufzNY4YGzisX5BACNwvBNkENK+gD6HR6Wiao0SJ\n6l7Cha4fcdTIPfmC80gkIh0W/GN50wfPe9CPW4mtkDWsvVpM7njDp7PWFnNX\nbcqP/a4aSX73sIrFyoTIQHB5aw4JfIQRDuBdNQAggmZNdk67IHoXRnd6ibF1\ns8NTZhcuTKwwbN7Tu/B1RlPMpzaIKnw3d76gfJw8UzdwMA+0erP4+bX0kWCk\nbTNnprtED81EwhKjiEbqIUbXq5/CQdoFlY4/88h5spYgDqJVcT8ykNBPI/kz\nDpZNmmiXUwqaBHxfKbfSwcT6Be1/yrt+NIOUS+hxdHVKQDJKQiMDjy4WhRTV\ne/Q8Lfxwg0V8chkWBbgikKcTMWsfStXp+9TbjSxFcZEmXllOYS6amj0cNDc9\nr9hUMMfq3JRBzuSLHk24MkSXIpokDqKiYgRDiSJeRYjKBBsEv8E0N1pz+17s\nivkHGyDjl3XQCunkF2dPd1sGsPWKA5uNARfBoY1qX7xM9fYYjEmidrT7JcIn\n3Zc0\r\n=spsR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFtbNv4jqMS0dJsU3zgmALz0rvliKRiBYNnbFeW8BC0GAiEAyVfkyOxzPN0XciMst9vw1DHdKhcP0M10U/ndovzWbO8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.a5cb0ca4_1547888711203_0.9588814880496688"},"_hasShrinkwrap":false},"0.16.0-alpha.51c35a5d":{"name":"graphql-codegen-core","version":"0.16.0-alpha.51c35a5d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.51c35a5d","dist":{"shasum":"13c95142a7981885a900e45d634db42a52019800","integrity":"sha512-iz0gnrX5zAG4ISa7fSHFJYt/1S//dtMJc4vIpQpoLz3UshYHOO75gw/R06l79IOc7rm8ekcs4YQb8TjccKj2mQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.51c35a5d.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQukFCRA9TVsSAnZWagAAxPgP/A68erAfxSG0ocSi5pJ5\naFqWWvpReFE94Cj0PYeLC+7zNkjwcdl/IwscdG2eI971cQgk6wWMXfa4GxSu\nDeIZVzK/I6V3ydEXWLJItiK3Xg8GFfxoI+S/CzcHCoEO4F0rql5MXxnOftZ1\nWZEJvyZRJiMPRkQndZGyOUYTqqAxiiEx9gGPcfUPDqV6gBIl0GU+CIWJO6jy\n7BjOEJLBVTKUiwEBtgbuNolsXzbxgwzrgGJkY6hHf3MGOkn6gORPIdaa4nA8\nJCT6NDoHN4NlzmcOCsoS1OviPq/s901Q/QUdPNOjGCvHcvv1W4qjjdvZm1wc\n8IVcisbhmsbjyIV+4ACUMkATAIPq7pQckWAtZCbW2rsOBlaBF6F7jpu6UZiT\nY1H1GdlCCo0xkKt/tfl3q124uFcGsUUl+1QerpO+88lSvLuCkgzYXF6FvU0P\nMgdvsSlp8KkVAAqkTBfJtQ6JltW+mdZBnX7Chw8oTETsVS124c9+0p2ienO9\np0KZury9mUr+e1HaMParz2y5nKFW2dQtmTNPDFeXy4sWFOhGLfdjfRxb2ZTD\n64AqBz20VUAaMICdLSkOJIb/njkBBbXiepncjp/YU0aU0njqDhuB0szxdGCx\n+w2Kr+SSxaDONWFstfL2BJyaPAlFA6zZkHhfSurGUUSNkHTcZ1pG+0uv270y\nL3I4\r\n=Lp4m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF4U/kIU9D4xdcf7639W3RlerZ3r6x3MJCVHJkf7N5vNAiEA+bS74iJIDd47wwJkpepp0GQyOvgIXKCmyxS4K9ElxAs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.51c35a5d_1547888900651_0.5650946680345197"},"_hasShrinkwrap":false},"0.16.0-alpha.214ee5ee":{"name":"graphql-codegen-core","version":"0.16.0-alpha.214ee5ee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.214ee5ee","dist":{"shasum":"86f41f23e8df40fc64e29a71eabe9d1c9d39e008","integrity":"sha512-tx3hzvwElDz0Y4TkKk6kHDdv9CvGG58yMOjOP0hP9XuZwlT3Yqr9x+QzWaDxeGwK1a2tGAw3ZCPV3/w1LOWR/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.214ee5ee.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQuk4CRA9TVsSAnZWagAAZ78P+gIwv9PmRGn1oXcrYRYY\nHOzNWiDpfrt+TrUBFFmSaiBs9hPPOAH77zK0UuZpvpXwbR05xMGYkJw4svIj\nKYetOSB+bqP7IZZ2HKmOj18Yx8uipiiPW/AT/tETfFifUpRh/pUgxLbwO8aQ\na6ZRgvJNdPj9mMGpQDsN85bfGeomokYqWAOa/nf3h+RAdaGvYXzRf4lvOcHn\nyUfEriU23XUpd4UWzdKvi7i6y1hFxY4dSBFyKN7gZbcoNcdOUpHmVBpm3E2h\nUiTaifdQA2DFvNEXmRBN8eS/8r90p7fEvDp6efkbP6EbeeX9BJYGZp/MFLD+\n61PAWM5LOTbVtqPKpOZ191umpx1BQPeKQ6nWv4cbrLBDm9nX4+nNQ+eZFMjT\nIV+fgkIqsoPE2O8Cgj7iUYKZjb9NKVUdnHok6KKKz7IyBZ3QPMAnvggUObz1\nXq94Gt7v0TsrBZFUei1vmD4qdnT2HUFwutvD9+iCu9uul24JRP6XP7e4RXhu\ng1XX3qsVI31Jh3758SNZjQnib1rTioGyn6c+tuOGooXO2Cgv/PamOwhfa2qW\nHtMHOG0c19YbVm8sXRmDit+2i9tM9uuV9lCPuH/Hsm2KUBb4MTgOGnNlL7HN\n7cJcc+KWDZPkrrduZKJzxYrlR/zlHlk0zK65dQo3kKvSGutmMePL7WaqFs/I\nYTxh\r\n=jewi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeE//Z6XZ1wfA50SZJD6/S4Sak+9IJ3SNO7FKUxW//eAIhAKi1J1ZbvthWPcDYxDzt/V6cF6b+eQs9VHjkuysjB75V"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.214ee5ee_1547888951965_0.8285803265685987"},"_hasShrinkwrap":false},"0.16.0-alpha.87b081cb":{"name":"graphql-codegen-core","version":"0.16.0-alpha.87b081cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.87b081cb","dist":{"shasum":"bff77b44d040bfecd63321108b31e83c92711a41","integrity":"sha512-WIYg2wHlM/rXsFbyfhdGWWt5AYnKws48bZssB4vGbgQJaTPyWyK40vUWqVwgnv9XIfhdSwbI2jr5lop1vysQaA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.87b081cb.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQulJCRA9TVsSAnZWagAAqZcQAJQ2coOYQrSMSQL3YTQS\nCXUnpY0PuFJZQ3lYD2e+/oOz/hBFG9z1F1whjcf5txNK8ilsrwn39tGopGGN\n9CN+VroyrnmV6cUTJ+x5Mi+6lTHx0pSz2mhCmmKPmA3xFpj9DxwrPRj+92pT\n7e7kRMSG0bra5EcE7WmFKckuI97+CzqIRpO3Y8R8eQnWD39zP5Ml6uwJjf5D\nkgeiiojM5kCS1Wl1AJOKgDfSms1/35YPV5stDzboZZf3pZ9G8k1Rn3IHGQ5/\nLb5mU+lCWzaOGIk/q+QhcC2F2YYRVhKAOHBT8Qh1sEtLVjoWD5tBgJsgLpIB\nvFYr2jyayu2rnu5NSNW9IyZyoBONBrYqhNJO5lgBWl32efrDbLk78QWWj8vh\n2wSLLcP4u3melLpkK1KU/uWCcOyhsZSMC0w52KaS3dp5vaxOF56XIXCoZOM8\n+2ucpjQuUj6n1I0DI+JZ/OE6WM6qr5angKGeMFDBf2zvY6A3UPMhz234eNT4\nw+K5PhX07PStiq8NppF+EjX9L7/juvLEq+dyyqfJu6+3lVBK/qsOjOrmpHgn\nuK+ZYM0XYe1RcQ0ZiTTrZi3K3HwN2O22azbCoP9EuoBbnof56SrrL2MMrN47\nG4ItqTuEqmTso3I8OkLN0s8E8fBlLXmPSP7XPWu/tXNs4rrJ7I2NRO7d18WI\nWr8e\r\n=ws1w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMXNibk218oFEWOhlx8lylK6kgvUlffiGShhcXyJtGmAiEAxDwt74s0Qy5wt2c1t+utqzIjwqtyyKfUl0U7b3ECKGI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.87b081cb_1547888968869_0.511791986955028"},"_hasShrinkwrap":false},"0.16.0-alpha.54d55834":{"name":"graphql-codegen-core","version":"0.16.0-alpha.54d55834","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.0","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.54d55834","dist":{"shasum":"46180115ea4f655e1fa787d044ed7e176509501c","integrity":"sha512-J4nbk4+sOsB7RwmZzrMvN/hJSfEDjCQGtG9Xa1D1v8riYaftV7Hc03rYxXyLr03rEYT0V+GAZdZaA6vRLpq9hw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.54d55834.tgz","fileCount":99,"unpackedSize":94663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQul/CRA9TVsSAnZWagAAGPUP/1K3Mb2cn+weDOLgVR3M\ngv2eBFutPi3QncrnS8EmbdqrDYnrD29+DukaElNphjSCfy7wPeseOwEdh1ax\nG3NuCw3Llu2j0TNPjBjEyGmNH9NhNfjtoaYtz/j0IfXjQBs2RQOkBgWY7z+E\nDz5wkSjanqHfJNnE9FZW/X3cHj73Wbfc1nb75GVxC30nUuKrLfjG27Y5U23V\nrpM6qPqHGEPxRH2werMblzxdU/2Gxb6VdcZnxXFaSjCvn0NdLed18qTOUsQY\nmApksBgh6QD3eScJXvld8mJvAea1I5bY6ABclj3kxWuZXCWSWi9J8FgssvMx\nqgouM7iUSGEczoO/y0ndM0nCpMpps5CbDO6YwF7AGPD9hv5VhZ4KprI7Rb4j\nHzhG3e4t3PrgEt9xF5oh20+Rtlm8AvI0zDzc3IjCewBU1P62k2iZyeUrDypx\n5SVolSiLrPNS8mh46zVKZB+ewoGT8yKwx0TLHW29bw+417XvfSrP/Ejipv10\nIgIkvO7gie+XdPdQCWeQt+TbL08J5oOzkeEWYkZc3iAPfZagYIz6MfON9mNd\n08nLvdsLFSxzqJxexoD5AdgXf7jGmOHv30n/iNu1aKV1qnjTfaF2zeOVLXj4\njn/7xHa1YN7I854zx1mDx8QM/W6q+ecYvKGGCxxi+vfDDXnoVfluIdSidqPt\ntMAV\r\n=BXWJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFwGc++UzLhlvbv98MPirsYoA0MJIXB3Qkq9xZSwem61AiEA+grpVOzC1ZngxBVct/z6AExP68+E+NCZ56BWFkAZgeE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.54d55834_1547889022894_0.07321905560032982"},"_hasShrinkwrap":false},"0.16.0-alpha.8905ed98":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8905ed98","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8905ed98","dist":{"shasum":"c827644f8f293efdd7dc7e128dda8dfc8b987c0a","integrity":"sha512-Wab9rn7nWwgFuNhqjb5Dc4llP//VR5Y9kh9hvvdGD52iyxQmGNlUshKbfgyMdc0gfybTz0HiwyvtkWDiwktj0g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8905ed98.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQuolCRA9TVsSAnZWagAA39wP+wenWExOoxfwbhPTBhqn\n4unWJrV0UGr1AmrXP5khro/A7peLLxDV8jBocQaCdUJXlYmXaTjS68hqn4PF\n7N3kqshhLLzyqvus96W/9a9Zs+84oFST7RtF9Y/qn897iNyqV7165dlUhsjn\n8uKRyAWfZ6tuyEebuSQPSGAlMouCvLRRnTb6PPM9esW69ydfFFikpVQ+BBWk\nzSkAe8G5+QfBPcRQp/Ee5KBG67CeI0S6emHZNc9+7KdVJ+apAfRMuQfVY49t\n8V3vxx6SZ6qMgdxRnnSgV82Kco/Gdej3naZBx6I0w+uqR5hmUheUft7hb3q6\nsIzyOmFSakl2vTvy0cxwDfuxropThK+Jg+vP0pMbG8POrx/VnAVnL/cg4gcZ\nXhqKSZ1A8p904Kl3mUcQbzC7XfiNAxoMCA7PMi6qAvofF66svW7LeWsoxcgg\n8GXHX53xs2kj89BEAQ8QqUWKOKq4g51cBELDfUEJR+7JP8s04GPcAbfRBM9/\nKMgfIIZ+8YD4S46ZCr1zDcfw3wurc2IitTA9KeObURzaNWbTqzIPD1A1pAvj\npIXpOFYH5nwBHT6EZAODqIjxJpWlFKLdQmv1oC+5FbWzqOkCL0CQk6oNETAD\njDxfmn1Vs5fq3nNGXsl494NfoIf5gWdM8ObFpqzur4wKkn1GSxuXvhrxROJu\nVBDQ\r\n=EHQ9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIClvnC1y9MxFHZGZ1iBfnPw3Jaiy5tQL3B+26ykB8gRgAiBqFHKjbK8aapuUfS0iX/xENBBHbV+SBx9GNz/u+ITO9w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8905ed98_1547889188796_0.3315131562206721"},"_hasShrinkwrap":false},"0.16.0-alpha.fc6e276e":{"name":"graphql-codegen-core","version":"0.16.0-alpha.fc6e276e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.fc6e276e","dist":{"shasum":"6ba9f911b9f325f20de0eadea113745118fb1881","integrity":"sha512-iOh1ZrDrg5uMXv/SUTfSj0oAbbUxTEbhpmtr1T5VT5Bm/zDdrgor/B0gnXAozn7Wu+w5Zj9AnEMEwdMTKeGukg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.fc6e276e.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRC4aCRA9TVsSAnZWagAAQMsP/RzChJKbih4FmrD9d6OQ\nNZlXeHUUp9L5ncGZ4xWOVpat6FcdtLcfjL8JsPnMyZVXN9UV1+0/FLF9AYp7\nZK+xzcEctiCkAvKq9jaEEIA5dt83h1m166VT23M9eVANNrdMfmxZdtRlBYeZ\nn4UfOXEaUV2HfOeomqVbvXHDtBZmeTJ/WF609zBy8tu9fLyE0pY4/FnNWwav\nxy/3HKjyHhkTFBdvEv6/ORZ1rjewVt6ee+gDNrtqL48wIbERTqO8l7RqnlEF\ntCQqf1nWKph3a77jd7DVTobKnaMAt3KO9hG0G24RbpaUiqe5zwvzfL9JPiYa\n64ZtuIUUDSaufQENy06OiITRNOl1zzbOmGnbIG8rWeTzkUq/xbu3t42UzQQV\nUldv2vBJcmg2iqAN1QJLCrhHtzuCrs0lPZrf2YKtZyc+zlvsK+ILioQmrP7J\nZiLizqIbHeJHmh2ny+iUcbKr653leUp+b+JpiBv1O4F1MR5aQ14oMmgK3/BS\nhx8WUQrK65aieRKo9VcEx/OHJt4WoNBFoqpaeMrBmxkpS6AZ7e3WPEzUqQSp\nI7FfHO7gloyxk8ZiTt33i+tN2z0yr1b69hdYGjj0N91+5DjB3DsoS8dFZakG\n0tzIpgGwCv8sevDTpZWJ/OWhD2gC0/Mxmof8gE2Q0xzFwF3cy68ChfFNu7G1\n6WVv\r\n=izvp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAO/ogCYEm4+PPafn038haHchlx919Le0i62CivBKsrNAiEAvYD9q9cQNRkQXVtJvZdeQlAzlx/EE0+l0YupsD9w124="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.fc6e276e_1547972122096_0.3357755240098703"},"_hasShrinkwrap":false},"0.16.0-alpha.9ae6a372":{"name":"graphql-codegen-core","version":"0.16.0-alpha.9ae6a372","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.9ae6a372","dist":{"shasum":"4b023a7f9afdf6ad169864125f5d75ecd2f66c9b","integrity":"sha512-dJ06BYFErwMD0/ylEJfq7LPRc8hJnS+T4PalsJSOiAlXAITrZ0wu8aUT8C23yEedUQL2QlX6wqKCIW/jWCAreA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.9ae6a372.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRC5KCRA9TVsSAnZWagAAJs4QAJAYBHdFEHZinpVWJC+4\nkmveMjU3JKfS90zI1jU97XnUKu6iR0H4ORpZJUNKTyjuyzf0leDhKmhKHv9n\njjFFuXNtiyh7Zrd6qJ9XpTfhEzut5+CcGiuMujkNH+XA9CSrjCqUtboByLqY\ntePCfWL60LWe3G8beS11fVgI5NNZ+5iOd2mvBQ/Ki5fkf9E6cfurQQXmP4cI\niWBS2zxBhFE7a5RvaPjNfP6ZVl9h/OgmWyAsxD37JSrnYVk9fhdZrhRLwE9/\nRr/ueRwWg4ibvI54d6qxvxJGour1ELa5SClmXIx1j9GjDeLj/CurlpKDaQbE\nNxYjROuNZXiZlxLvs6WLsnSrz6CBLBy6hXYFZVxpxw6FD3JRy+LXyVrhhnej\nthmqnhkiopees1OpjQtdthCVUzQITNYxkvqX670BVQUkpeCczptg3rqKthcx\nyBUAAUWcuhJRchLAo/kBqZ0Mvhflq68YCgie2cfhDf2bP7rBtHKAG4h5I+rn\nvxS1H6axDy+rRpWXfvfxwTy1ZmXcaE/yOskKrk1WRC809gpR+QxOXVXCGOxq\nmoq2TeLUMZez2AABu2kap6rrnefKSClpTUQrsARJGIWBeIHFMcRT06UAUasZ\nOV67NWqFEuKFG/bBfKKX4Qi7WZ3/l4WXzVGgxp4vXuuKNbYYk3kJorpUFOkx\nMX0M\r\n=CvJI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJPG02Sx4D5bJfLNuxAprdwXaB3LJw/CFl3I8DujPHOgIhANMz/1xmQ8dQBjlesApGEtImtw6pgbaYhbzhL7rcHGEg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.9ae6a372_1547972170307_0.7173175307742812"},"_hasShrinkwrap":false},"0.16.0-alpha.3e03cb27":{"name":"graphql-codegen-core","version":"0.16.0-alpha.3e03cb27","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.3e03cb27","dist":{"shasum":"1496b688ad670ab6560b539d3a1f32697667e313","integrity":"sha512-Ec35xBORI6IeI067L88i3TiOHMkmvCX4DKeuc0RoP2jumAn1RQjJgxfl534Ff5ooccQGHv4nxwcO7aMl983M3A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.3e03cb27.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRC5SCRA9TVsSAnZWagAA9DgQAKH0Og7bp4k0S+59CtM5\n0yd/I9MAgDsNOQ5ObDVyhzCsB6foLuSfdVIo6UZ4GgsODgkvjv8/j+OXGvjZ\n30Yczj90Xaq1tR94lY5aJhiU9HieaemuUo6SMm37Hg9ft+h1Wnoyh8vkogdE\nSmTfhqBXhrUSKoWKurhs2t8V0ynTkioZuFoZqoxb/cJZ3BbjTqL8nOnBoJ0T\ngJuj1eUGUVxZIi3DiuTZ2WLFU2lrELQErgg2P67n5ts0JazaYRIVKd0h1SQ4\nZVcunDyUTS/GlDuzIkQtfMJ6uEPBlQM5HCexF2kIzBDbfZ6XCy9dZoOewTKH\nhrC3wZyCzVxqosv2hUddoEPgCZERBxxp+I0Ce38B3HjagTaXsnYbG7GB8MaI\nG+Xa6M/HOAbiMR+by7Z0P4ym0a6EbgsU5QBSAZnajH8AQBycjJvpKeGio1kL\no4pC6Zw7gku87RI5HIdrBUJjhYlLqY7DVjsnIXkIqAsaAZC3/nADl+9d7qNq\nPa0TVKISU9G3c/YowQXhXoqwqUHarMvtecXgwUlzlHpcx9DP1KJHs1/NM0NL\nz/McgvQBwjTbNhyDK+kX3UDBIiRQm1Crqv4cQbgDYDAm3qdiznAWVAyMHrd7\nKE0TzxmJKcfEF++C90fsr+3N0cTClfyh2XhyCnzu5ROnJX6STeDtZNAzr/Nr\nSHRX\r\n=TzUq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDzoi2uDr6NOl6I3hBF1+UMgoYNJDMmmlUs6mNaFbrcHAiAxalAps/K+N4++q8XbKM8P6Diaa90WWG30Dv+tWwIftg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.3e03cb27_1547972177111_0.39491874654740444"},"_hasShrinkwrap":false},"0.16.0-alpha.8299d01a":{"name":"graphql-codegen-core","version":"0.16.0-alpha.8299d01a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.8299d01a","dist":{"shasum":"da600e460f523c885d8dc5e495099e78ed2bfcd9","integrity":"sha512-PJazKSObBYJAlKJzaLXD39YDAxKNw5mQmp5oFIuTREu5cF6wN32Q7AkxhCnEeQ47oMkqYyTN8WhtvkM/nGKvQQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.8299d01a.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRDOaCRA9TVsSAnZWagAArcsP+weAW5DBRdIC/7J7ai9A\nmNhPV9EkFrc7FEBSrSjhqxWmcFUpmWytQhHgFYHymlXv+59UIr1je69ZvBQd\nsW4J4BR7hmLQztUdC4SQvjsT9qhFPbv9Djv6G/1Ry/DGi3eSnjHlQ9rfxrFh\nlzrXHA28RlyVmqgts2EPzjWkww/IltSU0OU4OpouOIVWzhkWjpaF5HF4CMMy\noEEGxMWB+NMjb7NgqzU007DALKXNn2N9A+GI6v4oK0XDwPnz8QEdtZov9O6P\nA/Xmpzg9ztyD+DnZ6Yf4eEX7HCw3krfiI6YGtFV+kVwbv+VorWjqxmoI9BNl\nXW2ATREx0gqg3oEmJ7to61NbVU/RwNMAM5pkXIO3yo0G8CQWNBgqxTc9Fhs4\neM5vNA1SmB0vtnqb2OPKvUSb06lXCbI2InTJvvulhaaGVtgUP1W/bs5EnyPg\n+i2/Zor3xZsJ6NDZA+x+nrDyCLADeRd6icH6SaYpZizpcZuZ8n400X3PxfiT\n65TyTTQFqQSqUCXLUCAMvGODeC97SmIe0FnFrBSYIuFFn3J6xu2quy6phhvF\nwHK49LsM0NGJvfmiecbKAxnzfR7ntTHlFc5Gdw+zKahfKOoo8khmiPBH+1yV\nAUcRGpyf16othTkfaKRFP2+72WoWnM0oWghOLkt86zD1uUpLymmIgj1DfHgA\nlZid\r\n=v6Pe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZ/T2S0t6EU3upAn/3VwcQnYP84lIZ3xmkqYXvHyeEKAIgQr5wQu13XkIw+9x/PSnVOScnZBgcKllSHEFPLV0MLws="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.8299d01a_1547973529541_0.09021814976884501"},"_hasShrinkwrap":false},"0.16.0-alpha.6441cc2b":{"name":"graphql-codegen-core","version":"0.16.0-alpha.6441cc2b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.6441cc2b","dist":{"shasum":"90b48cee1b92484eae100124fb7a815392c5b5a2","integrity":"sha512-RL5cQmgbMil741KroXWZpl0K7R6yoB8tWpyTf6y13E8MMg1TRvzsZP8DOBp81SELswh+9aOAXkuYHyQE1sGmUw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.6441cc2b.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRDPLCRA9TVsSAnZWagAAClMP/0oFT82mh5gHhDp55WyI\ngzBU6nlnjZPxTKC/2N86UE63Qco5K3ojci6pX2/niP5MM0gNYf4B5KaEyHbI\nL4bYYEiCopNOjQOaVJH0Eecvly5OQ+umG+ueT1dtGtCOz6iDC/5fqY/5AGy5\nd1r4C5adOdISzcXSVIJK8cgCXtYlwhBqtKQD4UtixGa/lMbH7Fn59ONPw30s\n3CFoGA2ZT+tmqACJZjMM3iHL/3mcHouSTkvm5jO54uMSXQX40TarN0RZsfLT\ncAGOT1f2yhsv4AKPuscmETJdIIKz8MUUwg0wl1CkFHR+qjbCDEUM9WgM1a9R\nUyLZzHooQTzYNSLPedMHwtpub1/KgldYUBa+mAb7EKUaRmImciLkERqg4mQz\nRFQunhZpJ0iVVSDsQxjfAYxLWidguZatM+APCLBmv+ZW+ZdFuxqTHJnja1UJ\n5UooCG2oT1sdqgK7acYiOhOBxKUCy3AgMnNi7GacWrrSZzI3rg1xfCceoYZ4\nPv+Kp/nb/tDOjoJc8abhFRZtji1+LsQqk2OX4AMvZ3+GyFpTSZDXZCDSgqTB\nFQREoCKCL1bnIPn0jhWbMrpb3k9sE9xv5tVcxoEnWF+QN71tsMfaLkSLuzqx\nZMfCTOXSwhQwLRIHxhcPUSgDGegZAch0bd8XEYcDi9OuSeZvz/EL1NJy+YZQ\n/CBR\r\n=QJAn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFVB3SouW6Z1QGWy5y0lxhwCe5lmDdlaE/YAYTpXCN6qAiAoGRTNhTjNNeHmA+iAeR1eI0s27Rq9WthsjNHYkRFBIQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.6441cc2b_1547973579102_0.7540219921211344"},"_hasShrinkwrap":false},"0.16.0-alpha.893d6be4":{"name":"graphql-codegen-core","version":"0.16.0-alpha.893d6be4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.893d6be4","dist":{"shasum":"fb62640db8dd5e8b54888b2977dab06cce95a973","integrity":"sha512-0Ddf4im9R5Vo+/Iy3tkU014DwTNgRFUbjaN92MsCCZhl9tAvkeRapTE+TBvIUmsBmPXykifGLf9znrsZ3UK9iQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.893d6be4.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRDeDCRA9TVsSAnZWagAAnNoP/0sGUz7ldM+JKuANQanl\nRrvDCR21RBkgCLHXY49LMYlh8wd+YLyVtw7+tJK4NLG28YEXv95DgtlRWzpe\nI8NpFFrbYUCEH2zqHn3bsZhJo0Fa2IgysmdFqdMAxabWnAjDuOfZ/vGz+Hl8\n5oS+YwcPiAlhkgl4Ohn9stX/A3/L63cjy8S1OTc4+2O+GuKjZisbVCZ3hmXr\nE7L6FwK9fREmvT7ZY1jdRi+iUhiAoR2VesIXdRWZqh/v/NJtTeEbCUpRVSoQ\nbryqfKyA964UEXe7g7yxQNInGYnQRa96FEtzvIoRQIcMGkAJuupZN4VetIX3\neqQzVr7l1LEwMyrTTPmG3iS27d7yj7VCBLuLoenBUnEQqga/Yfnry14qnUh2\nHQVG4TED97zOaC1BNSCceU4Vcb/2YdZRNqktOYKjwC7TLjoqSjONdtd+0sIv\nLLuMkYRkKQvEds1JtrumBaolGDvCT+Kyruk6VFxvZTnDx0bDx52Ju4CX0BhG\nxXv7vxQ8KvE6fHL9Ae6xpsjGhSKmTQ4baESvwQoMS/sqJvKAFDKnMg6Y3aKk\nyI4JDeeco1K/vp+5nHboGhLaqQ3umgUP1x0FRJ2Mpnt3wg7lQ/2+2rcBnZiR\n2KG8H8+DBO4NIa4Evitk8+kBCoEoDOr9hZfumNYTVasYnHwrDKuriNAB+lVV\nFLjD\r\n=mCLP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAROGIJbkU4+BtQWd2fhuYf9ampV36ZEH0cMAXXl4byqAiBInXnKdK5WN83Bdrxl9Cgi6NThb+mH18lrPbB3CLiuWg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.893d6be4_1547974530764_0.4542297298441651"},"_hasShrinkwrap":false},"0.16.0-alpha.f045ab52":{"name":"graphql-codegen-core","version":"0.16.0-alpha.f045ab52","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.16.0-alpha.f045ab52","dist":{"shasum":"a0cb2b86033490fe239f8ae739213ef648902958","integrity":"sha512-jedMjz3Na48E5RkAHO1/ghLsqr50RZUvqLeFxtFQph5mlJIB6wruGf76jhtHqSb2JfesAFb1WA96tJrv1zzJbA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0-alpha.f045ab52.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcREUpCRA9TVsSAnZWagAAz7cP/jkE2adhq+pn35LHMzsR\n4eqOY5d90mCc7zLMaugFxTsx3kN9X3ktbNhFZVzKH0KsxyYNTVT8pNyHHU5i\nKxj23b4aiqJ4grX/dspeCuGCWdw4QaxX+gUEVF04bzFlMyaEFljqZt3QbT+F\nZDIgB8XLOeUJaJe8VwrD9Xd4yNWI4sTMhKjSZO1b6HYyX4BLmNnPl4rIYImL\niXBC8uQo8p/KbJ2JiK6MbJFgUiLtKQCB/+DZ0Qty8uHweoMitwlYh0C+T5Kc\nsJi0bEJuRNoj1yteb53gg3MaAQiBi9jhMuM6N/KxryezbX5Tv6N5cgzMl8mz\nwkf48wxpf4ALZIqcl/brkDghEoo/eK4Vz1PgIgHSKfkpBwfNuiKOu46eF9da\nYbW2RZN+p5ysRJi4yAJm3adFM8dc4lPnHT5ZRCjH1u+Ui8RXDgCIW2is8TqX\ndfa1YhkGIa+MP6VrB97qyP2/L4vaL2U4PyYzXhSBcGgtV92CQoJ4IdGapvrc\nS+iXSGh9+rYD+jbtXyNXZLySwupyY+eUal25D4B6Awl5//k1EKirccp5kcoL\nlcHmhv2QjPC/aYmnICO49idG8Xt73ZNd8xs04Xvx6D6D0lY+dP9a0dss/YaK\nFeg+IGazrlns70nQxHnaB8vKq7lyVWmWdsY+wednzuUhEA20vY7q/5WNbTxT\nOdU+\r\n=GVBO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIVRCS/NWkX5zOB3sTkFyHxtA4BSjnWgBowr7a3ojwYgIgJ2Dtex2eBHqCDnoPDRuhis9vSr6hPZ/qpAK386Tmw9A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0-alpha.f045ab52_1547978024482_0.35915492871972243"},"_hasShrinkwrap":false},"0.16.0":{"name":"graphql-codegen-core","version":"0.16.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.16.0","dist":{"shasum":"04f19e231fcf27fb9911a192620f8567322bbf69","integrity":"sha512-PaJlJKJVaZ8P14JICA9cO+zD35dUvZVrqxp2b2Ge/dc25MinP6EBVkI9wf/0aa9rnm8WB0s/V11IuLNB0fnArA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.0.tgz","fileCount":99,"unpackedSize":95607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcREnACRA9TVsSAnZWagAA7l0P/28raX1n6C8WUM/vv0IA\nfY7cY6ig9V1SiqdkiBRsDSxuafZhQDvEmUMBWGUSweDKWdo4GTeK1mYWdPo9\npwAjMJAuJMgOZKu8VoFXxx4/H2WpHhU50wYJDYnBKziMCDcxYh8MAb0tmfhq\nLFJhejn7gcQ8SCbzD+JrtGdjETIcRcQGbnk+BJJp3VIx9K7E5VIyFCImnFo6\nqTTplsufC5wsHjthnyxNXHNNviX//Y1wybRyt61imJ02hnaaLo8tQ7nmcFEe\nytt9CyUxg4IEYh9XQ6Tp/HNibI2pjgEwEusUu59gIpRZsy8t51kzEUkMFaAO\nwenUXEGDSQ1AiioblVhsCyVayHVQRPTCn6cvfA4nKSqaCQSEvgQ64Q+zVoEQ\na2yfa/cPJZ/5Y9Snf82kSS5U0Hw14TBe1oqLEu2sstQKhvaDsqOfGDbLfZcz\nrjm8MEZsTahUDmQ22pqzA/wkSZtzeA1PqKfpv67HaUlwQ8ElI9HxohcANnE8\nZm/I0L7gonPBsnZAj6y4N9tMtxv3k/6qPxXIhOxtRUAzSMLdNn9u8NM3un3X\n66EW3Sy6qOPvL0rvmIF09lE16kp2avDDz3pV3sEe3rS79nmEb5hph77ocscz\nK1FnefjSmwq22QbV+jj5mL3YnlXqaxsnTRPORY+VnAH26Soq12qh3SkvLfE4\nGrQ0\r\n=mZgz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/thEgzvG7J5vfHQ8lye6A5lVqqIZrxgcz4XR9pZIr9gIhANxaWQ7bQQ1UMYW9tWleaZMy3OLO/YJf1bpOGjKCipiZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.0_1547979199907_0.4020794140451234"},"_hasShrinkwrap":false},"0.17.0-alpha.325baef0":{"name":"graphql-codegen-core","version":"0.17.0-alpha.325baef0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.325baef0","dist":{"shasum":"9cbc16745e868863ee2fcb3c1fd1517d7ed4322f","integrity":"sha512-Xatb6hX5qM57cptae/71m//ZZvMwIomEl6v6o67Vut0jE91f+4Efh4xOb0Kd6B2zYlk0BRt6IAdb9jjdbVQaiQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.325baef0.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRErMCRA9TVsSAnZWagAAsEcQAIX/8Jf2F6EdIpPXKgWS\nNtsePhKlzb7BWZRj0UYikInaWy0XsX5X/ir4o5opa8WrXJKrb+/d7o972KKW\niu6fJ0ciBcXXuoaFKGjBnCQsAK12Y+ZY3unF1hva7ERNkttHDpRq1fr0TRmn\nGno77KaGkAdl+PQJSO5wpsVuK/zysR43z/uhPMUpkgKVPM5XFvO5ucy+L5ix\nI9EVUDI2EmELV2bAt0P0cHCR8NcPyg1zF7jFf+XBwsPR3brdZWv4Rj8WKboA\ngkarZfZWUjPzVsiYe8GwOzW6jevMtNMdICXkxhbARF3Cjp0AqiW9Vpcgp3uO\n5jBqho5U/r3uXiu49T5RV42wXfubhC0/il+oHFaQZ4jzWAt++FdSpWoLHp/I\nwRINvHWVinXIsHCP2G7eHRW26gpab6Tx8SxWOnlHOUVscbQKhgj5OKKeYf/X\nEKvLh5GjPdCJtAp0wbQdcUK+bTokQhPoRb+0mu2TmV2OnmKEf3s+Q7sm71Bn\nS5G2EXzR5+4JLdJXGw6qb4f0VxOga+M83vUjOOPKD2EDkDlXDki8rB50IU1d\nlD4DMyVOEYJbbMwWB3kjhxXMvugumKjzW60hn+joo3t9tw5M3C2SG605Or5L\n8iKcO+3nOksiCun8o4t/Gl1/qe2ULgjfQ5ZpmsYJIti2kDqjOz3vuyl1mlgx\nNX4w\r\n=vxcp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJD6+b+h1SGyF3T7urlHs5TS721FThHlt8+5NNlTRMygIhAPhAJYLDFOVId69rQC6XX/fVtuxRwtGNtGYZ2NQGesHr"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.325baef0_1547979467659_0.7730502040361149"},"_hasShrinkwrap":false},"0.17.0-alpha.c9b91b10":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c9b91b10","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c9b91b10","dist":{"shasum":"63f538bc587cdcd7b8978048a90fda3b6db1a4b8","integrity":"sha512-Eg6j5w/kSUHuMCtJ2lzHtAvWcQ66vQ59KvfTYt3IDCx/Nqvg2O5ALQLVczojk4ym8CKzDv22vEAZfYgZWU8s2Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c9b91b10.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRErbCRA9TVsSAnZWagAAfRQQAJnf3YsKEa05S17LYPCM\nCWTlMUO9NJKMJGQlD6CZFbogDLxHJiO9pZjKRExKtdTYhfYkt1yvYlsiF/2s\n6MZEQKFsFdVjLJAl1E5H7rEwZqdwBA9jSsxWaLYglBp1yKN7yO6J1KSXLiEu\ntCMBHwqJUs6uZhUJYledoqMkqNYmEfLeKsuFzlBe24rvJeMPI54my4qCjdtK\nloIXVkmxBrd91wJc/o/0FkkVEuFytLC6uYFxey252qiG0bLfVUK0cJvDY0so\npSb26qSgGtTbGhTRhW0uRzXvYA92CxfDIak0X0qIYJYZ6cmOGsgfjqVEqIZf\n7ULaVL+bLfavwlqtiYB8NLOeR1aXefVSzqYNtijBxYgSKwfMpF4jWSgmlGD3\nwu1Sfg63Yi/qji0H3yt2Ms6fuDF3VeJYsnVA0gZ8Yzf8ziDMokWj6RPMcvdX\nDoOkSFE072E5EPA2nlIt74iXsz3yeLv2Njl0RzStCs7/XWwVP1pKpYpz9Jlh\nXVt2o03pC2x+gDFAV/gOZTN8RYdxr9zg5/NbXGNthftUfabyqCCJHrt6o6RM\nEWez87hlQIrhCIHw38CihuG3fZITyJHGJP7+oJVL6QSdNz5unuK+5D2K2vNP\nTD3+KC0N/dXlZ5DZir0QwLEJmmDkTd4zRfkhGNpX0hmeXeHvxgoQ9a0TxHkw\npyAj\r\n=HhyX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJSxx36E6urh6qyHtx4AQ71D237MrytPqP70DJwdwU+AIgcYNjjT2RravzzMMlwHhadMoqVYJVB9KhtSakO0Mxqrc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c9b91b10_1547979482521_0.5446391630552898"},"_hasShrinkwrap":false},"0.17.0-alpha.a290eda2":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a290eda2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a290eda2","dist":{"shasum":"1408f611f72f7c280ccdd5d729a18c7f1abfdc63","integrity":"sha512-RUwPQ3EuoTZNEDl0aHhar+B4TFh1X5Lmu8AcNT1ZxjqqEsngZr+G5aTcogRSsUWmffs1AA2Dn0xDCDDk4UYnIw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a290eda2.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcREroCRA9TVsSAnZWagAAwzIP/jR8u598zql7ggYhVi4t\nFTiZfNz+dtvG3KduCsCGxRUHmDnjN7J0R8NQ9ifzlIv42xCemkWby6EZq2D2\nfLtqz3m1Qnb5djpiO1Xu08OOx5ZOkwRQ8qiM4KNdO6CIlrMUyj4FsmQ5XyCP\nieteKazkD0Fltsx+PVLS73KVVq+nZdas/ILcBcSG6QpWux3tdgs7oCYl5HRo\nhi94Vym/j11vsKTPQMHYKv5/vPMzccYzMpY6AXGS5es9SlZyx+tXgMIwQj8a\nrQV4mqfdHJOcTjrCeKWga8RKjqAPsFZFPgHc7NhVSP2qk7orWYexweOOrdXV\nbcXfg5knFU2yh09RQraMCagV3OkeHlw49Y/WcOkMwdGQrGidtQHfMNxBlgJb\nlhh7M2w7vU37Quv6GBRgE/8WFViZLiMeA365EKx33Q0CqTTIY3kOE6jBtmmN\nLZdGNccT57RztXZD14cIkGEihulIO02jLJdQsyyYS8MKOUCI1zuiRiSQ9oFW\nJIIg77YT7jntsaFNqUWhbQmMJw1ZvZxmxh3BbHH9gmWwsIS1aViwCbrFA5ST\nIEBeyZPU20Q4O8myfNVrtoIVzJFveogwKze0lVAN4K9Cm4xnZ8c1LU7vleDv\nhYHDnlvbsAR/Fi9iFkku3y5oA0Hx7u41RfifosmsE0dSnPrhsA068+Xvy7vI\n7VbT\r\n=8gcw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBFS2j2mlcvDRlDtS0qptO6AS+FNVN3iI+3L49uBegrZAiBygR0IsL/HUtY+a5eMqxMuZUsLyKxoIAyo/Ho5hnMLlQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a290eda2_1547979495769_0.028329526552087092"},"_hasShrinkwrap":false},"0.17.0-alpha.2fdb8985":{"name":"graphql-codegen-core","version":"0.17.0-alpha.2fdb8985","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.2fdb8985","dist":{"shasum":"d1a551d4e90a67acec4f0963a8b4de7c5f04f910","integrity":"sha512-XLaaY4xx6FIEtb19ETuGV37/4WODZ7Pc2Dl/M827TCdK+r16ozv1uOISbC8zfKAVmm8ljMU9fG66qetSyv0nXg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.2fdb8985.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcREsbCRA9TVsSAnZWagAAISgP/jSqoEqwNLxJW4si9JQE\nHjbiiwKroQ8MzBqszmyICJ3ZFdAPDfyFeniZbKI4kR5Bfjz85Gk7Pfsg4loD\n8GhvUhHibkZatx0zbdkYq7qgGYW43T8E2DV9hLufMgJ+ivTob4GnpazmOmpu\nxdXGy6f3l9al4nmLkLF7bPVrHpvk9GGfCRiKWd0J2uafI5hW1VBZnhnG7E/E\nYH81uc3aqu4DXFiGrzCPXpKlupRYQFE/IpF/HVEpBCs2XZvx/5o2ahG9uP5X\nZcFvyTypmbpsKM/KrcwWl2G4r4HFVBSfwndEmE32ZJdszH9U6Nr1ndryyg7T\nm9skHMnLy0bYEQnCjL3ozPn1qFO5juBpRX2lxr5fCuwEe+mM5GOA0P04prm/\nK2ZXULOVxC8LKO94sLSSLdUYU58fDO3pQOiKQ1v5ao7dCz+x/JDIAIjTl8m/\nS2FVKEhen3a2N/kw4Vo2DYTCzGM3FlZu1TLKMD/cG3m/fRkjeu3p9/WOvXFW\nDubkp9IF14h7CF6HOEen81k5ECWa279PpYk2h1/2qhpIKzZhu9zXw0HE97Dy\nSf2KUVYKcjI4NyCDoywr2nwQkijGI4IIF7AfU2Cq4Bl4KDeTvcMDgpufYgHX\nNYhMIGjgVTYzirtXRY6Kq9gQ2UX1b3Pe87j6/Rlyclitb72lNwVQ1JvfN4Am\nS7J9\r\n=wbyW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzBpoz14yaEwW09+W8mzh2UZo6gbx4FwhATPsdLL+NPAiEAruM2w6jfA00Wv6OqDzKhcjzjEz+CbkInwGfZPuyb5z8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.2fdb8985_1547979546574_0.8456713747811473"},"_hasShrinkwrap":false},"0.17.0-alpha.03a8db14":{"name":"graphql-codegen-core","version":"0.17.0-alpha.03a8db14","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.03a8db14","dist":{"shasum":"9b335f5346001fa72fcc883d3658f9136facb6f5","integrity":"sha512-/p+5wSyrezVYsikTZ6bztl4RZwy1e5uv5jktVs46vM8JyAImL5eW2JMr9JAURQOSdMeKWPo5ItRQ1RWOfh5B3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.03a8db14.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcREvbCRA9TVsSAnZWagAAfrYP/A6Ok8kBHnlBGw09nilN\nLRicbRhVhT++Hhl7Ia9HthkztCWEfxCvTJxDfDKm4pzhYMytOHEphTAcp+i/\noThxcZl/DrbRwFSlTiFCeXKwZlaBxFqhqRiQto0ceYwPR0RL8xtpj5p3gLHI\nCKvwhRyrinbHyuOaiCYZ+XA3l4aAU9lJDG1Rm5BbGwRfe2wYoOtwFx112inQ\nzfZ5MZlUB7hLV/rf98NtrGBzSrciueOvEa7NJzYGeZB4ri5B/UoB9juHP390\n6i94Qh770u2cO3NvZO19md4dd7m6P2vXxAvURf4fwvCQ+z8x9YJz3zCPzZZ2\n+mrixg8C1cZwqGZFhlaryK6fpHbhucQWwwr6fp3uKi2nSLCpVpjId/ShgGUl\n166juswrXJ37tpsTV4Y8Z6D2q3b5NvkyDk9LR8a3vRkQR5GIrieJnoNmR6rS\nLadTGpqlbKPqqjtfkz09vvA+D98OaoZJ/5AMVp3Kr+aEpCcfNdy1rL0rDraz\nJvXHfYnY0t8Wq0eQZB37iGrx58O9HeD4KfBrvK+BR2khJxpIhMS4ttVSinjF\nSqp0/bpvImEzZfoKd34kz7PE/ONYmF5CkLzmiUTn27IexGA7IxyG4DP4vSme\nejltMBgLrz3KE9ZopGVcWZa5jKpm7bdWwGkaZC5Y97lejiO/JLqXaHQuXr23\nQbqr\r\n=Fy47\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHCdRMP7WPASMQBCB2UlmCnzv1sze3YyNkH5JF63c6lYAiEAvv7JQZpVmWYWKZNZgVw4d/oCnmgpPaiwYsKgNUtvVdU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.03a8db14_1547979738659_0.9535818133295426"},"_hasShrinkwrap":false},"0.17.0-alpha.ad45c54c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ad45c54c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ad45c54c","dist":{"shasum":"ab7b0e2a5e55e5e141a00b50ac17e14ea380ee85","integrity":"sha512-kWAF+JeFsh25+qZ8mYpRGna7+3wz6BOQ86ZaniQkQyzrufLfK2d/PrBQkyIuaBvG2ywQlp7zLzi+pwaYe4UsUg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ad45c54c.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRFjDCRA9TVsSAnZWagAAaZcP/35skPM2zheY/IYeTZzT\nxYl0vvwqdoNPcYJ07/66OFDqNRfqbp2xIShyjxo78PzOAK3miQY7BIHBEHwm\nSRR67xYARfTeogitUSR3L+4TQRJ/RL/KPVeZD606Defj3d41Jw8TD/AybHwE\ntFL5/J8sJBDBSrSS8v7e0db0HfRA4MIS6oVNedt7OwAK5/m3ug3fAUmVNa+N\nLCP+gBTfw/KdGozTNtQPNnMJGUSbInI3N6PVPqqO80cDG93YemdxXkxidVpb\nbJY/muBc58fX5kaXFhN/64sOW5vmT0ax1mm1iS7on6qB6mTAWLcJRFugyRVr\nWKr55gttAcdCRasmBSETqYayYsBOSyMl5bsvfw4bMCf4BfrSarOkKsAn1dir\nBkuxm11U8/Xw6qyomU1XMfw5O9hP8JrRs55QW9GUocDv7RoiPVg7oGAzfLZy\n41iQCEe77q+D79lDusOVKARc9OCd9DfDFia0Hc+Qy34nyQL6GjTCQaNUV2hK\nGFmUBoDv6fwvqkoVOzuSpWODX9MXtD5jHjZXeqFCjL1igsh5XdoXsyGu+Ick\nv91yMEPCqLRMmZ4WJjAOzEAn291kQbR+jQiZltgHSDi+YJ2BNBBh9pi+6lYA\nBOhU0DGJwMGUuWNg1Djbi+0/VDKXEXjTy581WEXImg3mgKZCfKyYJ0DvZcvZ\nEwgn\r\n=kvl4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG7Y3VK4Q6ZD7Bjy2uIcg/xVmYf1OYFOTfvaz3hOByikAiAPSCbUEhbA+2VBnxEICBHrIv+UWAyIUCNtmZTAp3JJ+Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ad45c54c_1547983042494_0.43850708493344626"},"_hasShrinkwrap":false},"0.17.0-alpha.546c781e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.546c781e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.546c781e","dist":{"shasum":"edf259aaa3e37458f79876c54cbe1e5dadd6194a","integrity":"sha512-yPIIVJaHz9yyf1Nm8fl6mdr6daaZkb528uTaxKmQEWiGPb3+NFWV9VrB57BMpk3hjHwo7NOMpfycGEgCrgcGHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.546c781e.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRFjPCRA9TVsSAnZWagAAqyYP/2CwNpQLG1ZiB6Ueekia\nW9QKb/O/+v705X5JdMAqvQAS68TWpyD7SJgyIDfV0nh0+iRlcfrfC2AH5NoU\nGSL6lvthko41TyRI74Fta/JMDHvqBu+XbyC4nWhOMAK8cfqWHDKE7uNM7256\nhzmqTfmfQLU1nSbSdZj3XikPfCHQns4z5MpR08M4nFGq8lgGPjLRuOPi99+x\nGFYJX05vd5DcWlnr75jVDIZWcctzVPQGAJL/E2507wjAOhfRXUar2S++HoJg\nI33fGo1g4edTrBarPnACIblBHaULF2bfr7Z48CEOQuurm0tYNg8lVNHpN+bQ\n/vB+prHpLBc3XM5xLGLlNU9tq2XulsAZ42q0m1biZ1EdwmzFM6I/rrleKmm7\nIm51vbFof8gb2bCDQ3FpWfjOvW5CPO9vM1TsQYS3I/+SVk0zFcswSqa9Z4F+\nCBgOjsUIG5RbyHPRB4D+7MTh6oFE6NhC13Y6U6iECixQxW205FJootHWRAMm\nxnz6AMVxD7qwOFchLSUmTc3eq8tdq/T0IpEySSnjd7Qwh04MOsjBfh7/Wrb0\n1mqGGj2yHKkQOMexEZzSLxYHMgAQvV0L8gYIVrcSJf1gAsyzGsKBFvFV+QPQ\nGIOlaXlqBlekVyGTc3oHSymO5rV2Otc68QzORZYv9ilels+Zbtob/WqTRPOC\nJR8+\r\n=0knz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwQ3PsDz67amgvUMzFeKiEF/XdAdpUry3lPTuDiG3wdAiAWBnrkKjNUJ5gSTMDIeD9+dUJBGJxMh3HQnwFUGWHSFQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.546c781e_1547983055327_0.9937539560119353"},"_hasShrinkwrap":false},"0.17.0-alpha.498958e7":{"name":"graphql-codegen-core","version":"0.17.0-alpha.498958e7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.498958e7","dist":{"shasum":"7468dc080325e99eec5cfd30f4d5ecd107c3fef8","integrity":"sha512-7CWRGZf/za97WtyjQX/oiwK5l1gCF56XUpOfiJB7oAjsJqnxUve9aL0asaSpOCFhyuVZe1bnzFoyO3FLBySYqw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.498958e7.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRFooCRA9TVsSAnZWagAAfRgP/i7hVvWXYYOShtfezEyu\n8XgRu3dk+RSXBR0ioidkzQE5uX/znyPQOzVdDY9XNMO4y9KmVMhyhUPyvAlx\nSvzp8uCvnXbXQfW+Jhky2lhZPCJsTeYbCJjMnxHflCKVmHYwB344XStTVBg4\nZOPNKXpZjYKn8AP2+280BDZ9RTrnRT1gM715Jb/KTGUjzO6V6Sz6pQYdlvFQ\nEqvCHFoMF1w2xt4hulVizAMcDw5Y+SRNMTL0qL2GhkWFoIwgGnoKJJEFI0N9\nhEPgLc0LXWQ8Oje1CegdoNDE0993O/ZS99iK42dTh0FWp8g5FTYdjOJ7mUTz\nLkbB1OrF/RfoEddM8pSVXNacokdj/CmVrEmMmxnn+zaU/ebet6WoJTo0Sxv5\n8yHPoChB+KxDSEXqkVmzijqBGBg5YbeXa0qjgMBaQ3/0VM8HbVjvyVLDatmF\nLL2opP8IhyhEJ8OUW+pPwutr4RUnQJ7JmZgjCrRryoMhtgqgjCynDybZ9+9z\njDRaOdRqzjdLxh/znj3thzEG+Ry9d3NNc6q+Hgl2GClnfDE/wnfvOhCPgmJH\n+0Iv9qa++sqo3jqSvpO66WNsDn/4GK6VDycTVJ4/My9hQjNnDYrnrlA+GAgh\nFdH/FjnK0Fnzjp2IHF76b6/bNtzKODErQU1R/cvp46ZL8ZSYnw9KKn/WZFU+\nAhmh\r\n=/deT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6lSIfu3SOiM7VgFZbDj05+9XqeUjkbmXySMG6BOzcqAiBsdCwdU63CvDE6WKL2rRorEtrLQTLk8H+J5R0JtlynjA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.498958e7_1547983400211_0.9135380576998717"},"_hasShrinkwrap":false},"0.17.0-alpha.e0c1b279":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e0c1b279","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e0c1b279","dist":{"shasum":"169efde7a0bfc4d2cb8170e3b4e26fd36ed028f4","integrity":"sha512-FofQ0aOSN39IbEX3/Qwh3DSLnF3ZwqDPGJ8pBRdioHRAX867qDml6w+iCVrS73T0ePqE3FLAGdZaOHe2u7anqA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e0c1b279.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRLVvCRA9TVsSAnZWagAAA3gP/3HmJAQVzckAzVOTeCrX\nnigZmfzgQAjLdBDPW7MTdO2qh7LqL4jHfZpayxrKa0a8210BohhiI9syyLhd\naZ6ids86/L4iJSFMNuPQYZxneeliekgCH4Ykc/J+GMFA384G/fTS6PQAFy1o\ndQAdTck2QqcuJq67VxZlMuJxa8lJZLNCK5HpD/gUSRxm/IEg4rQeQMz0Ci3R\nCiT+Pe5cMz+SpLCBuAijGvhwhjDNNHX9fIPM4TkqNiNwXFypHT2ghLQ4Lw4s\n9Rb3jZg+K89o4Zql1GQVb/V6FF2RG3EgRx0fi1ve9K/QjTinflLHqAK7vrCO\nzGD8AB+rR3oG6Lyipv4TPisq8DX8ZO9U+rBOFNqbpkbJA/C3roqiq0E8NkuJ\neMHRDcQAkCAgjhyyWBUqUVg0aCMcgtXQV04coHmtSj4Gq3efYLDHt/iwnpO1\n5ahAc75jiHrKrN/BVOH74BozrSHEmHTCK3fo6G80ypAYgQcDsbkSEHMF7lHM\nmPvPZJvK2rSi/+V4/VYknwrTtT7RE8vvgifdYZWZYgcmen418Yqxmrmg8GF7\npgsGWGToWU5fm/WcoTkgUF+UArmkOCuotujidiltFyrhsIPnc1/rL2OlI2X9\ndUCvuxA+gls/n5NhGhskM92aqU56jK6eAKRUzxKYIV8QRrZSW/+PVxDXFD5P\nQzYn\r\n=uz0V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDno+t/kqO9Jr1nUtRyuTliak7OLGvSCCDsViEmVbQz4AiEAko2lQ+Bi5xavAO4H1TaV5dUiyxdjooN+bvcreMeVr8k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e0c1b279_1548006766351_0.8177009734801028"},"_hasShrinkwrap":false},"0.17.0-alpha.aa7b2b06":{"name":"graphql-codegen-core","version":"0.17.0-alpha.aa7b2b06","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.aa7b2b06","dist":{"shasum":"c9b1017e1013bb195e0d95a1e91efed5a5c34fdb","integrity":"sha512-hmRYWtiwD57p6PyVabp7/upnozmuulRzIFnvfscf+WLEOJbEh3hZ1rzZ66qWjoHj8aBUdh5G1K08qv+wmoNU9w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.aa7b2b06.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRMeDCRA9TVsSAnZWagAAMjsP/1SQ98a64MO8okZyI5xd\nwMV2AkgbSBy0a+e3U8N6mHP9UjgZZgyyyNXsNxZ+G9a0OJPtZms558WpdWZe\nLxrIQZ6XlOPk2ZuaNbBv7V381e1vchFNxG16LQdAcu5aX0sZ1aMD3ceul6nC\nE0dqY3vpQ4e9XtNhROP15gog24Lk2IgYMq+y8PHvhmGTmhmrG7EeyGSK/ChZ\nbHCT9lnb3/5+7uBWSYpRNNsfwZmhU09jE//1DeqHIa4bWWvpVGmyAMiOh+KM\nc0E8WF2HImgOkpDrDbumg3FJ2pGV4dOqTnfbP6m4qjdMjpc9/8UNhOghpiOF\nfsmmED0oWxqw1Vqb9CiG5CDeTh5yA0ezyfLNynHWEYggJyPtkGlXSRB+Akgm\nSLJ35CU28v+qhWht4LoBNjtnBkbj5LIr0j3d8v//iZqpp4r8JNo1Ly4CTjNO\nO02QuxJTp1c96s6KtKuFMIKoc0MJaYoHAJBJ/P8VUW4PeInVKV42mGZpsUOK\nKA6g9Dkczzj9VX7HB7cxj8hzMcd+qg5RyWODy+Km5syulDTKy+KaWygB2bgH\nHhL0hjf26M5/+A/OWVzM++m/A2uTWI6ASI1ZaRe2r5RMmze60oq3lrAlLi2z\nAUEiUYFhGrfWCeyz4tBcuPu/C6aZtbe6pihIpHYegHMclPvKp7yH/Pe9qbzX\nj5Qm\r\n=MY8c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOInlgMFj4maZCJgVdckWdfP+1lmXUvsv5uZwfQgzTGAiAjWjOpvbk9mDe0bKb5lpEuZrQEeNx1QCX91WKjI3lylg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.aa7b2b06_1548011394309_0.9308317548951743"},"_hasShrinkwrap":false},"0.17.0-alpha.89d7da37":{"name":"graphql-codegen-core","version":"0.17.0-alpha.89d7da37","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.89d7da37","dist":{"shasum":"e039543a7226253341438365030ae935d032baf8","integrity":"sha512-IYTP+ifhvXARdbhYG9OEUdyPWdj9j5Hqf1C2Htp/RoYYOjLo0WfzpLwDOqrybKwqMAtEeexOQESwB6lmSPPPTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.89d7da37.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRMejCRA9TVsSAnZWagAAtkYP/37nExq31sozAvkOHL3d\npYvX0ynUINux8NlIYfrSbG+qozceHrfTIoQyzs7ZeSp9tPsKEQr0yyZyDSHK\n3Isg0JmQoHL/N7mcQY+OyBbiJBwobtrRFERPMvLLLfwpKgg0OedDzrJqRYx7\nlv+LsbNd+iECSagAobOPvOeLQcYPUvMNcXbo2P7XRcoVWhz8gc2inqzIM3UV\n32Ev9Abb603B/J3JvQ2Yj3ziVXRJeEedQs77XeNepg1vChKMqQfwiRW5h+zZ\nMDWFU0dxUczIz0gTTF/q8T/pDkNAPzhy+SorRT6sRSdvKbeh8MJYL0nWPUwA\nfAJwyz0QsXW3jT8rafRuFXUOP0yZN9DHD7K4Pa7u54V+kBVFaDIaG/XwInWX\nAFdEBMWXM4NiAmWkyHvGZDIe81s4dTyiOUgg4OpEHuT8WPgaPp8tB1MNI71J\nIFqaSFIVBEdOwT80ZY1Zch49Fug/akVm9hHILBgogeccF3loql2fQ/S30VSX\nclTRRpAut3Hlb/amyzok5GM+HfjqrvoOtFdkMyKUnJ0LBQphDsKla9q87fRp\nPkvdOcNJfmvpDAFJJyzwPfNXYimzpLYmOlzpkrHSL2zFLexMNm5sf5e7yz7s\nR8zA79abwYX7hqDWvXe5qrfSsMEWUyg/W/q1N3QA4UpEPgNs4G1eB6TnkTzq\nqBdg\r\n=sr/o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFj3ljU/UxielYi5wDQEB//9OUJOt9lfbw0R/pw0IaJgIhAMpe1q5rWFnscwAsWypQIWyulDMcsQD2niWTiwiLU4OB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.89d7da37_1548011426926_0.7109021757039384"},"_hasShrinkwrap":false},"0.17.0-alpha.20739eb4":{"name":"graphql-codegen-core","version":"0.17.0-alpha.20739eb4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.20739eb4","dist":{"shasum":"fcf5000746abffec4f877273ddbe52267f25ff63","integrity":"sha512-AX8u41Dv3F3vixOxzXsGfcdmIlTJCGRgMYFuGpJDJoi9vgmaF0JlKUJXaFTZw2mqMEq6ujEqdb5VqB2zBbCntw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.20739eb4.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRW3XCRA9TVsSAnZWagAAQxEQAKSgn+/cOsj54JmCu/69\nGcVsCZ6eOgklvyKjI+xqlKtgeXe8DPus/dyCE0xeoNMh1pQIyESlhpIuKCpw\nZqkSickgHKamGtq1BVLqK7VNa2NdoVhyCo2FAdAMRDJ7J8kKeFUV1HbSXXz9\nutsJOG5Hgzyy81orKGQBJaTyjYvWEc5GmfO4XT9Np6c8bTJDpDB/+FSu/nUZ\n81O5iITXDAJHYkfqI/dUeKbEeN2LvLsC/Gn0Yw0kln1kgkMmPiZuOi6wkhOU\nISDTxphzIaKtDJgDWeMjw/my5odTeH/0scU9ABwE8GUGvPhthZz03BMF0rXz\n6xKkbNVVJbIWPb75Q/yikxHq5NjweMhUwOinYH6zCTIlhE8/FMioNjvmtKCM\nfUEVxm2znCXguEQB4++VZJzt0QZQZt3Tg2EjirQb1izgIdnY1km2MbHp03pw\nR3VdGsKFcxGnFjQ2bYNv9/GslCyLWA0+pjAzBGOomXRlC5de4JXDGx2Z3BUc\nwtGMhHqXAClGWVEBebhQK+SIxmQnzVrvvHlGiBYFUHcYlp5qxb6mX0IymoiH\naBwB011FlhM7DuQWvGWpxVjNjpX5Q6k0xokRWJfXJb6U+fEyHBByR19X3fID\nX1DUTzaZoDOqtSSSGaKrYcSrsIReLo3q8d7Miz0AYx/bLo9SvTvDvqpQn1VF\nDgy4\r\n=QzJA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbBxYGUyalXkvvDewgjykZr4ou9xoww8c7VXF6f6w90wIgZxD3RtMfrJ9RYyECSeXCvLOhkj6vXWosK7cWt7Rudic="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.20739eb4_1548053974961_0.4670583879416812"},"_hasShrinkwrap":false},"0.17.0-alpha.f686ddcc":{"name":"graphql-codegen-core","version":"0.17.0-alpha.f686ddcc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.f686ddcc","dist":{"shasum":"92cd75e5ec228141050bda7bd2ef0a9fad7af41e","integrity":"sha512-kJXiu2uuQpjDAuWRHDlyly1hsUvYWAsIYqLR0vSy57gtlkv6X9GmfbK5S5Z6Ug+KcxbEIH+P2UlshMVRAHKjpA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.f686ddcc.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRW3oCRA9TVsSAnZWagAAvccP/2DYJqtRBqDCvDGnxl1r\nOmrCy4D6bEksANWXu2b31aPKufMOkfyGFxa5rCyS6wR99egwQBsmMQqI5hHN\nC7LTHGbZCdYhCQBWS8tm/W51g5xImDO/pOxkDHUmpFbh4AE/VeFPZzlw0tzq\ngOmNaXF7NWiWANampzNE0hw0OUyd8m9iSvIHJ8woAT7kca4izNRtEfZYlDfu\nLxVBqw4+JnPNysL2msZCGAReX31KBhxLabq1kj/MHkoV5UKXnILpVajzkFo0\njFFwunSLdTVbwDn9F5bpg8tmmPRn1E9jVQnwRBXQTnKBk+IUPgXFFghlq7Lo\nGNUIhMD1Hjloo6fa9EaPCb8C5qXUDGmVd4ol6kPrbqX4B0DOO4C6zjAIwKJx\nX+1MERddfdTvpH6zZCZL+WkWcZy0TPw9PXcRIcDnf7xfTa1g62U0zOvWT6kv\n3x3vjn2JVO1WQlBwPR1fCmNDrql3VonME9ycphRoESC+5Bp9XOTh3LPBlcHc\nhgP7r+Rzz+XNusccBKPb60xxqNgvRvFuzde/JI3kLECzQPLMWt6WiVKQu3Y0\ne/H9+GFGj8JjizhYan+Y5VygySwjfiLbGMEogHGA569UcztoL/0WmyhBDiOB\ntQeNwUvF9STk5cMeX72zblMT63hUIv95wxSpP+OSCOA6SCUCDMurq1DZEvJ7\ngwnv\r\n=QXGX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHRl6sNBE4FI06dayz7TMaUQCreCAORBTFIexdCJaiDpAiEA2kvRT7esovuDuWKO5ABuH7PK0HhXJHDN0nOqT5iME5E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.f686ddcc_1548053991404_0.08780519978306667"},"_hasShrinkwrap":false},"0.17.0-alpha.a93a7cf9":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a93a7cf9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a93a7cf9","dist":{"shasum":"5996f834fd3bc63a53fe1449feea05f324aeeeaa","integrity":"sha512-7Aa9QFXov6h73cI3Rz+Bpc3SYjt0butQMXXNzfiyguKdPQr5/zzCrvxq4PSLf78O7w4zSEAaZtbUvRu3pp+tdQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a93a7cf9.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRW8GCRA9TVsSAnZWagAAUTwP/0gh0CAEy4ZLKXXl8cJm\nEAprrofLWRg0vwO4RY/IKQeQMkn2+RvjiUaaAV5QCd7ILd+iwV+JiJIm27QM\nukRx/fFPyMgIlj5eRtbzHRkKW4PPcnXLWPb3qfGEqhJyduDojkhNX/SUqtvs\nhXpy3yhxjguaKcItTXnlKeXkBSkgXyJrxqeLm581DukZORavyMOkJ6K1f3Jf\nAqb02FuXEUihVx3NnbFT0jDPes7zaiTguQnPJlwM0V5nXzDJ0kXGmK8FXOX4\nRfKsaIf3eZcIiHmo/WfW2RBTiwl09fuEV3mDtMAmKYF2ndh2mxZerEg0bLFc\nx1kyxrZB7EQ1a4TfeogkqQfsfyLGtS0rH4z7DlMSjlbHX09WWMkCwdj395oV\nflTaGt4lMYWLTRAyFJN8w4Azc0WZ2UvHLAYyILetBEI6DNOCJeHg3g8gO55u\nuZhb09nlmc/yj2arJLM4SbfTFIwOx2dKGlpsCnq9LwZYrWXMvbK57Gx9caW3\nuBXMczP7WgixbNyczzMVE+/pBfB/FBm83/R1PyfTLQnXrgTdNt2bXxbeFB2m\nnXo+2FKSgliRLm9ItYgs3rOwAjVUbFSJKF0/87AMH/qcmHLuGGpCFwAW/fLn\nVYWZIQcKkr3ZhewP7UorLjIuRgp04rODfTRGBZuw5EpZDDq4U/S9puETL+j7\nzngO\r\n=yb2a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB4l0jopfAvD+6IJSM5guu1tL1O1HWlm4WmSlD3837KBAiAkRtkrWUVJPf3ISoZfacjQJccrzaXLzcnfgJOU8x509A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a93a7cf9_1548054277917_0.3595918701144176"},"_hasShrinkwrap":false},"0.17.0-alpha.1d6e8107":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1d6e8107","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1d6e8107","dist":{"shasum":"1b76f69929b69650cc1384a6fa5218f9730748cc","integrity":"sha512-5J/0HzjY5lOJUIVjLhUknWW486W1UMo3PpTW4uNF6She8PvWIW9RJ+wlLOSntnJyk2gGWNEIvQVshX3HfEdzDQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1d6e8107.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRXVlCRA9TVsSAnZWagAAGnEP/2htrtwFMBVcuqp0ncrQ\nu8FiyQYgUNjbiCnUQ9jx2VHL8zZ3i2fHyAKsOHGGKMRtbq5i+kbAE3TzIKrT\nahjwytspg1nN8Wc9nJtHylWvadgszD0yzJGB1BL/I1sz7zCAcCf6tUHOsIRW\ntLHfJQeF+VGHDLZ8fT9vj/EYRvBnfKhXWsgvvwg98izg0N4OriXKj+PqhYpJ\nBohEdfIUTjkeWABOZP+jPrpAr/Psfw2jRmuw2VLbFa6KakZS3M+dfJfcdWSj\nLgxMF2iOVh4RXXpjUPA6+BcirOGMUcO2ScUW9OvCpNZ9LLsf9QT9ay44oJ+Q\n1SCyHFHlktg50cksDEKCjlYLeVh9P8L7ck7kLICl8l4E/OBhICIFLwam9BLz\nBhNrsc2n6enPaaRQqlff6I1o+F81owZVA4OdhGS9Aot035MAA5p1FWpQ13FI\nCSP1tF88YkfrSHs84/ZFPTQHEeGYDJ8v9/Ia0DVpi4/98/i3t0bidAf2FhRo\nob396yO+cu9RKBLRmmsZ2WcHJywN0KWoKFxAVl+EQy0VuaWbtRVuyvVxIIho\nzRMPlX72G9w4h4qu74PQDIXMx6n6fTpihuitHNxpy5TBGMEeTeIJD/As8HHB\nby0hXxGiUaPkTBdwfhe/+j2VnPwQdeDMj7XP6agdVRa6lkDP6k1ZKPMwRNFV\nY+50\r\n=gH/0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnzXTBOK1UiAoCCPdr7NYh4JhyZWZ+/K90PLR0MzsIZAIgVM8HgjyZp+7XYLfpJF23p6utahe79AwVCB1WfH7QcMk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1d6e8107_1548055907362_0.7778582849977485"},"_hasShrinkwrap":false},"0.17.0-alpha.ba17b639":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ba17b639","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ba17b639","dist":{"shasum":"8f3c3dfbd533a74ae448687bf57eefbceb588e12","integrity":"sha512-RhqoK7mONANbV8Di4YvG8kyjJO60DK9/DwpStlnZ9UbhntmEzW1Y+CO4vSIszCUtihh44EY91AZBmFkpNs+0kw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ba17b639.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRXV+CRA9TVsSAnZWagAARB8P/0XGzP0+tWp5jeZTXZHA\nqU3hEFQ4Lr2hcIeoiVQrfMr3qjeJLoVUbIWBdUxYy+t6np4h858yvFHUVis9\n3V1TekIXGTMDeWPiY+ad/c9X+LA3rBIFlk4aUvubV327i08T2ma/EEvNLc9l\ncfj+HwEngQqOCy2iebCpiB789x0ncXnnz6YTMXgYJ4G+RMSrpMfsOjCETSdz\nqhsgoi3KcFdTnhD2OIl6HqcI+PoowxywjF1Y8qe1FXqkB6mf9uzqEknbW2Tq\nXE0k9PUcuGKNDBRP5slEs43OVkCbdr94LCQSM7b0U9TSL0xuKgrOfJwKr37B\n8lRNYGPxwvdqIy3SLqVk5IHK1ehjGHTzPFJo91QQcrKYisTMS0E3fGOQUnis\naOao3oD4br+V/C1A+OQLxjpxVed0kvcUFDxlABaI6zuM408D23ROWo1QlhZw\nIAZ2J61EQBqBojTu3HDIJ+CRRToE4Bu1QI4Qo2i+mRL6JYeUp+bTccNZaL9s\nrPblC58hFdQRN2LzHt+cd6cC8Y9iobpBuzNCxcSGJPDmXlhmmp2zQHfH9ARK\nxpeOlfOt5Kpu+d7xRaJICnBw9qPDjkEIebTmdfDa9lwaYtdEJPBNaBCDamkc\ngOPTM2dtHBXv+CCo8tOfnpbwYUjEYhepEFXK36w8wH0zTixrMO4CDnpXsZaR\nWHC8\r\n=zEMa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIESohV4f+PBRZabN0kPFBFRxmSM/mjzvVpeoKD4AleT1AiEAq0F9EIBSQL3lul8W46QdhP5ifb+UqlnzcPRnPczCm6w="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ba17b639_1548055934263_0.07829849619632112"},"_hasShrinkwrap":false},"0.17.0-alpha.df1e375e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.df1e375e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.df1e375e","dist":{"shasum":"25f3cce45cc727d29fb2c92bd67d7cd0e5fd183f","integrity":"sha512-Ue8XKxy+3NzLFWq3nqRHN9NWa4rcMqCHkJ7WBeg35fibIw+xjK21T7y31o7G8TdPNa7GljNQUMvYsOVO2gFaPw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.df1e375e.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRe4rCRA9TVsSAnZWagAAmU4QAISZ85pHsEAJ4tor2D5y\n3WNqa4UK1WWoweGqgrZR92iOLTjeQR738IcYxt3iVjcdTuN0bDx2CHclAfhu\nkM6aM8SKCo5PCQ5cxURgOeeBqAU+79w7B/3uLgyZDrgY8ulEPS5lRraoeu0/\ns3zROsicGelsmDW4YXv8L9r0kKWsjY4/fFL/PENHLq/aTw/FmbQmwSJJ3rDy\nr0oTF8U1+2FJ1/HJ8GJ/x2J5udwj/U6Okh1nOHKwUpLZ/OJHpMMJSu6LENy4\nBP/0lxpRaBFyaD7HjBmdB7w0xOJORGA8/Fy61Yxn8+G5D0IekDrVBsdU56dv\nX9RW6qXNCY1JtnLscbWxjJlTnypL5aGy9F6avDGptE05sGSaTSk9FOSk1mcz\nfKEm6QxGOtBDpx55fucbU6UBfWK49EGmWlZORTxflDx9pHLQfxi2dJxT99sX\nhRWxR4oLnH9sKvzz6ql3OCOPgRQGB+vrf7Gq1M4fQbpXQw+3yPhpr6hoxnZf\nDi1cTE9Ec/w38zsImViHTQZYFgKGeNMoCV/AiRjIt21ohzH4UpYM9w0cLo+K\nouM2fFuA5HZrUFAd2g0XRsNxRsPQSFvqes1vxPqWeYxF5VJNjss8KIxTPwSh\nCcv1MQ4pij1ka7kayA1xmSocUAXCouETG8Q7LD9EJCKx1Omw+6xccLQ/1w5l\n2ss9\r\n=79qm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSkKA9bfcXOl6oMaQZavQgaJ+C+hERSF719vzViASWhAIhAIFMkgDxZXAfZwL3OOWHy/zmt0olmjNZUXYO/R8UmIKX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.df1e375e_1548086826268_0.16929341947161025"},"_hasShrinkwrap":false},"0.17.0-alpha.4c59e508":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4c59e508","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4c59e508","dist":{"shasum":"1188a00ae5b228b42852045e2de1edc52fb6749a","integrity":"sha512-UpUCyPOZJZCq6HxaPW+9ZldcocgJEXnqTT7cb/saTXp4p9mW0MmWjaC4KQ15B1aH7QVaUuu1VHLzrcPEUm2wgA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4c59e508.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRfKVCRA9TVsSAnZWagAAtyYQAJYtuQh9urqrqLrWC2N3\n4PjVDmDBCaF3+FIBGYx7ewgkNAearZhJplG6az9eh96CCZmsRR6a5bZkhWtU\ntsESgb7WkfHw4mAk6YrQR08VkSEJdqfp+2shrCaf4yQANeopkWaQ0BM2RSKl\nIYuaoxvAf0ZDbwHTLjYsFrv6WH2RAyMkraVMzXKGva/xvwy3i4PzxnOGBert\nsnQstmCYb5ZqmZxvankUCsDZmSLuUEhCejV/RrLA94ZFSgM7eQ1AMHHVGDJY\ntLBxCDhJ5GNZh5p+ORRBGPP070yIKTFN1IcWMvyVycnnMIVr/91DL2nGcTru\nbcMR37WTBZCdQkmYI0xhaK8Jzj9b/fKNALXTJVWNkkJBmfMxY+vSa29i+IAw\nOfSh6rem82Uynlo6RPpWyHxTeDz5pjPagyEn/q5iBNRtR/YqLx+MJU1I+VNr\nNNm2kJk9Bmpv571pi10YIrfXUoT7d+YMxghS8vM/X6HtWAqAnXoJDVOtdpK2\nWKJtqLm95iNaKHasRNmpN2+OeaJIiBgQX5zIuROpabPSt596c8fgCqarmgVh\n9er7iLqUshC60aoUmZDaXuWHt/C1gM66gr4XzLOJr0+fpdpkaVMAThXI4Z4x\nFvOxdAk3T4u8q+27oVhYA4yhZac3XTQrSSN7P8Jbd0GhuI0g9DCQ8R3kQhX4\nUmKZ\r\n=PVot\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBmJJOgvJ6LrFCOuevwtBqyc/Lvt1A+rA1XPHM7K4s2wIhAIQXY0D/cWaZOinbmH5I2Fr5HfsCXn4mm0rFbMY4thrz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4c59e508_1548087956148_0.22768007373852428"},"_hasShrinkwrap":false},"0.17.0-alpha.e01c48d1":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e01c48d1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e01c48d1","dist":{"shasum":"5dbf28e8da218dac4fe4c0940f661d7c29809ea7","integrity":"sha512-EXR81FAYaP542hsEfueaLICOt1ngMLw3V2YJVOEAAzo2GbfO8HrQOewNAHCoOLpJJ0ntCGunN+siGX05URSgMQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e01c48d1.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRiPACRA9TVsSAnZWagAAbucP/3nFq+xL0ewxPP0XGx8H\np5J9VVgO7BCmD2hEP4LHldeBsYjPwcCWJfHwtu2REtWklLGAeOwOUXC1+ka4\nBLY9APYJNCTBFifhTeRbHu0fxDXSljPEt3MjxA0vVAsbatLa1GYnsbn5/962\nybkbXUtVD96C25LgroIj/+ioMhpz5jGInvjzNrU9+9tbS2MsIfpG3Gf0tHFQ\nuDVo/d65KRBmIi+bIo901riSPey4UcE0Ep2UUQ12C9hhfIn9dCxRISfBzyNn\nwln6JGiAh9+Himuw96Un9rg4EFmpLs980zJiF+GrA7w769YuPsn8edUPWOUw\nryv9uQCl4jxLSXgRPIkyGOL9SQ+yGgAKcRjjhrzrbp/12Iy9zLkgWAtBWg3q\n5jA5cEYLEopTSNx1O3X6oObaB2+6xaaK8PfrMSceKRDKNxhH9aCIr2YtUK8v\npKt8WA3m3OvyEyOb7qw+bMivlhJSi8G5JrfLbODc1mFxKBygNgYyWB92MgfI\nEIrpyqsq7KcyNqOh9Ca/7oveG+HcOJHLLFdZWr44WozcVgDedbEtRFaRwjPx\n6oB3NGsi8iLCJ3y8jBuW9V/LmXbJU9tQ4yGO+4LV3yBIrcWDf49ILYfmrIB9\no06cQji9M181KHnqoIy10Qe9IZvzzXrfPRuCQmET9X36lSuf0bEAuaKkQZ16\nzQdA\r\n=vUmb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsFpbdcdQRa9VlMZX5P2bnJpTu0eKQTgZe4749g71buwIhAJkrep7CqsPgyIq/qXLPvmAvlnabv0a1Olt5VmwG9/n4"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e01c48d1_1548100543902_0.6931338296193348"},"_hasShrinkwrap":false},"0.17.0-alpha.be46d9eb":{"name":"graphql-codegen-core","version":"0.17.0-alpha.be46d9eb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.be46d9eb","dist":{"shasum":"d071669d6274bba3b6d69061edc9c51b081c6226","integrity":"sha512-1AqYmoN78+B8wpUNuoWAolhXNQ5YJXVXz/+2rpuupozJ7ocuYlE7xfr9o6JBSMCc7vSyMSzkVveI8avsgyYAPA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.be46d9eb.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRjipCRA9TVsSAnZWagAAtuQP/0DW7u/979DDZTz32CHo\nIMzcM9wA4UHA4Pfz5oSnNu4SEwAziHNqkAuyWYxjGIG36H1yVofCJpN5DZd2\nYXk09JJSNRYO/hvosQqyT6vm8vis7rLtCWbs9ff5niredcaT+RvKmZXD5lFH\n7rRX1/NdeEMsdR4nSxypn7S8ZOgur94rQG2TWbcEjX5hPZiey0jr5ncpafwg\niVNk+fco1EHz8vZvSO0rk+fiOy6xlPT+qP2IH1WH5ANpglEe1HWBVYdC2MNr\n22kB9KynAuuWiiy8CxDxEqUX/xsOzVFtQMpfjn7ljQJaCA2n6yc/JrhOoSbU\nH+pSwQwwLVOdsyJlbCThWZ04194FrRFoWyiCQgaqYqK4r6KxLFPkKSja2kJ7\ngwaQPlWfixe2h+lQ6XAP7e5owDDibc/gdPRYfIPkVB/MLvG/jY6EO8b0R3Cw\nHBubg49hmtIBEiM6pw38/Io19Klh9rw1OcpUIsWnOk5I+OOVur7sqENvU7Cr\nwOKmLxSwFLr8tgwrb3rGyJHGjxFpVRyqshvKd1NkHZVemDmS5zgofg2Bx0RK\nKVPMzMDLZSPw5JwCxJgXcxnwEpLn7dZBP9Vl97AUAsxaPUglcCPif3CaKKZb\nPI/hcJr48h6ustznApveQmcfyG22y45wtm9VYIJyjKlHNdzoHuH8pw/j2m3B\nDPny\r\n=1n2W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAwAvufV7WzHcPsl5Cj6klkDTBHnGszxsTeNnjIErIU5AiEAkHZa18N6zvPnGmvyHvpyh4jqlfMbVMquRyq8a0z78mA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.be46d9eb_1548105896375_0.6283427813606468"},"_hasShrinkwrap":false},"0.17.0-alpha.ca5f1e26":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ca5f1e26","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ca5f1e26","dist":{"shasum":"fb629266d3e2ff36d18d87728f20a84ce45a0918","integrity":"sha512-KRs1ZRVXXff51/G4boxOUP0iZeuMxrAbptbpReafLo0MG1cRh9dqTcG03wZXG3OwXNN015rwUrcorsCX99RQTg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ca5f1e26.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRlJeCRA9TVsSAnZWagAA4SQP/2TEqZJGcnvadrd6g/YL\n63ANTmwl8jItGLUrPa5VuCQXrobNYlVEC72/SrskobEJUl74672GnHBCT+tu\nz0s1fybDg0Up0SHZ0T9PP6Zd9rgExKdjEyRPaknMLm2K66c/oZrLXrpNG5DJ\nnOO9zF0HkQEZ7czMlAv7ifZh6TO7rTREAHwgbUD2mt2ni6pcLqQxS007Tgie\nNfH4DLJugOZeKTkJbnSn+MwpCO8pmX0YxPzaKft1ZJ1/qEzHTCOTPAeAbKQg\n99e/PYBBMLA4r+JxT1kEtOnXBamV6ix8nEz1FIJ9EVBJk6PIxvUjg+AMgSVu\nJKslflmnBwqtfBx3tz+Of7fWL+pt5fARwpdbMM2ZDefw7tC03OExEPjP+Tjv\nXkEF7UsaNZeCpiQgIQK7IA5G9lIggQK5tgNOd4TimaFEBR3ahNDcbTIXNRi3\nPQemYqS6NlZrwaKDNKR+4VJ+jpGeYozfEk/mtW3scfN/0KlInZHy+2eSPsgl\nqNwxax4Rt1SQ+jUWD7ePiUtLLT0JSUmW6D6uhDG1W5KNKSxFgvQNz83hoy1x\nXSyatGSmiY9SzwZJZqOc473EAZs2OLQHGXzsUKwOEkuAwkgA3Sbcyu7xxsmF\nZM8FTTPZyJEcD/2DQol+yyudQgoL+NWXR2+WPSvrzyXEQpycC5+BOEStsHSc\nWOmJ\r\n=/EKU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICYSeU+EJy277o8MKMhWSeRge5UefMSrkwZRlbe5SvWoAiEAqz7z2mba7Uo5P97zCPMP0qn/3YYuZ2ZEqxyQDIiZadM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ca5f1e26_1548112477816_0.8011049973277033"},"_hasShrinkwrap":false},"0.17.0-alpha.389a4e5e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.389a4e5e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.389a4e5e","dist":{"shasum":"32efb0d7338f52e4279817911e073ce6749c9c35","integrity":"sha512-wmnzMnAsFKP7M+1F8UrvU3dPbyfzywzkhdU4tUqx28Uy7j9EjVswIOssm915s4lImQKLBODIz4drIypK0SceSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.389a4e5e.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRrnICRA9TVsSAnZWagAARaAQAIo2Ew7Gay1T999j9DRF\nWnQhr/LealJp8rRgYP+wGihFv4KzwrmM4KlaFGRXNLBFmcZ7c7KEbfUM2O4/\nicESGpfb5Kj0UoKgVHNqloZq/22hcxbbqwIhfQ06mvgMYlAdqE20wERkrg2v\nXHNQu8vWYIuCzsVqnq7VBTFKdmTSLVkDcHDjfinGRtfBbB/lt59kKAfESSyk\n8l3WXEf//GMWAuF4XtueAjGiuJnlKNXOCmE/a4sCr+/JNN2KBJzLRtxYps+F\nQBR4zWTT9Mxd439/KAbsHjnh4C79Nm5VjPuyxMN8BSAPxE3q3gVLgy5u2NEw\nX9ek6gHEG3PwUbOuKZdeDIB5N71fOznATpNzBVHIOc4BjnLk2oTO6pywBm6M\ndb0J7MlEfmgCBDR54VJGZReS1dCt2rtSLNrgtHjn4zzR7sBtiSvreUrWS1F+\nvlshw/Wg25dfOPt5rXgwi3VVExHEh6wQHVGv0rhpglAqqKG2w510xOIJFcWl\nnqG7PJEWdrGKFm7yxbfOq0/Dk4GT45jqcmjzK4mA5fCaE8f/edbVK3FissTA\nr4phGuOUxHi8daanZlE5pLk/xb+se2LAUHuDawlKYl/cO1dN+IGzxw3+wMDu\nJkcSXUIRjNhluFA0Zsz6uXb7pB7A8kqDehepyPcLN1RJ1Zebyd/Pwr/A3nNq\nd7JA\r\n=Ma1Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC81kmERcz8oZtBSz+kGdMyCGZ53+UDVg6wHKZZ9KSaZQIgWpLomx2INpWBun+pGHYQYQ6L3Ru5RyZXMD4BDN6/Y/o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.389a4e5e_1548138951207_0.2674516854091147"},"_hasShrinkwrap":false},"0.17.0-alpha.f9396574":{"name":"graphql-codegen-core","version":"0.17.0-alpha.f9396574","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.f9396574","dist":{"shasum":"ca5a53fd7fe8ae735d37e3e4ef18f150b8193a1f","integrity":"sha512-V2Q4nrVmFWshOLU/GQ7mw+PkLBTuhTWoXwDpQw4M45MRaMCc/DfSbFScP0Di/3v4TMcV1+0T0xdxhdOkrst6RA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.f9396574.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRrnWCRA9TVsSAnZWagAAngYP/jSie1o+BHEpLfmis00U\nmFbvbmgiUh5L7Y63sPI+lku0mzWCQ//Z6mENgVL6FszKJeaK4b9GdS8jvbrk\n84oiiWIv32ZPuHj4Ea9phcCegnXuI1FiyAePDTwWgKbAvwNEnQHmbwC0yRqk\nbrDYplfFVcvxBQjvcmNvohXJQxk6kvipsD7EDIcNd0LJbnOm22YjOh2RS/h8\nJnrfErnQI+gsYwhnezBXhTUc4vcp1oOIH1xTAV/tADzYm2vRsoDDAnZmqny4\nAlIQ4sjTJierYnCXzcI2V7mAheyT2mNOZF+Xy8SrKobYA/UIdE9O3lrvObzP\nda30jdbW/3YnoVs+6j2LSWWlpKRSHH5KHkO8cYZLXAjMi+WLZ3A4x/T/cDqN\n1WHJOrWptl+B7Fs6QHctwAmm/qm9y4KPpjUzVYv7gqR//4HHzTY7SIUyieF+\nWVZm0xLcKTfhV2MP1eHA/ZQJ9VB8qoP+Bk3jTEV9ddq8r1sBXPNRqXYNxjPN\nfpsl7i1wbIDeNIC/5Q9g7vpkLiX7mihrXHq+E1ZL+/lE6tFL2aYMXUrrzKAv\n4YGi2MuSzLC/T6dS1zDJpRInpUJ9vFtnNtEYwqq8P388zayi5PGCc/HobhrZ\nCMQIsCvUaSOHsw0exUNoktn/dG0TUZeH3ZAHXOyRRMNOXW/NIpVN7zpHz7Bf\nbgSa\r\n=9aWt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzyGkOSwPTxhE2yo+rN8r04KsfjH+kun19xmJfxkzFdAIhAPBjkfPmI7NYT2YNm9XqA63492Vj3223nuDnTqHDYQHA"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.f9396574_1548138965948_0.6742627419552998"},"_hasShrinkwrap":false},"0.17.0-alpha.274b789c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.274b789c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.274b789c","dist":{"shasum":"75c47afd678defd123625c0eec830c540eded4d9","integrity":"sha512-LRaBOfdGNYKqOm69GxQfo0SXfVAHZUQreUPl9/ncU7kk1uGjCss83dyyMEgW4hgRt1HDXWp3+X1MKfjma5z5HQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.274b789c.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRrnkCRA9TVsSAnZWagAAyK4P/RCpc+EXJiHEttE+wJzK\n6a6NbtyvizJkXp4VzNU79KpTdA/9ushAXG8oNj29FGiBIpsS3BEfrxIHJriv\nnXNmroRimN5zIk5UP6YHNnDWu8+ArGkpKfcgLjPWUtpwFpwBr3/+McblWKH5\nY3e1ak0IiUD0rplKsbC2Ds2j6B1BR6uCBbecSBF1ssXnPmacEsf1XI3FJ1zY\nDQpQTPKNq0UsCZ8J0d2xnud9iwEJ1jEjS0m0A7OAqLg/kbuhaL+2qgYjrmwS\nIzq5UDREAdNvLk5YdhozGZ/OjR37OA64On+lU7bYXCfqbvUeK5LWEzWEPN5C\nINOGvm1n+dqfPVK09rHjOHCVBFqNZ0lClRlxSxXU2YRhtxI0cB5aglkCArne\n3anFHZYcQAtmy5Z32SXna1ASCQRyMkzyU7VsJ20apelKHLLxJ+1yo4SoaRpV\nHcvKV0THfSk6TzyUXqZ45X9z0tzFdjzF68tQ2Q3cLFAD3//qtaG4QXUrR6vk\nqqRPDKuPx71POmWFQsCo+hb02j6M01ta4iSNc6Gy7dbIE2a6iQ8/oZAlUd5P\nqiSHy1sI5wywJvmC0U+QATm+w1t9bWFDZJYyRSuUs4MS8FD8eXf8PtBIg7lq\nbIAbM3K1wfbYkvlVyP33O5wY/4pUvVvNSJAgHFFWwfdVZnaJlVXcd4XLQM9U\nW3PA\r\n=e5rg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPvPRCLvZjulPaSmdmmjUcwxliSPHjF0X/+yVWwcaSNAiEA4Pss3TuEUGMDH9IF4CzWNsBbQF96qZbJvg0En6vYEo8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.274b789c_1548138979867_0.24493841438921038"},"_hasShrinkwrap":false},"0.17.0-alpha.a77a7e9d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a77a7e9d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a77a7e9d","dist":{"shasum":"5055a176ea72c6ff94837e085a9f136528ed9ee9","integrity":"sha512-11BnP9wm9I9JIxmy5Mcx1PQp+ifCr88LS7bWqddWchAkhMTak53QORjEqlATMA+GWzV0dYMcV57PsVQvh38H7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a77a7e9d.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRroaCRA9TVsSAnZWagAA4dMP/iN7jd8rzXMkW2dhMFmX\n3rDUinZBKs81KbCi0RJmnwTrCJJZuXUBZZDr3U5ZyiEYSg5DXIJwZkFPHg4h\n/syxusYumC3VxDNjeXER9SbunF2gxF0Vzuhm5yOHmnWa0ACP9XuZJ64HjBuR\n6MVNEdFOsu4J8RO0T1nL2mb6QJOslg2HkSNAbPl1eeAtqHRta69QFWsZh8pl\ntWyIJRxD7jQAywIIauvvtwK28gqcRZQ8rPBeGhFycILEEF2Sf2DK4MjRN0Bp\nct57n32SIL09HE133mTGY8XKFLHsKQ6KCEPbuNe5CArsOyoDgG+V+EThnzyS\n3nMj02kHMq/FUOG8jD73qqaZgh9yCHksMgGTay0pv4whEOkbW5oHZnqoi4+9\nrHjdOTlSSNTkfmG8rHtUE3hpsZQVtEOUVE9ssoLAWrnpwRkd4ZayKLyPwwm+\n2/3SoGJXnQd4xEo1YOk4AWKNBOgoquOM1o2ADWzNDXL7Jduj5oOjVnx7BkrM\nqLMW10HfRoB9cWPQRE0ZKq+Y+WmOLXQujNVCtlv99g549cGlg2K6NFYdz08c\nY7SaJwBGe4pMsx++T89BFzsPdmHPPH0mAi7zsO0tP1Xh8Riwz263N1q0wevU\nhJaCHbyLvPuIoFQsxsxbXAqWL/QIGzbS3W5HUoXv6Zjd12yG7t/aVdadig88\nuJMc\r\n=LTl1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQGHj2ThDj9dMwQhfWLeTbxx4F9tJqSQmUEltp6RZYPAiAD3f+dsNA4tyPo3qbNyaYptOewJDvBnmY8Y97LSSF6Wg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a77a7e9d_1548139034033_0.33974779915563125"},"_hasShrinkwrap":false},"0.17.0-alpha.c704bbdd":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c704bbdd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c704bbdd","dist":{"shasum":"e98f0d63f51fdcf1e673e0c95407588207d8a06e","integrity":"sha512-7aBi+2bhk4FTmv1MQJZ+I0CAbG7lmFUeL+rAsrG8DluK0OuOlE1rqCUm1sLgDiVQmg4rkveyp/Xp+5X63l5IIg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c704bbdd.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRyQQCRA9TVsSAnZWagAAOmQP/3fbnMlrTVBCwLLhLFi2\nTwlEYsR/sagU7gxUVSIYqKMejccF4VyXtOP6QGSfyksorCO3yaYt5qA96UKI\nAU9huDjX6mhngWiOFMWNWcMjCN+r/7OZxHynG0/83DAesodX3K7al/SVV/B9\nCVM6RGBB0y+IWzUbrjDB5t3V223T+C/oFtpwC+nC0qtKM2kBfWTwoXXoWkmK\ngGtI0TSzfHQ/XDygvAcCDQUSWavI7m6T8KQI2bFULpaEV2vOhdhkCuRtbu7P\ngu/SRIbzbNSC4wFCUQH8xcP8jCRkXbdFABMmBBinmf/4HubALaktn3zEX1VN\nXgf48a0j1wM+XrI/QUIkIKWaD0u30AHsr8U+lpAtwJDCBiqvUQ6zONBTfhj+\nVZ+pwFPNgaF0ktLZLIZHudAHyAOwnfjtKnWQvgxh14xd66GeFi0l6jMsRKPc\nX6//C7wNUJzxSQmJSl3yXSYuFHUoK529e3SX9jh8amYQNVM3zm8O8vheKIGz\nql+OXF990NP9kwWHBXgUc0jBWtq3RV5V3gUlRyFTEuaWoKzDcpguy+RM908b\nCPNeUB8HDQ3mpE8FaMWgNm1aNLrCwy/lgiyL8gbN1t9FpY1EsYvWNH/HEca6\nj9MQCKoKoc61NNQ57L6QTDzfPAToeHdPEFTmjp7XJb5WWdvc0ZimlH59rMDD\n/iSf\r\n=JFeG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFje61Gdzoo+Lu0OuIggJ6EJe+DYc85Irf/7iAjP5m5DAiEA8gT9wBLxuGz2fZHbPoARdegZtQsuEMf3hJR742zQgyE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c704bbdd_1548166159417_0.422731111078235"},"_hasShrinkwrap":false},"0.17.0-alpha.a6bd36d0":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a6bd36d0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a6bd36d0","dist":{"shasum":"c017f4c46add5aabab4d6bfb8807fc68fea7d278","integrity":"sha512-qdCLqrBRxNMih+l2hbQuHlfWMO2Q6/iD0UXmh+mpmD83nci//0ZRqGQK/Cmk3XM+fdeR95WQXAmaEn4GJfnIlg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a6bd36d0.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRybnCRA9TVsSAnZWagAAnC8P/0VlKd9WRml5G8dzI4/S\nIfGDOkQGOMsOX0pQXvU7YBla6o0EQs2X9UTuNaZOLQEMxP2osbLGXdxkmTz6\nyhlOf9BhJaBT5P+lxr4Lxi12nJn+8ExkxwuHvqQfMrXBo0tkV1AhMtdjRd/N\nnul3hSMRkqyK6IDjVlvSzE5xM3372P1fBGjVEfPbjiqIFgEVg7IkClJLSWK5\nrPLwR8lCXKmuLDWBSDhttpWyiDZBAX8bte5wfBPYU/EYdoh6UMwQixekC55K\n+ATwlMDcwNiXY/sTO6zMXStJ2gxipzweDS5WBsPox6UV4smATAYwpQd8pJFl\nORVXare9I1tgy8wxnaZtQrYMC1Ilxsssc26r+/86J4UnJAVdmLygnqoxVCXI\nlE1el7RLh3SJoHquatV5GqWPde/M2wHfA488oY0Kl+7XLdLG3oM/GDcQI8XC\nrCiDJe/aq4p06BsQTDeuXGmuh3aISEL035R6SwL3htXT6IymSdcem0rRxTkU\ny6aG8B0131F8dJ1pSkGRvgfFxK7w5QWgV1fT+/mmEoRUNiZbjRgAhWrXTBva\nyjkOiqApCQ9LEWJc/s42hrYL+o1zgr35GA5PRJO7HrIxK9kxnWphPpleufIV\nxYW0IUnKMHxF1uw2aM2e6IaknKiUQ+IgrJTQs2ymtPuDv38MoKxyJxbt3t6L\nJoS6\r\n=99wV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxFwaEiidYAVs9LMcBW0sh0rK/qSWzZWOW3F6RdCuu3AIhANL9nf25h1ih9nDpYQylDazBegV6z2lhy3fCCEFyDXZZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a6bd36d0_1548166886339_0.16270915621106385"},"_hasShrinkwrap":false},"0.17.0-alpha.bb76bd65":{"name":"graphql-codegen-core","version":"0.17.0-alpha.bb76bd65","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.bb76bd65","dist":{"shasum":"0bae7457d7f59e5bbe275c450a678b1564aa4806","integrity":"sha512-8hUS8mIYgdsAgqvx/slW538aVRM3Kywt3piGy9aHGwX8iJVbE8DXxnSR+/8rhFkL+0Fj9C/4uYq0s4F96Nl5Lw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.bb76bd65.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSD82CRA9TVsSAnZWagAABGMP+waVKp/IEyDcm9OzOdvH\nSmuzKix4o48p3rEmyH2CTNOXZQ3poWDf+G5+x7gbl+Bxh3ZmRbluZxrYJRCO\n6drZubOkX4Lk+3B0wy2L/FyA0xhaOb46spf9ynCFgeZ4gXgRM4sFWbpxGTEf\ns71w/XWqCQEKiH89H+uLkAxLX5JKOUBiqqLYepRXBOmcAaJt6qyP/3gohXug\nn/mlj13XWXmW7OSks/nUbsMEonWiAwYsZuJnZeHVTPx1OPjuCmdMgYrU5pq5\nvCb4fh4b+gmaPnn9SGZknSxR+3W6LotgQek4fx0/F1Sln5E7scfzsf6NN7b4\nIpb/ktMiIzNW6Ouv9+9qwmdH1bK981ug0QrEXSYXX61ujj2nfcsdo/lMNr23\n2VsNqCKuiGrmPY2CWiRWYw8uw3BV9HGprccYzdmKFE2ju/mnAN1ZyLnXcBl/\n3n5DZ91jPTukuFDIEhRxflOOXpU3beJpXK2KvKn8JtE55AZ27pMX+sVzVlpz\nTckvdKMNdeoVTmoUKzjOkmCBwsqSHgEDzjBP9beXLsgDrezCETFISLa91x9y\nAn8OEhAwrWTfCKKpK8TRrqDzGodXNsUmRQTq5pu3tuvPY9cCt7ioSQ2tyHKb\nxCdtmY5tvdK5TtpkOkTCEQ2tdytho+JEEmeIEHctB7A3uxOHU4wu33wOt7NJ\nxUj7\r\n=ZVa0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEud3N9aCBLZmEJP6liSFYcdJDZ1FZjJyB3/8rrbnXM8AiBOnFGrogEKl7n3DGww2ak2OPgbbTaRxhgQi9oMrmtb7A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.bb76bd65_1548238645833_0.19909071899294428"},"_hasShrinkwrap":false},"0.17.0-alpha.4f5607ee":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4f5607ee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4f5607ee","dist":{"shasum":"c25cff6f591962c3e9d0a7e52a074b50124b85f6","integrity":"sha512-4Ci9UdFgi201AM459VV6DZqLKxGCoDl42ffdjP55R8lsv0Y7wjoJHy9R+edzQDgmGT9AjvSJXlhRoGFhcCiBfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4f5607ee.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSE3GCRA9TVsSAnZWagAAKgwP/RvUGTE1hOvX0+WWacDB\nhLKU9LueZEwauK8SxZnDw7+0BvLo4u5yibhqvAlchULXU7+eMxcIsYTBuo9p\nINNKl+9GC+0iMvJnmTPYcrB5bKl2PuO2EsS9QC9pCT3ZgR2XpSVxASU31C7s\naPBPCaM00T7ynN2q/p8oBeKNwDzJeXhxDiC2HbkstzVGoI6Q03xlnHK4ylvK\ntG2esia2ldzl6k+O0wGDoKD7uERAOuAIHA6E7Zp1tHk0Zlw5UpmT7Z1i5rRv\noMLmFULQSK5JbVTUM0M6woZKiFdTN8Q+Aaj3gBXtDPB8aGFD0w+MBc83ydma\nIgiMUXnxu53fWqd9YjdjV00tpLFWKrXyiGVW92kbglhfJ6C+HD8iwYXcVg7t\nOZuMi+X+hieIfH/mcVWKHFGTCx/3PKi2jcM3x4H66LpS6GW3iMhi1FDa/UE7\n78wJIXSKVDtq5VLcMfIchHUazuwh226pPQvb7h0PK6IkPWiVBehWxfoXKidh\nBekYZ+tKOEq62FS2D4Y+exGjXrZn2ueg3ekpHRPt8QBDBu79+yq4iu6SUE14\nktfC/RnYejpk75mN8kFb4YIW/m4VOshu51AfrkimOpxRUlH9fB0f02vv2f1X\nAZTGj/ZvYkbyYXRlEmlwYh5Mjlw/GUMNBzMWHqR1jpbJMQfCX0Nis1gEN+qx\nqKAY\r\n=NRYS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcx6ZXd2r5ukzo5d80k3y76r3Q1bLAYWFFcp7vkXAwYAIhAN645MWx7fOpC/F+s2DY8cWI4tmen0GajzKsub8zijcc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4f5607ee_1548242373851_0.9630992692387008"},"_hasShrinkwrap":false},"0.17.0-alpha.ef6ceb6a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ef6ceb6a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ef6ceb6a","dist":{"shasum":"9d129ba215856ede3e48038a9b11f952a37d0ed8","integrity":"sha512-SgHtQo0U/xBcljAvrLoEk6EKBy2dl1NAg79l+g54OQYOJK5pi0/NhS6OGzzE9vv2i3YU8iz12zC/y68vyMp1kA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ef6ceb6a.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSPgQCRA9TVsSAnZWagAA5yMP/1d7WzRUib072hMgm0Y1\nC4KwHMP9jpNyR4FYasOteItWnohVEjVHe/PU8PB/Q7pOkgdo7S35jOPs2aXG\nQoYVRNEQvEv59a97TyBI1ddLf2vrDPCGNsc/OCnydzA0gt2uk/nQGfw19S9F\nfxpwC/j0bLcEg83DUCIonWpBKTf6vdGhlYbVSCFR5EjQfeJjRc5g742ywQOn\nNeswiLrK2ztQTmdFrP4m9zDC+s4d5tjH19s+Z2pu3YzM4wbKTvTEbXygJMM7\nmxK1lxBf/PY2P7ySns0OdZUnm/T+O1yMzfnZTwbXSnxNDbIrg0Z8QoQNZfmi\nVrO+TvhARgPSsNBHJykTyTnF86yvW84cErfOU8OcUWw8fNt+XPQfTn7GB23q\n/6qSqy0/ztavKI4xT2x6PM5j8sHQcAUcyASM/Uq/L3LJcHAh8DbD1wgKL1ho\nb6WqPgw5CCbcsEREAiaqUUMFLydBqIYwXY0hqpRnYF2tCTh0eB2sQKz3DE/o\nRFiIFVuyE1FqPQ+EHs3re6mZv+ULMF9/INyT4IpUMbSmcpHTe8TCfHUyurEs\nHMm02JpXLaFqdQTtL+0Gh7Xm6jXGoQBV025pXp5RGajxVeHaXBbpRCeHUs4x\nsoKUqKcuIzCpwHgmZjBtB5j9acfg4UjvYZJvOT2RvBeRRn1QChQapW9quFyZ\nkvRy\r\n=GVpm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgGF219YWcHD7nDVIkLmsLCKjiQfzbTvTMsc2HQ3aJkAiEAsPOBOHKnqkttS78Sa7VeiddqNnjwxs7qnknD5cyMl3s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ef6ceb6a_1548285967505_0.1307897208180806"},"_hasShrinkwrap":false},"0.17.0-alpha.4edfff92":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4edfff92","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4edfff92","dist":{"shasum":"98e39c5c135eabdb0435b610d82c543992383886","integrity":"sha512-EhOVr5x9bvHLhyaTk+Sv/EgYnPl1P/Cf1Bbg06oth+f4+vtov4YFPC2F0+JAUJRmcDRCCsaAR5gUnTLLRgYLKQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4edfff92.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSW/ICRA9TVsSAnZWagAANp4P/1X+LYHmlQFveauvAHKI\nb8G9mHo69n7IngtyqWKvPCnvh4ySz2i2HeG7HFVdhRKZlFcnffPMzXXGL/Z0\nmhfQ2K7HeTOoteZKe9WnvN8CQb8e+Yy2RBLnT1+OYQo1Zy2s392+wM5tWDNn\nPdYK4OoNa8IYlAKm7nU/11SVTik8fPlQZtnA6iVfGQ0HaMdIR3Bg7x9Myeoq\nfTKbCSfQfEBLG3NF4S5C5TgzoC+dFgk/iRngAnh9pL3H5ybDHPSvXyIWO/Bu\nBmC1rT3uNEKnDDv0w+lqqT+iHzxnD3RHNdO4xfPC5rBDf3A/bUudw1ectSPr\nZ3ag8ue59MPIigZTNy7X2PIgajF7z7OSa6C731NQ2LtIjF5Alueiso0SeoEy\nx+aGKyIBR6GRykaHBjmJ3Yaj5CKXCRzxZ4ssFqV1prJ9tfFi8dCvbxHL1GK5\nplQ3+4Cis6K9x/iELJQhshANPD3IXE07RxdfrQzwGgaUnKX81a3KTtTDs2rs\nr3vLrDhZkFkMiMfpxXUQScx9eIeL4vyL7mtYf2cnBsYUow9BKlS6mgTO0Rie\nRk/frG9BdQjZsEp7mqOSBtCzaXHRDPlP4BgeDwtMJA0vRd9yJtaMd+hTscUU\nd4Qy+6f0E1t1B7RI3QY4TIk8dMH3KjEZTIv9tlgAPTlyxRpLqpNuzAhooTGW\nk7ol\r\n=5bmq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGSHIX+4EY6TYTI35K8bjUM36RRoPkJQK+I1RSGQtmzAIgK81gzojDOVQISnqF0+YyPFcmaQXL5bWs+ZL/U++7CR0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4edfff92_1548316615319_0.7475009129714723"},"_hasShrinkwrap":false},"0.17.0-alpha.d11ea487":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d11ea487","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d11ea487","dist":{"shasum":"08fc422f22900f575b97e37d2e07dd1ead16ed30","integrity":"sha512-+Ca4cQNCZHzfEfBFiCPJ2z3u2dAhBKfIQazW0/XDW526UVbNPxHxGj8dYbxKA4fE28iphBJO7Roc77jvYizykQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d11ea487.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSXB2CRA9TVsSAnZWagAASeoP/i3/id8cwdG+RMYgsSzL\nfbwZXTvxwjpevsn4ijxf3y7KdHX0r+QWsWjg6mfaYtjpk7+XtLlOjG8B8PpC\nPqYgrm/MXbYkfEHSv1goEsaTEJvtXvywCSxDLa1NClG0J9/nzjKfotbCAcZL\n98nWB0PtCFJbWaMHjdHydfX0jJzURfjy6SMJ/XB4QfWU9ek6bq6PkeXCQYe9\nuS6ZAsIlKbTeMcW4staIb5RCwFJvICzn3GEp2djZJ/Yq7+ewbyulTVlICL54\nt/qdf87YwenBt9kvz6UPjYBQY5bY850SoW4aSrfteOE8YVqXmBmi4kWiKQd1\niWCzgJiwbM/+tfC+vHly+lSR1gfoA1OMC0LiMNLRzRaXgxVzXoGYco5LNPd3\nnkPoCVxa1hFbAj86oTSnRxawp67gfZwBddvNGprHP/XAy2RXyMLDH/1c5f5K\nnNa+BR76n8FLT9b0mihzG7HsyWA5GQ+n8zIWkUWIAXnVt3AKH/KH9u9Ruoro\nylNTj34vI9bqVvozzTuPAwSNHpDYA9DnQJrzfVjistWm0C7Imueck7U8OLkV\npXwuGdWwlwMMRM2/wZ62mUsOOoJJSmrdqWn9BCvzLsGLFxhWptokKe3gpQTm\n6kcUK1kWt2o3TIaM5M8HYy1CvY/OCFhIgeBmsjiSbciRQNlusUET6Th6KPeW\npV00\r\n=jJv1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFtnddI4j67j1Ck+n8pvovp+RNLN3k8yunMaJ5eOOdLaAiEAoAvWeiqAiHSIzgKfdZij2IHBruiQat3kxy0uw7oRaPs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d11ea487_1548316789525_0.46030980332616256"},"_hasShrinkwrap":false},"0.17.0-alpha.67af7796":{"name":"graphql-codegen-core","version":"0.17.0-alpha.67af7796","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.67af7796","dist":{"shasum":"a94d9ea71811d33a3816608ad0275766193946ee","integrity":"sha512-MzfHm8Mv+URByHEr8sbR/k9Ft6usyN8qng4JF99Z9WkdZGXTgl8twQ99jLV9fJ/huoWyexoogdfxqfXbt0orcw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.67af7796.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSdkYCRA9TVsSAnZWagAAwmkP/Rv6R7Walck7NXpT2Ub/\nvferRxo2ckMp1mVGXgh3qxQm65FDObd8OL7owsrB+BvT5BMZ9W7cicKUxknV\nkxALT/UsIZ61sdTKxCvCUni8fnUt2ReWsUSJRuNiNZs8UW+kPvvwjuzNGw8x\njgBxX9rLeLVx6L/XHG1HWfH6CewXsPprg3SXscQuOiy7LxjV86rA5yMJ9B2V\nnr8hGep8pLighkKCWlVPRSshCTZsQC2svgBN+TPsPbtrhJERMUZvKrJ3iRO9\nEwEz67TG4HwPP8p8X9pPVpr9BWR8YZWuMxW/9Y5GTeD65NWMj5M+7eYbcOIn\noDVpM0pXWI0TBJSTQruq+5Mi2n0/HZ0UNHIxmXhzLtH9tf9xKCejfNJEehwC\nHAT2MKXK8SMcohIKzrQ9A1Il2b8TPELbX/ZYwzElTGVAxEQHCdqw1/rq0WM1\no9FNMnmL12gAYoHmHrN1QPS7EnU2N0J7g8N+K1gdwpsFuWSoD1RfRZgFvCWY\naLfWZz7HEIQGC5kfvEQ9l+uFvELOEbIOHzLH7YMUa2OIhckgxbp7ZdFv+RUQ\nhWAxeprHU3o7CdY0wTuVJDuE03pcpEHBhdFxLkcnKb/G+EX7UZc5k94EG5RY\ncENzKumYXTrMynbUnBz1FTXQRoUj8l8eESsWW8ELgYvsgWMH5oBDFgb5lyXr\npiXi\r\n=VdMd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHalqgyMVMmxVRLEWU1bnOHtcRb8eZaU2IHIP6Wp6DbgAiEApPWBN63Q6OvN1mLUcb7kmI/eoKAyycsRpKxE7InqGoU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.67af7796_1548343575428_0.10127499674551754"},"_hasShrinkwrap":false},"0.17.0-alpha.9ae86168":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9ae86168","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9ae86168","dist":{"shasum":"e9ab82bce8449e61e575884a72d904431f21b0a1","integrity":"sha512-funBAjvguX2iKXuPHTHNtaENlouLKYPiCTNQZxquAJSvzvMGyGcboIA6K83kzC5eTcVZ62ezQskIgD/ttc/h9w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9ae86168.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSdkwCRA9TVsSAnZWagAA1h4P+gMelzsPO4ItCXmcc265\nCjOB166QXnd9vwtp5lEMGHCa86ns19FvqUTUB18JakIuZ+VKncBiuvYzg7T6\n1DDJTLie5LzN+7zFyhh3xzGiBI+Zx97Vb1Cv9zxvhNS6Dy4nHvR5Ei+LPUZU\ngf7JjhPhIK/SdT7740nEroM7LPUUWj3Bn68exZJ8l59R1RQYY4xb8yGog2fG\nHbF7Kv6rfQxfOJRObyakz7l4QA+i4b+PqOx07/71yiA+T784hD3kSk1c4f9W\ntH10dq0V71APC1IA79je0xTPZ3n0lm4xUQI2rq2QqQIF6XnSGVPnlHkJFuRX\nu0Pvyrxeh4c5JtyT5r5I0/q23NP5ZQHfGps2wvI2CcrRHVYWuV7t1KfUYrKp\n4xi285TNZIrHcOXkrCBg/w/SDNHb8bUdMciP6bnIjygS68CsSqgC5Mk+kAq6\nGow5s7zUR5hvQkbyNs9QPIcv3HoKeD/Ec8I+FEBHFc2bd+gUMVRfaooL90gQ\nNkE8o63Fwa7JGWaLyxYZqSpVOECujELW8LkyVb4RtErROV+tHXYiZU0TqBq1\n+qr0YIO5npLfl3OfUZDBvZ/z+ACUQhYnZcyW7VsleZvVJg0pYlg8fCypOVPc\nFmnJMF0tOlOioMRk4JP/87YmAaSjDgwgWQWRHtnSd+TvpY/xAO0DfUV4IhOA\nAjjq\r\n=H2TS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYB+eeqUpYQ+uFB6gC7BbhKOEkwuCrcF4zvSJNJny/NwIhALJLiZXDoDFkMAveqb/t7LaWWIeYHx5TMBCwo3qlQMhL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9ae86168_1548343599857_0.6482276202789461"},"_hasShrinkwrap":false},"0.17.0-alpha.73c81fab":{"name":"graphql-codegen-core","version":"0.17.0-alpha.73c81fab","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.73c81fab","dist":{"shasum":"ed0074862b24e6516828e61faa797df7bf341b76","integrity":"sha512-mcbg5Kpl/5thpykopm4CD5m9WuUBdJDW+wMw1keoY5l/Uih0krAnVOfGIDx0UiBgOkXtW43BZOz7Zrv8dst9Mg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.73c81fab.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSkpHCRA9TVsSAnZWagAAUqIQAKLRMcOgFISPVdZ8smZl\nCc9Drs3THxqi094oopeIR9JR8vMkx45rfDbIap4ltYlB19fsYlpm/SsusQQE\n7FDXVCXFpTHydYoiIZ05B+YVKZCLlpFJATtl4MOZ7yT3L5I//mIA4fauv3rU\n80P83NMlYIktO0neUaG4EiwJ+RjqXNLlGS473k51SLA6vyfdfUoarR2nkxF6\nm7NfMhlpbR8x4e6v22lBAFyrvzU/NdybxZvp1HJCZC/2uHi1HsXL8x+fjl67\n3am3HdoRIHWw+PKjFjFh8hRq+clJ2XerAKIDONswmX7MnlEa4sgwmft1Kx1m\ne4BrTaQ/C/yYxbVkJT7uefzvMfkm72+8HH1/GMW/O+7JHcOFbLRdXavTgNlr\njJudD3nIyaTbzoKi1QmygPI3REze0WCZdSFazGLQevlnpUybhZOJLwSdVM2M\n89wQMZlHHQyasYJLz2z/iB2fBRaPbJPZ1LIONmEwl/IIdMA9wMG+KXB7YGXn\nLgsN8YCXZJ+73EMJrXIL4UPi4SX7jULdSP98VXvFye9NFwlNz9krriZY891E\nNtvffpt/RmTmNYmCmBO/vT5q8jhvt/OBEJhS6A/Tu6Q68u+S1/xiHZzhs4/q\nANxR4kZivzIUeAEUVbtlMzVqjrDlEycWiNPQdZbPa4Omwnjm3VrT5drTdkva\nM1XN\r\n=yxNK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHpTTIw1743zWebUvpc3jDnOeg5J66BbAiYTYwRVcaw5AiEA4tVUkIvriKPpvNHOkfhB4qAk5P9g0AE+N9OCUo84RC8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.73c81fab_1548372550893_0.49232513519802"},"_hasShrinkwrap":false},"0.17.0-alpha.8cd55fff":{"name":"graphql-codegen-core","version":"0.17.0-alpha.8cd55fff","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.8cd55fff","dist":{"shasum":"fe136193c2b7c4b10c49335115c245ae85f1b625","integrity":"sha512-cihYL+wcUixmMU2xb7dgfL4K8x2Cu2qQrrfFUD/+alaQEFGF77AuvZQhaE5yh0Js8+7Z9ii/qLzFKWRbEUMZJw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.8cd55fff.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcS5GACRA9TVsSAnZWagAAr1UP/ijMA+SGtQCIqO5LMKBp\nOJvbDgjvjDsofSeQdmWzN2VCxXt0W87vS8XYmNknXEWfr/c+zuOns7gGneAG\nA16CVmkAh2rs3CSCD+hjlRxsC7WvE/zYbKRMhdrHCr8WzXeV1HMKNHdoC+/h\nLo4acO61GHTQ/BDcJbIrF4WeOqlQYTQEQPZo+WFOADqnTdLfBtaTOTf/MqLP\nkQfx6Hel0tYdDZ1km6M3LphTyuMOJHbzb8JI8CkYjKkbAzWWqWiOvYoyHg2o\nu5l8fkx75JtniWFM1dRp1pgCw2vn7IROCX51FIQJffSqetAP6Datz9HDPT6J\nHJ4+iFm7W4zTScX+rqfRro1HylvqqtJcqfL14slf0XL9uZT1ffuVTA90hfcN\n8H+cG9qyy/yrQUvXThuVvLxNhRk19U6vTpbT7/FO6/qlueOeL2DEvToFID2H\nCxkO5hp/8BKe+ypKoI1Ws1YL353aWucsxoomLkPW41/u5BgTtVlhr6d1EE54\nLsRu0PdHX06W2IPSn0WzElUlVNlLBtjkMQK6njhUA1MXCj6ja06olsPGwmE3\njVW3qFfg5GzmTu+13aKyhonzQeTRqlyui8TKiv9kTZuPchDxQMqjzHQ9G/xI\nChm17yOaPGPtT94hdbTfT95FctL8OSiVpLAeQ7PW2tP9xURN5JQvmPg1JBHq\nzY0U\r\n=JAh4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2fvNv01rQQPFfIkNpCm5sHg+GT4mUG4i9QeBH1cq1lwIhAK1kF0GVs85QaOTgX/T609dXsRUEM501PDvCqgx2C3Fc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.8cd55fff_1548456319741_0.7563964774922811"},"_hasShrinkwrap":false},"0.17.0-alpha.9f2a98cb":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9f2a98cb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9f2a98cb","dist":{"shasum":"e181c25c1ad1c8ce3b0f8749fff0f70a62c132c5","integrity":"sha512-EsaQQF1T4gfGEf3i/1XGe4U0WN0cawaggC4l6Naw+3MEezxVPnDc64D6cqWeYSyR4cM0NCdGLeAv/NKKtfYrBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9f2a98cb.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTGlSCRA9TVsSAnZWagAApbAQAJc475dfYcd45OEtDssW\nnCR+3oN7xSsYf81HEnYXTvY6Wi1FMHXdKZtDVMO6LZYFxWFGqieVeo5dHVxL\nerfAwn7Ahneo9feO5lM62cz5rqs6HSDjbT3LIe/eYATNnoL0HYoWcB5XY4l6\npw+vgD/TLZK/ahfIJP97uxDPLmtuW0zXgzxzLb2F7TXDmDUAZEMRusvhDrt6\nNLOKw2VeY6jaBljNAXo73dAJ6hpdCW5Wjr4dGR1s3SiLRS9yfloFUOVCgxIs\ndqXe3HEeDQ5NbHMRH1yH8x4cnvv+0VxB4iHKUjvf05J/DWhpTciE4cHm+T0W\nzqSCGIsd44nWDD423VoeToxc0p0Sz0NQwASVeHtMfFq1etuz0R1GNyIz13N8\nNeu4tADBoyKOWMh4iXol5k4jAFJADlNBZyycK+K8uNjAAJNib2vuVxzNjycp\nyDz4yuLSXSH1E+sIECxG5kzoLngfeW2shB7BwUsRV0IztewPaCqG+W6EIkTn\nxE13d7vwbGNMHTC2EEXueSy+IGF/jJhefkOf1zOJk6uBp96NPDxyugM6aHrb\ngJGb01idMvmkfoT/J+E/fN2VkgfmWT9kmybw8Y6bIupvPYoN548Fkecqx3Jh\n8ndfYFWTgKHN9KYP7HmSY77tULEnIFbNxPwPADZwrpLvAJt9CMY9NbUv7blb\nSKNs\r\n=YeLI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzTzFYd/6nL8h5WChlpaVcEpe0PQuO7NQINBDZUAwyoAIgM2D5E1NQnScDhpwnQNdzuHhLjaIwNHg+rta/VeylzUk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9f2a98cb_1548511569904_0.8124756013872421"},"_hasShrinkwrap":false},"0.17.0-alpha.c7268cf7":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c7268cf7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c7268cf7","dist":{"shasum":"402bf50fbcbc37b41358abcacc973553725c0460","integrity":"sha512-vIFQh6/wT9WedJ1AzZFMlzhkCwJt1uVxP4QdkSeIXr47Vc+KD6BYL0r0PNPggHMw8uxUUm4w7Qeu6m6XdzSd4g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c7268cf7.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTLsTCRA9TVsSAnZWagAAUyAQAJ+C3esrhQgxgIQF4PAq\nCSJxdFaF8XvY2gP62VDRZa+hO/rjgAaRkBzlf8JQZsTNd4BTVWd/dT5+6JCb\nkHPI0EVXbvZH9pk+6CjR7BnNZurmxxK/buG7OBXZsbSyxXVoM4f+MlMxMqpa\niec4V7D4efJx2bsq0dJujBu2p2M7Z52PYf+yv2KPa3ZmB2tP7Hehx6zZ9sgU\nvfGy1KLEt9jRAYiP+G+uwviJZdmA0be/3M3eOC+GauP7rnkvv37uN8yLFhDS\nBFNpi7G+cETQItb632/9AoRs9xRnUKXl+P+x0fmFnKZ7eA4DZyzp67lKdsJC\nsYMxKRLcDi8Ldi0Z1VbRPvyt2x8KT3bFfoyeiAZFjtczrwPBs4Jp/SPGup9i\n4C8T1WAzBnsJJz/TuVFWnIy/1is7w3mIHJ4oq3DUKc2q5D0ULcpEsJ4+PWD7\nKLA6lFHzkmTqAApFK3zY4O06Th7wCdWpMTghznK+lGOqBWrFFdj757jmjOZL\n1EEmLzjJa11UnORLXg4hy85gqpwSUHDaAY72k5R7cQsPn07AOgX4q5kRJ/yK\ngVXEAYiLWqLXuPTQgFFKj2guxrT2Sd1SBDcRYsvJt4PDLZ5KqcnSwmMDWST0\nRArS2YYlTyLNmhyNJ+ExwoAB8zxnBLUFMyy5MC+1BvuIz38l9h7jkdrn6iHW\n6kWO\r\n=Cnmq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMPnD+gF+qag/9q+f03RRcmxjZr39lc+86AN6cLp+OqQIhAMyBF8WQ6p0oDrUngUDv81ybwImlnVJ74eRKs9N5IKg8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c7268cf7_1548532498986_0.8654194280345413"},"_hasShrinkwrap":false},"0.17.0-alpha.7f30b882":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7f30b882","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.1.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7f30b882","dist":{"shasum":"bd0beb5410d653c7f570b6dc7497d49c4cb6492e","integrity":"sha512-GDQFf1mp5CLHItzR1QeVi7oEg+v+eR39EpHzbPFUkC7+VDJlwiuS0GdTofDkHPerNUEDl2Et5STTMqwgXMeuJw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7f30b882.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTN3ACRA9TVsSAnZWagAAkY0QAJAbgdNOE1ijNQ8+qjzX\nDawMTdHDlGt9UGpfIpRGam9e12+kN3KyOMq9uoC5uzsLjcJehsYLXGMX8SpG\nPiPEXKO2QZSLLq3Agb78C5xpI0INamy4QfB2i1cKZaH5pV1XyqzBsSB0rJUP\no+/LsFkVQx0fPeegyCYskFh6PgxvrJEJckr6Lyzj+4/FwBQ5G0FU26pJLppz\n0f756+YY9tdXNPX6QlhGDeQVcLNDCUlGNDz6ea3ikw8xV3jqirhqUyebQDAP\nDhl0M2NO2oPDKLDQqlosrCYhb5GCraNTUR1stJjOIxxYXghdq4pvtdXZTnYz\nBSyVckMGTmJHLskHU7+2xD7rLXnAp8XtJrkge9PUvZzQCECVrExEIxCMGU1H\nXZB9nxa6OXoQcugS4OHdKPFxHD8npgwZ6T5ePgmtf6lSaE7wLj39DYac5Kx1\nZaXDaFr6AK9nmEpUAsxCoVyx3DP8B+JIe07AuINN4QcH8+icf3EoX62bcxI9\n9v30ok+654/LQuoKHEkxy/LJg4hSxHAgmvuczxE9imKYbJQzpKo7C/nFdp8x\nlWcNG+zUmOKxY96vqdhNcBZvR4WJnmSSOzhxtkbodZ3I/Ca616Y+wwZMQRIu\n456UU50tZN5KnjSJi9ayugVGXYrqLlV+KjX2kk9vwHYWPddoCxq7d3PgJORX\nHtlB\r\n=e4Dk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD26LmBHiJYsaGVzorCGA7SR7b6ElDmmg+fuoTN7GIgtgIgeiK6BgB6kjvjy7PtheECZ+YD9qtpFSb7Hn4iw2Is37s="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7f30b882_1548541376040_0.2740624076370004"},"_hasShrinkwrap":false},"0.17.0-alpha.58610d15":{"name":"graphql-codegen-core","version":"0.17.0-alpha.58610d15","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.58610d15","dist":{"shasum":"3d737edfa7e5cc23d52c4e8efbd517dc88343bd7","integrity":"sha512-IS3R9BmzyZ4NEPKyup7jedv8TKVWbahqQUl3F9qWm2Cwg56kdNENV+o8sq2XOZ5To9HmGnnqGxGO4uZbuv/v2g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.58610d15.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTqRnCRA9TVsSAnZWagAA9TUP/A7OFWtYYO7NNRmbHY8/\nrhff7UONQlOUz6u/gYkbRFSopOCBCO299v/KJKWi2op7WEP2vgT0yq5WcOb4\nMONv8Ah++JUByP901vJe5UkNFTHAPr0dnx2XpaPOtbXTKZ+Nr8hRjy4ooLZN\na+nonWhMg16/ysJknJpI2TVUFh6cmO1L/EF3d9Cc5duZeSRqce+4KTxrK7gn\n2KhelSt/NWrSenT5wGgcZqnw2712fb+L7tULTontSGrD5yNuCKB7rn+vgzBh\nzxZlc7La3aMPbyzmN+BYH9OZAYH9FuzAz90mXVIBWxiKZLXC8o1fC/hTppmq\nJ9b/oTMHF/sF1ep8s6qu6S8jdQcxAFmrDYX/2iAOSNNXYsKNsZJ+FwpYk63o\nmRDmXcyBZ/gw56Be4+ZYlgsW2Dz2O8CgJX46zfSD5QkvuW9eeZSJbkXpmTMK\n68a3B0YXmRw3C4tNZYCVq22asiuc1n69UNuMxWa6vKCOM4acmflpRByggItC\nYgSC9dFigoxjwp7T2NQvmOABLYM9Yz9cRNKBSS/ZbOwPf0HWEeG0iaV32IUu\n/viW6XiCqqgesC937src+cfD6Ptbz7AKVEsxA4ewromde9icnpWcPodzAPg0\neejaBvhIPw8M/LDlZ2NniaIAaX9B6rYrF0vSMd44BbRMR9RCPNd8Yz2syQSJ\nW2l/\r\n=tjsk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2BWyN47yFtuBLPH1yf3uaLZy37PJZwt+WkUr30fndhQIhAM4+FUAGVAEOR1CKtBT0Rkg7LsPEC+H9QIwVPOQCwTuj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.58610d15_1548657767145_0.9583235811239468"},"_hasShrinkwrap":false},"0.17.0-alpha.9d589b94":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9d589b94","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.3","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9d589b94","dist":{"shasum":"f9acfa425f258aefe5173c842abfbfffc3824bd4","integrity":"sha512-xKs1yPa4QFwjEFEUH/BFkDLNM/RRYXBQMXLm60B0C3nFudFMibz/mxoJ4+Fv2RlFtr+dZ+vGpZ1EzhzPhUPTug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9d589b94.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTqR0CRA9TVsSAnZWagAAmq8QAIaXy2IdTVTex35Gu9LE\nDFsPkzz/jvfiFc6d5AUhYcI5SvFJ/D+gTLUsDWoXFEZthMDcyOnV5o9UrLem\nrpl2queTY5jSJvAa3dMKcW5GHHZEIRNN7bdEEDcj3SkaUOXMWhrzlvAbhjlB\nHVRp8bvVbk6HNuP2rWBi4EiwTFaS2jE/qFC9+LKkL+LI56NSMli3ZdUQoKK3\nWqfSD7nGyhRUvzMxZ2fsmyT8/BhP0ydGH1GaNbtcriHqygiTz83rDcsIsoCe\nCpENFCVO95Lyx++N6y9uDr3Ene80O/TAzAjU5WM88ynRqnppp+WcLTuLpV5y\niVH/A6VyxWB08TzofHdvdrkjnKIQuPi3oMrrbjarN9hOmextt8jHvSYa8PJS\n8eYiUcTwoOr0S5aUAOsyhGaSTUu6bA9/5nAbLZX/o4Qaayno8auZfqYqbtdQ\nZCRyZrYY5CdeIysSmr+pO+xmGNPVDRFR9hJLCX51HPj6a9Jgj8mu12ow63Vb\nQPFdVqARpa9R9me8YouISiMVP6PqpdnP+8adR8x0taaA9toq1nIpOqdXWKtf\nGPpQ6aGLaQNGIzlWG0jqeyo1XvHh49AEg3D7JZs43e4P9xcEGAIDWYRyAzo0\nnuf4Cb8nS4CIywE3xrnybzGYrPUBI+vgy/IEM/nJ1FFhfSoHISeWUfgaZ0iC\nQV2B\r\n=1Kfa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7C9+RuzcsJD0p71vuSBTGCNR+fh9ynHy3oR+zsP7xeAIgEUpkJIYPkJicEti02AUMDwIlZnseg5nZhxq3oLniJaI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9d589b94_1548657779136_0.4200793147225417"},"_hasShrinkwrap":false},"0.17.0-alpha.b52a7909":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b52a7909","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b52a7909","dist":{"shasum":"8bb585b3d6dc15f133b6e91159fc817015f247db","integrity":"sha512-IEDT1keXnBz/d4n0F65rBUfShu7suzYSY8G7Bafb8J0Vdc8EO5+9FtKtXCx7outlapL2O0uE6BRmmeMbj+qUbg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b52a7909.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTqSECRA9TVsSAnZWagAA4EsP/j5GbLC43EtZwY0ZxUVj\nn7Yli9t56jEXxtIJ8QdG/12Gz0WJdPjEPZOQbGoAXIXc3xK/DFRn3LEqD7q0\n1NwX/rz1p2do6VJv7uvPx9hZxDC+LCQHZ75eAheboH2fK2fSGSFwP5QXoHKe\na39BOFonFxwnswkOZIRJAe82CF31PwTLHel7kFYniDb2PfdP03jABMzQn8tQ\np0Y+zle1xv0hLOtxb3lQ98LJ4Bq5tM3JclT2qH415PBltKupiKxrIanVwOYW\nZEaO4iV2a/NyHxLHgPetBlXw2vRWENoncw93gn7i7yCJPDQNYZcn9joUeViz\n+wjA6gGsv5BJymNQ6X15Ooxhc+Xr7SoQghUDnPyo8kz+RUMDGyciSdSd5ppR\n8D2ZS+kXpGeJeRUlFNNzbVl+7tDhXxwLYoWjgsQEJlO3JPGyjl+8TITcaXG/\nRYF8BPZaSCfbIl3pzYpj9iTg+7E/Cf/uZaVQZS4jgAIe7k/I5VwG0wexAmh3\nslqeMwmLN8YsSwgIVcb0eY5l/1TPr/hup79QZxp2uPvmJzn3vrF/sZJKPXLu\nVM8F8dp4RqkZC38+HUms3gi2syo3PZ+EIBoPAXx5fSAk95z5RxiXMrE5EyXm\nhCqH2c9UiBvFNXymHtnI0CdXHhy9JWBncsm1/hguXobHxmaAPh18MIxvB4jN\niQ0t\r\n=ZK5N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFj+xOJQKwV7UYxzq2IiGVlEOjjwp5e42S1YKizi56lLAiEAxrO0Kw+fzuvzng5OKlZSvuOpO3sctsKYGwmcdzSHFIQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b52a7909_1548657795335_0.1481477525653747"},"_hasShrinkwrap":false},"0.17.0-alpha.7b635c1e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7b635c1e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7b635c1e","dist":{"shasum":"3403998dd5c4b4b2aa3c32cce7a622746d75e7bc","integrity":"sha512-wcnFVZwcUgvlyhl/P9Ow1udFKump9Bwz3jkwusrvZ+0zsxzdZXGXztNqj72J2aVSC6WWa2/U/SMqZSkiHAoDeA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7b635c1e.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTqSQCRA9TVsSAnZWagAAthAP/13ie1xqKcXmLKPHSu4w\noRdpLZVekMW5dAlS6AQMtuWutUoCCY5RuDygVE9zf1GGXUvZNv1ZdGNf4jRJ\nMdRX498V0Nm4W4l9n9J35zdPcxtphv2Q1y1cNGVmvCHv9zjF9DmBIxWejPJ3\nFYj21Xr1XhnUbSFxkhL6MqocR18WQ6Gk3VUXD2Ub50ltWtcu5ft47zgO43CO\nbhbYR3WkA5MGwg8AZXfSFbsgmu/i4RhelGnbVYmx2PgbBySkDFVSAU2QoVPM\nL9HDj4W8Zm+MN3s/U8g1bmkjGYYWCAbV5lgN4CUSV1Zkla0BOr+gqMc60ovp\nU6vcZGJb/PO1ix8up5oxuJMY+fy2mNOo5MsarSvy89+GpQrVR8H03d0m0QcB\nj2jJJ0SST0LO2BYZjJnbOOAPfYivGt1G+1ueE89o1HmrXXfXaB6wzc2LdrME\naoI3PIkqjMMFEov664nQHPIBiPwVrlfCqzotcHSEG2WXJYIQPe+JJz3GZFzw\nTIWTUF9GpjscMQSA12DahymrQW20rwzHWk4igNOCtxZOBiNjdE21oIp0T5rM\nmlXpxhf95hljhYVovzM6r3UD4UEgs8qHg0eKz5tZzPIG66eZsRwV/mkMfUXa\ndNvsGvlWs7enSBsYk26587uSPlnOQq2c4JPRBU6m9I9nSN9rZJtz11v/NPKo\nj29G\r\n=eXt9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIApZaMLzRRBzh1H4MF9QWQiLvVG5N9TtOg5pV76MD0cGAiB2vLloNrxSJALaR1I7mH4ZdpwFnJITl1KZBGiDDc0H0A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7b635c1e_1548657807213_0.9148543028489693"},"_hasShrinkwrap":false},"0.17.0-alpha.1d0aa274":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1d0aa274","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1d0aa274","dist":{"shasum":"da7744dcfb2e3a58b05569c7272b9fec63117769","integrity":"sha512-sAdltVrqHmzYPziMGPmexQA7cgzs8yDnaqE/F3UcBLshs6sPB2pYnxQ0kfEDwWvvcFlq62VOZtR1aV6S5xe5sg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1d0aa274.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTqWICRA9TVsSAnZWagAAlR0P/ilb5a2AGggGd2U0Nkk+\nekzGa+afNxnypb2MVcz8Zu5XMABg4yEkXf6Z+2kwTbojo8KBmZm7dT972AoP\n/63+KsIfPYKPykkNvvmUuPJsGWAp4VHWrHOYXUAzL/QuAa/89DrVHLVj9j6c\nLbuPK1ZpPkHP2GRVeujzu3JS4TAnBFJcEPE45KnU8gROHfRF0vJDjAErVpYM\nFMUcp68mx46h6BR3tYjt7w6bywDiHVkXZKWTT2zrQ06nOZcra2bmdsKStzrS\nlaqNNOcSnf2Si+5c+gOKp9PaNfpkgAmx0HWMTSEVU84UEswQoCALCWoxIx7m\nwKfvKn72R2Vh7fryDwaVxTeAfJ3tacsEZgiZGIJzBuUAxIUUZNZIz2QF79jU\ngNM5wez9sCKcXUobu5LxXZHm7Oin1wIopeT8hVkhpGLm8FbMX8w9trhw9PYu\n9df0inx1FEsp60jH9phL3GL/cCYmTxSmZ4Rq+LCwdeDJoBTDC9+l/KXaVJFd\nSPPZiJTs/C5NVgatCDLcK2nfvYr/YP2SRvv36MkdYB0xdh2j3ltjbjFFbO7i\ndaEi7WXt1GPzjOHV7OX24i+aAbLm4jE/b8weVRTQMJRgZr20RuJiMr9xp6hu\nIVNb+eX5Z7Ag1HW5Uj/6J5lWYYZ8V4rXM33SRRm9FzFRhRu2kmaeAPeHsVen\n7da4\r\n=mrBn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIYU6P/QcPBBEg5mNBobEMx7UiGKM3bsZgYowYiOmWswIgTL+BZ/FiPBmDZlBAD9BCH0YYN2IyiwNiuGh5b+8E4Do="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1d0aa274_1548658055588_0.5535933181789412"},"_hasShrinkwrap":false},"0.17.0-alpha.6f188ad1":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6f188ad1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6f188ad1","dist":{"shasum":"a843c9de3416371fe7e434a491da651db2a1024b","integrity":"sha512-s0obMJX3MmuDP/nY6OzJYlkwQRqcVhWLRF5gIlLOi1g06by9IvQbYCrEwEZuCMZxrzZfSpkHTUkmzoY1uG7xTw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6f188ad1.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTwrJCRA9TVsSAnZWagAAzIsP/iZP7uhOlyDUbNzmlA9I\nc9H4BRWDvLvbiqp2T+d09t7VjukPyGKjF6PqyIMTi1RTrrfY1RTvDAWW57F4\nCSXNQICZjrsJxFDcLXMh+4U2uXpwmwhOJ9UCCfWmacNjKn4ZNNQfCHep2KU5\n0CewJ687ZJnPMP8Pm6RbYCkOr4P1Joy6KAeHFnW58mszXMzFGFqVys8Gy7cR\njJ8iQf0fbJMAxjO3onlXG29GRSwX/zau/Pqa/qc6He3/cH5SweDZ4ysDocXa\n438utUnUwWgUIkzLndI/6myiyFxR9HkZn1z60ySumPrMGUiFTQW87NviScTz\nXCyvY4oB7yT8zGYiYlkzLk7OVk5I0Ah3fyP09VAyzklV8ZN/NbFyeNYxVgQ8\nd79i/riAf8U08RxJTePq/FMn03wMkRFvyCfUmDql44xngCIzNXqK4Nzk2NPL\nqLsmSPIrCvfDm21LN5xZhrccgKG0Cw+Tf53lCvjTAys109t7wJcO7VWvOtcS\n80do8QfghiOH94Uv00Mt9VEOwUd9A2st45IwU1usZvuRF5uCg6xqyLNJYu0S\nHuq62SDKGY76yqM2pe63GR4IoF8haDHxm78n7NOjWSpKjagSYLNRTWwbbXQy\nqN+ESUtf8pXY4N/JEiGysrVoGVuzxMoCu8lN4domW823bvhGX1SL70DCTKRB\n6+F4\r\n=Updm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICk9o2W/8UEa6C39LJMih48u1sOw4zZqQn1OCs8a8ohGAiEAgjDqpifGKRlncjarw6+9+xxib7ApDtDyavjmHhSko6E="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6f188ad1_1548683976255_0.7307567356166296"},"_hasShrinkwrap":false},"0.17.0-alpha.457ad1c8":{"name":"graphql-codegen-core","version":"0.17.0-alpha.457ad1c8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.457ad1c8","dist":{"shasum":"33af6d2a79e9ec260814ddbeca8dc2322813d332","integrity":"sha512-iA3R1dz+wHDJ4c0mbJbFbaxRvIgAxjZ5JbcHJ/+2Mkfn/UUQCLwbckqmCXMVRLA485IzSpjhBXZT8te2K337MA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.457ad1c8.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTyt1CRA9TVsSAnZWagAAR3EP/A4LoIfXxypX0C95VCG6\ntHW+cJ5H3EMd0O/SS/GRu9khR0K+hYmO8DQscQh4uNP9JpFmYttY4hrhc1aA\nI4SUBcoHbLMpNlKvpaD/eQw/hhcLh99wR9Z/x6FzPCmLgjXZM/klOOSbphya\n/kVNJbFh8jjhnmtw7DfxIJj0cZgX2Gv57Rg393uCtrpFn+9UU4DXkVubur6l\nm+laIltAIQxe3dN5DiWqxKc9roWTGt9rIrmZ08jW5Nt9YEsZbFYNpnkNMqkB\n//ZS03KDztqty7q5A6CYqcxDWvW3YOW1NSIndMhJ8xr2CsJa7HFR9lBQCkZD\nwk4ftBrXD8hz9cd05fnDWgVH6wO00ID1+rigFNFF9b7sF/i5/yKBlGvOQuVU\nZpeGd4QGRg3+i59bL+Zz2ucci0dtaDUXMl1q7TuvBB+5Vy+VQkE6WKFOGyA1\n1+h7nUnzWIqVPyisyxozTE0Ke4t0iT/sJd2nJSnMXgrXZx/OCj+H4bdn3bSF\nPx6e1AFCcMnvYLMCrz4NZyiEwuN8eW7ssBqP8QGOsCm3Yb8SVlnTvX51V/Kh\ntWqFAKOMs5T3kxeum0+LbQawcLorm5d9AKpuPzAbvjxv6BP3Cyh1RWnkKn42\nYyI/887yZ25aS7I+yaZen4sLSDZ3en75XMFig60hWMS70X+ZArKTD9BZOd9G\nUna+\r\n=REJF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCc2HhNVpGpuJ/OrGjyQJ1lnI4z/l93orVtoEO2U3fJvgIgFOPzRPg5tPp6AId8anLWuIY8U3wbN9oZqE43EB5Tu34="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.457ad1c8_1548692341010_0.4744414746993635"},"_hasShrinkwrap":false},"0.17.0-alpha.fe7fd51a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fe7fd51a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fe7fd51a","dist":{"shasum":"26a1ee15c0cd52440abe8ee3e931362e6a4f4435","integrity":"sha512-ewaOFltvoB1BmRarEQnzaVmpxo99hk5TTV+MGbv/st2nwPE/1/Xy97FfxoJIG8fq67u78TanZyup+CbqTuoY+Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fe7fd51a.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT6NYCRA9TVsSAnZWagAAmPgP/2+9D0HCu5+kDRmp/KuP\n9ik5jpYyY0A+E+QtkJ0iN2eVNWCCoVNagO0OVGML1EIfMMzlyYlLbqNS4u/I\nndWCVUyDONJ6Mxcu/9SMvSoioICiRyNx8rmbEaUneZZ+DfW9OhhH3spCe0vk\nPV3zITcW/gOf8bzaFw5B6sKKiD4SG6CuN1RxsmkRkOB1+V3w1ENf03AHshky\nSM4vMJlawQr52Mb7xEQxTCvKGIEzLuF5fN/z4CWIC/3D74/gljGHYi/zioOz\nDP3XiCv2Ufk7SHYnCAM1qtUs0Jm/OfEXhiuFdIKmX4q0t+MV9z07gfJmeRoN\nfT/EC4o3vDSusr66zjWgVIlzpVnNtNPX0p3j6fHN571ZNv3i4R8Uju2uSezn\nB4l8obo6x2FomrS17a9ZA2h6qSNv0zimINlGBmRFWRY13w+Jv6h3uN4dUtf/\nSZU7RTV19cSPT6sfgwjO7verPwx2q0oJSJHFb+eB9GkuyyO/nsdL2q+dqkHN\nZO2SB/WgoiPdYSG5XsNRdn353WIF2FkXxsQXWaCcaCraAjKnEn2BRA+vykCG\n+mS+3NuNtZxWLBUbD3EZHaRBwKvOHT+vqfpWNQQ5f0WH9SPcLv7Wt1gL+FQ6\ntYRkNylw2ARKB9I2cFb7YPsa9aHUsDLatNFLr3v5Kzghn2hSm6jQU+nN6M6F\nsWnP\r\n=IIS7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7uJLS1OFyTpiZpqzFbdM8TSRU3QChioTeTc6/7X/SGAIgV3LAXelAyqCWsTNsQr97AqROV/0jXiZQHPANYOyoxXo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fe7fd51a_1548723032225_0.23728546925114746"},"_hasShrinkwrap":false},"0.17.0-alpha.0c94f218":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0c94f218","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0c94f218","dist":{"shasum":"40f23e9255baced82426216c3ed98e32fac0bc65","integrity":"sha512-vbupNpu7MKJ4IaWIPNPVrES5KJsD3YMJlmXKHnhVrzGjfqjdM87Bs5cyjWsaamzTOBh5BCrvD+bYtbhlV5/Xcw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0c94f218.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT/KPCRA9TVsSAnZWagAAgS4P/ijkqxlLkKB6Srqzayf4\nMuZTXANQl6HEcT5BS5fNwMawheSoPBmeBSkgqJGXuUPTnqqTPaNDKPsKF15D\nTQKNrw/UtIRBv3sewohMp4gLKLuGZ56F0BYV6dvDirxjZZRsjCUErRNoqxQ2\nbKeijQRgWUEgt1E3mLlZK7P1cHXboTG6obOrXlbTgm1AG44Ng8i53gjSjEAk\nS3QfYrD6A59Qd7Hmi8JVW/r39KnkJ3WRKonAdU1sAxfmzpAlSzEzOe3BgcMb\nHc8GAWe1jIW8tMPKQwkw1uGW0Q309Hzcnf+B5pgOCnGOjk8FGBL6qyQPfLMK\nrYxU4HtyrlQ11QOdOU6ySmzzEFdKoOnEV8CkDhNQQGpKNuu2I6J6I9Z372Ov\nL0nvoEHlauYqdNp3e5FOwi2GYfbBTDWGWY+BJd/UUcEdHu99EQdKqrXJezAN\n7ZRj5FD7QLDoVMtf8mdnmgxGNwTlfiZXkBiQbg6sLYjjjRdWWnq67KfLCvfQ\nOuEur8AkFa2nEcN32v46mW2wsUzq4eEZu7g7gPmY0ezspb8bhjg+jBOKyZ8D\nHPNRW+ma5txknct8P21n9YRAEviutdAF27nhE34yCHn5PU0rGxPfwCiYvYYm\nIPbZHUFviWx1nHZXh5n5zAh0SRqS2gU8+BwCK76TLvWkZcRHJlZDQBV2jv0q\ny8bz\r\n=54Yw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDp2sSpOLgbz/9CxZ7GYESnRowAjNu/G64PS/p6DpNlUAiEAq+hw0f54I0n/T5mELwB07H1zSvdttqVAlPg5Q8Lh8bE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0c94f218_1548743311161_0.9009889995850142"},"_hasShrinkwrap":false},"0.17.0-alpha.61f01d98":{"name":"graphql-codegen-core","version":"0.17.0-alpha.61f01d98","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.61f01d98","dist":{"shasum":"43de9baceb09d714a233c1e6f73178cdb5e693f2","integrity":"sha512-4FP2xkgy+XppdFY/jzlSeQ7nHAe3ayoZj4q85Al9iWmSP8UxxlptrnO6TwBxSzad1Abw49vIDX2VdEoTJXZb4Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.61f01d98.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUAyMCRA9TVsSAnZWagAAhY0P/jxBbSmtl5ZlQAKTq4Xu\nMIYXCCnMB5uq4jjarPqaA1Dk48ZxXGs3oPmCgflVhdVVm7IoyiYZOSSUVRS2\nhXSjk+7/lLQjU75FU5lEiy//rg0INdZRO9g1TRQwZBi8ApCcpLoZQ4hV69Kx\nopl+gxu2rQ+HLkWk8WJ/ZIQqTyUM36wtNbZ2VTCTZQ8OhL545XpudqcLI2uk\nDCnh4tj1bsjngDN9I3ullubZcmRmJPh/TBBqGkuGaK0fc+yLLBno1Pa9LmS6\n+lBQZuKsOG1rsRHEpOzo67J6r5fuswPyX+TZ6QZYnXDm3KcH8PzlXEtcNZMF\nn7f/nObLFjpwVMp8xFOYfYHGkYk+RfLrPsKovUCfee6w12pyBRccObMgzTYZ\nZbIgBOIfO0s3Jby8YkPZjFsllvg3WmaV924APTVxNzuLe2KV7D4gA9rhhAJ5\nOgrJhOVncNUnAydCKGt2OigHxbq9s+Bl5K1dPkBhJr0y/5drJ+YaiyNCYvyI\n/kVD5Cf4pN7SlleR1FsAuboAMPt8nx+6qT2/bWERB8HA2XvxELXBn8HJxWwd\nCx8QpthN2bsLPpBUAGldYbWIgmjwG8q5+rQkS1W9R1RFdqeZRR388wcNe5+u\nlDFxD3Icg3D5F0zCXh0RVCxzwDnDdg31kB+L2wOMOXsFlBW+lsBro0x6CAap\nhQpH\r\n=ZGGX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSLXYD/uvpG5a762ZH+z70+nrj26zXFQnwXXZApSKPjwIhAOFDneIE9BcO6eeWiJY36prksWPrLgIU19rTmw62lfoz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.61f01d98_1548749964181_0.5428828177632512"},"_hasShrinkwrap":false},"0.17.0-alpha.2154faeb":{"name":"graphql-codegen-core","version":"0.17.0-alpha.2154faeb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.2154faeb","dist":{"shasum":"adb40076b687bbb94a382d92a719ecc38ce5627f","integrity":"sha512-RloPM9GWj2idwE9WrqoxZKiLtJDGO/BjYnn2m5C4LodEWw9PllsklKFkFKzJbIzJR/1HON29/c9JF7r1UrFQwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.2154faeb.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUAyrCRA9TVsSAnZWagAATzgP/jArBWmi6HvIaOBxjn6H\ncCLQS0vlR/Tm3Vw3PinWenbbtcNPBVdWs1+g2a+0TpuNFHegZFzttxI6Pec0\nKJXk7loGTSv9JhVVCKFP6GEnMauBx9d/ElsJslGsDkE7zIXD9DagJBBHmp9v\nKDDKSTl0ycWNO+dfQWf2VHwAfIXrE/UytRXxYkWcEA/XEFFiEgqArwIfvGXw\nq5Uo0kKnmwcn7WLQ+G6cjNANOyZATRbTDeRxa62VpXBlrnHC8ShN759BBG/+\n/kqeW4ohtw7tXoYa/apnLsF6hyGxzyF+pGSq1pnV7XrpuhUDO++r9n3XRJZE\n4m9A3D48OO3T8/UuuBNgYb+mnFOVauPqTFeMjPsBmtmrH8r3s5/aAEEUC5zy\nvyauWo9g6xIVGKc2SjVEC+zycLm5KLKRf0/tddjvKKiWX8Qx55WDNCNCw0pK\n4sFXZ5toTrBvEPYLqlLHBAFpDSnpw0Gt9qKa33AYu5ROCE7Vx7Om8Popq6qh\nrJv4CKdCfwvZzCEOxiatTpfoVZE8qK8X2PHGJ4gMiKaYCKnmb4UaiunKhuN2\nQAhhC7tuPd2hhBuFpJh1Z2p8mM+vlunIMtUBcaSPAypVLxV8bTaZdU6i1auV\nH/HSe+OKI35Z4wONM0ZEpfkJ1CJ83hqNpnDuWhBSHiy6+ZZ/UrC7zT9H0K4J\nbDk/\r\n=8kvL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGNaw+CGriXzkHLx7wDH46X8qatnW6xGFWV1uzh2TNBxAiAQ9uiDS4M1cn1XrLDCxAnkhA0KiW5TIZ5nQyniIqaIew=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.2154faeb_1548749994798_0.7255861607428538"},"_hasShrinkwrap":false},"0.17.0-alpha.44e983a6":{"name":"graphql-codegen-core","version":"0.17.0-alpha.44e983a6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.44e983a6","dist":{"shasum":"babb602b29b754526b955806c15a02bc241cecc9","integrity":"sha512-NJFB8+MR6B4ys4kKJKCM/HS0SOVooAVApzlDHMZ16s7NOcXiwwoQRW3aYZMZWRb8XiCqKJVhduoqwKzuz+Xfqg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.44e983a6.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUKYYCRA9TVsSAnZWagAAWc8P/0ApYBCRRdoEo/wV0ckd\nU7AUyFhA9O7bgd6XA0Aj3DYxkUFr0PryE1HGbSUiGYsWjgpPx09BDzhJuV6N\niEPZzA/mjOPOoK5eMVMs1N94wVabCc+39Q+kvlaIQDmDOe6ua8/lK3WLl3pC\nbkZhky0a27Y+VKgs37Tlf/dtU4ygs69Lqq6ljKPGV2U4Il8ssmMKqP9vYYKl\npszbH5xKc8MyHrmPE8vANzx14NCaXukGIn+672M/NfDFf3+PHK7o3dBhHo4C\nfzTMYHRFz+YzwnJBVJu5IbWVB/AY/Sq6I36IDm4GT3HN5Se+HZt5S3hR2kCR\nE2llqY8K6foyiCSmvhmoV7Y+E3MlGgH3xARFXxpkBAoUbWYR6ZHDJuDc8dIL\nJgQMBAZcMhSPI0lcHKnbvYOtLf6AyBnxukCpN8mCiMJHmrtk+CV0q+hBlsq9\nTU1555/NKHfJLQgo/PDMdLOHY54U7+eo/Ys8rFibLFT//LsZsOwAW39DwkU1\nX+vc90jwsGQWabgwHnGXb2VeEa1DZ90tR3gjVz55BGXz7dZ0NE4JVEJGFoYl\nImyCQzw3XVZ0qVOaY4nTYGRwqj5n2uM4k/gdpx89+GvcR1hvvdSiqeyAksS6\nzYZXdFxTYns/Nf0shBenNgbScz08HNp/lApjdZaE4HwVWmOMcO4YzEQAqwOX\ne0w1\r\n=MlG/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID/GbCjFQ7epx3Q0RqcLNz+c83LOaiQyJX0z1JJ32u7aAiB8LSPfStCPzg10ICrPx1VRsHj87aajM9ZqNlIbOYWDkw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.44e983a6_1548789271577_0.10909728467028312"},"_hasShrinkwrap":false},"0.17.0-alpha.b7ac91bb":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b7ac91bb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b7ac91bb","dist":{"shasum":"403ce0bfd229d7f701db15ca460c11ec029fa0e6","integrity":"sha512-43CuM4WkymEWeXJZIwXENHyldvYLMuDIFn2F1RNLN1CNIc+CaDoblPyg3h6HLWHQTzscfK1s4G4n/HqkXj8wmQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b7ac91bb.tgz","fileCount":99,"unpackedSize":95622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUWQwCRA9TVsSAnZWagAA9LAP/2FvvNzj0K0x/ghGkcUl\nEhnPwlKoLhxJRFfIk7nuZ9Yz/V1e3G93Qo7yTcT9kT67rxnJpOLNpKVUw88d\nyS4n50F9nZuGUbuNIra/GX9BKm1z3aeQsFeAh4B79R/0VedcAR4D8xlXIjmZ\n+SS3m7n6zbxNpEeIdNh7lnapzqtQAmX6oDUyJu9xsxwKZj1Ff813jiN+VlFm\nBUiynOL9ewFl3QHjjGDZxRvac1QDGa/IlNaWz3CAYYCC5NM7Snf5Ywb6af8+\nl4c7KQSWntxuSg4888vYdPIpa2j4cfe6Nysn/dwc85PHPtSXOEURA6Z4Ci1p\nbRfOyq/Db07y9jorJFrvT4txniEd1DutXgGE2K4ccYcxwsH9JuLEQyJSLeQs\nen4iTastkcWZHshs9IBVSmDhRho1H6D/OVQ/QPnO3YkSLL5w32iX/Nb3qSLj\nyMq3ZG/gdW4k+PTM42rdqJkwV8CkGWy+MQWxTTBOnj870hgKdrJQWK7Rg/Bb\nqTd3kv/mbY+bRSF7QJFqTO1vKRloNDQtcZV5lrTtw8SdVeZ3YEoHbfP+SqVe\nAQebUVam3y/ILNkFm+Do0pLmlcxQCyZDOvXiFoGPokXgEvBdJWlJikfc4DSV\nHnfG3nxydwbqbGCvSOYGuj2feUFkQxHdMCed/TDdmXNQmYvi7E6sNQxVJFtG\nXcBy\r\n=BC8L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4GhhXxeeVJV5HUXzk6UNj1iHJpz3IVDrhFGCkn1IbwAIhAI7vB2wEXA5C/V8cfFAP7ji6276k3pWyQqqTxzIUYeYs"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b7ac91bb_1548837935199_0.4254505773151467"},"_hasShrinkwrap":false},"0.17.0-alpha.eb9d6ff3":{"name":"graphql-codegen-core","version":"0.17.0-alpha.eb9d6ff3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.eb9d6ff3","dist":{"shasum":"91b1380fbacdecaa33245b9c3d81f938401eceb6","integrity":"sha512-7WU8pUwT0OmZW5erddSuYQUkO0F/1U6jnkHWj+1rNva8Va+zzxjLb+Br5vWBmxNT2zORNdpgwXpNSVLjsGRIDw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.eb9d6ff3.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUYIMCRA9TVsSAnZWagAA60cQAJw94Ucmkp5X1hQDJLAK\nwl0AYDy1NVlcPWE+maeCQZ6QMkYySQDqvKA50tCDhtHA6S89bIxaJJZIILAV\nsAi4EKoi5nqZz77+sncbrBLMJ/0UZxZRblkYRbJQVvE15N0MYm3g7tbD0j9J\nJKuswekK4lSVJdXxq+L29F+F5v9uykuLs0qlrazIrRUwQoI4ZRRblmAvxOsr\nh/W5J0Vr7cL16R3YUqDypt2OjMA7I5WABhf00ebdnF1dkM9A93k+3Uz1N3zm\nOz3hdssnT9BOer8EbK9JXAW9/+R0g2S2GhFhT9vje+/Jf0/sii3zsQ7DZhC3\nDpUwCgarwbCvwNI4JJshXvPZdcQZZbO8Im1Gonvw0zW9KM2Qom0bYiE/B/bn\n03dCsOkGEwsFSmJDmEgpVd1htwKfdmHaR9gg0m1b6ggIz8sIWb1bPuzBFlVf\nQsRiQz51nRd7gEjwvSAAcS9qM4f+uFZDXJIdbaO3XbZnZd2ikdI3CDiXKYEZ\nXZaB70tnpm7ZmGtkyIKKxECaWFhkrYO584w6NbQAhGVUyuSb1Q5oWk0OXw5b\nWSwRBitVZm2DvJghr6DahRDbbwrt5EuAfnf1ZD/6qnwV6guyFOTs2jDxcNCI\nIHpeIxVtkRpJKs5Y/TNgo+XWL6oZtX5bc7hSNseILwe0Wt4jqGIV/qKrn5d0\nvpVC\r\n=VsuI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpVjKrQrh53mTPawEDvh17DjFvOSS3cwUdI1pa1VNNJAIgQG56nM05xzJgJWVpqPxrwSwrAW8C3wiG2VUS6KCePQ8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.eb9d6ff3_1548845580115_0.7276159265795952"},"_hasShrinkwrap":false},"0.17.0-alpha.16cdd6ee":{"name":"graphql-codegen-core","version":"0.17.0-alpha.16cdd6ee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.16cdd6ee","dist":{"shasum":"3e815dd97da53972e4e100477a504a820bba4532","integrity":"sha512-sKhBrVBOLVQJoRdEdADBZITln5tasDj99qalijf8xqsyUGDkByUV6lgb9x/+7PmypB7mQzLkxUvAVnsZDqiyjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.16cdd6ee.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUYNlCRA9TVsSAnZWagAA0PcP/0Av34WR2sDbjtHfG+z/\nl8qdIo0KsnTmoKEiG0kXNXIpko/zdmPBx5RvPea0sRLDb6FwDjl1zg1FuVYy\nnSgyOa+1RcVdkMPmezUSk5EXZW1fZxhRZ0uXfF05mE9BVwgeeP3tPTlbKaXm\nVBBgEzn/5dFoyKnYuECQYm2IZObIZjk5cak9z8pVTOQZKvaJoxZ9YStLcOw3\nZ13lo3kBIUoueX/jDdly1paLiwnNoOO6D8O2PtKmaugzfCKcUec7WjIF6gmf\nz2A6bFDZo2Aev0wGPISamI2sp6P57pmijspJ/iR1krZ07heHfHXuh++PFEvv\n4HV51s6MsgoeFx+VATk6dD2fa1ejb/ruLjq0B67KBtjquQmGSztEhtEIBUcu\n0SQnmTXoyweK2zBzHenMPy5W+ahGEcQcaJzbi/InLxvbKFeuVYlPMJvknk4u\n7k4lumjOrc7lDI6Op/YWKBCGU4IqGS5BwoBQpMzFyJWQckSsSPjEsTCthZBM\nsilcXHPVMINrlpAlft6IoCF/JL+oNal96V4l/8TEy8ZemWoPb8kMUW1dV+Bx\nt478sEcxSS60Fn+NNnZWyPrpcgqByvz57akwBj/jknsQ114rMn+lGpzMPaT5\ne/n+2tpmo81RNASN2Iu/VMOHddtZJJcrWy40IWKjJFtjcZQ2LozEFFnhsrCV\nS5nU\r\n=cVT5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLvOpl45/httg/A2ehpSjLOSyzEWVJlesPGJ1+Dlf9vAiEAqgzoEITESHOS/sMgwxirlwJ9yI+brm44GoaIX+nvkow="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.16cdd6ee_1548845924956_0.7136658657573944"},"_hasShrinkwrap":false},"0.17.0-alpha.1f181a9c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1f181a9c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1f181a9c","dist":{"shasum":"3fea9d1fd8b9190ca574ba52eb7482f8df6ec19e","integrity":"sha512-pbGXTI59dLbVpH2TuMHRN03yU/YpIngzjPreEKM6wPSkCFpA7mIgqF5LPV0LdnEcGRwhVJ7TDBDvaPGFn6Mmzg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1f181a9c.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUYOTCRA9TVsSAnZWagAAIHQQAJn8gkn62rpa1h8v86Mr\nNqWmhK0dB0ZtF4NVYvfDDv7j4JjNqSHYr7pj65ygmqj/BtIH/Oe7tOo7eMi8\nRcT/GEvvF0T5TfjLSsMwrk4WipePx3Orw4nBbxf+x3pQMsuArCM3MgG6NlRf\nilgTrf5cFkuy3Z5/4Nyng+SsnK9y/bCR2S4H2U6xXB2IIkQquGD+1EH4OoVT\n6whE0lT8j2JgewZgxoivI40JFo65ueXAX5ilYNaOwSICg8WXeJTcUzIORrPh\nffhjIsSs/6yZ+JM0uUvDcvLmO2+AdgDUr2xkjXzj3qF0PxEQ+AVoRtgUjU+S\n4rK/2i3aFad+HCIO783joRV+ghWxQ6uHRJw5qV8Efm8jLWOJxnIgBmdOLlV+\nWM50wJCPNDpCiV80fNDJv4cnhP2I6phU062kLDKtWCo4n94h4VV0Cz8o6rCW\n6lScBRifukczsR377jtodkmGFSCycoA1A39s4Nl4Dn9KBhnmG2La5bxF4xj0\n0KdQeruYSQaBsSk2CK3OTGCUj8PMcLi4oybT/z8qb/xHZJaV/SvqgADklBVE\nGfIT/fNTlC9MSNUz6SSCqUReqOsQBBMpKEgtV9h85WE2VA2WR0Nm8L5Eg50G\nQ8qTozyqf+MOepkIj0JMkp1LguGnFku2lizAeKu5uXDkrQc0aS2440Y7qZiO\n8SwK\r\n=TBGq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFNt/7OP1f/SGhvZwTqSQ6ixLNsS0+HDPZ+R9y40gfl+AiEAx6iA2fRsCrcVomxvxJOvoqa+C/FSTSyCqzJf5UXBEuY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1f181a9c_1548845971376_0.5976988963731464"},"_hasShrinkwrap":false},"0.17.0-alpha.ee165a5a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ee165a5a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ee165a5a","dist":{"shasum":"4c44ff390a60ec437729e2b405ff1a6efe4ad30a","integrity":"sha512-1Hwo6hPati1zHm0qL7PXE0Qub7NVf7vRcxeRZ20OY/hek6FqVsE9CjGHlA73eqRSLHMK79C/mPBKuI1QtRIHHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ee165a5a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUYOdCRA9TVsSAnZWagAAS1UP/RUhzFD3u/NMqfq3tN4L\np6lVfotm8G3aw/p3JWuJWt+jrn2lrr7NlpJhmj1LxbWjYaj7k2p/x9OFgUTd\n181P5kmvZKuszSIwXW/UxMdyARb85dSKPJnu/1+HlNlmW3Cyb11+01tVreJW\nrdg1UOx/w9MUbY29vWQWRkN+rHvSWP2vNt4US0VfWo768KkhtALj1O6N0Enn\nSvEvwZ0ZyoVqfFh2EDUEP+cIllc/B/s4CXFRI5tCZNCWM5o+uh0FoFZJ9m9q\nrbc3/bUHfsZ//+XIVYTGvYPMt1IiRR7XIVZPnzTxIMWxvEcRN8BIQ3O7nFkm\nTSlR75oKrqQxlCNnoiXTxaLDqNvVkdZyz5HMiejyQeVCbBQMJomlC/NfZ+AL\nJsGfQP3FWcRgxB/If+NkYLEKfHG32BXbfLtEW54kwECY4AnXhw1qfPDJQP4P\nyQpcklICGgv4y15Wv56ykVGu8UDGWA80IXE2Ad9aOF4oz9+AAll2q3LW9sYZ\nuJVQVopYo9U+OJr5z7aTLsPLiaT/PXQOC0FJqWb0GGaCSjo2F/7jLVMv4eOL\numW9L4V+bUjbfp/cDvzVwFgb1dadb1FMVwlQDtpKIYTLewJCzOl31thqbNlH\n/GM4GDLb0G+qmekB0IFQ/N/GgMghPkC25aFqlaOssUYnxpeZPNMqsCehDp57\n8U1+\r\n=jBq8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAStRimGaQK6xrxXH+lJDea14IJO9GuMyOgvhu/3/9u+AiAJWWmUnbcCYGK3F63SJtZialQPMXvDBd1mPDHDGRB/qQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ee165a5a_1548845980418_0.7890943372733499"},"_hasShrinkwrap":false},"0.17.0-alpha.709ee7ed":{"name":"graphql-codegen-core","version":"0.17.0-alpha.709ee7ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.0"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.709ee7ed","dist":{"shasum":"a8edb01796713496d147b7364a7140deb09d9da2","integrity":"sha512-m3n+j15IS91ixQzCSL5fk5KsgfdOuRr5V02C+UH/jA9l36fdbB7m2F5F/BoBVRhELn39ROLgkzEgOdqOeRAASA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.709ee7ed.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUaabCRA9TVsSAnZWagAAPbcP/1N/KL9f30Lf8hdRZp6A\nmvXHSBMJhsFdXEnu5Zpd1PbjsxJBZhox0wn2ItQ4qQqoFUvXN1sCl0hW087R\n8ZbybYNkkQPswRVV6qpvhqnE6f2AoAPLDnzROHBZHUXkz+eD7F1x6Y9co7n6\nr3os+hTrd7fC70T/IVHQrZQF262zwD4SLaW5vciSup/3IL7WMk/JzSIO+5od\nUtlrarQNGktLNDx1savkedxZITPp/H79j3iXOfwKMJqQgjQ/RSPe4tuLAbkM\nR+5FfH4nF6FkhYPgfAv7bGu+f14XcxuA1hHu6nZbvn4cc+DgrqmRd9DYCSKy\nJ/OiQMIR0DZWyFGRiO9R9TTI0ZWHXvP1ynYQiQZvs7GCEuo1GhmCfD2AxHda\naP7hpeGyz2gi5/iDlsVvz3xH8UrHKiMjGTw7b9824t5m1m7tobAO4/912b6q\ng5eW8DPwjdb1WuP0IqNbLKJ91qRXPUEP2h/gPJXVIiOzVwG6hB10jZoeZG9H\nKYDK+n22fVe1tOTKc4JrejWEdCAApif/sobpfHGaIVPspW8bgMG5+qnsDpp8\nUt1uOX8CYGvBczjWuJ/aX5n09S5IrOGcIqSCUQtJOZ8Ii/G8vhKf7HJ/BTpw\nbEbJKislPe3SQz7ItJSDPmc8nQY4T1XcAm3eLp2bWsriGI3ty/+U6oSlpZlJ\n4ol3\r\n=KFKI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoWXzUWFAuxjoB9p73EoSE90Ci83NUoE8knAoLdCdacQIhAMVPKWH+mC/gS/S4VSpsF9/UXbrLKoRgO3l7T7rR+/mY"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.709ee7ed_1548854939083_0.5528795465444021"},"_hasShrinkwrap":false},"0.17.0-alpha.b71e2725":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b71e2725","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b71e2725","dist":{"shasum":"f0a167ecda2551f6caabd52c1d149a04bdd5d943","integrity":"sha512-JZmJedbDGG6eQT2Th++5PVum93Ox1BehZM0aYwJDpsDuI13gVb9nAfzEAvJPKwY8iP5uA17B1uNbIpexcO8zAw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b71e2725.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUaa3CRA9TVsSAnZWagAAZHQP/3xmfsRZxYzRfElvUnRG\nGW8FvB9QXYAVcCTmsruUphwmkRl8iv6j/LAS338eKV3TWnaj+0ov9yb4r+vy\nK25OvWAozTcP9BULOhiVMa75a5o6g/emVuQrFPF/Mg7WSl62tlQ02twBvNHU\nygmDCEC4eCYj9UfEae4pn/bNnSigYkW6uifN3aZz1dCCk6n8MCxEEMovm2Xw\nkj7MtGI1JD1puLRwTQILSNxQoesYHNOc0NNkC/IB/mM4LWi3TyIzwJiktKrR\nxeg4n/CCD1wY9GCcBVR2wFPnMZvT1cOaIwBTlloWFkHZ2N6c1uAAoQ8SlZFR\nc7CM1gqOmx6tQKFZ2Za5h070ITqL+eshkcLStuEBRTsfVgoXSDneJ6uSeV9/\npqmPCexqPnqTg5o/+hQdaHees2LX0zpMEXOu/giF60RC/PlM0aiP8gEjAo0u\nPbCANqcM9zd4tJW4g5es8AVBfzu6z7DWg22CeToCO8eAgBVTWUm23buBVwp9\n+nfHhKbktLDoGKyRn5n0bIf0VgHW3Bj7KQzqciXlmuC8i68dfcog9c1a1vKk\n+O731x1PcLzDz9nPxG9APy2GvBJ9Ie3uZi8FhrD6YJaeFQN5OahcC8kLh3/w\nWhwxHD3WwPiDLCojS8+UywKnl6w/aZXti+Nq1uDNwJ6yYvD3Un4epNHLsMFt\nj0E+\r\n=Wxil\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID/NFKVDEtcnzzth9xnbLrgDqT2Opxm9oJ8B/skNe+eQAiEA70HAdJQqTlvN0E9ypKBskA8gQpGjA0iyDN6uJu/043c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b71e2725_1548854966791_0.4853785845623255"},"_hasShrinkwrap":false},"0.17.0-alpha.4317ee16":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4317ee16","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4317ee16","dist":{"shasum":"410e211528b550f18c35cf07305b73d3975d5226","integrity":"sha512-77NdtG1qOlrZo6a8npm2B5OQq+7QBeQS5t961MzDEGg6b17NmCBX+qKXvc3upRFmvWrPLIaOqkO04K3F1+OoUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4317ee16.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUcn2CRA9TVsSAnZWagAAR+kP/3nzmaMemrgINH957DiY\nqxfJkKpeK1jP/1QOpjWNlTFvh4agqywWo0ShvNaR9kbP8rg5y+AmF/bR+zsd\nwdLH9SnVaWSst41sWm7Gw/HJ5NA809jJHs4E+PSTTf20kqAWCPt7tC16QjbY\nuPb7upyZBl16uXTEou+EpR2gW0ATSDVyAN18URzg5ycnPEOSVYwi1/7beQxT\nKQxRa9IW97yJQ6nzeaEAu8K/bpdcfeBT0VRh4byDlysu1jge9eLKFuxhJ1e0\nrNUqSHdR9nzNJEKNAZ1By8WUbKwOEzydGEgRDAYSwvWDdcLZH5JUkYi5dyLQ\nulJdwZnG0dAaDhqgyMJepppq3FS24U7QmjMfKeOxGa2TpVrn8S39WsupTa5/\n93DvI7ehfEchJDkFYAZfO2c8cd9h4ENmI3sItb0LVJMSAkTzG/YDhB+vOYnz\nb64azOA0Q70djA1i+v0NcEgmsgfTKDg58xIQmiDomdTsSZfppKVF7Eij/VDE\nZssDIs4PKWdh/COufbiep9pNij0On1EDZxcKIbRwcTC7wWuHM5UyROXIYpaM\nDJGYaJtqPOjFT3RxsgwJbCGA6yxpgUeXxq8cwhifvXQEePWhS5XlJs6GtR9N\nA2YXnzKclXTs8CuYiZt5/W16yfYFriBFZ/CneYgBAhYy0oyzyYcoE+3V0OI7\ny2tR\r\n=8+Sv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHtPE7YDdjAVheLquqjuOLE0wqToUbFwF9yMtyvNYj3AiEA1j/2LhzOX9D3o7wDv/bmq8S/EMgPe910T+7SCBI6Gu4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4317ee16_1548863989631_0.7180022523488809"},"_hasShrinkwrap":false},"0.17.0-alpha.fad8d485":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fad8d485","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fad8d485","dist":{"shasum":"21e5a0941ed77bf72595c42e6477fff922a8e312","integrity":"sha512-hvG82fHxlVtIeuI5+zT1cd8PtQZxHb1cz/0RchhwqOaR9BdhMk/np+Nt/Om0uFEJ8tfRIv5E+VFqH23/uNN1RQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fad8d485.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUfs1CRA9TVsSAnZWagAAGqYP/3sjRrQ6aYAd33QB40hi\n127YSFaYO2JztBCp14P1Ifusdbnky4naHUw4kN5IEDpJBLuMEvA/JjReIUx5\ncPD752HbEvUSUj8PHVSWKw3KZxnlgl7w9K2IG456MJoK5KAKh5pyV2zpOAlO\nGhjbJSwaByyVikPi2LhJBz2n/AJhyR2vLEUluqffuh5oGwXEspFl76SGrrPZ\nzpnNFEmAxNrFLY0gLQNjypT47dm5K/Mabgadd4nC6UIuV0nyiHq6hvfv9xSN\nBOoCH5NgYOfFM1TYhGs6IuZWj8QFxwsTIwdIG1fNMfPXQVYlFiU4gRir0Jx5\nJNgfYU19Jqu7iclPPSltzPqDgO69fQdLlBOQqUHKOxbPU75V1lUGgRfz0+Uo\nFgmhfKhfvareVAE1C2OKZAxK9HmOWEZPePvrgPcTHoyVEFkG9aps8ArtseVi\npA/ADTqYWARX3ejLZcVfC8R8cqg8A0JW8arsht5OTfPPGQ24CzzcKh6OUx8y\nGRbDx2Mr4bSTT5V7D+RwoG0dQ4+ZbQk8DVQVABizU+KIWJCwWoZjUzcYa3qZ\nfQzszr0zXIkj8HelkZ7dkf/A3jbczxtGEkY8O1Eq81jedf68pN6v6ovgL/VH\npvxXu/NXszjFBqTR0rFvHk5D82A/Sdp4xM/xykCCTYYc1/axi9ds4556UJEM\nYgtr\r\n=jCTs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFSJkxABHfjBRbucuJRzGDPFSvDj94h3ed7d/oyZYvuAIhAMcL/XG11Zm8jszlQ0xNbtYOKlNzJh3Mi4tJ/SteZkOj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fad8d485_1548876596988_0.6075990779538436"},"_hasShrinkwrap":false},"0.17.0-alpha.805da056":{"name":"graphql-codegen-core","version":"0.17.0-alpha.805da056","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.805da056","dist":{"shasum":"86e4aa277720a2c4091a9bcf494c0f4c76642390","integrity":"sha512-1Fg6tYoeA6k8P5rzk4B3/EXOXYsRW8+dKt8fkhH6sgm7s5mzg/5519vJ0/Afb6uLSTIMhkFNjM83vhATjpd0rA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.805da056.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUjVdCRA9TVsSAnZWagAAtHYP/RzTdn9nNcDJs4T/5jkk\nvGslW8DpescDF80mj6aOR0SC7YoNqAgylZlX5E5oQTys6rmGIYIHSLK6Vx2q\npXyoPVmz2s+Ko8Kd+cuyQFLPnqwp6n/tjHP0aC7hkmgc3ebt76HGmtIvr1nX\nUthWBX5N0BQF67uBLCdO7aRS5bAdk3sKb0pb9MJFoXBmmnGovm0IWb6ENC/w\npOqtAKBVuAEM9iipjC8nN0d5R+bY6ZMdeLxFkFgfgsEKKkYEE0RhT2V96l5z\n+TyV0c13GETvM1s2HbV55eNWudoHS08ztVH1YkhnO+J0qaSYUjXkztH5U+K3\nyNTdLEBhVE68IQSlH9158D0/qoIvnOwk5wNJ9QjwMd7JituSKf/j2Y8K5Iur\nlC/j6QDMXYcZiMuHAa+/u8uXH+X7pui5lLFCkRKYb4XvK1nME2tzbKx5DAoA\nZtirdyUVn0iqN+R/lxDXzApQSnX/g77jX+MaM1mk1Tbkuo2rb1l3ZJ9d4q97\ng/fHi7mEy7jVNwBqN8p3dUHZyzDqKP1ZyRpXhxD8YOY+cqkeAd3amN1AakgP\ncMK3nmx2lkRyBnrznH5WaOWPOP+7duAC3kDLHZF7wnd1TiV7nTT9kD0bUZqp\nGZ3jOh5JOv935vXJk/XuzapcYhpgsD9elHj1azbSTR8r52xa0vch3rnGeS/J\niQYw\r\n=3z0u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEDGZNwx+WptJLRjUv9647W7dMc4MDhJb5Xq9nVKBr4rAiB6f/C91GitL1xxYE9u3bpOg9oqoIEPZHgjE+y5o1fKcA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.805da056_1548891484807_0.7476691748731183"},"_hasShrinkwrap":false},"0.17.0-alpha.d1d114fe":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d1d114fe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d1d114fe","dist":{"shasum":"a3811129122b2b51a292d82dc401ecf8c456f925","integrity":"sha512-a9MWlOPFAYrCD+YFnCTuzx1+zp/M/inpjb0uI2VC1xGOsOp9l/oJ+bu1t8+MEOPq1DK4PG0u471XHV8DpxGXGg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d1d114fe.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUkJ3CRA9TVsSAnZWagAAVdAQAJ1Wxk5d0LtvwtROSwnq\nk1fCpnbAsFS9Wm+gpTPl1xg/whGGBaNxDdJXroFqf1viKqSGQXMyWy5dxh1Q\nFEuI288k4F5h1p+G2CnE3BgTdKPi7nKdEYSWr0HRjMAypihnWft0SE1t2AEf\nPJgEa6D3zcFKgS0NWM5jMxscMrFNncMVN/jx9j+YGNXFOdENM9ZhYwxLRsQq\nBrYnPvr8/NM96ltZGN1bWIMr5GXJwpj4b1vm4iHUWnsjvtE07WHl5EGRBa1G\nlZZ/kRJZQM6DTp1P0EGlw36fWIU1cxvxP9JLbITZWN98LhTp29opEyHLPGym\nU9f6EfyyCl2vm3yaCpby6ePrWU6I1SNgMuOIbRzNjRwLLgXwQTffZPsH/Ubr\nPyK6St2U4glKr4cQuiDOu3UQ8AJWj28cjctfBCn4B/ZTJut2B1G2OAhmq9Jg\n8MP7yjffBs9BJ7jaPm+h7u2Pm3PGk27Mj86T810v4dHAfN7VxmxNifUHGoh0\nzhyvDlfzwqVxxiqM8hUGW/oULwVR6t09EcP5lZkJ/aYTLydAYTMBDaEp5th8\nLqDE0zR/Dn3V1GJhar8RHb5YWGw6jJkRHUarLyoimOdUk8Q0QSKLiTtef/4H\nyH5Ymk/yBo6ckNijISM5Kd97c06lRglELXpIMtajyPT+D42yXXlT9rkTuMc0\nskVn\r\n=6wL+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6LQvDi+cZ9Nw6hkRTnp2VXAsxep+IizvKBtJHB4dHpgIgUv4hc6hy4jWwMME6iUwP3VAcE88qIvOk50ujFWfuFy4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d1d114fe_1548894839026_0.29820130951735657"},"_hasShrinkwrap":false},"0.17.0-alpha.30946230":{"name":"graphql-codegen-core","version":"0.17.0-alpha.30946230","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.30946230","dist":{"shasum":"c89a1720590d2243356895a3f02b8c390c361196","integrity":"sha512-kNPXVzR1mJNmiDV53agoK4MZUBbwUXOrzJpLDYwcbei9sNxvaEcONIShRo/3cwYpHjoQxdmTSn0jMTJ4y1vYzA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.30946230.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUn32CRA9TVsSAnZWagAADp4P/0xLv6nVe7+58sAM+lAC\nlkQ3uZMSJx5ZngOOFPjVmdlXlmIsagjRuWAHY75BnKU81lkqN091RZY71fw1\nbLzk0PrvnH3DJgX9xdT9Xx5IWm5+xMpKQnzRgfX1MK7lLmkzdCbFimHXGgSC\nve1MhSmQNFLmgh5RFZ/odsUSLFk5zr2QfYzWNDfL70B2LE8JK1jhe2NkmU1u\nGQCuRu1rCvCpKoGfeN/nLDALK75BOrMSP8gPgxnGP7f06kIPWqOj2CUyhobq\np1pB5GSKuOVfJRQYV5b33S3xsw9Dphyz2e13eBxbreEZMAE1AECqZC9C6/et\nJwJhawINO7grFZ/fL+EgUYrmceYpGwzFkffXVeWrKGg03i/4QXP25yzrlGje\ncPXh/TqeiR19DCaY/SgE66wPQ3qXzSR+LBt8ML+lrGIASblFcP1H9EZ6cszB\nAjEtbLI9wzD/3Ie6WXuGwvILr9c4RMiF2kL6sgL6bzJ9e8/WyMj8qompwVJy\niaONrpeD1CWQPxWoObO2x1PVjP660GZhmi9L3cDCy0PIOdZCa2H+onQ1UPyd\nQcO76OkEqOtvBAW3ejJyGmkA/ia+ZKJvGQROqTE3RB7RjdnL7w8+ELaTVzUN\nPCD5dRXfugcTSp17nL4nIPoyX22wFkN7rBUtYtX1E4iI38ZPeO0mCieETqCL\n8jMH\r\n=WXer\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGqKbstejYXncA2czBSPjOCxqz0ZO4hOtP7nnMqRHX7pAiBerAgQTBHd0Ia3ZGtKn5wo8EmtVy6lhiB/CO7rchTPLw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.30946230_1548910070039_0.12367917493678737"},"_hasShrinkwrap":false},"0.17.0-alpha.ed37be75":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ed37be75","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ed37be75","dist":{"shasum":"3d38f16eed72b070ab5fb765bf6b5a737212d5fd","integrity":"sha512-YwWEaWZrNlOiMJYgBnATdhFxPNsvrBw18/FUOD6P4Yo0opqBNPAkfezMohTN1eH1jbFid8npW7fUCdnEu2vPug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ed37be75.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUqa7CRA9TVsSAnZWagAAS9AP/2BodALwYs4UD8EwnITg\nZZB14txLxisF7KoGNU5gyZGk2RAfP4FiVK11K/y+64XpcaD+bSCOlmQGfJfc\nzrVaHN+7CwQ3zFU2GSoWbuTU5x+7Ei2p80geTACcR8WiV78gNwUzDIS13eZx\n11aLxocgL6n6+colampuqdm7CkqSIDZ57E1ZIx2jfo5xp9l57udzT0vrWNaw\nAi5sKcyst43ut++EWuhhWu8ZYMFxXdkFkhS+EHq8PM1WJq+rH+3Mo4VDYvwY\nCDrhlXBDeK0MZpWDByA3JafC/zlr0Ekerd+miu4XMljW2XrpsIJu8SU7LHjK\nP6XEXXgjIZpvbPAOASZEMyTr0mchlX8cmm5OuhIAemo7EXv+/VlEfSPxxHhh\nlDT/SJa4F20f/6+bhGPbvIgExJvvfIlkwD+GdjU0dejk/PaVxC9OiGxiDLry\n6Vg1pHQsuYzmJLm+DHfo5M+LEHYt1otIWjg2rY5JeWmCiCoRLVfmZHgjvQ6q\nFN7EDwmqvZ+Vnc2OSg8/0r5rnJNm+QSTSZtjyBeKxihiFggNG9O1ed0/UN5b\ncYS4oeEclLZ795rEs7zP53FLRwFzyVSQoMMUoVhI9jXQecQRQ5wQZuskcbrp\nVC5lQ0GE1AOGuxX3wTGB+UHFhO3Cjwb60dlRBR6XJuff9sSPItSXaVnI7Om/\nXGpc\r\n=I2sW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICT2Z0WsdoAixeKaQSVJ6kyUeysiG4lzWlUpe6GIiBpQAiAbKuprcIY+zVzt3aPEwcqaLdsyVhFS4OCAZJtRxcOfQA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ed37be75_1548920507120_0.829858995435665"},"_hasShrinkwrap":false},"0.17.0-alpha.a51f5553":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a51f5553","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a51f5553","dist":{"shasum":"16e5e1f5b926844d83eafddc00058cc68758e239","integrity":"sha512-+/qryTm1wroJdis1MmkCpVHf8GVOm+1AU4VJMv7c5GuOAqLNJXhF/ylmCOq7F5OKMnd2q4poGKXNP3G590+rIg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a51f5553.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUqbHCRA9TVsSAnZWagAAj3gP/1bLDlx1UCU8cbdt+pOq\n59XTb0YcDuUv4kIGgqGCSGSyQZlp84le/fXz7cw1cIqIX3GH1eb1r1TTKT50\njCLA/grvZNdfV4xpHnxLUscQWgEcp+wD5paV8tgEdVQFmazpbESlydoYuOd8\njalrX4PpASWwr1WUQ70zIsaEO0Zd6rkSFN7RImFFPZ8e7ukekpP1BGnSiWND\nChOhyKhEN8SA8fivH0MoqTWEQVJ6YrE6NWtGAkYBLUyK8BawKRQxAUZpwTTo\nqJF4M7gVBHOWCXPl6k75JgN7sT4YKwOAL1CWDgE6YnEaL5lYvjL/AUFsX1Jn\nqR0cAZv1oaMRSoXmd5Wd6FdbcNxYePEi5jmBTDFzXMg7jEcxj3a0R57QCSm6\nnu2edgJXszsLxFYnjt5o6fcFCkHyUVw3FH41Z0nho6o/QKtYJk9QmJ1hQC9f\nsZ1vvsgHmO89zg0qMT2oV/L8LL66dHWGVqGEHE+oKzv6QTuHim9rRMJmtJzW\nrug3UxqmtrAGf1OzGVJa7gTAhvy6WpNZ1oRlTU9ghT34KGgCNgxK0zQTdyyv\n++aRLJbYoWdMP9PNU/pSprhv8eijASg8ihjtDwlg3fgnMknS0RlGJj8RfGbP\nPMewdbXz434Sjlg5E6mr9bL/2yEnxhlp4NGUyTzEEX8MBcpP0Bv5wgJPOJB8\nVw2o\r\n=hQxm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAby2fwKdyE5rWfmB9oA/R5kxu6AI59G4wRbhudXj/R6AiBL3dmoB671lDiGCu+znpLnv8eP8KzNiGzTHDCuqfhJuw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a51f5553_1548920518456_0.7520159725742304"},"_hasShrinkwrap":false},"0.17.0-alpha.24448bfc":{"name":"graphql-codegen-core","version":"0.17.0-alpha.24448bfc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.24448bfc","dist":{"shasum":"4d0bef656f24889f3a7fe1320899341806a6cf0b","integrity":"sha512-M3zQyQN3Zwy+8MYq/r47NHJz/pqbjVPHmN4s1RwslCJzAnsvLDyUrLNlPfgrXQTMlUWn7oyWIlOPvf+Ocdjy9Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.24448bfc.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUqbVCRA9TVsSAnZWagAA4wMQAIDk5Gu6VdSsKMlZtfCz\niwphkqFkLDbYWBYlPvtuy1xCKQzNISJLZibfCa+3LANxq5BJw8d1Ni/3fI9G\nbO2jwZ6V2U3oL65F6bt+euy3C7erJCeZTBHztJ/13qSsLC+iqWGXV1qiTp6E\nsimMLDfh3NWQUMalayY1Y3LQ55RFwi4ldzcHyGZZ5kmOKLFXwHE3bH9ssCkf\nX1ExN6t3aZKLsjmc1dFk4oBxPm54us2WTntFKd9NTkxo8Lf07pXKdQ+/p86W\njSl3N2jlbXnDpYH6tf0f5mtoGVNJ9KrIXcI20JVc3lUvSdaIYwg45Jh0+RUr\n4kOjh6GjVQ3SEZVdk13BqtTzeYr3MFclGleskSGCcAO2iicCv8KlJd+7EIPX\nAily+Lo87Jo/z1cWcMm/klH4hp4X4yk2U6U+ud0gVTUqR2e9XO8r65/Ii7SC\nLg6xyNoJIPnDem88elXUXrVIGPc/Q+ST5VuXmQQ4YwUgUN7+KzGXc5fVvSGl\nPfCoZWt+rgQtWmj7wgv/XCgx4CJ5BTdkPZ5P6TOo2RH8SWhAsnPisHO9Cz4n\nQoq89khbkFUiu5AeP4JAshN72Rt7TRfwi2AiEFTXEa4onfhQLpj5TNpNln9H\nTudANnYnYC0qZda+WG/kHyLapqxHROzIMf6KzciLrTpx7Mzx0/uf0lRJgrpD\n0ho+\r\n=VjQT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAFxHFwlXL3dCRov4Fgt9c6CYJTiw2o7jR3EazG3ql2YAiAvF34dp6e1NoUDczizuXxWaSiqKkJelLeTBYTOTQ1FCA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.24448bfc_1548920531985_0.6267650254581165"},"_hasShrinkwrap":false},"0.17.0-alpha.e0e357ed":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e0e357ed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e0e357ed","dist":{"shasum":"fb84e830026a277cbaaf2c317155c1a5cfd8f32d","integrity":"sha512-HcuuMZ7b7pFvfVB5AH4cO4n4x9/6eKQs3ZJ5mcovgLZlPrLNkvSa9AlVuwDCLCMM+BuQkvBc1Cpn+fnNvwM6SA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e0e357ed.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUs8ICRA9TVsSAnZWagAAj+YP/3n3U9Vzqg6ZgzXvK12V\nECI7ApkAqc17Jqn/Ni86ru/E+FkzDGxKm3w6Q8aUoyjYxa5iIE40mhh2Ny8s\nGGxUeTI9jXRv451uPs0aN4pd6NsmIGfap6iWnq++Ie+fTiRSFni1Omn0KGQA\ndCs4UltPEuSTa94L0gSB9tFUejrnHUQrAvreBmlJM2sOThVjvoG6sZznOr3b\nX/uOga8GaF1LZOkt8PvZVcUyzxJQ5aw40amXC6Bt6Dr5zwKoP6QAE0Gz+1E2\nf7fccPE/rOAEkKn4IRFlN80sfndQ0ZmDg0mk6WTrLUOd4SYZ7CkumySpEE0T\n9W6vPkvJE8He0OJE3ZWpjafpIrYkGWFTLb12SveCtMPOA0ZmUYv4w2rsMOx9\n+l5CNXVfV4RxRUylMeDwmdvtpcquqh5IMYhts7pmur72kWP1MrXcl04HXNPW\n/yh0/PhHuzOYuJ7rAozZidxERPJRw4pEQbN2rGUlk/X1rGBIbKLx0d0vNdhe\nTsiU23rG5pK2iICkX60g9i4eC5YVCoHcJ/0EBio2Ne6vR8jugytWJb5Vow+W\nfyh701bcaZMEetei6A1BKvvnbKwLYBUDkKlJnGZRLVGY7QejrqrlII81Ihhd\njvZzdzAdx/YWgzt2dZEwrLCnC9GMjxmO8XilX17mW2+5KWGAXcYCIyP30AnM\nC7Lp\r\n=RV9e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbJdCsjunM3cZadfPBNSIM49piiVGNjePuMmYbrkxXZAiAr9QBHGxLGixe3RJybe4GughRW6t1NxciDWlL5fMNlMg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e0e357ed_1548930823773_0.4703162220772228"},"_hasShrinkwrap":false},"0.17.0-alpha.c06f4e27":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c06f4e27","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c06f4e27","dist":{"shasum":"61b0493e969448bd889507ca630aa2639543a792","integrity":"sha512-UDNtiXRX8ci7i4VEh2hDbwx+gtOZiFXAAAWWT50JLK8+57+bj4l+160AIXsgxXn/dtzsibb3u+a232Ack8Tq/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c06f4e27.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU1IsCRA9TVsSAnZWagAAErAP/3qM/hN0ik4Ro3ZqU2mv\nEzxrDLj83eK1MEFz7QC6hkUXEY7KoueWWc2j1DJrWuA1IMQwPc3kWjR/bTVJ\nlEaqE2r0NTf8Lo/i2lBywrKNQs2g3tUg1Xv6TOI5kcY/b4kNJod42asbV4BU\nYbvFoiYu/kPOI95+95BURXD5Kx7Y05GE3HBYa7uq2dxjnhfD6IJ2MnlY+flg\noB1NZvSkAR9DOlOgFn31MaDBHBZbnEIL49Dk/SDAVCVgzklLU+EPckjJ/Xyh\nbYYYUrqhGbNnLO1opW6n+jE51ya5jMYs9EuwsP/aZ07P/OfWhd5ZTe8fSULN\ndqlu8/1SoKx3E6xqihZPJa6fENygykU+luJaJ3iJc6eL9IFc2GEbzn9jscBi\nzfUgD+aSuxX8mWm5PPPQb2K8vnMkHJZNis4HId2tXPptUVGc8qJ9K6yeRPml\n7+6VkEH7MbASQ9dfw5GcNri2h5py2P4we1kzSAoUt+Vy6QbLILQcC8bHTOCu\nUDzEshk1Ca1L08wQcUQwzYX0S7XZaJKSZSm9Iv8KOsHi2OCCPqqM88DCE2k8\nffGyTfkdcl426vQbK+N5req1mzkd//K+qE84JWaOhELrqgnI+y8SGRmaak6C\n5C74GAZCAztumgzuUOVmJYEfiD4yD09XSUled8LC42uU9LQrcyyKdsOGHDgc\njLA4\r\n=Saqu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDvbLeDVn0klP22iqPzg43fFwuZZDn6799LBzo5IfgXSAiAuHURp9AyENLLJxvSDQDWuUCrxfcHU8TZMP8Ba2ff0yQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c06f4e27_1548964395222_0.22843848207483153"},"_hasShrinkwrap":false},"0.17.0-alpha.cc04e36e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.cc04e36e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.cc04e36e","dist":{"shasum":"61be691f116ffa661871e23a2cc0c93b67fe8e50","integrity":"sha512-Ft2oIPpxsZQEerfNBzEPjUHYyT5seacZ5qW13urlLqud3yZX4Sy4yckL5olRUfvXHKY3LVJqIJ9Oqeo+TtMeCw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.cc04e36e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU1JCCRA9TVsSAnZWagAAHDIP/3rMzGxiJF1cm5E2rI7o\npLFB2jgOezCOhusQiIn7sS8yI81pRnmUGOML1E6Cc5qa2aj4pqXvNSUktW1f\ngXN1vHV+/3KMrt81YAdZvNQNQ77DjoabJ2sAsqKsaZLgtaHrh5yN2863fdnm\nrYISDgyZigYwp/a/iYLV307I6cKTqyFHeQDK61i4I2xpg2636uP8o8gNcbMD\nhtYcEqLjASycDFarTRiNGghyHysaVva3uG4yRlJgBgXWf96UUoJhuEstri2O\nMfHWNpG12JDyGUKKlsxXfk6CAUUiCyPeoeuFFPuRIVg4gQeRPCqe563SMnYi\nVMS05PQkoCx6tWjCdZzjZ7UBG70wO7DSyHlR1DGHoIxYf1h3/UpDl6n5cAet\np09oc4MIJcaeikekK/3I9zU+MCRoIDCxFYMcJk2utgSNFSzwI0+PBjzbl8k4\nBl96Z12BLkNrgCSK1LC8fGV5tdYISgi0igemAIf8mWea/nVGP1h7MhtKtj/+\nzPst4EuGwR9Rg1QTsGqufoVZjyWmTcPsSiA7JhNFpYzAFQMI4ZXLL91sO1TU\nU6JkxEIwmXXDyAhcqx5pymq/ZJkApOb/pgf9rHU5Olzuo5G6xQ74bInEnc0H\n3psiG0zSItR6V0IG8TkN+q+aa2ZlfYK2RQMsa4cSTCFaKctExIE+LqRpBtl8\nf6v+\r\n=USXF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEFbyDHiDLHLVSBYkQSyyW7mFTJBPvqqPWupjJ3J4s1AIgWyofrQP3ITHrxklCm7yiGXuffMH0r6eNjnRlPBtyICA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.cc04e36e_1548964417540_0.02720143902493466"},"_hasShrinkwrap":false},"0.17.0-alpha.9267e6d4":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9267e6d4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9267e6d4","dist":{"shasum":"eaa229e7b04e6ac3dfebf34554d45a8e1300a85e","integrity":"sha512-RgH+A5CVXaJoWE+edTwhm4giwGtCCV5lcpj80xy1d6UXSC94Baz5XFNBhcJCQ7ciOC/itVwYXP95/BVR4V7Q9w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9267e6d4.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU1aBCRA9TVsSAnZWagAAsloP+gM6QlXKl0jTbHS+uo8v\n3Yk5iHmX2X+UCLLrhXZqSnWY13V4J0B3RGv7S6IgKntPNcU2TpsBvDIL/7Cs\nMAk3vSQEXPQn66YH4H+zqUcWu37c38MPjIDkakq7DARihJDw7RbdsgFCPh/N\nyGHWq5OB4RsEvHPND2qC0URM7986OLFiLIDEWp9jLkREXpuY1mut6CAgG/WN\ncYUYHNlb2tGD5jKxSCRuAdpm2gy/aPS0JNLbutEyUDx3GJBckd28Y8KsmICN\nMXgBnJMPrKJ6LM9ltmI1TOYywa9u9vbB1VlR53SsXGbzXGkDRAVlKrKCde4x\ncWo3ywuCT8Q4WHHP571NGlnwDPEmbl5iip13nhEk2KFf5hUM7ryWkSOAPM8A\nOuDLRiiGgRvuVWdAMMKAia74VbSzraCSNFXdS0PgxjMH/yHgyZK7XzR5J10S\nDQRJMm7v3roHpcGzO7RFJCgdEy7IrFY3Gs34zdS9JaMAbjyvch9fP49Hq+wU\nruQL76wzjMElI+7reF2GRTxj2Upf7so+d0c+6g0tiMGl6lIzQjJ/zUm8gMr2\nQroYf2i+pf5uTXEaviQKhe+qKmJ98UnlXFcyU3dy/o6m8oK5ZqWLdYShyKXl\nA9Dsu3905XprRAt6dOoyEagrwbYO0rFrQZWmv72sP4gkZtOnkhWY6pom+UGS\nZLEh\r\n=/Lm4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAobwTVTwTc2aRkaPhC2c7Nf0IV1Po4+NSPwdMhSmDjnAiEA41GlqMNllZz+rIHasJ4+rVgX7u1Yyn9nuPOcay/gVQ4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9267e6d4_1548965504476_0.5089846729137975"},"_hasShrinkwrap":false},"0.17.0-alpha.d9c6b03d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d9c6b03d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d9c6b03d","dist":{"shasum":"d63861ee2268111614712946036b79c62c71b825","integrity":"sha512-aDSv2+Cy8z5SdcSY7jmHP86QbFcv6p9ghkeXxsgyjjkCCX3aZyVqh8K1uZkDyJGBiTqNzQpKK0J2KKupTlJ2QA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d9c6b03d.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU1wgCRA9TVsSAnZWagAAhSsP/RHEmGfKswzTNaTlHXmV\nmaTiZlPyXwo3FUEhvJjF1tB0AC3fYJlSPHbEFRCLso1SsoTVDXNKqOQaLHhe\nrlsT5m/1ks5iKrdrx0j8WmXw9BYJPH/ZOjsCJhgRZ6yUGmRAW67z4HhPqRmu\nnzou2JhMWc2ROOWrXstWdCWiIi7Gnv4O2sb2BLwMmDckKYwgjNQfedYXJwyY\n334ox/Lx5Ny3Iq4mcnz3rkpHP/prrgdJ7zU2hK6ylko6HuSq8y2JQ4c2Dri4\nGdSDehoaWfGvr2PacmvxKw4jdpwxWQIBwk4nGnfGa2nYboXkTGyeQ2PnunjL\nmHmOBVZ09ROKE7voqkQrdXOtkZWPF7NZ2b0DRZzaLVV+Dw2vmx36dwIwCVet\nujueW496PkDyPqHFbhajYMCWAzgebEdA+TUnDZLOcsMOQ/HwXC8Eog0MEc5w\nrp7w4nNtmHQqrs1bPpP7hMPUBNIaQo3WILpdjgVKciHI2xywz2BpZyH2jQP+\nSk5xyk6D1pMUSY4xIcdZiSWvHHQHFUfctgTa6giAMFeG3dz/huISCPbOeuW7\n6fj3xvBtVTcJwMG+cy1ylqSjp0/hqM8Z2HRTG+Ag4H7gRZ5AO2g8BVYhrBGd\n8v8fF9A665yUedAxi0D7z4wMezWTjGsC1ZVJq7C0+4wh4y+AvKX+oByk6ToY\nqQ4c\r\n=qFyk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDz/xwyl3FLDmKEFzHsrhZmFXXY1Z147QVOlxv+YvEqJAiEAoh9lWARSFSMaTkRJxbMAxXcqhjFK+tAjmEc7YjgWS/U="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d9c6b03d_1548966944182_0.6601948133427711"},"_hasShrinkwrap":false},"0.17.0-alpha.67da0b35":{"name":"graphql-codegen-core","version":"0.17.0-alpha.67da0b35","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.67da0b35","dist":{"shasum":"57d3f24e0716c57145ecbc74df8a2b299924b49b","integrity":"sha512-tmk6hLRF462iC73TvpT0ViJr51UR1Bio0Hx2LVDPg5N5zOmPGq6GQxH2fjgFJ9oG9PoGcHSmPay9w/VYmhgp9A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.67da0b35.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU9wBCRA9TVsSAnZWagAA0PsP/3VXiNJr45bRNRllZCnU\nSz4lhd8U2GhNgJpKEH98cprZ9kgeo1V0GwwjqKDS34kmKNBza+LnPRFxvffz\naluFyMp4tQT8D5oqEBJkrVQ5IxPWIeD93kcy5iTsRjU0/x7tCcwW1NEd9zve\nGJktSid43V0NCb1RODpMBRjaC8S7LRJgJ/BOF+ge9Tj8fZHYHS3lyJES4MOq\nWTWZfa3kNQhVAfJ33dQOc/TptcuyHQrb+pCeMZM3+k05FrNiFzFRo4A4plKN\nKLFtyQHOTfUWgEJYjJj4MIC8ciQWsCCo0plFQEEIVl02wxU5vFy1zXaJO1Kd\nKZ4ZoAYBG0gE235ZDJdwbngl8qeBHFI37cGU1JfVckf+M31pkf00uLlTYarL\nQvCGeIGgJm+KDsaj2BMWbAOkOU55LPx9pTPm0P4QszyG8ttYpDaZ7A0TbQf7\nlVqovfgL5QtWSBZFLcUYepsf/nsG2SQ8q+f580eAaE5uDbfzd4GoQGujiVc0\nRdprBNtw4imtKd11lHZzzYTFSFCt2w1EKVWmrAsUhRRempXQPkJKl89qBia1\n/SvEmPTa3wWJjUu2NC/AWMSjD8AexcnGOzF00vsInoXXrekNhHLs4R9anSdI\nXTr1RrS+SShmO1JXs83C/yBw2MrB4q9RmNkoptn/JunMq4883lO3M9UGZd8v\n5f5h\r\n=+w1t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA0zY9oEbh9Ufsm+5KqyvxAfOco/8E0fy1PKSvFNHu9qAiEAuJfnJ0mxJTqeir2sOwCG7OGdFOQUIDpF5CKIRoI9dGE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.67da0b35_1548999680356_0.7114543913161924"},"_hasShrinkwrap":false},"0.17.0-alpha.ccad7a11":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ccad7a11","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ccad7a11","dist":{"shasum":"5698e317fcd81c69f4af026f8b87ad4c6a5f739f","integrity":"sha512-ZzjdeqNGuvBEA3Jj/NbOc7pkvdkK7jw0m6f6e1NksURoy2L1Qyeha5WrugTY7fersNE35SCKQGKszmF+QBcKNg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ccad7a11.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVKMBCRA9TVsSAnZWagAAYwoP/0YrGwAiJ9xUC1ARGP2w\nRZR6Ggv8lE5lZk/tuhL32NLcN+/gD0xOHiP/QDNVI4SekVZVYgYRW7GSU1+T\nIeJf9J5CExE+MAW8gR4Dbkbbw109RRyV4E5jpwfBlEFR3XZTsUkcwtsyv4OQ\ndn+/NiZ60wmsvueVAFiCPfSkfyYfxeJcvCW+nU5xZR82TRIYUruY2Y+mp2/A\nQ/vTXxUQdpwDtl+RH6TYCdP7vBGar8lljQ6ePY6PpbQEgUwl5Qw1MxAMxG0z\nWjYzb3erG6TSzBGCcsHVTtqfyPW8sufhOwpHTiWt4whOlunT3VHXxMvzqd5i\nX2FjteHA9Jgko+pUWQQPIWHPQCPMMOWa1UZmXcpZUZ1KRJGWaclq+DXHVwvb\nEcmk2fJp7knifUbqkb9d6F3VWE9AGMGa8YiO/TYe941B5Lhcg+vfrS6gX9yY\nyqzZJp2Ji9EVvvPYiOqtwfbLzcWJLQZyYumajCYIoQOUChdb09Vb26OzKgHN\nyNP931ZHslJ4kBaC4D33GiGkvMP2dn/F8514XeXka1ZQyl4xoqNWaVJn6BEt\noKFe/L0Cr2CTJOwNpWUdwhhqVz6GLub+cpH2H3EoMxPM5sBvwEd8wkZ+fFs8\noqf5QByEpLJjZGjBIGWSHfuIwK6yuZrJ39eF8+Y0FE8VBIlfCSjxiPCQHItZ\nZz/t\r\n=fbob\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMjxw7nHC0ifznJ8XwvPGhyfqJvc5VmqJma3ykgth9QAiEAoqb5OLMVi8dr27AGh3qXemsDf7rsBW0YFf1qcvihbJk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ccad7a11_1549050624394_0.3658799247715332"},"_hasShrinkwrap":false},"0.17.0-alpha.960bbab0":{"name":"graphql-codegen-core","version":"0.17.0-alpha.960bbab0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.960bbab0","dist":{"shasum":"87210b387102c7b963dea66428c0dd0c651830d3","integrity":"sha512-OZYkH+1LvNOcEaO7kABMNLh24zGpkP0l3Uvoz9Cf4fcEnnI103g4AQfC0KH8lOKlGq5DFDTSKvo73Yd4pWKKBw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.960bbab0.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVKOiCRA9TVsSAnZWagAA38gP/j81kAajkM9EMd2cUw5K\nRvIdzrxJaJMZRVAMV1o4fXljYyoVAmEdP1Zm/GN+zRPsonvW2tyu4SqiFGZ/\n+8lIf2wFz+xdobIslIKTM0Y3+qD3fUds1kVmvmROpqGnV9VnN2SSNgf1niGC\nRDIfTcDRpLfRKnDAg9pMr3JEq3uE/lI00wLtmhTpmhhnVkbid9aGfcgJouxA\nLNICfxFw1yvHtcdZwVd7yAT8X76LBKJW0UPtu+OdIPFpLzvUJU/8vwK1/CJE\n6JvMiirSYJCvsEje3sW0DsdcurzyEqwz7PNVtYX0Vvd3mpiQmBQcbZAQc/yL\nmbgG4RmyaQss2+65iMbjDMv/Zwxi5K+VCpjavxVfQtFOhNw8V4uANsvXM9Hc\nUUpHNZWnLkXmUZ5aeCYUAcxNdjgY0oGkD3rRuMosLssovK6Zjg7Uskp42/Tj\nWM0/RaZVaOCO5I15AZ5FVR+g0pC5RYjNQxRLklIbLE8sOzoUYhC9luN5SX/d\ngpNCT3ppMYgMzLze1FNduydcJkya7fguuEDlpnvObChO+ElCR5whyDvUXQy/\nweepVyHi+LOqYdiYOvbJ8+cOmWKct+HKGEDxxTRk0Q6au6E1LRZDWywoZL1G\nbNuLZrE2kiAsb8QTmrrUPdUGTH58xB2NE4G2+kcWAH4r3xe9xbp3gS78Vnji\nGGpO\r\n=H5t5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgAtFhPVyCpHbppJfxQBWkBlhu2MayccOY92oXMC1BrQIhALRcJlUtFav1W2YhdRgSfz2KkSNYXtacMgFNkKqalfGz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.960bbab0_1549050785570_0.49611768922219324"},"_hasShrinkwrap":false},"0.17.0-alpha.87bd896d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.87bd896d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.87bd896d","dist":{"shasum":"3cb9354902a9991cfd12690f39e0a48deaf0d861","integrity":"sha512-P2Gu8NtKwllWyRdT+gmW0vXeCtkQ/Y/FAIWA4NVdA64v1Ib5wbas2/OefJpEIPiM3ORnyA35+k/hir+w7v0Trw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.87bd896d.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVK+3CRA9TVsSAnZWagAAATsP/3/1NzggKJZ9GYJf1EZV\nfvuq8opktkvPKCZ6DiJQL+JMqX8Kwvkrz432iGhtE3KLaCSZ0Z95+7++EcUM\n7EMVlyUBFOGYNm0QjqVclmM0OYhD4mnh2lgUz6c0ryonLUr5BNhQX7ySVbIn\nHSvPMS0FjAUGCZtIkG5oHa4/++uy3G7ZqLSixOlywTYqnJBD4Kr2i319jpKH\neJDsJCNIoQGQIa+F8f8B0HVHlvO1oFz2OC41AoEFQhjl8m5mNgWgfz824Jp5\nokpOlKFP/TLuWH5DYsTOt17c2qUrcgNubnqRJv0Jk9MAZK4bEPEY8R+FFzgZ\nL1/lQBj9C6dEF/mZFbd/vckOvbQnKR0o8e2c/otT3D4iMGEtSaI6/l2Rjtx0\nqUCKbtzYupRecZ+v0R7+ED+xoFaeVqITf632EML5J/G0PRlcBg/5jg/iP28a\nA+U8B711JvX7j3Pgq6VpF+SW4KtMk+0w+6tKOua7Sd/Y268gbgKjExCWEl64\nSt6DKnNjqeK83xVMAI1tiKQ9Ry8yQYqAsVUrd/rPtptWXmJElAEGWPMvdHY5\nVtoGlUjssimmhlNZX19xOEufbkDF/1jIavvNGBppzktas5hREBNopncQoFWm\nmnsbaedJaPk8K4iMT9/CkClSjeAyk40PjEBQsoSrZMVbSjIZUHtaSU0gi5mE\nWmlW\r\n=4VGe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKSzsAOI1FF9rCCy/2ysxnFRWGfVSyQPjXGzrCcWAeEAIhAMzf4lRVXFM+c4ItMOoXSi88Py3o/IbaCK2Nq6j9prY9"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.87bd896d_1549053878422_0.6530249909607739"},"_hasShrinkwrap":false},"0.17.0-alpha.bade86e8":{"name":"graphql-codegen-core","version":"0.17.0-alpha.bade86e8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.bade86e8","dist":{"shasum":"8ad6ca86cd9bca3d0751bc2dc8e26f3dbbff218e","integrity":"sha512-NIasWy9tyWFEQ9mq3J5bh2rS8SUIl0nzgTB2CE6r/5CbAAl+FztcuMmZ0Ptk4mqL3LcueXd2Opmc/9eudaXYFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.bade86e8.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVV00CRA9TVsSAnZWagAAz48P/2fTNNHAlzFYd0gvczN9\nLyGPPAYyc1jubBm2y+CSGKsqNmv1/N0Gp6bkE96ukq7T96eNo3LfhnQ5VuKQ\nHV6fIv4GEmgPcAOr7c22qp3Euq7b3nEeNAt/gcZeTbZcXB8FZueOP9MoHPSJ\n21iOSTU8liTds1FgAmpnkMSYd5qtznLAnUjBN2ea9tC7XeaaacFsxAqXLK0r\nq2Z1sNYgRaioyeFLlWPvwvr6EjIE92NziVgzj9B4195aQ+e6W8/wMSZukHVO\n2MiGK7eFeomea5aPQ6DZpuwaJ8HUc2bbbaxWVoln7vmd26feeVxIXS1KMcCQ\nQkhWy4kxVxCFFjmJEA+pcsFuLqducgl5+2fm2mvHpzPKBO4nGYaRheFM0LAm\nYkUVxOOCSa1AbwGW/JCIw3Q2zcamSPVfz14S5l+UDciktbSq0TDwwj8Sntgv\nt87nkUnNtlnyC7/Ua6sDiZP+m8E/63EtIqElW5e6mDEBVt7/NRuefM6I3ZbL\n4llhUln9PZtLb2rokcULGmDQpqmx/BYo3FZUNoKrV9SsMglGlIpMCVnOzGH5\nPDK+ouznpRiMFJ2oMZGjPVlD3Vh1QKKl677VHzDmko2GldUakjmB00yf0lLq\nuMxPL1xUrnB25wKufdROID0rmityV6hWyokGsPjeTax9TeCAMFwymAjkBlWZ\nWhy+\r\n=aRSy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnnGPhV7xczV0WwbRBDpqu/j86s44EWl2Vjq4m35lGHAIhAJRy6eYHTB6rHzaQY6oKzdQmIAd8S7uLMeSM/bcWFoUP"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.bade86e8_1549098291269_0.9477139278018232"},"_hasShrinkwrap":false},"0.17.0-alpha.019c17e6":{"name":"graphql-codegen-core","version":"0.17.0-alpha.019c17e6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.019c17e6","dist":{"shasum":"431bc93771b63dc0bfb36ba53f1f9821b90035a7","integrity":"sha512-nl3rPW9cpPpRRoDcnXllOtMZNMcZ8bNsoUoC2VTTi1nYGRVLfxbk5fSEq51vRXXpzll7FyqaIGT9UB/A7eWhWA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.019c17e6.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVeHlCRA9TVsSAnZWagAAAcsP+gMC/5YLAn9fLaS1KoSe\nOYKwMjJRRDtFfa6tACPC9/CQuHOIGtRFebkrX3JVDQ5qE5X2ulOu0hIp3OgX\nuISvTvZInfvBIIc0Wnyt/wBE2Bbx6xOTcj90m/DKKNi5BOFvVnL1ITskuGm/\n+bu0F1w3tZ/cHiRd/cfcfiV29XnYE1ZkLqYtAkSy7dNTnvzqzC6uLNsvxdgg\n+RMXqMFEGflB7gFVIHU5RnjaaqC+mvAMQ0NI1949C2a/U9pLO8yNiDZB9O4K\nudVIhufpbf7PJvhvMKk89b38WsuiScZO8muuvXPcVwTeEp+uxcqkQAwNn5T+\nI8/lLUWrLom1e1iNkQjFoDXylJR85afFDQA2nCKO72qaN/oyyiJq4rQDrg7K\nzA3mN2e0TAtl289jJxh/qE79qjXLRC+YmlcpvDbwYxzhFdyN/dT/Yk4AiMa2\n+oTBE998x51cXA5QaiK/1AF/wXfBgUY3ZIJMGrKEZuYM7SRMKIaHXcKDoU43\ns8JAHp/Mye98tHUhhxJgq2T5bg0TaiTVgiFaHNf2HJmIICNtunTmbswsbMww\npqEnqtMiOCdmHaxBHcsNIdzH90KZTmBD956rw1WnnBU2bfRn0becN9SQLPgh\ndaiqZO6GxEhiiVGsMIya/Z5fVC9ymRjHY0Mqt7zs1P7rpwyZ5BCqTujr4v6y\n5+gq\r\n=GXT+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwWFjzh1wB/T4PCc2IwzTZ0Luh32a+29BcvMWKGfD2IAIgMUT8wG5MBxzjhSCXwJyilwGDNBB6vqT5wPBJ19XfFMQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.019c17e6_1549132260651_0.031215157007341787"},"_hasShrinkwrap":false},"0.17.0-alpha.97ddaae5":{"name":"graphql-codegen-core","version":"0.17.0-alpha.97ddaae5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.97ddaae5","dist":{"shasum":"b4f602618b3735cd6e9a9b3358ee0cd0e6b90aa1","integrity":"sha512-F3zheNWoMk0okTGNoBo2kxso0QP2MPBGlPv+CvTdCphuBYH6CVd0Alz2bo0v1gvrHKpEM8LyamtDmlecFhEVpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.97ddaae5.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVoZRCRA9TVsSAnZWagAAxx8P/jksU6XuYEwUAlW1yaF0\n3JUfzgIWAlzPl63Pfm6OT5jKmtBh9N5mX6SnKMigi6xm3n/0E4vDqT2YQ5Jf\nnUuzM2tN558Apj3KTdFbrnhArSaXjlwH+MpqMpXZr7xIkUtFVyXGhkxMQx3w\nXEqYi/7ePna8hk4sHsgLY2Ow9tziW3ZXIWCFZq7WlfYX1ImNRH8rKlU8Nqnn\nd6Ar5hJUWTGUpp1LBeX7PhCy10maK1DbXKoSKfX4c6ecW/b7nexdkuAuq3QM\nutMJQJM7QAZ9J9JEJjU7DVScQqwA5CY1iN26HMcCI6XJPEG/OHAK/XW2eV00\nioC/Xw2BpEhzQwstl7HrAWawVvUf6+AQx22lZjwBkE6NyiVLQQ48rcD/JL+T\nmJnKjnEWk5r/lM0zo4DJ8v8IjdSXmfSuckwtbECt+2/W8DMt0sYCUVbytSm3\nHv9zFsMYOFY2B112wvyzcbHkRBBqWjPEKz3bihqniUWviwCMv0BSKI2dYlLC\nPHj02VCxgZ2YrH6JZDImf0XfryQdYdalpYN09paUyOGEeq6MJy3m69E2NgNE\nOFzIr+yTptbpQ4eqCi+XddXv9+pQA++IVZ9F3fZg4p5yqBrlvV+Y++rV7kFp\nmKvIMEOjonz96n/NIXSNw5atmkaozeFqel8YxHodP52PTwubqNCjYq+Nnmgs\nO5f0\r\n=8gxR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMXFosVmZwpckOHYgDq0w72Ipp9H2KP7D0Lech0MRV2AIhANEkMcpv792h1tKqJxsjs04RmTGjQrwXcQNdxQcPVXaU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.97ddaae5_1549174353045_0.24090136392460226"},"_hasShrinkwrap":false},"0.17.0-alpha.06e46cf4":{"name":"graphql-codegen-core","version":"0.17.0-alpha.06e46cf4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.06e46cf4","dist":{"shasum":"15749a3041e0cb153297c16131410eb382e5054a","integrity":"sha512-UJa+z2DFFk6o0g3AVh6XnykwSh6onzAQnO9v5RrrXtGvrXK848w3qMX8LhsA5o0m7obPF4lRxxGdhXD7AvWn6w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.06e46cf4.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVoZiCRA9TVsSAnZWagAAmsgP/Rz289yksOqCQ9hYIJjz\nPyr3x5lH4euY+rzwHXJaZZROU+yvY1aEXuQb54TK6xtItaBgFYn+MEiFwnat\n07y0JZ9h+Uyv/nwCrY6G+02IikrWHkiQSydfYnBAMNW/6FcHxFrZ3Ti+kG69\nqaKmjQ0asjdnmk4lpBWQirqjN1m9yxE5HZwr5zrYW6Qvtalj77B9stfcDt66\n4rzTQ14qwFtWMWMAR5r8/Z6g0cH/NeKl+j5468gEQTuXj+0b1IvxFAmjdsvo\nUA/mzgBkA4ChYoVT7BLq4uAnMU2oL5KlDNvCB0bVIW0gcmAHDa3L0H2Utw63\nGO4pNnSPjSRWlolPYAuuMgS18Okr2mnTR/0b1Xno2sV1qW+nIsOh1PJzwedm\nC3TE+bOsRH1OkepiPBnHMbZvYeji8j1xmWtfRwb5PgGqFgczbXJv8SM9LUmX\np9tieFCT7WpPbAxiA2YpeSOGG1ioap8Zf1R2q1IZYbgmuRYChple7ft+kzI4\nJndx99SQvO4Ns4p3l4wBG5Tub58YM1nLG+nF7VhdG3NifRBWqD0Pj5WIJitA\nVK+gQpTkdeTZF6w2VWQKDJ1neqNPLwkR4C1QnloJNBYh/7A3xoNIad1/AqLI\nNfTHijz1HSpkgre58e3paWfZSe4tejlJtr6pltX3x8jbfIYZjUvGT/Wj8kJb\nVkf6\r\n=vyE+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFEHqlhRELEE96Ui6TZorK6UGnPzCWaJmvNJtdKze6eAIhANF2fwa0sA9a4ZX0lZmKKn9so0vJWwFCDw6SLh1/Ulzv"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.06e46cf4_1549174369284_0.8872748638249313"},"_hasShrinkwrap":false},"0.17.0-alpha.353b916d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.353b916d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.353b916d","dist":{"shasum":"6937331c8f494f16c6532c748054ed4061e476c6","integrity":"sha512-yt58zVJk9GH2AlsdhLH/MmjW7VzAMpzwgDaVUjBlbVXb2RbV0x6uvo7CrQ0faDIkzVYrztheYwro3DEffgoL8g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.353b916d.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVoZvCRA9TVsSAnZWagAAYccQAKGKahI6TIEU+OFl8wn5\nMx9WMYHzjTTXN5+4Ra1NYScWU2Us+Ij/VlOPAtCk9vgglqt0XzdNgP9DXSNy\nHNCqd1PbgUaysnNAIYsVGcC2ZpTaLO2JdinaAH3f3SvEtllWq60z6Fo0G7ti\nHBYo8ekeGvm5I15IXCl4Td6vHOAlmI51ZNKwuJg67Q0mICrN2b2a77Lj+2Nm\nQYlfH8herXf+0aaTOQwuxWamL6GNZSbI3r3lvcPf0E7RJLx5gj5rcn2/M5bN\n3hxTkqzOnLQSX4/AQjZ4DZoLNCHAcucdrpp4dLMyPkB/RlfeGO24cjAsiC7d\nkCliCzqBEJg7+f7roa+LHnFx7o+QYfKUoqZAwLxEDPSRSIAMlYjPe40G9PoH\nxJRLrTXMV6/xHo7GoQWTQrd35l8+7UtodiW44uNQwTkzPlJ0SV6wgJsKaWkT\n9JmZCG/BfEFavYwVyogJFJDT07IBBCE9CnxH+0JaiD3ccyzWRTvEqHi+Po4z\nms0G/c8/Wq1REvvKibi1JIzAX7MVogkbwmZiR42TgXGqOlODwuiT0ZuwFLjO\nBDN+tsUwvAqKRlQsBXFOuSVs5ZoETRU2nevrNg5wiWiJPQ+yeuY4F6tqkvC7\nEggbF8zAZDvvcKmuZKCN2Lv8tXfFfxTj0HpHfiprF3QUFNx7ltS/peVxzuzq\nvUVd\r\n=Aq0i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAk3sTqx8n7F7k95iObhoeWDVQ9Hv+yGPbt/IpSc4MKWAiEA7idxYITXzstppJiT2F7IRXyNB+d3wYSFtv35BeREx+Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.353b916d_1549174383193_0.2776345887098759"},"_hasShrinkwrap":false},"0.17.0-alpha.b1d40543":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b1d40543","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b1d40543","dist":{"shasum":"5adab3523ff2c88f6ecbaee0f1e6dce74da4aadf","integrity":"sha512-c73QJDE60S4my0Xw2PoCvL+8E+yMeAT9H9DBosGx6p+0K3hsLblIY1TeEyMPsaVa9KmENgRy+BpEuL20Der6DA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b1d40543.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVoZ+CRA9TVsSAnZWagAAwrsP/RvWra4O/xadVrBz4DQw\nK1drSg9o/9dq+JpRPh/7UNvg6L9KyaqVwmfk62L6SmWc29TkFHE6fYvjRBw2\nQewaZwJ55vpszGQv5UF/D6HR25sZScd2y68YJYc2yNZbOq+hi9EJbcRVmmLB\nPBB021PGZjqJ/B4189gnjevUuAa7pwKFa8MlG518uXMlmZgyv80agHqhtgwX\nBApRh08ReDp6QwMPrEjih9qW8urA02E6sIOL7JpQ8UMvDofNLs0+Xk9C1job\nSQq0QeqYBoo6m9qNor1NGy65b+NdDNwBVP2fsuamzzYAFknQkOVLRIKnHhYa\nPy+Fqc16EGIoWyVbvuIziMXH2m9qutsJ5dIFvNNXD9ztJ0z0W3u8G3Cl3oDn\n9QQWR+ynKccW00Ku5WSyjLhjblzEPgbKXX1u/WmRQEyTmgjTqUDmVdjERYwJ\nrta9D9CduryujZSEnaBxpz9U85Jkyl+BzC+jZmO62MHhiY/752AGJ/XcNVrO\nWMD5OkrJX0KZg8JkfD58a9vNGfFBl/kq3rHNqaP0PpIlALPhZWAtnqGDWLID\nSs7tDalI+NxClmw0X1jpFlxr7LEfyDObsxrq9hpkbGE5FncS3IqDKxhnbCtV\nJojvEL+Oe1a7z/dZ/yuJL1731lAaCu9KRFsE7XzTXoc5H24RftmpBSuOOjDk\n3AIe\r\n=N0Bv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFjuhbYIdh3Bo6mmNn5K8vu/Kf3XSzWzgYURB9aChjKVAiEAxSIxKNbSQDg55GBFy6e6VWQCiybRtClP94wctaOWTWc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b1d40543_1549174397464_0.46611883324574155"},"_hasShrinkwrap":false},"0.17.0-alpha.7e68e4fe":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7e68e4fe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7e68e4fe","dist":{"shasum":"18e29f51ff14ab20b978bff0f7a854a02201b358","integrity":"sha512-lm9jgxLXWLvC6/Wan73Xme9FKePDDi8Am34gqJdAZzSMjtBa1ApCkaDE5TyK3PD/h4NY5UJtBz1xQW+n3bQ5pA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7e68e4fe.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVodOCRA9TVsSAnZWagAA2AoP/0mCOQuyyFmJtw0PocvQ\nMisF/aBLgYBiaGibo7KgYwFt2+b+ZXfNmbPRBoVYxIE190qkgK5hHeDc8FIY\nM4BzUO269qMUPFgUFpFd1478gHhpRa5KTr4aAHgqrFtHouKjP5axjUicqP96\ncQxcqY/KSLjuJIuVy85gJ5CRT0v/u5owrH7bQlgXzeJk2fPucUvQO5Ue52fw\nCIII/d0kskilQomueEY3iw9dhudvF4Vn2dGSlVExWeBfWrWM4tAFx+mz2y8E\n6r2YRgx/PGGs6s9MVFFw1iakdrq6OQ7HRMw8pD7wJWg9XLQDYx5nrxJVR76j\n/YO00YJ5AhIRR67G/zSi3hTSMLPAfVTxUlZIoOVWLHT7hzqVwnBA9ufX6SY1\nYz2RbAPvCBeH957EyASf+zCoI8q3gI2CYLd14k1JXu/lfv7/1Zov6gyicfAC\ncLWnk2p8oG8oMSNjObM01rDGc9vYfD0SSB+6Cd0J2MoM5GCG2hz3+676SnWO\nj3UAK2N9ur0HNM7sLlsYxq2NBbtxo5/AvXzk3pUTweNWwNwZpmbxHhb5CPLK\nB3XZV9/bVdGlPnGW8wo2eaZAwJCVn70Ioxqs58SEMalWuitYFXy/EV2eRP9F\nekrMSL2YZtbBdUJo7PAtusmkGftlaJMvhL/sN4+jpGZ7h2sWlW++jIRDbV9z\nRAi/\r\n=Haws\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMcjNq9faCPBBXU26cI3GflnIh/6AKimBMy6ZsmjLTNwIgNHv3zkPbOIEx182TXpOv+0wGZWjBOWen7959QK/VwpY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7e68e4fe_1549174605773_0.31344636856636576"},"_hasShrinkwrap":false},"0.17.0-alpha.39bfcdc3":{"name":"graphql-codegen-core","version":"0.17.0-alpha.39bfcdc3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.39bfcdc3","dist":{"shasum":"07f5eecb7b75e5a79028801341630d9dcd1c1092","integrity":"sha512-53D3eZgyU0L8VOLezfjeTRbrNzX+nsN16eYCE+Dh71Q1bbI4vgO0H7SH1cPnpbugbn0ThCKmO8xf1zQIFFeVTw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.39bfcdc3.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVod0CRA9TVsSAnZWagAArSYP/iPOZVUoeQcqRJrbSqlP\nwJpY/nu4bnHanwcEzhL1pu757oIm3Onkuk2MDPFdVnaA++EN5lglz5Mqm11o\nfK9K3+oBiAkzAmbGTTrsN0w3IVf5N+qfeCdxl5v+bNEr+fPCLQwsUFNgXkLT\nF7/9E4t6I43+GTc9YZWE9P0+6Hh/4aZZ26F7RUp+JhY1KmguM+5L38DNyBO7\nsUt/wXMnLAGoasMzZk1nzAHMCrSaW8GPUb2rcvej+slGGVSl/wDRfsiaiC6n\noJW004BzzWbW00V9wWM/SelDDSeCNgWrEEbrP8u9nhB9nIQbs2qneM1B5X0W\n7CwoOmVVpmPFOheRK5vbb+6adbjWqmXK1zxqRRvcpzhBt8vaxIK97RZJyrYK\nNVECUEXgJz5I+VAi7Ws8s9KhSMY5eSprYdR6OQgl3Kkw7e5u6vyId1qzzV4+\ncmURNKWNQ+CQnq6UGubNUMJm9n4th3XDRFdNkOUDJ028CXXIYmJmSlGAx3fT\n4nyeNM9jJRyj0q4wf3S3pJlbgrsrbLd0bN46hVPcvjwU9iEs5soSHEPUrqgh\nHghIFOc5yBm7kIIJ+EhuUTXd7jdKjo3tovFcq/wJmmh4kNGLsPJiizILom/e\nGLfozjsmTY/lwsrLSUc+OXgJndWFvGYacyv69UkK6JJd/3EqTC4OLRYpFJUo\ngn+x\r\n=IJE3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpbTDUpW9uDCrmUOWkdBx3SooCjTjF6MtNbYVSL28X+wIgWhl1Xj7SNPqFzTCs6v46tMaBLGLkpiLJJyGsxOlOT6Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.39bfcdc3_1549174643848_0.09091662386383681"},"_hasShrinkwrap":false},"0.17.0-alpha.6f8b0fbb":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6f8b0fbb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6f8b0fbb","dist":{"shasum":"18838de35a7105b3b58952ef66b6a7cfeba097c7","integrity":"sha512-QC6Lz1hxtcCR/XUGVex2rajkwH+lvWAH2TbytWOPn6hc+TY+p3s7V39y/1iklahno5Q8odaWDaPdEWP33kYYQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6f8b0fbb.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVoeDCRA9TVsSAnZWagAAaScP/2mib7gXJoLi1CteUpnO\n6weVqYanyko1CRsZxSv0V+rGxLFefk+FmmYddmeGQAp7/G55ZPZfu3FsNmqU\nZ+PQszOHiL0RAELwgGcyY59M6uJBwxyPS1idI8+b4L1YT/m1VfvutOXTNbHk\nr6vpA0YBOXUtqnnrH+WSb9j+Ggc2aQCs8v/EyX5and93fldQyJLhTohOGx11\nNmOB5bRSM1hRAkVttLhGpEtp//YOaEleVd1ZuRTiJHmXAxQihgmyzMNO4Rps\nZvyV6mU074GGai+mgyZ1ufBxnydHBvp0TT0R9pbHHMpv38jacGJ9x7xJu6Xy\nzI7qR9V+nUeJoy8w2dsuvgSWtGSniNsKq3C4htq6Dmh+36vB7AuLo7bLqpwc\n11bYJw0E3RAVPprmLy4rUvRyl+fexXaUNWA0kFfU03cA4aW/+ceZ5YnMdDme\no2gTy9LqUSeFpRxY21DHWvgRJTXb6mNFc2uAiz0Ioej757pBK3R7PhxQmWOn\nzfWe1S+CEi1wKAzr9BQeGfmNFxmA/H254qCfVO/i1+WoRvkMtV+GgzfvVq3F\nSDgd5kEwVvRN2pHO6nYe1Gs3oSy2B6qYxgV2D1t7Ga5qyZpDiTiCBG4imCk2\n/+RuqeLxppU7ID7PfRFnMoOmf8QVhiXY3WDvBH2f5yls0tr/Oycor3oA+GUd\nbf7I\r\n=m2Mv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4aqYTzXyyScaiRD9iU4W2rU7Xs0xmpSbmxPl6a+iUcwIhAP5cq9Qo0oagdqMIoeq8XEbi4ghk+qMKLVxW/k5QKos/"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6f8b0fbb_1549174658328_0.4864856044091992"},"_hasShrinkwrap":false},"0.17.0-alpha.32cea6b2":{"name":"graphql-codegen-core","version":"0.17.0-alpha.32cea6b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.32cea6b2","dist":{"shasum":"bf465545c3c96e61d73b395c7d40ab3e8ee55ea0","integrity":"sha512-H6daABPmCasf11M9YtY5o3ZxRNFsu/deU+fyJjSjjpQfXVBglyFEfkvT0KhFy1EAJ9HNVaC9AsMn269SUbcGJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.32cea6b2.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVogxCRA9TVsSAnZWagAAzkoP/3DBoKIDNt7M6xBwADu0\nnG81nBMDGUDs93/+uqHBhN9sakEJxqfs/5GoeYmBko+vbRfyt9PbV38YS4wK\nhdk4N+Np7jl99oNheEgsiKkkGHUk3ZLlMjinE/TbM00w9vqrHarBTZLiy5Nw\nWs1K4caUxNUiOlkr/1JA89IXCFgzevZPKmg26F6EAaP+/uzeCdQC0uK/PB5d\ntv7XHULJCiJ1aIMexlNE33pmsoEA92NZMSe/gkyrnXy9lA+/zhTj5WA29np0\nqtH+mvDGU7ofMUUqDOgqOQxYG7nE7aqZYJTj+FP6xuK0oO+h3sh+5ZOvSFPk\n5X/n/RUD7zbnwy3ht35KV/Ysc0eKB3QTwy8iMeW9ri5V7eT38D5qKnKiT4qX\n0ls4bTR18TDt/QsYX3c88Meakj1Zh0HUZmMSdiXubEW9NNfyACzc8Hvc4tA0\njqavn/i6hmc0a5TR93CX+FTLACRAhnlMFEw7yy8Ol+2ZDrCnKNokCYWK9NTO\n8JljUdzBD/904gKQzGKR+yb5yPkU/5uyrZZgcQ/SI/T99yXnuQ17XcylOgVz\nAuIgUR4mb+WjNSXhcQDLrXa49z0W5w9Pka1XxNycM+IYE/+G+G0tWZyH+e8B\nA+EXn9TSM01GAfaWmyt1gFajhb52seXHvB3hJSkVT1fNtEKdRDw5mFQ/pJlu\nv7s1\r\n=4wwM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkpC7Jn2EIPEvaskLGnWOtaOEWleKxLo5kuXegk5WbzQIgMhyM6ItJOLtQZKR4Pd9jHOQ4D/YKb24S6IagjGZF3WI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.32cea6b2_1549174832364_0.9518026740821846"},"_hasShrinkwrap":false},"0.17.0-alpha.e89bb71e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e89bb71e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e89bb71e","dist":{"shasum":"8539340eb6f2cdd73084009a29060cc530fdb7ea","integrity":"sha512-2/gOuCUjzzaVTA6gIgd90bejxXArHmtaoVjeCoDSNp9f6IcX8sKjN4Lq6tGx1fmClmYGWpIjxInSMieKebLjVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e89bb71e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVohXCRA9TVsSAnZWagAA038P+wVWYL6dsjU3iiIQ0i0y\ncMfXScJ6NxlmgC/66dRwKitJVcSm6NnUmfAP17a4PLdwzgp43df7qj3ZMR9u\nNvyHI+2+KAu9aMA+6bsK3arFjiEBAD/VWwGYdJ0O3lr3MUtZdNdLFZDfJitE\n0se49Ww1H7VPOWzkHw16ZmNH7AvamBIteVg+hnyiSvxaSUWfKA/WnoB1251N\ndQEEQCtwZpklK+7cLBZu+/FI4xsgriGRijGB1xGEC9baluSpHckvGyYOvooY\n7iIV24z0A2qcFmx5WI7a72PpZyOFzp9lmRY1uqYZjDPByVL0MHCRUDefhQzy\n52wdWX48uQBwdsvu310e8CdXNCy2IVgguf/UT3A7GOx5kJ1u5IkobEzR14zY\n7Jf8s6P/UjVYk32UpKEuzBqjrslu1ZuaQ5H1Cl43RnEbPm0AlPAvLteSG7aQ\nmCAZMyJiNyk+beYwfUnVBtD1FMWKIoBHzRTAyd1yn0JEolkR/+PZCwL0BIev\nZ1EhcVTRmR2M9Jo2NYyQyVn0P3m8OftDhGEnuWy17bGzFshGrUzyz55CCHa8\nsH+ck1Z+kJSdEKlQzuNdcZy2Mk8iZnVIP81+n8A6QR4/JONpv9/0KQoNOwo1\n/Z4apu+Ty3aBcq4WssGr6BTqUfaTLn4/Iv6nQycYyrNir1aF1SwW5m35AVwe\nuH8f\r\n=xVIm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0YDpkf2l152kDgqe8zCGq2VAvTHuuPVdl8V8FOddWWgIgdFOU5Wtfks2s1CQWWDw8+V9nXDt/MHxvy5JU2Qik8PE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e89bb71e_1549174870701_0.8825721728714664"},"_hasShrinkwrap":false},"0.17.0-alpha.38d1a021":{"name":"graphql-codegen-core","version":"0.17.0-alpha.38d1a021","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.38d1a021","dist":{"shasum":"d9fc7bd2ee8fcbf5334bc95c58e351c7ec45d198","integrity":"sha512-DRbCkHIpHkf0ax4RyNVZAFpiEXKc3jQYoA2SVfrtvny4LYwDYdZI15VQqbrwVofnEa2NqgYkrfguO5ouKuaOMw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.38d1a021.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVpBHCRA9TVsSAnZWagAAUPsP/0DWDrJWHBJDvxs4/BR+\n/DXv6j9RPodzwUPneAcG7lHZoE3PGiAsZNVdffqW4/PR3z5GyX06SaXdC3oh\njM+kms8+Cn2u3hfmWpjWu0mtltAGDDThWldTlIPga4JDL6Rdsa5xcC5D8aPE\nm8kgM+hEa8+p6ev0Hy3bWM70qY+c+sq+HJUwGwa2N68abvBVmZo0Mr3/EYK0\nlIxYdrrEgGrI30y71xrkSqj6zqzfZMdFLNdRFiSk/lKiHiVSWa1qgfSmTWWi\nd/PKUkYT9eH5RSuRsrLSZESYwIaehxA0jJqLnAulYy9lMy7Y9PBCw8mKfPBw\nvHIppXznl9XHI6zKjRtyO/ZmzqGUhDh8uCxQoHCuFuQ1aQo5sBgU7LnRavZo\n4JqM+CihOFcoUq1v3qM9JBmJ5tlzdJyCss+5sANqMiE3zVEoZKKMG0PMeTPU\noSSeSJx6ZX9+bEuNlwuXyI6MP+S0OqHI0ayEXP0bwnshYFF1bPJLjWrqOtXb\nc/NcfPsf/FeSmrj9n8N2YAOmJS7f0Da2c3kJnmzy2H5NM2KKYGtLaoLsCkOl\nla6BVSP99xgsQqJcvyNSaxzBzyUcgQQmO1Qb/7gu1QdExh2ybG+e74nUNFsg\ncrcakQPv794TioytpPcizCdhJbK8YVt3hisb/gCsSbZm34WH2/P9ncPymLBG\nZbRA\r\n=WDfH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCedvYUYJDz8lfDRcNW4P7CE3FkFR7utAMK8EiuHRHdVAIhAKn8jUKxHBCcpDvH/cNL3ckBP1aWCuZze+6UceHBliOQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.38d1a021_1549176903279_0.7039302498463904"},"_hasShrinkwrap":false},"0.17.0-alpha.15f2e004":{"name":"graphql-codegen-core","version":"0.17.0-alpha.15f2e004","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.15f2e004","dist":{"shasum":"beb72a7d59a213a7ad761f9941ace406fdd14a45","integrity":"sha512-L3bxzdOUxUuT8Fbw3GRWm6Q1qI3jC2fM/1KZ8AhVONJGDDpUJLbP4Aquqd7rz81SZ04BnYQjgYRP4rTdNldIEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.15f2e004.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVpCYCRA9TVsSAnZWagAAiKQP/iM3iH8xv2iG3lROU6S+\nTvs7oStwJV5osxleBeE1McKHQqI9GnvimsOb0Ut/bWJm7wF4Vj+R2el5ukC4\nV/UzqWSSAXfpXw82BWZcnsfunJjwHcyfX2TFK9wsQmGKi3xCbNgrYeMGBe8D\n3RyQhKeiX7OQp7YOy7mWBDiasSjaloDRdHrTAYz6Rc86/srYCzE7bawKP2hs\nVDFU/jOPMp1HZHeN3q4KH2jHT57RWGtbPs6VuPGsE0mF0pOSpMEew30cq+Xu\nnaN3Ks8dkJ03na38OAfZXDd7t3Svk4cb6+dPsogN7rtkqslGA8MrFkuoGOMH\n7AsQ2KSmSR5cv7+3AXXNezlDkISFzln5/eIhbSFmbt7RelOx+sfueGnzOl1i\ns6wfCVBMEvcvxtzaqTtTBN+4fey1gsCBqtSAQ5z8I4zPvP0NQ4xSLgnKqOIN\nbaRggLeJH9skKvIJ3CQ9KyVQCjbSTKXRGkJTD7lPRGid69ZLtAXuCeeOfmZY\nQ5+u7MF/I/D2mUmqOpvm7N7hxnzs/BLxKKFv+EhIQ4W0lfguExQYzC6ydZPM\nQC7ikk6BMoh3Q2lePSETwHDfcqqxbV70MlXMjDmDfAXLHcriBuwxtLjji9Wu\n/XvKuvrDXfS0OC7cZXM6K6nRBoZdYyfZSnC44y6mnXLgyLAJMJji5cCqIaCV\n0PP6\r\n=hsJ+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDCJCXrAONeKAECgfFBcO392Ny50CeBII593fpF/1VbwIhAJ4lc95t7MfDEubLDOFa35DL5duLzBRVPvofxMpsPPuN"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.15f2e004_1549176983583_0.34395861699764385"},"_hasShrinkwrap":false},"0.17.0-alpha.519cb25c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.519cb25c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.519cb25c","dist":{"shasum":"816a620a9e1e766d1cd40ad3bf693fed2299334e","integrity":"sha512-56NEc7opauT1BDIKLIRsNxVdDy+Z/uYD7MdV8eo4IszC9Y2/Ix86NcALVk+LDHrZYpFluQwd6GxWvQe4RuzkBg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.519cb25c.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVpQ4CRA9TVsSAnZWagAABioP/Rlg0HSU9WAyrszKI1Fo\nbOEmnPhNNTOHIsKrCmNsob0NDIWlmtZn294eZljfu2Aboasj7G6S31vkoSqz\nFO51XZIuzUyajbQBOVGHTst5hT/+jtNnzSOfw45nJowT1p/D6prXOCxSs8Uo\nzD5oLykQzoHemhYS2VWdeVUSUvgYOLAOVdz9QzAdgp8AeNGCEekLmU9zZcFo\nHmY5hgKd0W5oZNQq4zc56Ly8NG5/IILtLFrJtXR6YQscFho0YvkwbdfR+NIa\nB32g4V6KB3esJZZq12DLsv9PXocQIAYQ1FG8EDC/mLdyQNoLTFwbA1sNyfdr\nS3+mz7tt29BW6Ir1lzpCMqfMIfmWIs6l4AJnKSxyrTe+ahMfLMSOApZWa0KK\nmPaqgQq16byh3V9cYNWTXyQ/Lsquwz/UG78Y1THnZD1aGBrgGxfxHwynqhYc\nl5UF3Z0ats9h/9wovLaCU7mPsKEifsh92RZVml4lVk21NXh7JEKLm60KnPi3\nE9CUSmHAEHwzxsWmdW4K+JtCTXtaPqHQSYjrQEF78k3dg4WkHMsHVy7DnywN\nb71Z1xQRqQHodXbsRPqP1PhOPHSeyvEMXj06e3FzNlrb/FNm7l27tYG0bzHo\nz5xQW8EINZMCz+C7HTTsoBJ3TNt6N5UKJhMY8H+l0C1Xa5ZUG0yeMovalouQ\nL56U\r\n=0CAu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIERDjL6tGtQwdZb5atcv0FGiWxYA9PdH5v6NvL23QK1kAiEAqFEZrG+go1658jL8Iasr6Da+Q2vKomy43YV6M05Mzyw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.519cb25c_1549177911761_0.8689430151169579"},"_hasShrinkwrap":false},"0.17.0-alpha.7e3da843":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7e3da843","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7e3da843","dist":{"shasum":"04aa9a2a62c569378e85575b0dccf445d48978c6","integrity":"sha512-GzeIwMUkjo80SoyiZX9SGoi1Czh9vwc+WuSGDtQX9z0aRcBS/Srba0T2I+JB9Z9W1tNw3Rp12LzwVAdUqxxxZw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7e3da843.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVqKuCRA9TVsSAnZWagAAmqwQAJbvBkd7GG0gb5lxY1t5\njOEhzSGWxxMZMHwta0SqRAm2fMG6PQkFvZk9QX1qrwspu2XQINfX6vu/ATCp\ndDaxR05ig7psWeIg8YzPL436fDvbtgGpFRNWbwzjLsgjSCWu1PNFZCGPWYPN\nDnE0Ms8cuKALuXxyliovCw4vHhiZa7BaIcgxk2V4iQLtVjc4vPlM4zEhvb+h\nmrnGycUcMOgLNYlTiTeBDk1tkH4UosgAfdCJNXaQ8Kj29XAkW3SiwGEy4GsC\nG+WGne6B/mXJvfNAsSk1uZez2eKV1nRcHxRqxJHMC6gx1d1fgImdodZvl8W5\nu4s9F8rzYmNxesgQozMfdMunHnU2YUyRw+Fp7iQDUBmJZTsN4lM6sKU37GLm\nY+8WVXwRJU2i9otAnd59PYQ8c5EC4MH+QsbZzr1RDVnbl9ckbNPpGSMO9SH9\ntLlGxsxxH8XM61VnojgUGYmnzS6naElm1loiqRruQq+VKVBheSEpX84LlI0/\n9INIaqyuSL9fwXjuFV3ZFaHuuvc+lIkwcIxsxuVVagZZQ15VK9qvz/JdPZAw\nS7ivyCt/3W+PVv35/Fob7Bo1T2YILJA9TqGa12dCEbDAzQQSygLaT0HhsILO\nmnZGHi6HXB/DIuYe82QcZQWuH0OPPtZQUg13XNxnQCkiuiByKnUT9GdbnB5w\nVFiX\r\n=uWTU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChEikG5/AriKRQ1IvljfJNY252TUYERCzUS5j/4hdY7AiBI5rODJrgrz9K8zdTcgRhDrbEOgU6fl82D4CB8Qi7ntw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7e3da843_1549181613671_0.34870845813841234"},"_hasShrinkwrap":false},"0.17.0-alpha.1dfecade":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1dfecade","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1dfecade","dist":{"shasum":"772c8a285c5c660b5effae6e9a7d2f208244321e","integrity":"sha512-Ryx6jXTNAvf44l12UCuGEDVyQ/qiMb2Ys/603nhRMG4ViBeXykArDfcbUGn2yfO9Epsyjfekrwf3zNuolU+JEw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1dfecade.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVqenCRA9TVsSAnZWagAAA9kP/3YMebYBI6RqZXG6Tf0k\nv1hcCiNh6+a5YNGnY4nOOcN6ZDCupY80ahcC26bzb4nm7eBVYHD3AMBksD30\n/5nNeXgDaB16AeDSk2yzVeHmmrrIzDGV80Ufjbw5ocmgxKfpnll9Dj/LEsXc\nPlpUF8sZGuNiFa3Ddjir96DpPY6JRfwcvFXpiHkV2MvgSws2ZHZ/J4Yl69Eb\nEu6ydQaixFRtYy3tKlKZiAjZiXcKmj7iSv7cmdoipsq5EU1Kh2fm5CmzegZO\nWOpIa4Pi154d8747wczvbkk6ut73vH3Fryflbi9znEZhXS37AwDH8Nj4igAl\nqgugzae6OvbS5EuCukbL7ikiuqFrQGmDAhxJxz0Hkq7qKDi1KZQdPycj9wbh\n56jHx0dVRpGOez1ZoAKh+yrvIORvIujt4+Fj8T9W7IfchVtoL4kgRLYOgIpe\nzYtGRjkLwIBh9LSCHSxPF9N3Z9N4o2m0e+9/Jt4jPMfZKYFWHkeumM025olN\n3gSZcUc3mA2IIN+SSnECPv9qrF6wwWtzlR2qYiyq4qBjexlZlR8vufzu+MJ+\nTquu6G/JjlU2VkVzQbdag37y2zXlggaQaEnDfi2+M9dl4xRjGCYpiTu2aukT\nNj4vdrQDNXeicoyMnwvkaERBxika+dFmHlxEHJ/642/LYEJRZDdgzNd4NoGc\ngC62\r\n=IRoW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKUrp9sERVGROdfmd/Q61XBzRUb6k4hHoHn+OYf1Fq3gIhAL4a+1AUecbBJkMbo1wHEFBgzV66mF+zcigEHD/Z0HGH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1dfecade_1549182887165_0.36121227273737944"},"_hasShrinkwrap":false},"0.17.0-alpha.d32099f1":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d32099f1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.3","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d32099f1","dist":{"shasum":"8809baf7cb4cc9d9be664709cc4d245dda6d9e48","integrity":"sha512-P+i09YftZPL67cPTSv4HZOLKTyKchKf5hx4ROvKkbfTSgXeW1zFxbhe3edX3pfN4GJyPX1P34Y9lZc0qZ7Y1bA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d32099f1.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVqhbCRA9TVsSAnZWagAAtY8QAJ/qTr8HbkDMU6fnoM7Q\ncCW5WrrjNgdO/vJuObclDbVRGlaTJ23QclPIulHXDDtgzG4QCs4bDjMML+pm\nwRG3IX3tV2RAUjl7tNwwefh8MF4ibE59jcmYESF3UDVNumiCL2Eqwp7rIMwz\nMqJRnGHm/jumHWDXMlXPa05OFbipWg2n764x1kysticfXnZGrxwvBwZWYC3j\ng5y2FoJ4QRu267xlAUs7PwpNWPR5ufNVh9KG5DzgbH4F72FSxWcTFsxj6SQA\nFJMuWXp59QTqNZyLo5lCF/t5hIeDnpylMd1utffE98hyUF6SyDIiIj/jWjqA\nFkntpQLR5MjmxeS6DuVxY7vltPHfanWJQK7yZXR4dOTU+ZpPlKegEKGmuBxZ\nZNn4X6k1Uh6A3lk8hndP/c70SnR+TRqOMfguyYX0E679rieZmQOk0CGcWB8b\n/lp/P+2uVQlhdRWzvmuC/x/+jlwQremdxhrDwEsJ1xM9TFU26yH8aLsYM6Oh\nIRmWL0bCCTN53/EBMwkXDxU8bmrJ+ngeFRu7GsBVgvRyfEnjCj5Xjc+42x8e\nG1BFPgYvFcjz+l8ZISbqAhu0Bfg3YBrc+xVAYSCmDxjW/U63NbnPTnTr1IFG\nZc2vyws0viZCx4j9KwRBeqZMituR13mhci8tbBghg7Lkcl9hibHSX5CbYrTU\nzH1c\r\n=/Ev3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoCiulJzVfhO3iGMI2WiB6GXESPss+I22mvw19YeRDFAiBlqGzHNeVM2+URIuL2L2pTD2a0QORXU7GDQbAEdRdoZg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d32099f1_1549183066860_0.4210348904351957"},"_hasShrinkwrap":false},"0.17.0-alpha.2b6610b9":{"name":"graphql-codegen-core","version":"0.17.0-alpha.2b6610b9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.2b6610b9","dist":{"shasum":"e28c9413522f642fd54dee9b28d5c8efbcfc7c70","integrity":"sha512-ZL63P6yJNdAhLpDEIGRDAKFRf3GB9i4Mob4Joo1RQwqfZTSbq6wfkDZD+gp9hA6bxzuZrUeYCzsTDJsJ6LMcxQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.2b6610b9.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVqiQCRA9TVsSAnZWagAAnooP/ifTDWK20sVpvb9POXzo\nNIELdVQ3OgiiVZJ9VyLGlZ6Dw7FtjbYYlKbyqiQfq6ysZNfp5zeJ/gWTwxpl\ncVbYJ78Hah9H4q/Ii03+1vLwDzwrrLPU9gDpifuRP9oPCvydi2XJn3AgnV9B\noIrxNZZlmY0BrLgbRtXJhOFOvczI1zhY6Xu07XWd9NTOekO6YWNF6tEwYLus\nC0G8ObZ2Zbr/NrOX5q9zpdm+XUzDGlDoLoxPgoitiJf5wGMZqTlWMHyTCBQP\nVYEQNKRbwfFiCoj4KVZ+oKM2xdFfNkAVG45gIcunFSkdwy+UXQd97jlXaS/Q\n1pTIIUR4YlCSWY5elI/DMxxUjccVy4kLMWh4Sm+44vUBnl4Fyjqeu6Bywl1s\nRSIWUrbKaTMW2rMmkGzqQGG6QogGisQBGNwBSIMYjCZmiM2VHlt2iZIq6WXW\neFCBdUN5n+5b8sECPBbuts6YabEgIsoHPe970AW0ifo8qm1h8QcQiZJnG4cH\nN590iT1vWfxRt4obCxKnPD1od25p8lwWQxoNqZbNoIecehajvLKgCcKWP0MH\nGz6QGsi4wmBHD2kupSsZ15s7Cyn/HVuPw/0D7L5Qfl8qAkWF3P/WeQ5LMzSz\no4Xz/FAjSkC0F+vlwKf8hqy6TKZQVYecTpxZQjvUfI8/qpn+BQchYiX0UAXp\nSaWA\r\n=FOiV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID4aafnzcsiPdv01D2OtjUuF1XudRR7OvIzuyQtBQu+7AiEAu27Gdf4wcY9pGAX8y36ZFdpleR4vYpSrxHjm/7krHHw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.2b6610b9_1549183120062_0.9267521402546515"},"_hasShrinkwrap":false},"0.17.0-alpha.6cf5bfb2":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6cf5bfb2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6cf5bfb2","dist":{"shasum":"89f0f3d62e6149544c3dbfb8107fe1c1167a1d58","integrity":"sha512-nlUQBwtDXwshq56Elfo5x5P4Rs7dtqudaOq8KQSjE9XNERsmPQQZCJ3fAUMf1huyjc8ueuuhpYHlB+x1OsqziQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6cf5bfb2.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVrKSCRA9TVsSAnZWagAAazIP/1LsKX7lFukAUSSLb3Tc\nyS9TYPHf6zM7XJPdN/FoETOw4vMxlj4cHDOed3F08/R3a9WO3GzTzNyD1Wca\ngVPJzE30r3iV+oAgsS9lCXW83CanEbL7Chm++6IY/6BxOUuIUjEeodbo4pNE\nvMI4EdM5NPpKlX59F7RlE61PA7XhnF5DWs49Ix4VPCdKcnAxsZ+VWtJyeOve\nEOb7o+9jJCP6ghIBsFRr86c9Z8Y7uCmiBpaFUcMc96am+uxi3l+/WSSCAlmT\nAwfGz9uWvLXBdOmZDSaoc1SBoMuy6kfqOLIsSvKmMzWW9vZW5KOsI0Rm3iDt\nEP2VfcnXPGB6BQzDIhmSB85oJiFoMa7VbFC2pm7orzGKZA8+PobvV+EgQWye\nz9k/HtePFPAaN/a90adDyKozju81ZOmGLLAn8EfRi9sgVfC1A3YERLMDd7or\nheIpUFdGugOtjjJiDQxMVffarc/3WTkAYE8k831OiIQEsDqeZo14E07KappK\n/Stmvinmd1cw1DzPAObfT+ONRnp/yUh8YoL+jqJ5jiRBOWoHVVp60EUADb+n\neGPPEq/jQc6IV9gMcp2iXDL+Ztjax46RnCjdc9qI6CQhpMp2Dodrp+Sxoz3B\nPdqEBBsfsIUe8TnGNbmTFdClvpre+7lZ4Lml35v2ag/KlofhbCep4Vp3gISv\nDBQR\r\n=3Cih\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICqbrO5HC4cwAFw0rO9ZH5F4cVVglsB0Dpmp8xWdUd6mAiEAmKgBgUF1r90LsFjCKJEwSCQn6UAcG86fgq3m7vmopTI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6cf5bfb2_1549185682089_0.8551777623121015"},"_hasShrinkwrap":false},"0.16.1":{"name":"graphql-codegen-core","version":"0.16.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.16.1","dist":{"shasum":"3ffe1b901cc8dd5afa53006f17d9114f15a114f1","integrity":"sha512-KtvZqvB6no+vPtkIYpYpVSCclT0zfqSVCDZXTYu4GiMV2RdI7C+2/WMhDGPXEj5xwb6jDWaYH23BqiN3kObtrw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.16.1.tgz","fileCount":90,"unpackedSize":88143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVrMqCRA9TVsSAnZWagAA4HIP/iTj0VWzRtQJThNj7rEl\nEpDJ+nJqSsn1gO+YsNubD6r+4r29K1xY4IqyC7WJTrimo3QY7DJ3HCh/xNRJ\nnoTx3M/aI47ZTkuyLMWC+ZgvHnHrPHeEh/xurjZ57EC4DTfxb49Zgde8v2An\nbbBfej61OCkkgGIquakJlYJcdv/SDBGsWWGyAudvjp036mUD/SsbI6bms1c3\nos6XRNH2POp3HEFI+VI1Dp+pcaQ8N7usaKez2X5roz+lK2ZfRwLvjJW+6AMj\nIiDJBc5RO0iNVYBl/vvPCZdtVcOhvnLOUrfWMnCZBgSJaU3jLhKXH3dN1A58\n1awkFCPpkgIUBePHIjCzXMkl5mUER4xjysHa+lRUaxoLswGYiREfMqz0j8RA\nghqzfWA3ipMHTI3mHvdYFEOkfBdRTHm71kmqBfAix0EJHLGinir8BSL/B3VL\n5fz0aXCcgm05YpzSHHUVvcqiWvXarQ//EngDuewvIQlKchENUYoGuA//qz5b\nAG/R48O1lH4B8xPNy89KthfWQUVeQsQ36YGUbIegibZwbptxIaU9375pPzxk\nzLdbB0W782M3f0TQSI/GFh+H+A1hhf1MWapwrWzqfRcR0kmvE3zslAjvIpW3\nqH/aTOX4Xo5gsoW2QXNg1oToE3vpD/uoWIlfJseYwzVIibgcPgXZes3xJBWj\n03LY\r\n=ahwH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5vdndVH7HlgzPUeExnwz+9R7TDLeur2nFvY3A7NV9WQIhAO1tLa/ZhFK9xWwgwGi/9PpHUg3zgcOdIikYVBCBmaxd"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.16.1_1549185833745_0.5407426403053859"},"_hasShrinkwrap":false},"0.17.0-alpha.530adc56":{"name":"graphql-codegen-core","version":"0.17.0-alpha.530adc56","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.530adc56","dist":{"shasum":"1d803ea97b90358217060cde555c22d0e13c219d","integrity":"sha512-UGXPoEz4cE/5+I1M8go59/YwY+b5it7fNLFrAFPD05D2tE79ePqO6MW14BAX0/+w4QQ2rSr4m+wd0Z83Vn4YHg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.530adc56.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVrObCRA9TVsSAnZWagAArMsP/24S7FW7ff2rfl+490N/\nwIlu7zH3RviIlFEzbKRwTW4e/OEEAjFo+pH/8n1Vm4bQn6iR5rP69c3alD2g\nwLoDBrpUe8O7OZxNvmkxOqQJ1SUu9gL7CEsWT1bP1Z+SIUbV1puNwRrI5zK+\nARUUsKvqcYyip+0zffd5g+R/61RqLOIY7A6clyPVqVoARhuzpNio6nMZJ9qb\nODtxz0spzZII5CXBLOgQrezwIcdD+oTcgE/EJqLPdslsTdtPvscVVB/AiMD8\n3sz9tbcaizqqGPhABKE7XbBo6tySK/PhrRmj6RTc5Bk6T5H7GJYQikHNjibw\n+7YJsmqovkj/wzQHGS5EpHuB1SCwxYQ2CqP7GVuSDjCt3z5wCfjxK6YhLvUT\nSYxB+gMCp2L/eze+uoYrzJpR8w/L9ECkvVk6XUFiFGokJTvWVSy0lwSV67Jn\n+79WMA19u1ujfTIaIzjkPRlcrdYYbdI4BnNLVwbOtlEsLBgiGfJXl90PdTW4\nxAIrlnSqDgMekuTLr9WzOOxu5Fsmh8f6rpp4sSNlmphC9y+TUjyg6TQY86ay\n2+xdkgNau+W79B65x0juPo+Emeb/tpGs78ZaRyjGEW22vTrAQY0TCeyOCP9d\nHhH/5qYW8uP72LRCCKmTdW76ooy4BhpezSqhXAXn4DEQ9D41b5ShY6nHun66\njS57\r\n=DQBH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5PGoKoBqZURhcX2QIqacT27NLfExR9iPNS5HLhxGFyAIhAK/cEHRH++3p4g/8IPay1B0LnCHK3aTEgX5ffPcd5jZB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.530adc56_1549185947061_0.8538923659283526"},"_hasShrinkwrap":false},"0.17.0-alpha.206bca2b":{"name":"graphql-codegen-core","version":"0.17.0-alpha.206bca2b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.206bca2b","dist":{"shasum":"982bca27b930023ba75499a3940f59f271ddf60a","integrity":"sha512-W+nY4i1jlyR9d0m3wddCtWV0I2EepQJGNTr/QnScM+KaYQ+QA19siuNQ01PGzZY8RA/cEeMyFFxrFHxdUO3dvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.206bca2b.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVrQhCRA9TVsSAnZWagAAC2gP/1GL/0aARvaOKHvvF2ie\nNHsCEBk62QvKNwMIf0H6FWwP7Nxm0lO53w1LGfewLGyQ+hc5BmgsGehI77vc\n88LASW1KqtFnUhw8Od/C1FOxpULpgOJ4ktAfW3htTwjtpP3FTYtLTF6wQCs+\n7qzkK94ny+mMd4aIOLEMmvAylvgxEyPHt8Qf3INrSQmpBUD4IlO7rUpd1XqD\ncKr/iFcxFURPzSqRaHfkrmudBe6W4w4Ol1DZ3zvnAtlHGw8igAlggC9xphEu\njmhMk02Qk60GK/i1dUWSqk+6+1qwWuvx4+VoKLU79mOO+AccBevYhG5pNPkV\n6k4zwafRwBlmZ57dvM42Zyu2QVCzDm3kCaO/CsJ8NEZH8kiHDiygrTx0wN0e\nyd2oln/KsAtzPRuv5/NBYoK8oT4EeukSpbzAIB0izPUQDIhTEVViNShvuTXI\nkF1odfKTXyuSx7yjNDB9o67Rz0ZdzYND549JNBej6L+bAl3Gq43MgogD7N2m\n32zu5XtbEFjE2SFKy/zEq6MZTDylPNqTD3kVRfFh+0tNMYs5Awtf4B1PYFG2\nr0eUSRIv+d4CEOXFtVpDcLbHNdVjwyoRLN2ZpN+E+IyopL8UqaSQ8qcOjRQL\ns2clVrEqTy+Su2/atKObaNnmQwWQzkK6pzVtQGy/W4t9o6N0neH1b+o20e4+\npBXp\r\n=Qsq9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFWse5dEh1F/cLHCfn6BC5X+VqojIavIzsM4H+ivV6JBAiEAtbb2snJsUtcpQLWa0ZiBzEltg2XgGI0HfKm1J9Hyvfk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.206bca2b_1549186080694_0.08951839365512693"},"_hasShrinkwrap":false},"0.17.0-alpha.8e787c93":{"name":"graphql-codegen-core","version":"0.17.0-alpha.8e787c93","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.8e787c93","dist":{"shasum":"1cf72b1e9a6aa4fb7f807cb86c0a5b1101c57d1b","integrity":"sha512-II7vrRxZZiRdXRyX03GfTUImPZV9HF/TQ1rIFVOT20o5Pl0XBQAA48yj9kqDRoIG0+d2hqBcnMg4NFGGJg0/qQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.8e787c93.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVrR+CRA9TVsSAnZWagAAdZ4P/3G/b2mZGkuLD2OIFiVJ\nK+A5rICupBMGn7zyCmuRUqHhVDpqBneTtig8GC0APwnGM2xaQcSZKjydrlTv\nYNKKNsG6p2E+RPmcc4qQzIfspFvRxzXkkxKgMM+ZSAptQEGEDnHUIxzQZ2YQ\nzIXHarXOOBFGwrWMnFOQwT8dZYA44CcoISM71yrI6Pu3AykaNxZCSbnUuxEb\ny5q53Jisc/rcvhwrSnyhMhul/iaz7fJuz1ucFaldcL1lHfd4k9PgBhKrPl0T\nBQMEn0cdEP05UGwDkwkbf61o1k3U++W9RBBjUxCUnpVrv2D1e+fAD3LjCKYG\nwyTNDcV6vLidoKEzUy6djyMS/FYbfFmaDsXt63A2U40KrRXHMkLOlDruTiEJ\nMRuA7HJe1+U4Or3mlGVUfMPBjvjUknzlzVraz7nJN0GKYb219YUL5oDJFE51\nMSgxOR+whnSYPBoSSG93Qj19KTsGMxe+An7jqSUI8ZnmysfVToE1iw3OCBAS\no7oE0LtEmh9Mul4JjNt/S6x7672Uz6DHN1AnLEAWMWSwZhJSROmJMaLL8KJP\n+FfuGoEHgbEma3KhcwU3Gr6HF7TK8inYJpPiac3dfzbI7jjtcLu0VEuYvmkH\noUGg8Y//xlE/R8ypYDzVKacvlFBDW0nxcf+GPetKiG4S1wi1DQFGY7PHUfZG\nc3qd\r\n=WLLx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnVRXryiJb3cF7v2hRhAS2CPD4lHhQEH3rSTi063hLygIgWh9TvDrp0p5otGn5OeC64E4wKxz6VdEWZxRe9zUtRIw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.8e787c93_1549186174130_0.3768749207408755"},"_hasShrinkwrap":false},"0.17.0-alpha.73c1b445":{"name":"graphql-codegen-core","version":"0.17.0-alpha.73c1b445","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.73c1b445","dist":{"shasum":"a13c7efc73b4478d044e4a0e34e979b8ced6cf5b","integrity":"sha512-93GFFplvgDD4W1uTcPBwM263Y/Nh0JQiQc0xpWEomfTCPf4wbuo/KX0/vBe2lgyTyQXxt1ttkIwgSH/TZYqYlQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.73c1b445.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVsIlCRA9TVsSAnZWagAAmgIP/RgSBUMk45oPaVsTifa9\nzvpu4YIWl4SK1q9KoVeOZHbJnIQuoVjO84prDBiAbstUDBEJcLtphH5HSlf7\n+wygeV8tFQRcqocM262eXwGdeMF+W/R/VFND/Xco9ongrIHw0lABFz0KxvSx\n/+S/D1g+X6RqWEt/0W+AS5E2hSFX2BQCzuGQLdaK3b1H0vnrcyhaG+4DNI5T\nsvyZcrm0bL/UrEtrDynZhIr0K+96k1WSCnG+Bbt0PTLF7Xf0GVdVZ/W3vb47\nGisvuGSCzwFr4kF2x67o0klETiz82sEDyHQq3PXqNMQj9XJBF0SbCTJVc+oj\nXwR7eBrpBBzeJvx0KpXczNqi6eZSE4ukBL7JHV3SXBcuyNeO+pRubwupVm2D\nj/g4qPx5vbJ07tIGkSBOSGsFtDfWv72L9Y068ys6gjiUgff1XKK6gbu3wD2n\nSe27AbkZ8sqbZ116BLZ6uCkkAYIrPB3jBbcZkpOVrcCOCClV+UtlCwbYOoZN\nBPd64+ZL4o5D8HYlMSUS8y6GgBTw48ZvsFBIyxaRM/ZFE8/tquhSOL1ULnTf\nIpBd3GrlbjMei8P/CkET8ML8RVdCLW3z/yd3Ug7SC+j1StvuSRaNF4foB6rB\nj88Y6BtTjVuEfxY/TE1Q1OrK6HTnXJ437GgQFnLLyvfUez2jxPIY+6Cr54iC\nkcfk\r\n=4din\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCswASzGG/+J1XidPyFmfXl77wcB5BDI0q7KR+AXyJUEQIhALvj1iJNqO3Cv9FFrleHhOuzY5z0JeYr1LfVUevvf4Tj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.73c1b445_1549189669190_0.5853673743734973"},"_hasShrinkwrap":false},"0.17.0-alpha.eeebef59":{"name":"graphql-codegen-core","version":"0.17.0-alpha.eeebef59","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.eeebef59","dist":{"shasum":"d442bb04b2448c58690621b63122c6f44f55542d","integrity":"sha512-M72jzuYwDxb+VejzWlPMoXrFu4cH4CwnZtmTifXc9K9rWYfph27ZbTDps1bbF3Q5dhlCdnCvypBd2rznD/9xDg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.eeebef59.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVsI3CRA9TVsSAnZWagAAsnkP/3OV3bI6b7KQ0fI7WarS\nGAnL+oVmMLqxZDfl3hWWBSjxZSYqLDi9Yf6ynh4omqBHRW75g6XisHMMG2GN\nBZyuifuOhhfP4gtuxPlEA4yO/WhmY8OpiusX8F6cSkOAz0ZvEjYMs65AWv7d\naudauvVziVGeWaA8cy4f+pIbv2fCpWoyIgm279m3uZEkWCXh+gAB5D4JssXV\nG4hSxgf9J6ukZOkyAMftfS0T4dYgOd4lCI85uBkYi5yIw4jtxRbrBNXz0p3Q\nE9Z/yAWXY3llFbkXTAqYQ3EVbrBH71kiVFxkXcw65OF0QUEtSiLD6j2sZag1\nLUiKEWPQBDXDRdZ9SirMcgOaidSVny5s+hO739STtwOOdxSD/HitGAD84N0R\nDTVF9ie199KlHHzWbav28r7FMEDc/c2eUdxD+2mcomvGd8fovqod9VgScJmu\nb8CZccWRyUwLuq2e92v81iZvayrPkle/TyU4mjUJSy426ECm8Qkbs4+7DW3d\n6ofX8QcZ0YYV79rfPGe//UyqghnV9wYaIKtX6E5S+3qguV7eKSnTfftrtK83\n8y9j+XSYv7FFGoIgYeD8q1ZN9tznKlMpyUL8H8VnT36VV8EvTlJQOJtKi0z1\nex+J2QJMtXWXCnLjBzzwJndHPJBUdvSpUGIl9zFSyy5fsRbxiD3YVAnwoeaw\nV/SJ\r\n=HpG3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGZsQaiHqRlX5Lmw6578nHTNWLTUxTHszDdlpCxhnfswAiEAxv8+w3xxM9sgHxua0ysdb9bmXDxijriI9aFjxi4KkQU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.eeebef59_1549189686376_0.17196218211883307"},"_hasShrinkwrap":false},"0.17.0-alpha.131278bf":{"name":"graphql-codegen-core","version":"0.17.0-alpha.131278bf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.131278bf","dist":{"shasum":"e4ca55418015d453c40509ab30631fb9ff61393b","integrity":"sha512-JZKvMx/r3DjcjPPq+6YA0Jqf0XIj60MYARXRctPTecFPbMyyQXdYHh4sscd7p2Psm0w0xd6/CX/VbMTeZEW4Kw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.131278bf.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVsVpCRA9TVsSAnZWagAAbsMQAJDGflw3dlsQsaU8PZen\nAM2Bz7mkjwRAEcJu+eVxU12SX9DWyvTBiwPwd46nS/5XwGaGdeV5DOQ0UBFy\nDbgxkQdR2UHdQWjqASJNztDor8PO3zIWSUnsDjS/X944JFNIG0l4ir2swxhF\nAxqXK4BZqX75h6nkSJSPDkrZnettI7mPI2uga7Fb9Degqyh+vpkwzDAqRvEA\npIT0p+dIwFRrUxYZpJQigwvXqhxAsYCWZmNiFsVO6jORRz+dSi3Nea88Gp2j\nI8R+l5cfANKXJrbf08mvzth+pgYl9YQFUJfcY+5oi1TE6CxUlGzrz9inaOaA\ndYULrfo/Uep1cJFUJS8zI0h7xv8MvPQM52k1iyVTvBBInvAg0DAa+cOzT+4w\njHnFzrshOshQgEivKuI909LBAquhfbMoSl4pzejFF4247SQ6WmTMCSJWcPOh\nWtyEfSPU/J3PfL0Bgk6DnDflZci0ACPtIAH0lfndZ9ICxWeDjQaW1SJL5DQt\n4XAfmEQ6Q5FLClcphRSEp2z9DPPY4J4W/gRjxmK80Bp5pIGK3KD3rBkwJyYB\nwUsdIzteCbjPyoTfMS5t9SZWfD4lx9GlGqby4PXQ8hWgQUBinKFPndkm4ayl\nO5y20OcDWlrvUzoq2RBMO8ywHt5CfeJWuVQmEoqbO3xsAh4O6ik0RC/Ryw9o\nn8PR\r\n=T5jQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrsqVp7BCyFHVOG8giKmHv0H+0rkJvOqiW29eR53zW9gIgWfl++5QWhudLczU+jAYpsxMNmi5qFi7KgT9OawTgsEI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.131278bf_1549190504692_0.019429183119795468"},"_hasShrinkwrap":false},"0.17.0-alpha.fe3fb331":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fe3fb331","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fe3fb331","dist":{"shasum":"0d308ad30fc144c1ae4cf00d50ad39af1aa790a3","integrity":"sha512-ys25UgLVoy/X3zVnzsBZPVuhe1DYQkqzvhpCCWQO8izNLjfo34dghVxNYGpwdvtFhKnOFV0lFgexdDTn7Xq7SA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fe3fb331.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVsYbCRA9TVsSAnZWagAAdRQP/ReHe8gXq9qWCggkZV7/\nHXwNi4MyR2GHkQkYJ2+MQn4k+sfd61A1mBmz7E9bguk49ELWZ0a4VHVvqSii\ngXZMGYAjyb196OutLtuBuJcWFOdYw6dEEzuffUcIhUetEkZ+pAJInY47Pa+d\nMudKFDMzzKO8mBN/m+Xqpg4/AYOX3aiFOZWc8U4cNnw9hTmg2aEWF5RoMC0H\nxtxK+/oRhzA3zZGkQZ1QTa7+d1LZjMbd5sFUNpULHJG3dJhOKxM9Rg4gq2Ic\nGKvkm3yhtX5tODgWk1DIeI/WJS+jEUw7GOUnqi7ZPt/XhUVkIHNgoRGx0ZkR\nwOd5FKp46PrEsvXbiUAxQs+A2sVEQ0ainn2MshWokVezFX/LXNkE0ZFmkphO\nWYjlAI/N57qoXLXJIDDTcJidjvh2fYCyk8wt56yu1jMRaEdiLcuWIAQm6g83\nKFOPdbVVpzCOmlyxuecTjpBtsz8eirGBrcMEn1NmThSe6zP+B5bnFSiJWzhO\nukiI96Zli7KQNAyf1YAdy3HzNBw9rX8993il8xBTV6fGDMprX8HtCIm8GdOS\nWXyc23XqfURGlDNB+EYOIjkYEjvksXnZMYq2E/BfR9mdtolMEOxqn4tfc3WY\n+w3Rh2chbosABrphV9SSXomkOBiZWPdw8n50NoL/aNWgjut/pgYH1cZ+p3JW\nnR9k\r\n=HI6o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHQP5l7OB7d/ggfWyUXYP0NGYd87NV878iey7deJVSStAiBHmBiu73GfXjB1Fu+In5fqIXaIWjQhlgw9c6tCiO4pqA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fe3fb331_1549190682668_0.9697574128952102"},"_hasShrinkwrap":false},"0.17.0-alpha.1375489a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1375489a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1375489a","dist":{"shasum":"a5872ba3e137f5ffefe56c681223e5b633a916b2","integrity":"sha512-4Qaxc2+ZL70GFZ/24oqhJGLrZO5/Ai8g5W9+PccWUXbT5UvVEkru2cQmNy3MMEmlgnhf+WUUoW9QDxjAJ5KRsw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1375489a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVsptCRA9TVsSAnZWagAAm5QP/jZ5tN7lmEHj/RoJTt+z\nkaif8GhEN4CNLB3KUz1ArKy4r+hbVTooSsATQRFLjjFBgrIwNe0gCUVzxIRW\nf8W9xIoWAo1LZoaLQC0c2nlFzw4hdXcOfs7wSSrECsueDPGLvkpG8A2apgg2\nQPRzXMGe1X157rBlJSQHltcrDHWqSY0PFx3q14oXI4p0hXJbuQ7kgRJxPVPd\nzzybH+iZyv1oabHg3LSCF1Plzh/SN97WXEVrvZIoPvol/tNRzGNm3wUOjJZ/\nM/sfyP3nFUQMnrIFfzsEQW7FQeCOGA7aJ+qRvj4OqkeGUyTbJpn2QCL9iser\nHKhSPrtCU464HVRTKjFUXTNGIgb4D81AcrcKM4lJMOEtH4XuXhgn/WX9RNON\nHVfYPHOdsAozYytC/nBxHePkP0Bj2HwUOKENnlKMiDLH648rwf29JfSBq1UT\npePr5G05qufivuh0O8jSBHGKg0uvJTCGSm1bXWE0hESd7K0q5tbyhuQFQkCO\nsULLE4nTZ7bZVg+wQw5c81biULaJPFsQRwt4PCq898rtiECtKtJ1wT8izwRf\nSMZjvw3nBZANGRGEpICkAcEr9I9/cLVgbHmQ+LKZs//A1JGCwnPT3qKDqilm\nJu+n3Fkv6MODXs8Yfokt1tWNBU0iBK0IgIxXVrZa6yuZQVCIRs/aJlZag8PK\nmjK1\r\n=t6Ic\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD16mOtQjsWOWaxcDiue2BynieaemcB8uaeL48E4ILmTwIhAKX7mGHiPmczrXFU8U43lMPeKQ4A8tl7Tqvi1rjOyGSE"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1375489a_1549191788727_0.3840697543718232"},"_hasShrinkwrap":false},"0.17.0-alpha.b9f7c7c3":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b9f7c7c3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b9f7c7c3","dist":{"shasum":"65447d22d21be84e020e8b4dc7b797470d5bea8b","integrity":"sha512-rohRDWW8tDIog+leGWOlOwzINQ7QEh0gLJI0cUG1eNf2mHJ7qOQkwCrecbKt6ShuGz+xNF3JtT6eIqqtXXP0Vg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b9f7c7c3.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVtUsCRA9TVsSAnZWagAA+osP/0S6hg33owJNacaExzi/\nISmJ1EJWI/9EQJTdlQs8i9gmTnwAwmCoYAS0Y+PDSwIxTe7z43Ih4mj3pgGc\nldc3sp7+aYtRPLEJ8nzNedKvWpOjJPnPpeZ8X45bKO4RUY5QEkQTXpcheXDd\n1d6rwyo22FUqceQO/rpRuJKuA+hBxxE7YtEPu8RI4Le2AxB4qPIxSgKrc/uT\nRN+/cIoAclwafMklsmAzh49xDc26dGVA8JwMvurWy3tJrQkKjl75GEmbZNEy\nVRSR3BQwa5jlJn/7DIfgVEzB35kTEG9VBTMHLQ+iVM6UlFyFantz56yppaz1\nUlMSzgpUZm7Ss8TUGIptXJ/SG2G7lZ99fszkqXEIksLZFG6ACnNRtW+n9K2v\nIy3FhUfqHtvENX46DZjvPmq7ILPfWhxZcovfVMtxm2qxONz7iV4waHKT0/EN\nTwDAPcXuY+IFHoMf+IrTrchJRCyOf/buytWyUW5Io1n9f0ykzSIAPIStAnXH\nnNykMSA3CiwBUOxBFfg/oKsl/zqZ4hmIb8wAw0mE/Jd1A0F0LTmrHDxgvQBr\nODisVeDp9+CFEZSNF/LFqysvW6QmD2w0zENCtcSNN+zbEmV4cLbWgDDoVjI4\n+0AIjySGZkcRlAOZcgV+gYEa0u3Awn+1WL6PZk+Ru7Red6lYBO2k4kT5sMO8\nUdeH\r\n=WJc1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBIyGSKdRk+lHYJwCMkAA0c4ZYBp8sC6b5ByKmwcPlkTAiEA+SBS436c25F9Y+h7Lg/YHvY3Gy3SFwJJz7499MBfZME="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b9f7c7c3_1549194539788_0.7712309846248058"},"_hasShrinkwrap":false},"0.17.0-alpha.2b22525a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.2b22525a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.2b22525a","dist":{"shasum":"3c08e259d3950524a32b67fb25460f43c4dc27be","integrity":"sha512-MUQUKhNYD/UoZ/Ka7dksr+zePFsoPZ0IuLGc7of946Tq+xa1SZUBOpdD9ST2+DR9NWGj2dwZjI19leUAc4Yq/A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.2b22525a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVuBfCRA9TVsSAnZWagAA98YQAJsMLWbmI7+dh+rL+Zlh\nHQCarGx4vdq3pVUaSNOYffI2hxzqAS3lHgnApFH7f5sPZCHpBBOCWxVR6SCf\nTX14dl6kCBvboOuXbUGGUTo1vgs6HooIzYj5P0SzWNf6SCIczzbbff3/uiDQ\nVtVOlT1xPLsB1VPAgGsITKcqYY7zvek3OPFrG42xkj54+xMDtrKpdD7Keews\nd59B3mSc60i8eeiTU4vBqrKfYXe2nyIcpCQO7tL9IkVuuOjkV56sqQ41V6G5\ng86MWqKBW/Sf+6ViSs3d/kpWJtg/M2d+pUXGnhLubyzlRhyM8VXBIMErhpZC\n19tg2vntObjNyfiZFTWsGuKrqS1ggSx7qptO3VWLviSfkyRYpehNhIVoeBQi\n5mWoitRX6zscFUK6JrVp5gFMZSKGaogyjZPYjdEpDA3316612MqbswhZ/LZ9\n/NEqhKhAJmeuNSQ3jdx8oicc8ATEhSWpl+stWp0ThjinHZ80TGi5c0O6Q2TP\nOL5hO4vEuV20tCOrgh7H/7NIEhbA5K3ciXrRsUMt67oHle2JaIw2eYvE+U/1\nw5jtXMrs36U60lpWePNS6n1W4x4uhf+5X/8QSo9ye7GkX0NxdQ3iwGsBVpbI\ng8UQtSt30kARfux7bQ0gKd7rAc5yEyAIh8THN2Mx7/QD17hE1VRkIb2xg0vW\nuLAe\r\n=1aLX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDV/eoSxaQFdx1vmpXscWBUw23MLMF6FdpgBjaAN7lRRAIhAKd30ax+gZDBWNreHpmwHB2//3MEe9KE6Dgp48jSEmQ2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.2b22525a_1549197406374_0.3240435190135049"},"_hasShrinkwrap":false},"0.17.0-alpha.21ea9ea8":{"name":"graphql-codegen-core","version":"0.17.0-alpha.21ea9ea8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.21ea9ea8","dist":{"shasum":"b684ba5c5cbcf3568ff8f3840fb5c53f2f85ec65","integrity":"sha512-J6kwJl+kv5EUSiUtyen163PhA8A0E0Fdy96lbnHIeR+rUXikF7b8hg/V6j6URSkbIHGOve1Pz+WiDDqLU5p3gw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.21ea9ea8.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcV1D0CRA9TVsSAnZWagAAQQQP/1xbl/EzLZF1JRKoxFzd\nZcIY2BnuNPoAzKLdPdQZnxSbTzXud3qS3CS//ZafO6S0/XvXyvSCCSNBRwbq\n9cmHkZH1jt9NM+Ms4zOOJYxvsW00YP3/vgUmMU6K0GpeZhFllXrezVxkp8eN\n/fDOTmVahB/NPo6zWL6tVX7Y2wY0wHpcYSsMj4FBdGRvj+q+zTOvluPPJl3J\nQE63zeqX30MWr1o91FxsoqE6GSoh6iYlyKpvzeh3tQvE2aReGL4tDoNYycyI\nTiFvo3t8h5ZNzaIux5Z9dHG9+MUxRmdQd9Nfwc78M8BBFcdIro5B5rK/qgsY\noRN5vz/LiU3QFtGZT71be8DGhEQ6AneBkG8YwbGBaajG4t2RlYcG4qBkXDeq\nV3zlASoagUA8Qkaxo8nWr7p1etMaUr5iGEVOkd7lQCyNGnOqYsFV/6jVnIdk\nFPiIGrgfaPL5jNARsLOvHvdZxg3EITFGHb8y56Jk9qscsne3awiUqSH7qEy7\nZVVJh4A4EnSb5EbYaYBJdGNmthGj9SZ7kLKdn211MsVlkm6rZJKmsSjcad04\nIjn3AOkU+3a6eREgfxMDbPmQYMTUJKqEjSTye4HuvDwLsMsxh7vqfTZeAtzQ\nNb5tYHQBYhVZd81P3WmAWWwh90C9F6oezMmCB+cGNVV/MQRDnQy5z/fBaP/Z\nlOTG\r\n=ALrs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDwImGdQ6eZqh6cZUa8necbOzuhF8EgswzDBV05Ir+tgIhAOBlHjtR5pLzUMT+jmCpKaIeZONGj/CS/KCujiv++iiB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.21ea9ea8_1549226228130_0.33036207452491984"},"_hasShrinkwrap":false},"0.17.0-alpha.d6e4c2b6":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d6e4c2b6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d6e4c2b6","dist":{"shasum":"366093bc2b4a7dbbfc5db2e8618fdf1b35c3055b","integrity":"sha512-/iBL8E+oPfkEOZi/E0StsQXx3sg0DAuGDawEKdO8L5qj+OuEfC+KDpnPUrC7DNaPkX1OSGsoKSq59mEesOYqjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d6e4c2b6.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcV9nqCRA9TVsSAnZWagAAY5MQAIBw712A+bJmwtT7IfYY\n3PKoiFgE1iqgAuTcGbmwJzJr3E5qzY4quvR2Kj5qYAEsBji5JU9AVDXxxcYa\nt18s7ar2V3VIrAdP+S1j14rd525GInByitbxtKKsrkzXvY/p6/Oz08CPxcuR\n6C4pOih5cxD8X5ya/Et6bfD18zsSuIUHcm954vaUv7GwiaDaRxtLnbOgMp6K\nCFGLXWfiX3KvCk6NTxr78FrPVtdUpLL8lt/xhszsN2nDET46E0PKoJFF1E8w\nMfEDmVciLtX6G2GeuYs6l2EH/51LrIPfpHQ3/+ehoKYJx7fqd8bTePkscY1e\nTqlq+unqqD1KgJJNDSN2PUj4VPBp+StD6iJ4eu5k7wSQpyiDB5oW7KZOFHnc\nfdtGxCACI74N0MPF+L1jlnzdBTPe4nufcb9rXEszrFXX/17pFQFC0rqE9ACy\nr6ynIQR8cmHLPVW/9eHAm5dzyCMvsBqYhwa01qFZ3xuxlJkZY5dar2z/rMfP\nX3u5g/0o43BfpTjisFBB5HCUsmI5OhTWBYfgymu5iwbXOuZt3Ae1IOimvrbY\nFqBBiWHuMVaAJh9J64NPZ7toe6hulpyp8ozWCgTqa3gxFKJvHC6OwE+dlrDf\nfXYjBuMI9H8fK1sCYTz37pXxRCwCMsQMri8X86reKYp0VqlFwY9rXroBdFm1\nz7Da\r\n=OhcL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDL2nw8LeyGkRA5o+NW3WUVwhDn0AHrM+CVn8l2BxaFUgIgN1n4LdQovD6trFk1U0vKXcJlPAg6Cud2vCeAObF5aHI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d6e4c2b6_1549261290130_0.23463140908376623"},"_hasShrinkwrap":false},"0.17.0-alpha.44540a2a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.44540a2a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.44540a2a","dist":{"shasum":"9a831fd2f64e70fd64ffea8a4f51bcfcbe63667e","integrity":"sha512-FcuwNXpFRU2lrc+vDylseSxP2uE75D6wN2qBXkqWVR9nUu0Z6/PbMAzR7GcD/jX6IDkSi1iIVloGjRVIeqqFjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.44540a2a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcV9ptCRA9TVsSAnZWagAAgKYP/R7KGql/SULUI8/32gPY\ngEFNb7IWHAvPBVtZYFfO/whZq4wxL13PShp/BfITUyo0jIGLkiB/lQAzMGbB\nqPnohcm0SVMj5PqOz3pALWwJW0kDr+hZbaDKBVPnQxTxOffJBIpi/ifCRAtu\nqS9+Hqo4PJjSK1uiEMf65LHhwL0v1VISo7LLuRfiNCnPwdf5ZtpHNYJkEAgf\ngd79C+/r2Rj4eE3stE/+A5RMrCl4gfHVG5MkKc01u6VE5lIpdkqrAspMjXwp\nkq5JnbbbTVMrQ+5+QNNM58kAIAR3+xfmXux3ynLM24RGRV96C8p0vN/67E1m\nxta+Q49bnCYMuCxtHROKxwshMh6ofxoAqUkp6rKPeVUwiRxROXE+emTpO36O\n4O7ptSD/mCm3lx4Q5TqlRWw2vb9vyM/QAbt7pp64qOK2Rzg43mi6YRff8VEO\n0AbIgkEgpMRO9+G2siuOYz3sA57blfdW+2jbG5a1QB31obD1sTRpiwJ0bra4\nh7Y+GUJqNI1xHa1DttWX7QCoAZd8T2VbdXnUpJJXrIGgoFK+QhAGXIJSOhGX\nZAYdUyOLoTEDeVl+LsWpvkKWin/z3zEmH+tW2byiOFjNBJGPOc7xApNhbTxa\n4usqplIm48T8gl3C6qb18AqGA5F7PxOT6i8KdzR+slsvs7+j4qaDk9UKRUpX\nMFe8\r\n=W9wP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF5Ao/Mg+Mvzu4+Apep/tF5OxnWTlFAf0yrEX6XQ5ykzAiBF0BBPqlqWAyNiov8jo9RyrcheHEUOKwkvuUdPvX3kpg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.44540a2a_1549261420446_0.974173831354171"},"_hasShrinkwrap":false},"0.17.0-alpha.a9e19710":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a9e19710","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a9e19710","dist":{"shasum":"f699ce15130f80cbb1bb43160474d857d2268948","integrity":"sha512-YTSnmoxZ9HRMfKoyYnKuH5C58QkHovy92nyMDHey/c9dEebGzZXVWWajz/gUNee7rRLUbwC32Xbmrw4SkdCbsg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a9e19710.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWACcCRA9TVsSAnZWagAAXh0P/0tP43gPVEFlgxYFaLBF\nPfPZRkpTinOK4HGoBvmYli+OJ1phh/xTnRu6c4bsXcg1gY7D0eCUaGHvqQFU\noS6KLz0TSR4Dsx4aQaL5KsH2AUwgWgzdE8qW2GFun1XtPJO0PtycA5W3pxxo\nHJImD28Do6fym6ySTnnJ/q3YZJMECqWcXKt8ByrgFLJe33kKjKjQFWIKOzbo\nENdnpKSn1lPoB6YAtwvz2peHX+pjBMjrRkwBHYC+GuA7FpKuBDaCwoGGdKrT\nanabvTNHOUN2bkSWyiS4LgaHcCRA4k1lmhkZaFqSvt62LxWMCbEKrmYfwbEQ\nWbinXll7iwcfSEC0q6I9PbFceQLmtHQ14cYE/gfAaVJmJ4dQ89D1OzH2Ndjw\nu34LXCbRsYViWsZeM9GquhDJemEybaCB5LcNYiWwT2OXfTBlRJgjN3rCkq3H\nmMqoFRJICOLGj4WLfC9FkESMGT4+G2+lAgbBWPSKIi4jZv65g/IoujejKzAH\nHtFOuIusOhNu3d9V31DNsZMVaDMLA33z156DuQcmEr/Ha1u/n8zxzE8Vxwx/\nA3px8H91+JdJkGtntMXqop+cFl6klUTadXgIwrP0dyzdL1JrDhShgVjgvzoG\nq6CML3tFA7rPZm1/XvPny2YYsFRrMFTgOCG/K2pkuTpp+aJDQHXLCvFVO4Ku\nAyTW\r\n=0Rww\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQILxRrK/d9LlL9t/I5rzUwb6etffKUcBnmSdYsduN0gIhAMSV+xv/NaAvw9mSxR/9lH7qkaKmC45rY7rgstxvc0Kj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a9e19710_1549271196087_0.7107055224391465"},"_hasShrinkwrap":false},"0.17.0-alpha.5645f490":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5645f490","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5645f490","dist":{"shasum":"1c456cfd7c0b3098976da212448d3f8583515832","integrity":"sha512-zYsrVoVoB5Njr5mHPHFC6TP+xnEvdzur2/9bOwzTIhY21auzxSvETpqHN3kezJdOL+39NFqOIZmnCr+93ldFyg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5645f490.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWHWyCRA9TVsSAnZWagAA1mQP/3XXwxpBxk5xIDeHm0Pi\nDAbKQKptdFMoayBdbGsQzPDzdkeVSQu7RFcWXL5o/S45kzSGilaCd0pdiMqi\n/gcrdsHE6bDNLUPask4Oek0Nq8cQJf3QrJ9pMXpdKLzvA4U4iB0+bqzDMRzq\nQJnU0G35kqrv2wu56qTWdJ/6QpdgTT22qVN90Mu0VPVrpKweTjEsZ2ZlKyqk\nSahwNnjFPpQMgyl/RQwbwTZbp+qXyxKxV/spAg7GpqQrKhqMkiX4gCmsdJSK\nvC4nA6fTVTgpmEONLdIay9DcCJctesAHn45fGSnhGVk3KA4p6EvuhOjUNSSg\nG5PmNzsQzteyH2Z5ELPdNmdVOmguXpX1sMSrdPzkUmOEulGcsarsP5sI8Yz/\nQ6bRyPV5VAcnB30YBSsUKh9EVX1KKnmNAJjKuqlBw7RIM841hNOCU1KW5OD/\nSNk7CD1Ac5H6NGjXu72YR1AwxXi30hDzviD02V5QG6135WrANuZY9KqNcckb\nJuy2u5fGg4a7zLATFprEKERyFu0A1WF/pi/ls4ttcsTa4D4Yd5p8kU6DPkwo\nX0/HFWiywtY5jfDSfPhX26oZnnk/sNeUy9cMLmVnw0bSWpnoazQlgXnFKyod\ng3qze230U1xKTZBy+PdtABVQD/KvvLTyveRVIkb6nE/A+CAFRm6N3v27YIzG\nN8GM\r\n=VrCM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyCx9ZRe9tdss+J4EjoNm/LoSHQPcVq+40G74rV8GYhAIgWLKfQIfc3xvxhreN+EWTx0DntXFk2O69smsPQ3E+xAM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5645f490_1549301170259_0.07799672025729798"},"_hasShrinkwrap":false},"0.17.0-alpha.a46dcede":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a46dcede","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a46dcede","dist":{"shasum":"f4684585af70ff4663b22db7d9662ea6c7557a87","integrity":"sha512-xzF14X8P5VlaWcoLLcQILbwWc3RrcnMIgaMoZ5ko11wYTAdP3+Ijyt2+G/rh5KMNTQ+rkJikqaRtFrAlNekPHA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a46dcede.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWMLHCRA9TVsSAnZWagAAZZMQAJ4SC+9a6DrW+4135jQt\nVKX8d5Orav2jEC177lr57rhFb/wg9kcg5k+HQlSd8W07Pm36FQqQcNxJ0vc6\nT0aeNEU5GkTBdw1O0Q9jTw5x5ajeNTTmvF0HDWCsUWeA0pTVpE3kDoyLY8BU\nuc6FRecpaj45quZn6Uf3xoTkDr1ukzOrgWwEILupembRyNDFw/sTYFRbJuxb\nFFs4gRFySLqGNqTdV6RSxvU26PH1F49pIOHQrn1tFjPfEQ4hL3c0tn9wLdQH\nux1gqZs8IA47AF7JcIu0OHZsYWn8CpMaUY6aUm8KZdXvatze0TWVl/hVEMB3\n0ovbQjiLnFAhbmQ5/8gUMnzVZ3kajmvBtRmuYREXiwzh7pUVgXSeTtTIvAhI\nPS/4fud0PdnktZxB8XPAwKBobShe14dWwmH1crY6eEhr9HGm+8E1uDsw7jyK\nKVgsYutXarC62ff+SRPX3rC9fM/YV2SIkfZb8B/SoBHdqefKUzeMBk/HAg3Z\nDDxJA2qu4HNhSNy2d1us238YGtuZdrAuoCsPDS47dpg+v9I1Yh5k5qRycMn+\n9D+lxNiH8jYTm2SPlqi5kYg6YqYnla/D7U2cWib8KyoMjnL/ljB7ng27cYS8\n40jQY2cqTPLz5eWVCbnXBn/oATZk8Pi9Gs/3Sma3d4Aw4jhXuyndy2cu3juT\nPD5n\r\n=2ZBR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8DgcFSRrODZbxBSF2m5Zv/NDRDmJh0SvOIKZWB+lgdAIhAKSJ+j1z65aF8V9/YtA+XW/AYID2nuBGbxDnuah2SkMl"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a46dcede_1549320902216_0.5293239131916367"},"_hasShrinkwrap":false},"0.17.0-alpha.5c019cfa":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5c019cfa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5c019cfa","dist":{"shasum":"550b3d4067eda04b04f1f53aaf03341c9ef9816e","integrity":"sha512-2Cryun5LLTlgYLDHoibTlitMWp6bG0tceGL6jx1AQwMqII4SIKv2LD0YQ00tBqNZN/8wYqOXm7qrdHRfodAnQA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5c019cfa.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWNxJCRA9TVsSAnZWagAAHOYP/ip1e9LS4eF/NWS697Oy\ni3IyQNuTXGPdKM6qiyS4ojFHzhbyab+2g8Sr+xsUAmVKnpTRN05iLKIC3HQI\nCIRzGvLcJYl/Tt0LMqFeqWyuxrK6njdYllSvz5uoyTGjWUrW1o1IAdHwBoJy\nkXRb5kZbUarq36WTtx08oq9NS1u0jSYvhR5/YKGxePP0XIrQzOyGGu9eYI2I\nQXTvImeT9By2KOXTZ4yLAiYOjgbGa/sSBtzlFt3DO7Hk5wHy8uNUFwbtnWZV\n/xyqbS9ACe/jBeGr5++S/x1mS6LFaHZJZ25ErSoJ8nkZiqLaNscTB4MbtqHD\ngO9i6VhRiNlvJ1ExMeujyYNKoX/6gz78j+lNcKF5dZ0eOKl2wX7I8DPzbCrB\nmFp9Nz/b0xE8OKsdI5tIzS6/lx97ybyri5Zaww+mdc/na0+IltdLUvQ1HdN7\nqTFTzcA0GmksDk8F8uOv1lD0435awiVlLyXfCOXgmKGLOEHPQpgrZbuIKrR5\nCisDw7j93z1vpSUo1N2WsVVaIRYcLlzbYJvXEzhudDCJiLujR+bQ1l71cp+U\nVQqM03VB+SdLBirXDrB77YvTtE7xc+RI4XvM40/DtxOzWVSRpk1HfGZkDszr\niYfoxirScQDZLZLzwL1V9sHIiEn7vBNeCcQ8P+v5jEwoDgHoG7g70NJJUKOE\nJj/W\r\n=Gdpu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1UPwfFBZmeUGxJ82YBTYkdDa52YgFdAX4IJUz+kL59AiEAtcyfm7qGqaeDkXXM+y251nfA96kaOMfmckc542G9A9Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5c019cfa_1549327432947_0.7190204943412233"},"_hasShrinkwrap":false},"0.17.0-alpha.8b057617":{"name":"graphql-codegen-core","version":"0.17.0-alpha.8b057617","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.8b057617","dist":{"shasum":"ee8affa06b243a49687f99be77f3b24dd317160d","integrity":"sha512-POLL45modB4xOHMHjlyu+vC3iqMXcYimTWKHXw/tw8UD6KPq3G9E25FA4z+IyIkpNbSZSjUX5D55O599RGZkWw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.8b057617.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWObkCRA9TVsSAnZWagAAWo0P/37mzRxSTdh+9JD2PCQK\nLF/Sh1dG1mHdAj3+rVwidOM80KenbraeTcU+Ky9qQ0YLogeonhfFqc65ikce\nmyqqmjpJpVs7fNm/NWtq5SAdSbdFf20hkoUIAE1f9bFeRmCXmPmfk4U8lHWj\n19v4DdecYkOgfvdKE4uJd7WjtlneCY0L7tnb500eAxZywTfgwAjXLNvsrxLD\ncHidyo7Ha2kWG53dLBTqBRvstBzlsJ78folRl1DCN4cZvx/vrQqg/Qa8YIPZ\nLQ9DiaSOn/qxezUWdtryVcoH+J/tiJ5L3do7Sor8PszRF3R86Kd8Kgpxtdt7\no4H4rg6M8VbplCKvCXlU8h7POJyM/0hU6P1sbkWlAbtaSDVvhzrAGqL8hLwb\noxNuAHLX4icDmdghBLTk0fqMBrNUzQJAFRaVryYWLqbgNxW+y0GwNs2bZQjG\n946cvQnZzKA2DW0oNk3v0m3O5F4565GAZXkge3GkkKzCqe0XimGeRuF1zVCo\njxuNCyVjg50Ysi0MBTBXY9eZzvAvjKtWF4wfoJEmSR+qXKo64iT7gYZtSQAB\ntRq4x5q39KVy/XPzCDmlozZdDpfOaVaHfVvbtW8/PwLN5IvzYOtS0NVm2f97\nnOsI4oyozQ1DZQS935fBrULoD4r2HyJvCrjZN780n6Yi/oxOxPBblruL7VMd\nyb/w\r\n=WGhU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKqAQLlTFG1eKo7sPJyV17BuEXrTYKrKYEheWTpMgxwwIhAMZmPy3/noZSakwcY11AF5OoVo0OZVI3Ku7Uvcl3l3WL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.8b057617_1549330147633_0.32727705699481513"},"_hasShrinkwrap":false},"0.17.0-alpha.a3e75975":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a3e75975","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a3e75975","dist":{"shasum":"94e612bebe20e6c69d007b177119340cd3f12e5f","integrity":"sha512-c2KbhTP+r4a5dErhZsdzmSVga1Rqe2UsOmXD9LyD+JYAPszqC3GYAu6afWSXr9WQKUK+xqiGUfbK7FkLgsxWpg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a3e75975.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWOcPCRA9TVsSAnZWagAAqKoP/0lsa1arZXNerNeK+7Wq\njmDdEVFzDVzRz8DzMK5AhfRO5EeWQxGpzXSQoA1MtTxPs3Iv/EYePyhfkFvv\nrPCaH5ECMx0i5Q8tDXzV9jMkSJw8odwdsa0JmpFFDYV0LYM1IskG8TRhY7il\njg7Vr05VxI2zjZwLyfcn5q55IyFL8Gg2WmdpVSOGbE7ijXB6jWu7nIpultr6\nGITpWrKz423vR1Fd1zWXvRuiBRbBzi8g4wY1nuzU1Q2Hu+HUSxl3/sdXMKlp\n+8aI0owM+LJ3pWuB25Kmkkr2uceUpAEnilzZzzRdCHIcMrOxEP1auFYGqJ2o\nTbw6l42Gjy1s7xTzi/QmGvbdwim/oV8XpW8orJ69d25nsuAxVJJYkdgAnnX7\neelkjInILRVplkQcs+oZDPyjAHpZIudOYzJjahanwQJ0/JSCeKrTeKny4bs2\nwoipCWBwltiTm0pZOlxqpxR9xOrapgQVlQn6DB/VWyGMWKLAbLdd+qwFg+Ge\nSiD+W24gwvLDKdrJ4FYM/3k7lzzWxw9Tp/GXvKz1tJ9O56zXo+C4FYKLQWJ6\nEZXQLgbMi9EIf6ikqqhpvYxMYRkwsDbAvoOvLVjF2iRAc9kiSUCsscgH4yvh\n8n/m+WDAI/0QykrNt1TSEcDQLv3nJxeKGHg/LVkXJ5zar/icZ5Q88JdJ/xc3\nOw3x\r\n=1TMO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyjvbfSWc3twa58f5v5e08FF9yI0FvVzQoIyo+/b6ATQIgYXXhBVXAfYQHsXlZI230aVNoW/r/TyZRk9EMCxvqKpA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a3e75975_1549330190124_0.4443994925079058"},"_hasShrinkwrap":false},"0.17.0-alpha.a9800160":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a9800160","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a9800160","dist":{"shasum":"ceb85d483eeab5e0381c8fe040de5c6fafa90095","integrity":"sha512-yGyb0jpJkCEBmsiPQhU9i5UoD+DgeYd4pl+c4Rc9Uc/I+mxL9wmZjs92lIEH9eP4wRGx7/BmN9CRQA43p9HrLg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a9800160.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWPTHCRA9TVsSAnZWagAAz94P/jtbFfmS4stnDLMEBS64\njWgbQN7QfJGV9hfxZADnrkLWhw3m0ObZhBgzTFZo6144CZiUQw67KXrnRmvf\nKR+8erPL1qi6R8pDruHAG1mxklEVgviAnnovl0yDvCMXm92W4a8Jwjd/HJJP\n28YsgH4aWaA7+uIgDE07oNcnNAXRT6kkxOyYzt7UZyurBcXh2ExAYZ19Hcue\nPtdwRe8DJxrZV7YpsZaZY9k8wdni+VrHl6RSYtuHKO9uNxjPOIyNvOkd4lB/\nJhbCsEFaZFdulDkA17B2Lgz3II1/Sdq4aNpRwxLrOLyhlQlyctIdwqENRn75\nAkNCRAm2hGlw8OtcOow1lPCDCxZ9A9m19HitGsCJH2XleVeo0Se0DrfoVVRI\nlnjU7J8lK+BuBrz0RpX3XsCWj4oqkM1oj7bo9EoybDhBMuxGQfGUeLYkHi8X\nkAmDSdHYYVffaqLIo/3OhQP8GRgxt/CKWVtySjsWBPA/GwWF2FwHixfvQ4xT\nC8BIExHM12iud3/FG3DvgmWCH9E8CCZg6vDWHRh4W6uYzlUPDVZMia8tD/5g\ngijJQJxDdBIx4tuMZ6KHE70VZZ5zzRLsSlNenYf3kIVuqi0RnVqvjLsXZIAi\nih9J/FO7mlOoGSi0CD/9+RRzixVsbtCdcATUCWNsFOjg43zxlajcGzZALZd4\nHbnR\r\n=Q+E3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrSwkzpG9LQUpf7LmgS7+uu0WRHNhP+dLQAY4HbA5/SgIgC2Ah1aJezQt7CSYZjFHJQm6rkc0CuEB2/S/pGsHN12Y="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a9800160_1549333702352_0.9589412853294346"},"_hasShrinkwrap":false},"0.17.0-alpha.c9253930":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c9253930","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c9253930","dist":{"shasum":"accbab4524c36ab6b8ff2d9b7b773f301501126f","integrity":"sha512-YiGduybTAxTRpsCHCwVw1Xrn2WQ+d5GMzhze+EAl8s8B7gZeutAF5MDYhdxKnKUkgnjdk8IalsQAMwDoxhjyMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c9253930.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWPTuCRA9TVsSAnZWagAAneYP/3FXIr3IrezaIszmawrh\nL1PSXBuMuYj4UpwIWdlgdc+lmbECP3AAe7xmaXb45duogljsj0QxNFKWH6F0\nD/mThdcbVZ60Hw/X81HK7/MdvDjYeDSX953JJCGDPE9Ig/okJXs6F7jyhfNj\nNgyQMYP7D9eNvUtgTT+h8CRdFEPDWL7rSmrFH/do1stBCaAljKbeLKwafVf/\n5/lxxrWCuUtv1/REiZYGWO/7vcUKJwJ5xM4C4JDF2OfcEJGZp7df+KGEPE3G\ntK/ZtZxbEfGYjji/6pnWfh8M9uJLRqzy0cybq7dwwgzhCCgdysfdWvZWVYr6\nwVfCUCLj7aKntbShr1wPfNawk4OUh4h/oLUgMn0aXYl7j6GTPH+ofPmDfRHf\narO3I/olO73ZR6imUfeDql4Oo4tC6jbMTEOf/mGL2O/N7EM+tbSpzN7/lAgc\nZKZry5h/1WMfhyJZ0cbyq16e7ucNz9KWLLx5uV97WkHrfIXQHiWLUEYVwuvc\n8ymggXq2AAKQNIcbaNJt3gBsXQFau6QZQ8GFuZS9ZoN2lzcVOzL9gUI/mctF\nSHNUkHdvKqTAJ/5pToPcex7wJS5R7BBEB4zwdPqH1w/VJCIllFDApp+/tWIn\ny0xJ/fGIKhHmIrMNRiDrbX89stpOJI0vxs0AIlzUIxQX/nimfayqduwdYulw\nnZdV\r\n=45Lg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpjF13oNOoWmrIlqiUuhzvz0UvelPF5sH39EmEUuYvygIhANR6jxceVv4a1K1KW3b0DmJW7dwO62hMyhbSsze7G5P2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c9253930_1549333741934_0.26871769353521113"},"_hasShrinkwrap":false},"0.17.0-alpha.9b7ca0a5":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9b7ca0a5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9b7ca0a5","dist":{"shasum":"561e8ee00beb9b5d6c126f239cf00df147cc5cce","integrity":"sha512-mXT7IjHsslkXNgKIigYcsDYX8K/XoacmyIhB4erRiyPo0qoKmN5V1vH6gbCQQ784EEhl3j8AtM4bwDPIvbc59g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9b7ca0a5.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWQF7CRA9TVsSAnZWagAAzJsP+wcpbhqZ1S22AQ9I2vqx\n0TY20dO2qzRxpadiaN0670WL08Rice9auyHny2WKMrQIFES208Y1cEiPSXqm\n+XuM21x90iFROAQ0wlG0JwBUQtJwHznr/3eqpfLkbHLaNjrG/Ic6bA7QBhfJ\ni3Q4CeZb+nKSVrVOYPLB35Gpd6JetdeFWHJCB5dsbHlv/o8pAnslFHHcDX8t\nKIU2xj1zQAH+KCnpY6+/Hs/bYB44FvAkNZZ+S/nkRv92eh18cX2B+X8hZjPy\n3vVX4vcvBVBvtXg5jafLnhJ5AaNMGqYoTGv8QUSEg2JL/cFi6f3WSazXhdxH\nEX1b4QoEy9URBxggFinaRB3WVaOj2aBsdlqCn5kirYnzXfINZUPmvIuccSjH\nEFNdrq1m/gBDsv6fVK11Txg+bPcR4KrlfC/Ydn7drM0t2lcvhLGeu7NZVf3o\ntwiWy7Fo+oYuXDdnD92Hh1VRte7HgkRmYeUm//xAnA/Z2dXC/amTpU3zMWBp\nnHZm7I6iCqCR+qSxNGdlou0uzAX79FkFIEy0jGEjHXxzjP1k26fNdBfRqbWO\nW7MPb/j2xUG5AB5EEqvlvWeJoYhVlH607T8fMKvaKDrkzNUposFRqGsnGWgH\nQU8taNXk/Zz0n8CSJGbbo7GdepJVgtGG9GLC9qAvmNNRpkspUacnht6xldYC\nK/l5\r\n=39tM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCm4QTl9fUA0OgCa6iaMhrdjOWxqkCI/3Gh3xPPBCxLigIhAMABt++x//YxkHnIPdwXPCF+8CZNBRkVXMIkRVqB4MwP"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9b7ca0a5_1549336955364_0.9134498345623445"},"_hasShrinkwrap":false},"0.17.0-alpha.353677b5":{"name":"graphql-codegen-core","version":"0.17.0-alpha.353677b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.353677b5","dist":{"shasum":"035e28c2bca5170ff3f2fa27289bef39063de043","integrity":"sha512-wNqDTKcT7kTNQFh+ap8gIC6tNpjS1UqQj6DbUg1dqit8nPKGvvjthwDV3Nfs2JSI3LWg+cIParJM8M+sADU+UA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.353677b5.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWSviCRA9TVsSAnZWagAA/owP/RKJ0AMz7nIvXuJBZkUB\n0OuAxT4/05TnFCY5OGzJ5Xmuta0fFCf0TITntgGBn96ffXnd88a/pdQymwfR\n62SwoPZIDUfMShFzhRyAjQ+fWgKNnrqSzE0bwNFUD0zZcCk3Uc8JOeo3mX3l\nOP+ShvOak1iMwKOrp72GLwOO11lF2wN6GMknKYugK2KzJHfXtkDNWMCn6Wyr\nv9n8arzF/KEAprHO8jvNZj3wRYLnnVMswg8PvpNy0c4940xBOg8qvk1tx47v\n1Cj5ZMtNXYp77z4MCYn/sUvtDx4ASR1SLqlN2JcXWLBexueEd3BvPvVt15Yl\nb1/KCQlMyLEliaVZomID5yLD4nbOXHjZbq3RcLtuj3or0Xwzsi0QVpNzpKP8\nAmom7uxD08irqdwK4Y0ohWzag/7nRV48NDIWjF5emccLz3/tBriBrGmJxSx1\n34NYcDCq9RwwcMvSGdyas1R9aLYI4tg+HCwo29CbqcaNZydLD2auzaVK/V/l\ncbar6ozaWhsqY0xPRbIDZbaZzxIwU5ZL0E1Z3bqYgjIShsGusZQLHteevQO6\nji6GWg0QednzH3wsNT0WAhQz1RbrZMSNTJCh8VsYdbwznDDbFjPuRFyKif7K\nMp1K/9eqAWPa+Bu1uLHZYdoG4z5woTKyjDa+QKL0LSDotZZYIaOHVNPUlOzN\nmIcE\r\n=gfCZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBmdQMqQNSdqL8B8hbd3ADx3pB7Q4+9xkcKWiV3HZVVuAiEA8vsPtNVmLd8QPKl+1PmxAYeiUevBURjxrm9OFeK/ukQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.353677b5_1549347810137_0.03175880832922906"},"_hasShrinkwrap":false},"0.17.0-alpha.1253541a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1253541a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1253541a","dist":{"shasum":"f0f7f994451fb20e4f0cc0134cbe4e7ffd70944a","integrity":"sha512-84YImmQ13YmA2QDLIsl4nboRe08sKExcnVfND2p4CFpjRX89MDAK+A8WSFk595OU3bkJteeOFcAKqbotscl7Ww==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1253541a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWSvwCRA9TVsSAnZWagAAcLwP/1pve/Q8OA7wyHYhYv4t\n8iBPC0deBtPrOQpmRkwLWUWhY4QNcnJmJSIuCxZPZQCe112+Kv5+NEvie6E1\n1I0ETSc9PDaTkTXqUmp8WCSJU22ccigqN9R3un+AKMfNGbvZbu1qzazgNO20\nYYLCr5MdCZOTIbRB+uronqI3S3076foNB6JWCStQoHLqLeMejBQrEju1pq5m\ncAbVY0LNXlwvrmzQzmWclVUUFoSGbIg7kuJ7+QnAJ6nEA70MAjRC0lPu65Ze\nrWTL9cflzPShujiePGHOK9t6QRoBMmSp271Zit2bDXL/oZCPytl9lX5XHmEd\nMq0kvdboaC450afO/hBWPiUkkgFn7EtKy6ACez/PUs2dR3eZ5OBm/r0ad2JH\nP2HC2YdmW6RueaPHKQFjKbP4tKNlBcqHeBWfsmhIO8vQETUyjp+FJsk57Gbl\nk4aSkWN96e7pljl/cG0qfUzKEDIAFEDSvkqDUv6eyud1g0nnI++HZoJP+hmr\nk6max+oZZ0m96Y6tMIaQPJdocWlNyl+xtcW/WX3fWRpekO2UR02/AUlu4sAz\nOIvixY8tSF/pIys74zihGr50a/OXS6VRkK+ERCLpWJB8hKB9q6pX25yJUsr2\n7pKLrh78IGAhsx1rHtwjxy1iiuyaVXZ4uMGiaJJrbYWtczkNhPz8DgD0D0mF\n1yE0\r\n=nnDa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6s4R7hvw/1V84jPQ4VczFye5M++cshsjDellIGD+niAiEA1+q1choatJF/dK1q00obKcroy/ae4Q+4c6QGit29zYQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1253541a_1549347823452_0.76173702176269"},"_hasShrinkwrap":false},"0.17.0-alpha.6a887ee3":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6a887ee3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6a887ee3","dist":{"shasum":"2d5335be20ced5e8f79a6ed1f0fe0e5a28663d13","integrity":"sha512-1zmD8U3MrUbmnF6a6IqusyvtKpS3PIpYHWsyuMm26bc5YR3RGvX46L1V04DRVT0vPJh9mdodcWvA9W1TSBWl/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6a887ee3.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWSv+CRA9TVsSAnZWagAAIk8QAKPQDRHqdOCqVulqAN+O\nXcPJD7qi6+iwsf9EMzxw/3IcCs41VODEKb0UOQQ9xBaWQabrWjO0cTIc1x5a\n4NPq2vsWXWcg+uuVkuvycmPV3dAWXMcPaQDYbz4Kxg4rA1SKmYm+HRkwV5/6\n4ODwNjpwMvRg7/llpfcDl5Y9ChDuvurby6a3AjVt58IOjXqjoUui693AUdj1\nWjT2Uwnf4dRGx5OVJaOIW71CBOCEnzlX4UEEyEelZYjblioZmIImFtnQMgj6\n7kM0QmKFBI4kLA1qhUTCblwJd8MBFxUGiOqS8FiRrBy3Li4QgrW8Trp9pFGW\nu9R3HjigzUPH5whFbFpjG8l9WXELOxu84TJbO+xMR7vmt9qfAlzNvcLMi3Lt\nAcOEJkBHyY60SdMhUBvOvuEPW4oHkcpBdZgIUIDW0BCHxsFr9MotLiL7mkKo\n7f2ilvPLkUhKjNE9kjX+H1vKUmPVvv53JoM3CT2k2pcRVJR2m5bObsTFly1m\n1ivBsnPCuPo0FzkNHD6+jD0sOOBBvU46f0lOkqb3tZcKa7OzKZohpMr8kHaJ\nGGpEn/w8D1IvpU2AaYmPX3V+lekpjseGGqh9UygBkBPQgIWKsFhjMW6nxDuD\nN5GXhlqvaHvIC446cnNQE97gD4LJaBIn5JNp00KVqCkE7fDSxOk0DzyfUcVh\nm+bK\r\n=IIz6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyKl9balopmnX0qN9P2AZdlgZ4qWAPt5rHxwfnlh3L2AiEAyLUZ9qhAMwyXMlwwKDR/x8bwPvJ3NR1D9g2LP/M37aI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6a887ee3_1549347837546_0.6349539288675705"},"_hasShrinkwrap":false},"0.17.0-alpha.1c63a8e0":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1c63a8e0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1c63a8e0","dist":{"shasum":"5e72ce0ea2029acb141b535c52106270477843c5","integrity":"sha512-CmbK8F/xp1Ldup2T70egFtum7gORECL8vAJM670bqYsLZkF0YB+VNAi9SSkZBTh3sMcilOyQUnxDW1Xw5zQgJQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1c63a8e0.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWSwLCRA9TVsSAnZWagAAzNcP/0ZJ3dZkoCvrONQrosIG\n6rTDC11OC8XG/ebQZcSSKynnVv1rYbIzlU8yltwXOHJwaj6ZTOQz+DEAh8z6\n+nk5MeOu1g2LR0onCq9AGHJZYjIWc8K+71IE1xLaDI46SDgC2FCZ231nHAAG\n1+WG7lyGNVcTKzI8veRRMND+DgZ4T2YnZ6BEZFmpxKB617vg49WIABOmjxkd\nTOK1RPX9Nyy749ZQ5vq4Q/ASirofyZ80toMHtxpvP05azdV9dVc5go9A2tHC\ngb0HP8eUw2C231eR9FBveYK3hRGPYVmIdDeFsFIrOWKH65PS/e6SWpfSi1EB\nEUh5o8ui3L35A5u5M4PhS5CQmZdmbSdIjGGKc6VWlwaLL4bFLv9crQ0VAHVC\nrWkc1+jjw77RaTxgv77pqTQ4y18XX4eYzK81Vw8Ziyqd93YBjnQgAKziqM0c\nYK5t7LdEvzsWrswrEVNLgnAHE/lFGQJN7B4kka4v3H6tpP+QAtivnCc2fQ5R\nNR8ZPOz1VkYGtUkrGbqjSZFTRgrb+top9TNcO8wLLCwsZ7RWPYrPB1LvHPkr\nmwve6vht7QYoptl8NEXw8c7oxsOCPGA0F8WebJQ0go3FhxvTYBjp4aUl9JY0\n36FVkPutcuVbYSOx3VvupPL/k/22tp5Zj8vGAzgBtEyg+XBIXzd2FgiEI5D2\nNqD8\r\n=PFtQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG7emIK4kTkYr1ioduTr/7ADUITwVM53VhWAq1vDssy/AiEAjqNH6J5xXhxdNFW4Bq9Ad57fqMwYVkzPTQZwEs/kAYc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1c63a8e0_1549347850500_0.8561501222998786"},"_hasShrinkwrap":false},"0.17.0-alpha.a3372043":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a3372043","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a3372043","dist":{"shasum":"f93edacabf3fbf43d037c639c44db27bc2c58bb7","integrity":"sha512-u6coHuDg5YVBfxj1uIh6j2XYqBOu+ygPgrbD3mBIacZP1c/IY71OZGSUgHWj901AXeaZBZzMr4MklxeiEHIPcQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a3372043.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWSzqCRA9TVsSAnZWagAAJBAP/jeS3ZEUmjjqnePoaBX4\ncO5jl1JjJIzkl0q1iIdrT0ZD6DOIfpU3n93JjiLx5G/3M5NMrUgW9r3Xj6Gi\n3dcp2zvpPXtpU9Hk+QQ6hzyNaVV7DDstetOJULeuYUtzH7/Vo408mSEdWrST\nLhXBiGuV/GwkSPYvFXayGwvFOmB05R1NJlmgaWByznpNXGRxYaF57ZTge0JA\nmQMHCZX2YQ02WCb7vYqsqdada+HbWCAzAEAr3vO0cVQR3Vv6VgJNc1DVJdlm\n+Wm3Mec2lH1JAOILszwHqcHzhtcTNTkZwfeRK4p4b4v0Vuaz2R0vgRkDISlv\nGyqX4ehyyrbybw14Wb/6zA4QJTq2ptlI8g9Halcg/Js4ooP9hscTMZfanq7m\ne1aJPZRZpjOOxmYuP8VaV03bjwe2RUJ8n9crinyDBBZjUXktExQVZQWQpGh5\nLqMAea49mV9YZ9Ai/ysmo46KopgfxljkK+tEv1DNItuN8LHtfi99Ikrp+qCk\nXV5YCjfxFQfiM8US+N2HX+q+KolPz3JHpdWOwWgoyYns7JFDHdi8yHURkNX/\nr0AZLsMj30k5d4kR3jUZYSTx1vBZ3Aj3M2yDAxa4ec8CstR+VUbSRx8aIwGo\ng3zxcto1ul684RKUtiz1+p6yqWHwqQCFFlhwGjTDMuBWBJPRbbWs5K+zfX49\nC5ZJ\r\n=6j3d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgetNNlz6HorRsNhOc/uT7Hg2gdFUjXUcrOPpmaYhKWQIhAJIYfnE1pT2y8+YT1SnK3zXDiEgHgYpiR0g4wOXcSyQl"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a3372043_1549348073313_0.46266438376734853"},"_hasShrinkwrap":false},"0.17.0-alpha.c6709710":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c6709710","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c6709710","dist":{"shasum":"e444b45bed1518a849b78d6f41e2d5657b6b0d54","integrity":"sha512-9nagB5DpSzyhTGh5oU2XKPecpSJ2dLd+U5k8vMZMWoMb+/HtJBNl73cv6Sqqs+O42opWnEFrvKb2pJ7WYcvKlg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c6709710.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWSz5CRA9TVsSAnZWagAAfvAP/je6XFhv8p5rJJbKS7pu\nUzwmtSS0Fm175aWWGwTye8IaaIics/S1S9xBVBZ2PsFegBwo+N32oFL53Rzu\nJ2E37lfeVvcUg61Ata/QRVGZQ3HzZCAaItJI89QYd/jwUHcCTwIra1LsZcog\n0847Ky56uvQLS6Z+7XtgVuR3pUyfkNiVnHhEda0t405HA5nmqDamUeKi5RiV\nu7khLfcogIBfNZv/v15Xl2sY+SHhWrYkVuIwRv69bC9ZbA2j0p8f7yyVRFTx\n09DF5oxIe+ByCgjf0MNRT5IfsURAAZ6LPDE6ElIk2pNaqIi+lnBoc+RLi9+u\n13O5pxrCm56F87SY9VneM9K8VeAJfM0nKMyE/vhkKvb8RE3U1XwULI4TB0/C\n0hHqqENkj04of1VHZZnjJIXAobzcZaLT385YNdUqYN6GixqS62KPnv/Sj4VS\nnm2oZ5Vyko8xd+8CbBFsKKsY3hKEWTairZKw9kWaNrjoVgpMqkY+EMXKc/pS\nnFBhZ3RwGxN875ynXdPhn12eVIExN1OAFCXfspnE19ffTkl+7To9EAfaPQO1\n9maUyBCLeK+2p+2k912ky0rNYm0n88mlqmBPi1Xww3eBVMJ0wLKX86+sTYwA\ntJbfMvnuiKMEJE/x+eHApq3Q6gkgTFZJR1jes1rccVeW8mf7gnmOjoR8Wbc8\nBxZ0\r\n=2LhE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbYDnzVWmDEzI/Z9hRo4jeh6f03TUPYsVZ58AHkrfBtgIhAMYMhhyyVc52nphxNP/vwiuAXGQ3R3Ie9EE0m16rHo12"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c6709710_1549348088685_0.9751021147827641"},"_hasShrinkwrap":false},"0.17.0-alpha.fb993fd5":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fb993fd5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fb993fd5","dist":{"shasum":"4256bf3c5e67c3122ea3ca1eee50b42e589ac3a7","integrity":"sha512-VIgo61FptzYJsbmmtnUErET4Z55S/kGeJH3wOuGqGWRFuD37dJ39kFQm8BcmQgvhtBN6z/Vb4KmZEAFl7YsS+g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fb993fd5.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWS0PCRA9TVsSAnZWagAAWTIP/A+1lio+vlVwZTzhkAgU\n3fno0jYIFDkEsw1gSmv9dvf+5PSFjYaDRuS8ll6kUczBTjJBComNYvb5qfb0\n96X4yPuvgh2ljkVj8G+FCESXx72wlIcUHG6TiXcEtShl199BaGIHCunDtAF5\nWyS3O/zGijGwZ6ERjTu0FpuBbeqSX3Hx1poic6k06Lz929q+yTJnsmpMuRFF\n9xI9jE60ga/HNbVpxIFZQ+wowtriJV5/Oj5fehnVx+UP4nbLQIF6GiVKR3a6\n+rpkbqoC6jtZT8Fn5wlja0kCAkZr2IBcvbUSjiX2OZzMCtwxGwAIr7iLvqt9\nQwnNBq3bkTd46attjnZE7gp7E179f6CRHcF991MWsCGt4Cor2w/RCzijIpRB\nKRtSRDxBieMka1tuIuQspl3Td2R3T9s4SUWwfkZaaOvv6mzXJMw46E+L3qCg\nz6Ljcl0TLII6BDSxHP4lLJ89O2AZ/D3tHdHzenMzu7qegcFQ+46y1XDlBoJf\nQ4pnh8fnRIhoQsOP9tlx+sU+i16sFOUnpnbRWKof9PdN+jR3+rDMQPmKdFFA\nbdJEZaFls2heJzjqIIBJpwuDsClAXOj8WpFTaq0JJ2vfTvxX9hJyPYYOA2y/\n8r666h/INlGn9gGzdAtbA1XsIVAilc1/N2vl0t0Z91M1WuDKrPYAYtRoNhYj\nKpY2\r\n=gVek\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH611o685RzLnUpZt1pzJnzW3Ln8Fby4N8BIzTDAmmgjAiEAiycgfPssj/KM2HcZAzrWSeFa5WsCMKLLCTQPxXwN+6g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fb993fd5_1549348110299_0.11478632511956799"},"_hasShrinkwrap":false},"0.17.0-alpha.0854f325":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0854f325","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0854f325","dist":{"shasum":"5acf98dcc7fe1a86d1c77d5c3ab12f23d29d449b","integrity":"sha512-izyK8nAcjBOlv2lGiSpTCzQb3fsVnjUqw2DhoYGWsmNBmHYTi4LXljKdl1+7PlD2nrTZoqTKwp5qG+6dvsIzbg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0854f325.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWS5LCRA9TVsSAnZWagAAJSIQAJ91ryG/cxv/NpDgO0yk\nbaAdXNFE+cSZm79xliaH/6c8j7iL8NkvJFY0sA80FMTRckKig4jbZ2yRbfRa\nEYRcPjfq0JZuL/S1f3CZpYlvRgFhvzDJgmX0/zo8qLh81xl7klTJk/K2mXHj\nu0UIyuQ53CVzCElXa2Rvc8yO+78lyZdYMAyxuPCPUXwI8nQO4btjXWoU2+U/\n5LpRIVWhI2M9JFIyz4Ws38dxgwfyvVbsT3Zu0e4JR2FjmGp1gskyCM8DY+vD\n552FiIEPLI5kSttGtXL5d0RcIQN/CvSp+f93IVU2Y+qphCtCI3jt0uNS9Yoj\nt0SGGggr7SuKnUZu2jI1O+AMMVo8aLvSsaavp4AkbcygUcHfj3/ARyWN7uiB\nW+DlzmcnTgaBlYk2AcsXZ94ooS9h0d3+7d79V14LY8cK5psvGeZpvFzaqlG7\nQN9DpmEd4vJ7TdK6sqdBqf3WKBPSnizhQ0YJO0Gj76cHxmgFUKG2QyHQXtMI\nSmG1NN+Vb68hAgccAAo2HKn2UFNy9utphshdcC6dgKCV39K6/qWdSGouqcYj\ni1K2TmTKUrXp8h/zuPzxiBr2hTInt+xPsebZ5+M9n60KtALipElq4KVGr1Jq\nhFg+ci8FIX+VzS4EBrPDWc6fi91OBhrDHrqV3mMum27vFqsNrK++nsEpPsd+\n07Sg\r\n=iB8R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUEo0mu8G6WOVc01Xw5xCveubX9dKsjVAy+iGCuBuXmQIhAN+dNV/QWZ5Lzb2xJd3E1pyb0ZdAsLb5Aq9hfj3z7O1S"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0854f325_1549348427091_0.8918948844509553"},"_hasShrinkwrap":false},"0.17.0-alpha.daf47417":{"name":"graphql-codegen-core","version":"0.17.0-alpha.daf47417","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.daf47417","dist":{"shasum":"d1b1224ea02f62650191bfefa7c0477f7faff337","integrity":"sha512-UVyxh2ahTJQJurs0ZoiVbpz9uv9kbH8u196Ocs+B4364EG46ipm9jB2lpP/PEVswpya8xFLIkJLKaqfJEq1/dw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.daf47417.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWS5YCRA9TVsSAnZWagAA7c0QAJtUGFkaZsmTAKdw6eaF\niCnF4LvhBn/FHPcu7hx66Fcjr5ASGyLtloHIud1QggZShTX750T7+SuoLv5O\nO1UO/t6crkw7xuh9WYsENGMpTM/eOtrArZIy5ZrTYAv3ROFTGevcreygcVoz\nLFPZ9Yeytd7TQvZHmzG/H5Xz6czJ/k4stGuW8mTID8e+f+8yireJTAMiYgZY\nHYDUdFGyFvtWleKemfFuzOiCAx3f9Qrqc1mPGog2ezXBJ65Q+F5vkGCWM/sH\nVn5HoKzku0Ub21Los4yPk4HQb/RcOfYohKNH89NFOspMiAVpVUwavLOXUPWt\n8Wrlc4QQtyKyLF8RDCyMILnWTRTqa3r91KgiEsb2teG6HWlXOpB/EWBygr8T\nKK5gDQgAwUroII55F2bgw0N4G3ADgTCY+kogJuG7c7qd1FVXzfYsig+Lz4+O\nfTw1sA554KCDPuPSqrTb+U872maX737STrng1faAKxvmM/7ZaV0GylAuUSsc\nC0i13tl+OsYDmlm8E4hPhu9TFWD/OpdgOTW6L4qjtTrfcmC0Ja6dIeAVaIOY\nn7rMFNkmiHOoUATMx5sVB3TPFK5q154o5isTFYIukvKO7JgaVNr9VE91Dmyc\ni8XGN5yaP42pqgfa88mLR78L6okboO7pJhwkwKlC3/x1jDGwdg6mepR/QhEs\nnFPh\r\n=y7r9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3GG6Wr0Q6vnxEl8gkMIdQXA2xZOapXPuJ9arNl8oVEgIgKeKGLJtbJdTG8tljwd/8G/7Hp9Wt88ztcMXAk/YeJ04="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.daf47417_1549348439658_0.8000759868441363"},"_hasShrinkwrap":false},"0.17.0-alpha.7b39834b":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7b39834b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7b39834b","dist":{"shasum":"eccfdeb94d956f82a0075e1d1179fea10ec5860f","integrity":"sha512-ETx9/wwoHAJ46o8gSsxwSCG28DnDRvuJvuNbv+arEp0/kpyeHy4Ch8v0/UnFeVA1t7LbNZ5aIu1hjBN1HvQjpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7b39834b.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWeSSCRA9TVsSAnZWagAA8i0QAISS6OUNYTozd3IsnqjP\nu9q4Wl7201UkkgBx/A/PxVX77u2RKNJ6CDsUZ3egBKhm1zNnk6tKeNWGLjn2\n+cD3yzLuKQ2tfkXoqzFaJ+DVthnkzsytjN27kLV3tossM9lfMpXYzcjUBDeI\nLDGHRGH+qcKpzlBN14w3vMjy2xxqkpx8S4ZoCRPr9Q0L5chDhhP6GFAaMLQc\nRyfzilciRe5WPthi9FwoVIdGDt/drqVUsflPTsEniJV2m26xa/wf6XnR5Wmc\nuxrqRloenKvgU8ppwYdSQn3SZZKbO9P2UTO7vjZ5aOu3n8flnjGFnebfw4XZ\nIWPBmXzL6imiWJuknWuQGR8Kc6zc6jP7/WweZxNR5tYTT7FJpGpmJbZKUP9s\nnEq5vDCwwhXh8jtBzMEBH3TDuhlKVca/UOlKwKBgC5Fb7vDw7vASw91vceGo\nS7CRb7yMrSwV14LAf/nnkBu+bVdkoLALsFjcz9Rjo3LdkyxDT5naxPTytJN6\ng9f3c4VrHxA+i+vDGEzgqCg13+0FNZtHynR+xrmcH2woM2VeJdx0U/F+5wN7\nEghxC9UkW4ab0V+NmtPbfP//J15AR21xwSsKQgQo2vsNzk0IQi/3NEqKmv+C\n2KXRsHrEceJs58JLdGB9L3wkcYm1EyEdHMqHHi58kG/vMDHN9JJNSSxnAnty\n9QUP\r\n=rMW3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3C6Z875XWiow4kqnSpDG/LpAFVNfFhhfzChJuwTi2tgIhAPDKdNlNDiOMpaacDDzBRb6jwexD+zQN7ybmEvMxC450"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7b39834b_1549395090084_0.9705477040799797"},"_hasShrinkwrap":false},"0.17.0-alpha.6d3f6b1d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6d3f6b1d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6d3f6b1d","dist":{"shasum":"a63aa82e9adb1b39aa6e787d7c4bf9aaef4e465e","integrity":"sha512-OT5qcNqf23hL4KmTPE0qjzeM5iWizZgK/kHqTE8iyp3HPHbcakr4sU087U6FiCr3T1fAG2KwaaUyKS3SUm0LAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6d3f6b1d.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWglwCRA9TVsSAnZWagAANsQQAJo/oHR67xoJ121KEu9P\nL9ytcpFtXCF8d9P8uIqUWHfv9s2RAgmBM/47+RTZaXQE6IcTEqPzWZ8NM1i0\n1O/RK9gx0PrYQHeBXB3OR8+JVHU9IG/a7HCL5QjeakJDwyyU1CQAQHJdaAWE\niDMi0nqMZqSazQ/XXTOXX5zsAfwpz151ZSVKEIvr4b9NvU/D1GSlRm6q5irC\nx74Pxei7CZ9w2Wm83J7PmAjFVK2zqZAHrPaYlXeHTbUk6j1nFr3iiaTBcaMl\nWGwfNXVDU3p0DUXujWqo0NZzqH83Lo/PBaPpwQkWhwht6aa1hESG91L17c3f\ne1tb41ipWwX8IP+0MbCLbbGVmLG/Uw50VFJEpqWQGgupOEjjaBN3k1rq1Pfq\nxtP5YXMpE19QiIm9gMjJjY0pJYW3K6BQeAeCJSrrJbeJkTS1uK3UKqHgBvJ1\n2+8CunO0wLrVT9z5V6MrVrOAO84sLe9C/4QdKxTUsJUjawdQ2xc/Pb6j/sYT\nuYHqJBZrW88uZqpcAVjD6mxYPQVXtNFBeTaIZOORmy+yJ4EYnRfrdWw/zOc8\nb04wbE0TTOotX34rCQxl0fpY/ySndHA0SYzYgxSxS6q+xANuVZwWny64IH3U\n+M4MzoMTFNpUHKz1TJGrlGQGouieyGyI05ZDePmygy5y2eJeZiXF7pnrAf53\nMQN6\r\n=ZHRZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHc8tMW3PgRDtyPuwl3tCeEvir3z4c+VNrWamnpPDV6XAiEAhbRS4ThemdWjJ/NEFUyPDJ2rJxymTuICzl/oef2OjRU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6d3f6b1d_1549404528033_0.09532711071581912"},"_hasShrinkwrap":false},"0.17.0-alpha.d9949d36":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d9949d36","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d9949d36","dist":{"shasum":"ddde165a989b24c112d79219cfba7d2053b69ceb","integrity":"sha512-E9itTmzmPVm6sT4U/2vPG4BjnWfYfhngyV9cDehtuk7SVIsK4tc4aRXO6zp8dXZcdwatkQAkAnz3OmGGSU9bwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d9949d36.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWhCCCRA9TVsSAnZWagAAQMUQAInVbGFNAJAmAtRU7Fgg\n7trEnlFsPJBTj4B2HrtnSsZ4LKs6ibiRBqPVAuN3t0kpJC3qE9AI4jV6Gp0p\nSgeotEg6Pa1hBrE9p95XGww66tLJ5uhpNXGrjLRljVnBl6VjNz+gp7fQ3PVj\ny2NCmqIr6rz+QOQeeI3jMmyvpSRez7Mqz+VognN82GrhPbmi3bakj1mKttzu\n1MPrfNJdmZFZKe4fpbzs6lTlljRcj+pv/EVD0WuvcAv0fVfkyKQq0ItwyURw\nUpkxPF1nafjSeUd8De6BKsfgBVS1NwkD/qvp/Ovn1ixkLVvJsN7etRZSSXc2\nbfpxzhHLn9GFVyA2VcdCIaCIsI5ALcKFmWf442kI1QZq3npC1NX9QC6h48ba\nshdxaIV4GA3UOzyPHUHAgRqgHFcq5arHzgYUE4ZZAWzgHUuMm72ylA18g2sR\nWG0H3glIhODGqDaHnvddA6mvetppi74M0OSiRg2lmoYKnW8sRuI/e6lf69HG\n2ym+6Eo9omffiu6sk8GSCHGEhLhHzFFLh4B8ZF2003Pr00KY6pOrgoBLbrVN\ndybaCCeG/CT8ie0UEa7q9D7cC0IGkq5dvh+QHcuXWDoZt/KyU1fLiaztZ1dC\nGIUvnymaTx0PNQZiL7R071RJWiLUNtcHVfnzF6l2mrWhmvqEYwh1eQUklh/S\nDlG4\r\n=vfkK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhpDG1AJNg2nCrhHxE12+Bnzw67YoG8Djq3TOThPBnFAiEAiAYGpzMi33NO1R8U5N5V/L5CR6t3lt+0kLACeSAaxC0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d9949d36_1549406337471_0.38913346291230844"},"_hasShrinkwrap":false},"0.17.0-alpha.f484a06b":{"name":"graphql-codegen-core","version":"0.17.0-alpha.f484a06b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.f484a06b","dist":{"shasum":"ac4dcb2320dc9d940932ed8587da1718233a6363","integrity":"sha512-B3/OR2tQxTMpzJiduqrwKhidWkVczN1dzjRHbHOtYwskkivb/hyOkbsfhSMiWIvjgXRTeQ+qHbOxdZSo20wO/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.f484a06b.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWo3FCRA9TVsSAnZWagAA5mcP/1BXcmZLweaRP7Wq2FAe\nN0+2ipyydegktaspX4cvCwxnM7gtQWNVMt9m1mkS/HX+xYhUrdASHt9opQwO\nEvSc/5Do3DEqZfVXT/KGobWyCTI/2wlKEqu1SPjEfRlu3MCk6s3euvZrFZq6\nDyixFE+RqkA7MXJzLbREZMvlqPIeEorbKZtAT2q0xc8Mv3cf0hyphI4CaniW\nzvlc8IKF1orDBMHmFAXBaIqgjayO2p2FQYyyejQht/xK2Fp+R5ouuw6xfLPL\nlxyuUsDod4/GBpewEmfAgvy8uoBMW7unu61AlLIM2KbkZXq3RB9JY5RZe1JR\nGB/h3fmxsQFEGOszi9Bz17Ba09w3+Fr6uY8BgqNEsVrMRJ/hJ2K2+pz0Uug1\nLEKX+1nBLh/WdpDY/4ns8zMjkVmrIVenHDdzpV0/tcMSwnsvFFVeBSEALzul\nTKyQymoQs8QXnZWUAFFlRujdiZhoeA+6l8lspminG702/3E4QpIsuaQOAiPj\nk03hWvpcRuGvwZV9xdLEt6/MQEk/S2XuIaBVRFeX+SQmeRjFM2H25e9hnPB+\n5JAlyP+zsBXvN5vmC56P4PVjZdIg12dd+ef6sJiAq5XlPrmJsRijnV3lFRpw\nhCNEWhjEP8HjXnv4tvidY08269QN675Qvpb+oWOHavDTZBPYh+FXr6FlwJTM\n0mjx\r\n=xYwV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSls9PbujOza3laxVWvLPhOLVr8nD4qF2LJNjHNecKZAIgO5miNK6Y2jkdaePd4YkUVIW0DLgzsSA/0tlsaUe8EuA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.f484a06b_1549438405055_0.7098499761819328"},"_hasShrinkwrap":false},"0.17.0-alpha.0b4d3e73":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0b4d3e73","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0b4d3e73","dist":{"shasum":"31561e547250275e643250184086e398964188b7","integrity":"sha512-vzd9Q/17Zw1ACZAkZ7bye6pO5zGeCpzndHDLrssQfSeko35o7bi7nAeCb5g7NO0D08L0CkYjiCOZr/BAWfePlg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0b4d3e73.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWo3QCRA9TVsSAnZWagAA8CQP/2xMzbkEaAs+D1yJGw6t\nLIeGs1h8atIorRBu5qrYSKw+aOmCRSBnicKzhc2ElXcBxCs++muXCIKfxj2C\nKqPvjAlzhJ+2BsnguDWelNWMFHJfYCJKRi/W9L1MBztY10Bj7GNdhXJbHglk\n+Zpt/C2BQrJ3FZDjl9mVPCxgMgb6ZclWPGZ8QegjZ1p9Kcuo7JrJJINj41dD\nEllzmP+ZbhV4QD/RB6KJhbpJ4Qsrty9q2obG1TppzZ8z2ZmW/sA+iSTskfqC\n6UNCix85P4fM2bdXOTAgis9ki4S98l7EKaJ/r2muiYvSSNdzNSUIm1Kq56hB\nKiHj87e3m4XWOfharArFiCJBoNArbPHlm2B44d71u52+WU8ugOI7f0zhpLJM\ncwvpqzSeRBxpaJSuyN4ub9udkwN+3ncLkbB9dAfMkuDxos1HWZHe6MgoyEgx\nH91zE45Z5Sx4Rf846lcA2EafO/BayzpyXYzqgGFzz77e632XJSHImzKeG6Ab\ndvyyYP3tRaKCxhe9ymuj481G6hSJudhH0iXoCUAZ1M7MCZKiKiT59XAdJEe5\nYR5m/MK8M8IzFyawCh77PhbgMbmuHWX1so7p24oP2+Yw7AfOeZ2MuTAfgjV+\nK/9iItayMky2GpEa83GHugJloxXd0EnYzE++7KASDT0vbXrgS/Ng/h6hqXH/\niTlL\r\n=Ppzs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVElXS2zVPP3kIRHmjyF+127LKOT1jObjxjYtbUgb7bwIhAKqCiL0hjfAeLNCrpVco60ribDeRxra3BSAA03GjMZmf"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0b4d3e73_1549438415904_0.9685571074700414"},"_hasShrinkwrap":false},"0.17.0-alpha.0cf34bc1":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0cf34bc1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0cf34bc1","dist":{"shasum":"ea9078db686318351f4900a8e0aa7b060b1b24d6","integrity":"sha512-WDISk2wsp7o51W4vEb8M1vTtWcBtIK2NkXsxF3LLrDpzqeFl4y5fjczWm0T5XNVXIK5ZCU22igBhFtTiB/DPaA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0cf34bc1.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWo3YCRA9TVsSAnZWagAA6MoP/RC+vYAdhMK+KlM9UlVx\n7QqiPXhlUNQfx0nNfRT9E/aEQE/jRCZEpXGBpJQo3JEAqRnwwgScGfj2RrB5\nBODAwfietpF8VU9uHJk1rWg0RZQ8odSj71FWmGJKEwvWWIKivbNtYUj+4P/O\nupuPvbBee1VGx/YYz6ATMmNh+XR3RT8g+lFWBORzhsL3U1No9UBxsoaCX2xn\nXaOV6JWpKPQOgAGGjzVIZFV9I9FkhA5apseMR+NufV3z14eQWJ72Qxob5mPf\n9qCwc3raZBfj3DwQCg6j9zFGFVmjEMtqREDd9V3/WsrYIriMCs7bCCbk4wK/\nddRy+ZgUA/62mEC5C1oq75k0OVx7jMXP2k/1T+Fxy+OloQXHa2t/yYUVb1gE\n3YleCv8kUSEbpWueRo8iRheeiIZvNFkcI9t+B1BIaRxqKt3v+6SpWfN25Lao\nLxECQptkf5M9j+HdJ6gBkFX9EpPw7u5pD2d41rnZLVrUA/u8aeUmmNMg3tba\n4mnfUJb6l5yHyJsBgSfheo0f7g/XU2x1ykZ4PV8Xna0gA7adD3Qhoj+dWyUt\n0BfJFQ8tvdVwGYpC83p7gYwForBcC4V99HFlC5OzpDpV5a+LiVxcLYj2pJf/\nVVQlD7VuYv06I+NGMAxOG3RHsad1wCxDYvzOm2zYHq0OtOfIAd1fDc5UUfly\neUwF\r\n=FqTs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKpSzoCLKwm5EWohPa4f4B78k5WBDpRaSP+7b987/Z/AIhANQTe6nP4Dj2l9czWrRHeG7275YxGqob0P+faL8k2R6v"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0cf34bc1_1549438423590_0.3890976954470915"},"_hasShrinkwrap":false},"0.17.0-alpha.4fc28fed":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4fc28fed","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4fc28fed","dist":{"shasum":"113ff74bafa9f987280b318dcb96c3aeab0a9d28","integrity":"sha512-1x4nFchgEC2ikRTdFcWXkyBzEcL38N0vj2to8KTzyVs+5NVXLNLRxD7uG5qW6ymkznu0WRKfKaabXd30WVpb7A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4fc28fed.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWpojCRA9TVsSAnZWagAAyhoP/2RwDtHOWZRyJatsU/et\n77eteZZcb9CQC2yW9AWrREZTCKylDaRktyscST1xbixc/BpuxDdx/XB250Kd\nxyoaDgJKbq1ATkBFBsZU4uR3pBJoUSAtqR/z6nooKhQfIMhhczknApIEZaDf\nzPftOtiPXNkKQbm1/KOC66bAOx0iYbBXGbZABR8NRP4nijNbKwOnDB8x/hZf\nXa3178CcbMtnFOdWEOuazgBpqs0+C3YFGKH6vrWlvpFo7mc26ziccuHlErY7\ndXFGdwcumE9AYiECL5wSAw3M7bimk/YyONcSuGGQ3s11UOLbisqmKs4HcPKB\nOBobwNhZXUUMiXVLLsvcUxPgngWTJR7invxbgtvSvVQXrRNBxq6m3PUDy0e2\nqFIqRMdV/lwt72JNgP63s5fZorXV6DZXWZfy25Mh/FLwiyU6ngDofLw93mWd\nT+NcIwe8AkaMjRcD9aDia8jsWWm9ovvUQIXo/3v6hB9WGKb30nI5VUsw+yJr\nIt99zvO2nCnaU0uvfznM7V5UAEN9d6ENO7ckHDv9lKwi2+mBjEVYhNalE1HJ\nSstArquJNQQ5uee0GKAAQCI+y5UiRIdJhT5lDjpIFkuF5DoeqBttn0cndPbP\nvyUnBxHaCV4YzJysPytLR49lPsGJ2wD/YgzxLRiXpkL6MOfa7IOWEg9v+nqC\n0WrV\r\n=YUCb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICNTUoohA6fS5yQd6NMKOfMx3U7ezdAox4NOMHnab1QfAiEAj0mfRR9h0jVi0bj6kvAHRC33GMaKxI31l+tqwuB4ecc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4fc28fed_1549441570762_0.35697944540135196"},"_hasShrinkwrap":false},"0.17.0-alpha.40979ba2":{"name":"graphql-codegen-core","version":"0.17.0-alpha.40979ba2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.40979ba2","dist":{"shasum":"461e33f3a897d13a330b48281b271afe0e1d3a29","integrity":"sha512-Y6KiPS+4EZBTx6/+JB1gtWEVze7ubs+id9k90xCmWFUvGY0ddBd1DjS1mvxmhaOFUhu6Lv4PTGyeFyWpD3tC/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.40979ba2.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWpvZCRA9TVsSAnZWagAAInAP/ii8FiaHna715It641xd\nCV5dRQ/+oJxj6ceaquTaZ+gSHuIfl5wBnDjZUCZUR2AIyJkCG+bZw46aIEny\nN/ZttjbUWFDILf9qJVVKocSlDT+AZ2bly6ChBdMufVsDWZIrTEQI1lHVv3Ni\nwa8FZKM1E9k7MXh0EirApaOuGPchOgRM/CkOTEsmaedAYjZzDKzVYNN2Tdgi\nN5olk1kExrWTHaR9P69Lm4I8iKx1iOsDSxhmpYlNzyDogzAANvzMoLL6jzh9\nf9NaQqAl1SD5o7wTvKauc8lAaw5OOBLRTkAgSE3d9cf8574GkdDOpH36QTRa\n56Tx/ER00qtmfhkC9QVOYCA8gfO2TfMpvlpAXywg41nRyrkNUGnv+n0U+pic\nMkSFDhOFza8FPQgRZoqrvJXo6mgZF3pj39niYhvTjzYmFe4kOKkOUiIHXtnY\n7aL0m3gYAuiatj7gsZ6dQTccVS7OnaJ9yJ43S+KCzmBuynmNu1Qr/4vcqxW+\nKafLhOJ6zKNLWksz8L5PdU5oAejvQeGWDiwjpWRDako40/1vi9pbDQwjH7uR\nMtceiUCZR7L7PANGOBci31d1lantcJ8IcTBCp9etcvQO/Kl7jvzz74gQpi73\nGeuWPNroSVN7GutfZ1RODPrsLkdr1hszXEs/DsfBT70wD9u2YRrcloXoWN+S\nV5bG\r\n=4E7S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDdGC0WavMYtk7jXacyGs4f4KYIzTGl95RY8pVFELiEEAiB4qoqnVyt+50rFCHrF+ZFMO9zJ7sb6lBSWST/c0QgYPQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.40979ba2_1549442008466_0.9176791769728627"},"_hasShrinkwrap":false},"0.17.0-alpha.b9ef304a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b9ef304a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b9ef304a","dist":{"shasum":"c6ae236213447caaaea39c4da0b083815617e671","integrity":"sha512-6CR+ESSAUDTpwJLKLPVcKIWmNGCpBWrimvbuuIS2/RPl89C+Qn7yEDlQzDqk9rrkdL/6Mx3mositr//hiqxKyg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b9ef304a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWvM9CRA9TVsSAnZWagAAd8oP/0aAqjeJyWl7nfxkqIS0\ncPMbs759F+VD6nsVYmmunM0hWvUjAYE2mQnw6vPXgCdSD9YEdhoif/kRNeYN\nOKFc1ygM9ahcNfFFgczcmqAzIQW9FNpI94g+juChRpsDlcW2arEVT8COIwje\nS2PxK4atFPM7dVFTFwcdnL/GOf01IDNBPttN8sFcRM57weOXit09/pfs9Izh\noK4Iez/YVuO4KDWyM3lXOjGySei8GX3YmF1o2Xh+/b7Kx57Xekv2ReVJpSM1\nlnghRCyBOylkqYpgVrUIXeYofk1mtRnjE8qJiDpq6pg31yg8mmgMc5dPGQBP\nGZ/6Mg3BrdVinMsOp5C1uyq+1DAUUgE/jZW+hjtXjZojaCrjgo8i0OcX58uh\ntncs0HzYyjQwGL0ZFVvemjsv6APElny56eebvnkZbECLhWTdZwpWZ4jwHKgp\n6zY8+QL9Tanq3vtWpImELVOyyYJGA+0pniMpbbt5jfSBbvSCkRwqY1+yIDVZ\nTSxGxBwuEqQfBp07U2A5/wkFndFTyaWsp8dM0V1sGJ1Zzuz/VrWtAOmJ09V+\njV9spXXU0LuVs1SoVA97vS7vyiSvcN9WgilDmFPAoggKpdWfTxkYY1JJm3hd\nhs3tSVp0s8gvtOB3OMdHzFWVhiqQ9nU6yY/F20F8QtFaNihXyKtimljUXbVP\nwH7v\r\n=GG+7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjAJUn1vB0igQUBSW6FOP2/1RGJ4aW5IEmx84pePkW2AIgHprwhu1O34/hkkDZAcLNUqgeqrGUCR42L5dcOz4T6Mo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b9ef304a_1549464380685_0.4586799683736471"},"_hasShrinkwrap":false},"0.17.0-alpha.3cee3744":{"name":"graphql-codegen-core","version":"0.17.0-alpha.3cee3744","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.3cee3744","dist":{"shasum":"fffaa0229d86e9414e52316c28b2172c9e1f8cb5","integrity":"sha512-WgpUNrFZ5MCduOny0h680EmO/9cmrLmLrKL6sr7H+UXL9Zy5E+TM+x6nMfILAFuxPQGoIbdOwKsMJPvr9pZRJw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.3cee3744.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWynYCRA9TVsSAnZWagAA+8wP/0oU0bV2UG30GsLHhc0o\ndOXygsDwo2jtjOfgmmgZ78onYSSHm92F5dCWfSetNOYTfeSACYArRZzbf/iL\nK2V9xc5vxhNVZEtIoFLieeP/M7erqJSS9Ax4t50fKcbnjk3Xh2b5KEw3V4Y4\n57sjoW5LlZuvH9xu9AGcY+Cwxakl/hrtiFuquMjjxVngsI0zDDn1zugHAD5j\niASgyVCTuM/X+h9d884JJ2p8c2z2P8cSY+ZlkP4uT/1YPJPa+zea7Kjgyv82\nQTLnmd3lKFO6IuDSsk11r3tJQGfCrP1CmRW1okFf/Iz1268AshSizuyUNkr+\nQ+/4PQNeXhqT9sprfxq2DwPGFFk2+A3To/6O49nKmESxuPC/B/oADKXPzYMD\nPcbcthqyedtLDSEcA3GxkbxDFXFonahRFTPdIIyy1XkuanMqJpVKIJEgMQ5C\nux7JYMFB/dUnR8SH8OU2sjm/rXlr7+0Y8j4/xUaIcdO0NlxKzn32DWnMtCua\nrU27TPvaEhVZXlx4jvH1yn19FI+DHJIRZZ8mjwPrf2J6Uh9AVVxY1JxLJF9u\nCl3BGylawk2G0MvAmXzDf3hqCt8/8gcuYXHX3AdLifviOwO6m2K9OPI2S1Zm\nFpZ34ce5pn46nveVKyYwYns6izpi6wjl0K4JEe2d1ZnCL00ReiS/c18/mYPy\n1prt\r\n=9Edf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCagbaxN0eTOelxvZ9h2TRuT/re9Q6adXn2/33V8O2AkQIhAKEcSZiuXeRuSkR8BMcyU57GYA+IWORA/CscxxlsIaaF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.3cee3744_1549478359858_0.6235738930470869"},"_hasShrinkwrap":false},"0.17.0-alpha.52b04139":{"name":"graphql-codegen-core","version":"0.17.0-alpha.52b04139","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.52b04139","dist":{"shasum":"21f324755809fa757bc187f77611ec5667191181","integrity":"sha512-Hocp7TrrTDgovkDVOnPN+gpE54F3JtGIWM78mcX2ZlxDq8Ir2xZ6qGBOUwWes5lJScpJNQ4LBNxj98//LO1dpA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.52b04139.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW28eCRA9TVsSAnZWagAAQSsP/2jkI6K0Gjcr8TRQ35E8\nY376HWKq/tgX7lHaYoOjcCFx1pzBsnPgl8GmGXQAcEwPOh4sw1kxmwGBAgXM\n92uOSMo6De8L5q3p5fdLDHqNdtxqgUM9mQVcc7HrEYlrENMjyk5bymepQn61\nKMB55khIT7vgdQsKDJZtltQ77NtNzIPQCoedGhmC0ywCDIZBEwV/81aU92/t\ne5gQKEma+26o7YH0EreQowkNAod5o2RgRxOvUmwRFYiS4t3W412DqtbUjHxZ\nxCBQEkMF0i3Tj+QZojT4yQac8Md/yiI/fq+Zc+gsTX1zVfiNZjJkkiy12UjH\n6juRNijRAJqNXduEoroGHBZUw22+nXRg43oj2t3sxaZaeVXDOQWJ+4nxKDq2\nH/attaKaxuUtbP8d/22HKlyKzkKxtPoYC9wxCffj0CfgyjNbhP8U+DYYXHk8\n8XLb4NRNEruUGHvXZAJ9dFBj8s90duRgzsL829jhYOqVkcT+n2eJcyAmA/EH\nuEHBRirJFGNhHZDVHw4O3Awhi12F85nB3Xw4MHUpIA9qkXd08OaT0SyvGtq7\nzYNgDpxIxhUNe3sST5ZxHw9EUATHK70KiHEkeaZ2Xds5iDxZKL8frVvV26WT\nAhBXgLKUE1LFljzFdETzUdWDdyDIc5oOAbISsbfEHai9BW7VQjEJADIdfuMM\nvfUa\r\n=LcZ8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPHchIMWZgsIxbTTEY95HIRLCnnon+speFJ71eFaGzeQIgIH4O857+VAfFyY6TaNMEdUHHlnr9oH1uPltj01/ekN8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.52b04139_1549496093750_0.8590498004987828"},"_hasShrinkwrap":false},"0.17.0-alpha.70087e70":{"name":"graphql-codegen-core","version":"0.17.0-alpha.70087e70","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.70087e70","dist":{"shasum":"cb318a158aec794dbce8317ed00f5d5fc1c3e14f","integrity":"sha512-4qGD8Af8+RI7hhgajS/j7fr53c3Xfl19CaWlCRv5hw3J91b2d4E6deQX5sjrbfgWYWV+Spb7muklZu6IJNWMQQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.70087e70.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW+/9CRA9TVsSAnZWagAA8hEP+wcId+dEiTF2575krgkS\nRfEF0MThDcpJUYN4YD4+C82t66JdCKsNsv8nfR+ZAHPhfxQGneX/GR90ab/N\nPtIPwaMwk0Mau4CveYL/XiLo1zFEqFCWmsQK28sC8W17BCBSofcTOIbYnIZK\nqi1Ks/epffIK1D0hntPAm0uyTglNogmtxSr3f3jysYJdfG/PQyQ2QGhpQ9sc\nZMRqckSXMq86A3gwBrf7bBBTS26JaK26EpiJ0xMorB1+L8FNaKTnFWnMLUxi\nRhw9HGJRs6VuiXfy63cyIobMmjvQm3kwteeYI99EdKG95hXWVxoR3V3mQ4wt\nWiImedKzPKEU6bDgIfjc9aSAX2mNPfWmp8jDTEoMFwG2EDqXDWmL3TO1ljSQ\n/FbZuqZ+waS9CB8CqPYF/zn14TX3L+TFqryN/dfD0fjGwUxEgSbHeheIgFb3\nJUjfLFWJNZ0CZ0m+H0bFrzIBa8De27c1k5JLRsRKz9YzrP3xbzmWuGaoTkS3\npz0lxvr58ub1YK5R2DcgdyRnP50CHQ0VpHaYry0+qGfFTGam/w5SK0hhQ70v\nWWQUfzKGInwmlIkIn+Wbk8vVIcck18XET5clEVbGccF0TJ2+enxA60nxkrQf\nfWf1rNVBGcVjJu179R8CJF78FugNocBROZQMhr6uzVme1ItXt1ed0wGeXBd4\nDzkP\r\n=QllM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB5Gb+GZYpSddcRKWV7ivsL5mVZ5u2/Idvw5smHQ6UQwAiEA4RqWE/EF1ea05aHFMGSmDV7vH7vI4QHOOFxhgcOWksY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.70087e70_1549529084812_0.010508967350857823"},"_hasShrinkwrap":false},"0.17.0-alpha.fb0b04f9":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fb0b04f9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fb0b04f9","dist":{"shasum":"df41eef694f8821b79fc250979b51ea59800ec02","integrity":"sha512-FikMQh+HMGVLSc3vXYa+TOanMjl/hrSgBOhg2oRVLWtg/7i8b5grMFcWAcsBNSDnHAAyc6fhJBjwjRGnpEdjTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fb0b04f9.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW/qwCRA9TVsSAnZWagAApuIP/juomqz4Ku/9mxsOk98/\nlzO42yvvXtdq4aIOCFqb1GrcPsX8rhXf97JbDq9lkURwVa0SU/jUVSnMasmN\nFANlMBJeFvNh13gPZLpmbKdWZnAgkYvYlh5qxajGwapsNrJ5akIGZ3pCt1xt\n6aTXfXOA7f17a7JlD8IbZg3CH0CaT7jATEoCbM/hnPrtjd6mFxXi48UQ4Hg2\namxrviwqr5CfozBLhNFGVaAlpnJIDHNbsIm3N08LiZDFNB4gf2qNlfl6A2s3\nF+57KoaRTInZxg6SaSfRsmaTYvbM+tCyYLCzpnitZpLyYaYPXm+0gHHuDrJp\n1l6+qjvkM+qOYVCJaFdMVsSz3BfaWQ3voR6+f1o3dPTqgiwTW31LLmRGn6Xb\nATNlCGwOmQoDtYtcgzI4ZPMIpFO3eJdRgQ4iEzYp/LIESxCr2FB87jn9O+xN\nNUYr/cOWuJxb69BA5GVMVEO/iosvrpBdBx1inA9qfVWzC7ZZaQLyrZEl8TLt\n5BgmDgpfW46qDbmVEvrNvoJLWpmwp3wRH04EDdVEOVBMf/1OHoJJEIlsH4LS\nJcd1hdRU+qjaYmC3roadR07fFlt8O1hwaO1+t5PbTcauUE9A7cbL6NTXArpw\n8MyPTlX/oT1dXTL7kBnDIgqImPJ3ZAA3NN7BInXBt22Viufhy0AFs/Sm1QO+\nuxou\r\n=0ddU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIECP7j0oveQFui1F0yBp4y7mc6I5G80HzH+iO3Wq40wzAiBOHb1EFvqkZDH6LD4g7WxnCnj6WZkL3pRO/2UvnZbmUA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fb0b04f9_1549531824072_0.18168359822940494"},"_hasShrinkwrap":false},"0.17.0-alpha.0ace5ac7":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0ace5ac7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0ace5ac7","dist":{"shasum":"bf2aa950ca53b2e1e36cbd6ca6b2a498876b755a","integrity":"sha512-Y4ZcGOjkn3OtOxUHys5V0a8LgdBUEhB7b7cHUcJYo7gj0u3+xrxn/ECD6+onL5c9sO0UVZpGLy+2JcSpZyjdWg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0ace5ac7.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW/q7CRA9TVsSAnZWagAADVgP/1RoyuEE8rNwMLHGgyfp\n5PqCdE37DMu6Zcxn9IoNZWCHRN6MPtEvl/fN/oqgc4aNF1GBjUOK0NbtRbq3\ne2hvQ04mcnOWl6J+fKGVkUFdv1gBuCmeE/Ezre8x9Iz8IKWhaYllZwC/UhDh\nNth92Z0/db+OmeO9rA8onKq18TZ/xQbpR/FYlf2ZwUbczA5TmoiLQHHMsmIl\npTrB2sSBN9eWgWj/OM+I0afBO17QvF4EUfZ/mWfP2D9tvxG5jFTE9RNMFsTW\nW8UL54QYcsQPeZkXLgl9DhGeIJBcl6/9PZZ36p/HLdm1r0McRaIiTkP0ENhl\ny+H97HeJCjyc8kOUazMwXya4tAQW1/JXlWKz+dttURZVsA+HWhAvz2xClPH7\nIarz3CT0CEPxeUQg2QwD5mP0r160JzVYiEks6mqComj8hzo/SE9kWTdYZeoA\nNQBCiVUKorUebTF4sgQIV9NRNcfiu/zex2CgC/I6CZ+guMGl0d470YHYtvzE\nqa58xndtyfTEWMOnsW/fHY6wFbxLcbUm125vHRGQMRdvd8kLnDp3+ocyN5iA\nrxhFp45vZ8aZpX9EF/mteR4mkHjIXElY9aOL+fN3a+plYdhGsd2LqHX7EXik\ntb9iG4g/GhrVuKBvzCCc/7Nu3oLhTl+9k8EGWZhy4r43YBoyMhhBdrk4f8aG\n79Nc\r\n=UyW4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxJqX3tLVcEJRVU5oZRPG0ECu30JXUWNGmExAz3VassAIhAO3kKcI9QS6AC/fv2ipQulMvISfP6Iqzf6jyHGKga/1k"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0ace5ac7_1549531834371_0.1248846622443811"},"_hasShrinkwrap":false},"0.17.0-alpha.5e884b34":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5e884b34","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5e884b34","dist":{"shasum":"abac4f7f6dce55357a5ca05092c7c2f27b9c5eb1","integrity":"sha512-qIVpubemxPjmNGkQHr1ocb426lUOc68T3qWFji5w3xtZ6rmtJ80RQ5UI81yHeIkhNgWROVRCUAEv8dozNi1zpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5e884b34.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW/rZCRA9TVsSAnZWagAAn60P/10E9fJPw6b/WLZOlZXc\n5+96sAX0accSwmJ6SETs8cBL3zzpJdeoE6MvyU1eqjOC2Bm02uv+MfzmHRDR\nxcUnMDZ9NrV2bdbPvdKqIIY8iVoZ1GcUSRh2dzdxDyZpiT1kS2ZtNwakbIjJ\ngfaNtdMBkSnN2CUww++zrhLnjrw8PueKHMOtvafExpZLdhZqyUvQU05Od3Mv\nwGmxieqhVC94cIUgyKnI0753gxilbNlXV4iDGndDPxFAeOzGmB59xW6rDZxt\njmASkQCmJVpuCSq4S/fsOR6BSq7idF71qTNHZwviFHWOCb3G95Ei+cyRTSkY\nBoBgINzJUaMJIiPvPga90y4zO9IfEZ0dNQcKkwc4rTJoLJeGnIhik0sarW69\nJm9TM/jAQLdSgR2SVxZGMXkZpQqMkaTW7YtLkOjM0qUbnMob53ZJFxJifkpM\nqi/GJfL4v9h0S0+BsDFYn0knp8nyus/ohEvBjRyoHTUgsmBKFiE2lhHY5oHy\n1BW1Rdd++FgYINUo5YdjvH51h9X93LrTr+3fgKdKFomcCfbI67KgfFNTalOW\nlcQeMfwcWv8Xywt9TCyfH8BvGoFZWIbagMUt5xqI2pOMbJg/zo4hAB7oaLxm\ntnoeKxZ5NxP5LXg6Blrzr8l5nZy93+RIp9gi2e1MAbUPm2iOjEC1UodtQHl/\ng0En\r\n=6LC7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBttjAa8HoWXgtzd0mu7IX998cjDHW1OMF9qPRQ06KZuAiBAYBiF1CipgyWm9IwRZQKIoASkKJNK8GI9Z+g42e1qEg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5e884b34_1549531864432_0.33559668904476014"},"_hasShrinkwrap":false},"0.17.0-alpha.5a046708":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5a046708","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5a046708","dist":{"shasum":"b3d4fe45b6e5607e693974c77986e549e0a38f10","integrity":"sha512-WYpUKm6odRbSb1neTJRwEcSZ+deLeR2eu+5z7jevWHNwxjZg3Hfg7ZDOquyDhd7SToU68x+vGHBqQIU59TFJ0g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5a046708.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW/sBCRA9TVsSAnZWagAAEQ0P/3w+4kdcB3JLo0PvNMhJ\nISd/SWHAW6HIOYGTyVyI6lEgpNWdwqEh/8BJUbVHr3BXDPSVmF8QHJhEI3gU\nonqJuxn9ZJ5hPHHr+uS7CGDJhMLpDOwyZDPr2i2SY8Se+c95JHs6kXkhS7At\naz5z4SSsHX/l/X1Eb03rLgdeTI22uOCkux0CV41+XEs68PG5lUgrOnQywuXN\n7S+KANXAH6nBSTDPxayXXgMvhkz92gHeUPbVKEt/gnCvY1F9+nYwipFub80/\nl5aX/eyzUbVMITcIDW3eFRnnjmd6ZbCwojAt1de9M0d8qgEx/x44cuVChblB\ns+FxiGySXU3GAsS91HmjAz6uutr+pv0xwfm/+m5k617euch3PEN9AnvqTNhf\nXDnwjD0cv8sAvAmTgrZqCoNnYgjtRyYIGiJDNGGS7MO2xyhAfTnaEUT/soP5\nmZcXqsCflq+bsi9/60yiycFWE+DybOF8NvGD2E1kD97wCp7pNwTKL9jNkB6b\nUXeP8H0Y/DpfcgCCFrCmyIqvk8LDEwYyZVmewzpj8iSAb3FtNjpTLLmxNa5+\nY9VhpnEw9EzYNNn48NETwSgM05HASfADJO26FqRqXT/evXNxwAOMieegxtge\nnfOJ8GCe6EwiMHXaDAOYVNU/7Y2Y9060hCTOWF8iP2eH7u0ZA4lHi568brYt\niITK\r\n=o5h/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUD3j+0532nDHf0UibhtyQ2Eq02Pinn20lFbFlAvLQjAIhANxzm+h/6Mo9VvNDS+l0+CxV2b1phkpYOav2F0ZOFAIY"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5a046708_1549531904787_0.12808251898038003"},"_hasShrinkwrap":false},"0.17.0-alpha.1627d5fe":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1627d5fe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1627d5fe","dist":{"shasum":"bdb06886c562c385d7d5b83c4fef4cef572839c2","integrity":"sha512-+5KTyjO8FcORbYQ5IEreFrlTnXjjujT9mEZ1arTn6ivkfDy6Q0rVPzpfM9LUF2fDA1hjWhb5zcr00oaPKdpD4A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1627d5fe.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW/vXCRA9TVsSAnZWagAAXe4QAKTHBmjDfYy0UEBPu/jE\nQmhPPwdnONMi20VpM07VD+QzrxPZ8E1cB2XLhS4RoAsv+pqg0T7KygMcK3vm\nY9tf4Xl36g9s9EAiuLVqKJEeS4K8zJQlYLcdtaY2pZ4UeityE7YOMArnL2AQ\nZ5GDaPs2idlv+U601pHHe1HLSl9U1B04gh1ZKomNbgPHXydor88fIM/WrvUf\n4JqxICWGFr+N+8NgvU+dePbleZJXhuL1ozg7YytWElw2+Xqz+K6dikPvJnGe\nenkOL+XrKnTOQIjAdM4/ryRxQyAdOpYdPgqJu2mUm6Vymm8ydnwd0dll2j5u\nam1XNOcPeXzaVIieO1PJGeQTuuyGag6U+GJ4FMFDQsdwrqjh13gloQrocMp3\n0IGaLHf2y+CPloJ4l4NjqYiZNpffQQWith3yt36r0XIrmAkq+OKNsmtXpTR9\n94pfYfNAmSLOUNymzyFZAWYNLeKgAl0ZPVyYRxRi/d2szIMC64kRMQXBtnQg\n/28iIudUtnfaZOyPJuNxLljmGcMOhjqteW9jbRvIoE7R0xAMaz+hnw95Sbp0\nAieIaedU4MT8U4Q2sB6Irc4nonNWRBrIU+PpWffxG6aCGiO4STryogjCnon/\nu8M3JwktHxY3woFPwjuk/beS1FJl9Qti45pDbYXk8OYhVMvGtIXVj341XRXw\nBIgA\r\n=FYee\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDt4uWE8wqrcO/BZJ0esCZuSAqbbr2t+vmGbPeKvZlHcgIgMktIWlA7urcBUeVzWl2JrSxFYdoLyRvfuaS3A6KwRP0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1627d5fe_1549532119241_0.2632749134765806"},"_hasShrinkwrap":false},"0.17.0-alpha.392ed723":{"name":"graphql-codegen-core","version":"0.17.0-alpha.392ed723","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.392ed723","dist":{"shasum":"bbd127a6ee3908858009537e28f66de50e93fa6d","integrity":"sha512-Rf8I6dVtQH1SdKgAuexyMVRqZVpfY6hoQxOhfS+hzOvRB8F66ZTMV2liEno8I5vdr5bLMVQGSBzZIB0ULQQutw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.392ed723.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW/yWCRA9TVsSAnZWagAA5iEP/istnbgaaUZ2VuX05UD0\nkyu6qP5tyjEqk1vByp/XcJUQsvgstn8Urt9chdasHhR18Ukc9qhesf6ImbH8\nCG9lQoHTCmmPROPAWgl+/6KkJ0hRIgwFyB/ab/Fd1JqjTzDzcLDjSO3gEcHm\n/5ycG2NXEOoVpaf4YstWcWpxks8ZR0AIC1CD213ppAvvUNcUMXhGIZnYzz20\nf9CqtXViMlPnMHTvDv6ZvOoakvvnC76vHyXuTZf4MXMMQSe5+n4z8BDWUGKb\nvOHhYI+jckhKD4BJWX/ui7asERrJbPtoNDDgVuoUzGcHmN862rQqAjDoTJyG\nacnVX19/WH8CUUZ3Jymp3IvEZYaRhN5J2NIefPYt7fDutleoKDnSv9sAK03Q\nBKSv2Locd576jUZ0po0NA4leTMR8VcJD82ostPrBnpjjA0fEJQ+ETNIRl+/G\nMLdJaKzUHRffiHOWSKD27Ifje6WZ2Yt4e9E2OCSlfch0OqrKM6xdPqL/IuCC\nfZWCDDYUEkqcIZet6FBDhcJrpDVUnhwMnx3wFpwvnjd5ht5gRtInj7P60e4Z\n5jAZnIpQUzXUbrI/pYVIII9Vz35xptkoudKLxcMskpbU8TZv6mOcM3N+SYBe\no7yDjBujTtjypcXHNesAyjekgrN0t2zGVWvSVuWRg4J5HvcQC/JFVX7gD4YM\nITZl\r\n=aL1v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGl7Qz8OefYcy7xDLCLEPm1plGjOUSuW6faOz/G7UxAQIgGm2OP3uFzStkMdioJEqGOBXOOm92klEw4+KOpM61apU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.392ed723_1549532309999_0.3518888364032047"},"_hasShrinkwrap":false},"0.17.0-alpha.58e6d844":{"name":"graphql-codegen-core","version":"0.17.0-alpha.58e6d844","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.58e6d844","dist":{"shasum":"d1531ab046f4a0c253a3a71054a974d8d6e424e6","integrity":"sha512-IUouabwFrAt/MRI1s2e6CaD1/Ic7o1Id+2jPfvrQTP+nHkZmUNSAIRIGnxB1CbcL3Mpty7l/bROEFnOmHd7CkA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.58e6d844.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXIo1CRA9TVsSAnZWagAAm7gP/izDp5ZQbWSFEiKEYxgw\nZhNlS5CiIAO8TEkwM83qwkapH8Q6Y/ibFG9W2dKaoIZ0YMMoDr3cyqz4fOdw\nkOYaDqaxldDIYT7SZKccgSPw++bVHLm7HAbTk9KBdsNcdEeSvsPfjHSwBx5/\nbM3BfY+56JOQlUDoURbbOlT4WZd82A6p7kfqP9gZBGbQ0f6HMApX7vR3OgtM\nWoa2/cD/JCoGZ1fmZwWRgwyNhxWUcL4z0wI6MDnKUgjUOV8d5p4nixENWP5Q\nQ6wmg4Ya/Rlf7k9QPzR+koX5P0o2u3fVj0EfOhwSEA3Dh+N14T8SX499BmLX\ngVzyTmyCC28030HKa0mLe+/BmkJ27ENy+lU5m8WYVHaEdSi2Gavq3W2IU+w1\nOdHUx9dvdtJv1S75wF+wsnzYvy8FqSL8ECd5jbElTQAkVK0ys8lgs1vlNw+a\nx1b+GTWhOdx9JOiFOC84wv+FqYpBGyeG3hVgtGta936pUGxaJtzdQX/KsNaT\nIQC1IKJRHmjFlnh4q6b/PE26WgxErb3JLbZi2Vs4nz3KwrI56p2Cn/CYRYRK\nrzvE4QiNaBoBxYRxDBK5dMyaFYEi+inItgueZDV0Q8GR4n7hpjcnIDXqkOP+\n7emjvkoAD9gktUHCthb+jLi6rQWWJDqEjqSuke1BrSfWeMf+zXWsh2vDpwjM\nCiDT\r\n=WVJ0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE+BM6c4NpvqwispRmlGcS5oxggmJwyO7hPNxORrCIYbAiEAykqIM8+TC93+XzA+MvLuuoZu04zMNvAfx+Cgng7cA4Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.58e6d844_1549568564918_0.16190329514207003"},"_hasShrinkwrap":false},"0.17.0-alpha.7f472189":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7f472189","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7f472189","dist":{"shasum":"fd13927fd627d1c7697e700800033ba698957792","integrity":"sha512-HnWlDPwSdyWmnVt2Yf8c7yZ2WMOhYSN9ZWVbne3JClCKnApij7ru1qWkM1HfsLCUHCFCSz7ImKOODBsOG5XkPQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7f472189.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXK0nCRA9TVsSAnZWagAAi/gP/RwMtDFBpdYSWznn3b2b\nvPHFQYrytSvMFsc6lVWMGz4ccvYZrja0Tr19qxTuVjecQ0NuxV5u8UHRQqiP\nm0Eom9yoFTWSS5gW1GMM8pilBb0P+S004s8oLkmYep+6onBA9V720eLgAuSS\npX4eDDJvzXNDgiM6QlVTWXRj2mzJPQotF7tmzfwpH92Y8xCP1jLGcTt3x9n5\n9lug9f7Eb3AH5COLwslMbHAeEPvDSXyB2RIxDlO+bTGUMAZFQYdcBVrca4w3\nW6PNTlFQ3714bqld41PP+022t2Z3iG+PlKxsQ1bG5i0I2qy74Y63CqOv5c1/\nT9pa0yEt/fKxyNkdHMUZYNbM0yEolW1fuz4LGDVBH0jDdkVpPun1X+qROYMj\n4Lkq5iWXvyFacV+3UnSt55j9G63YnUotFCTbV7ZbgcevCujRFFTlZdb5L1VJ\nCel/xN/u9MoY9wJUR4Wqz2Vn4fdNbVUEbS2jhtcc4gAP4EMSlBGeVrzDx2ZA\n0Z5pg5wGu0Yxxmeu5h8e2NI0rZB8Ow542ZbLgzxBOzE4F3WgsO75WsiSyJ7K\nYTBuFyNET9S3/xNhhLJYbn/u5OsBwA1A65A32LA5Hcpe/dGWFulA4TO//SF9\n/S7HPPFHS4TQxGs0b6TFElq0rO3PiYnfH4gCyVyAmE0/LJMbOFXNV3OJZ5LQ\npe1G\r\n=gPXK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBZIaDi5HZ0LXSOWfQIhI4F2bNhBQwvde6MN9GLGH1IfAiEAjq1FdkTCeMyb3piyO+mgKJm/n71pmaO6Dz2j7a2MmRs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7f472189_1549577510573_0.9873537198723772"},"_hasShrinkwrap":false},"0.17.0-alpha.bba57f12":{"name":"graphql-codegen-core","version":"0.17.0-alpha.bba57f12","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.bba57f12","dist":{"shasum":"d319c183dea04e0660c9c89e3c69b967fb05d721","integrity":"sha512-wTYp6oh9G827al/s/rE2QX6MDYaof7UrBAYRvvYIAuNQKLazOzO9K59Yo2qlZC2s2R09wcOsLa3f5ixi4Oc51A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.bba57f12.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXM+lCRA9TVsSAnZWagAA6e0P/3Sq5NYo9GH8psLUX2Dg\nHvQBBvRSojJ7ZZMGsZ/gp9EU/DCJCoOftHQ+2tDp6KFdFeyjbwMax4ePc7sN\nyev3fktrjRVcQSHYygCh1twi4vrmBLnXv4xLpsH3MDOVv6w6yH8BPntegcdl\nTTj7D8wcK1O0v5QOv0o59vRMDohNNiFuJGNIL8tldkhOUxEBkaJ0binKEqeI\nrYpOanJfIlzkmQa1gbS7hdTlVBISry69tsK15boF4aSETS/zX6sPvHQuK0qB\nk8svXnfV2lAaUIbDAGcgVpWIDjO7lFt6+XSprmthV3jp6LcZmfyGrtzHo6XJ\n6hATXUqhQES0lbxUJ962rDkHIG9fXk5sKxatS97PTUx1ggDV64RuE2XeZxh2\nph2DrgRLjOVODl3mLPa3J4eId58emy3FUsvsaKkFVPuTKYIh3hZIOZ0UzE+s\n5Ibi1vHq37cPtwm4FTVqpqcXg2xRj8Vzgm3YD8nE6vrVvjwhAZvDVr3zkWg5\nIw4A/gFUcN5bJjY3LJtQWZIOf8B+mivV4wio2XEsJYQoyTUuU7eNO6E3ebJb\nIyk9/fyhSTknCNz5UpHxSebll8KiHufiBAG41PGdFVOTCl+o2MT1XERzm76D\nbOWUEgpxzVPeUoz9gCpH9GiPHDu4EBs9oqymYcH/1JdJ1zpxP7wesjXmtjcJ\nWDrB\r\n=HdrE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNI0youh9G9pH/QA2KAjPnNG73LzNlkxxe7xPz95gtbAIhAKEjmdDw0tjZEZfPibSIgXRmNqvBhFYEpCBYfAOH1SVh"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.bba57f12_1549586341067_0.8902297208449492"},"_hasShrinkwrap":false},"0.17.0-alpha.1c13b8a6":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1c13b8a6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1c13b8a6","dist":{"shasum":"e0d44db0d1ce4b0e1086d1a6dc9feebe91ae0348","integrity":"sha512-p4FzlQ7LTrHd4uU1SiMkpDbJuWX4mQqF0oDkXnyp/JS710qzB8rA1Se6ZfznDzKok8mNG9kJLZJkYUwzHlozdw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1c13b8a6.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXOnzCRA9TVsSAnZWagAAxlIP/iSBX/RgbIIqY58kJxC4\nQMXNQEVDea/5uRrc6gKlfDlvLDB6DFxvtAreBWVkPEPkQvyeorFmjgOFPbrJ\niulVlPSiaRqAGohldnPeR5ZDHKlyHdwpZNBg0wB+ENOvKbDTs42+XpdTZZHh\nzH7mYx2WZ8dm7CYd0SN7H+O9oh0jYDCJGAudKXDPLGZhAZrLkByrV9ZWZu8W\ntixCt7kw+c85qvFwx9267wZr7fpNSaoR5Y5pORdihkXHKYcvd7Qte9rTbAVM\nAdkrXyaL5dqWtHlkFEgsP5gNF/HPymlOtbGJxNc9RGTt18S7sZpBSyhWv0fT\n/1pIPBXRUN8mXxl0ogpQohro3J0zmglcZxcr1q+3BtGxwB+8BpYEqu3jjM2h\nIbtL3BYDDD+RAG7Ivm7Vkdui7MvbLHx+sqlE1TlB9P9NFv2BynYwXy6VBiNK\nwyekkrFbFyoXgwQsNeYwjJiQk6FuW7CDe/FD/BDsQnPCX9p8Aa2zzO8r9GYD\nfJgVjxV/grHY2yPoUSjTD4+5SYB5TS9B3Bkq7N1uJUtSE/JX9FyjQRmmX2cc\nDeXSAXft0VUzc5hwsAr8HbIn2SeMUo/lZUpzodErN1SFl2LLbUcdnMQJmTRY\nFKdbGRUJpxAPZ2gEiKCGK5QOtkVBxL07VgOO5iz0/+93x6pxIC3bkNejLl8A\nOHlQ\r\n=vvwe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA7LpSvZeEDl5XqsPwtNXwYb2h0/B+Hes/dlZZroO5uBAiEA9g6/MD1aAuxKNHx0O5yadArs+zF38u1XlTvX8zTkAJ4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1c13b8a6_1549593074387_0.1064411483860046"},"_hasShrinkwrap":false},"0.17.0-alpha.dcc1d8ae":{"name":"graphql-codegen-core","version":"0.17.0-alpha.dcc1d8ae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.dcc1d8ae","dist":{"shasum":"5173754b4189e78165973d1c3f914bf033261319","integrity":"sha512-+b5X3ksJU6dbR6yQfz9Cje2v8HGzWHp0VTAbccZOwdeL8ZBf2OenaRjYOSYqqKXnVjVvm7PNkwCY+x+LVqmh/g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.dcc1d8ae.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXfS9CRA9TVsSAnZWagAAxxwP/iWCWxKaZvMJHa3Xr1vn\n42Eg1DTyc865GExdcCMoTu+aEX0Gg05kB5b+Y/VIPZSxTNOK3Aw/N0BbLi5k\nOtmau9T4iScDsxpfyuWrD6mCMCRfvNxIwh++63o5wZ4ONQPwtDNcttlMY2Se\nCV7H81Btb7bSA1Y/Mp4AKBdotpt0njgzldhGvleCTpZXlfTXGLf649V7B7no\n6O4YfdCr9k/76tPjOOlwiu1WDa8HnybKMGG/VcSAWLJFTEZ6W05FzzpawRoc\nC9pT6GAqenQEiAjegOuOo7Pw5gRY585Hh3JUYjhPGxq51eeXTdU5AS+Kudwm\n8BInu1gQ8l04sMQY7zflsz7M13h0Q0sblHuVcjXSqrrli1xmfSp28ykPVL3d\nhew4Y+mIkoQJXOrSd6wuFCz9eCTLrOgHyr8PmNSso5+D/yvYtSLDMkvqeCaC\n92801E3MW3AH5rOmsu3bNfAz0QoH+8GxcDa0jxVcu0sGyuNxTQir2dZuKvYO\nAuzGLuJ2UxyDxPpDtHSyHPot2J4ihhC1VczifGoidlR7AK4rWntMbsXBsA6Z\nETkApHIeZQqg+/6xAOQ1b0JZ4DypUx4Cb+NTxSg9ecpJCQfhlTv/t3ogQund\nof1jufqPVfXtnACXNoMukeZjSUVAn3Ut/pn6bExUGztXAz72n8oiRnjQOhJH\nbHkp\r\n=WIS2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICmuvmK/E7lCCeP0lIF91a4eQJDT92qn8rkXhvPotq2iAiAY/oxgfcZvvKp3k4IS244ZHsqKalpDur7UWOdyh1GBnw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.dcc1d8ae_1549661372943_0.8549788042717639"},"_hasShrinkwrap":false},"0.17.0-alpha.6872ab68":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6872ab68","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6872ab68","dist":{"shasum":"f7c285db353f9d521c20ce09917a92b71cf020a3","integrity":"sha512-AS5fSoLtM1FA4alZjscgrpjQLmQ2I4hJ0hl+YlCrfdyPGh+XT/3ShAfv9/iPJyp5mlb1g+iZP4uDxOw1pQkuAw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6872ab68.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXfTHCRA9TVsSAnZWagAA2XIP/RFGCt8QAsJi+5JEa1Oe\neNAc80CPaPowIloHiK6wiUesOTAyCZxKNy45kZ9kFzqFDkBUaBpSHsivSt85\nxJNHlo2Ey01WURo5tTZKdL+nIpc6ZYTgFXjRlZfsuteEXpgplWnwneQ7RshF\nEQjb2YuzuAReVVgQbkOcN5mw+QqYQ6zvElL70pPHUiHCXxwqLUbNP+349ABI\nl1BnNmOvMhuz/jcbW8tjmDc8F3xbuEVLqlZxOGqku3EIcoLSekydHotHDDB2\nb/r1odbIXjkPmsnOBBqdf1nSL8fTHcXhRqFpIkLKmBaXmOSeibAPMCKlMsU4\n/vAeQoLgymCj4i1xdsP8mKzVlSOfDqDLTYFaEOUiGuuagolYPfFby61B/Zxh\nZsPYVUFbSxVn+aV/9HujdkbJIyCjWADq8JcvOKiwFmaCO01I+1vRWo1n0b/Z\n7n3Q29mlgM8Z7B16AyEwBTUBn7stukKJjrd4QCkITKgKCAWvDS/rskafwBIH\n1K/nQgwjdLnkByFAh13s53U4Ue7XFmEniBnqWjhXvuzy3PBntcqNxT11K7MB\n/qIh/pCY0NMAFZhAiKhAFKZIoPdhsXApVJmCfyUUq54dVhkciAG3USfp16cM\nJ+cgywWN+UEZ1Ct/hjiTLwJdzL/j2diVSgOwwASr/pB6tnMNc8LNqTrxGR9W\nDUG3\r\n=9YBP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2p+yAsUtQwYcRp3btWXQ8wUg7Pb0mVumxsnfX2AapUwIhAJZyfCq3MOUn+o2qrH58SQyoXFWxlRjltbnDwbqlZ8/q"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6872ab68_1549661382491_0.8526334821884416"},"_hasShrinkwrap":false},"0.17.0-alpha.79293e3b":{"name":"graphql-codegen-core","version":"0.17.0-alpha.79293e3b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.79293e3b","dist":{"shasum":"5939435b59373f8c0a92a8d5be3482813e4b8849","integrity":"sha512-tuv3/5NphhGG/vqgzxiayQcZNHn/ZICJC4q0J5uris8owXYEXCEzkdLvMdvJp/ab7MK2zUIIRxx2O3qwERBNkw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.79293e3b.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXgMFCRA9TVsSAnZWagAAa+cP/RoyR/KiIBEEXvwbSqrA\npmOGMvZ1GHQkCMMPcV5cga8gUfRgX/I5KwfCTp5Y9utGUkE/8vB66LwqfTUn\namQwDvp/hFH+bbzWYLkZze9zzogwcpdZGjLt186U44Bo3QjrAtNsf9Qv/UH2\nLNgxpZNxxIInaHFLIXHFHYX69hzrPN3wgLhVFAQXm5Z+ltzamFaO30qCV+s4\nM4AIDXlKIdl/sQZGtnmictZ8n6FXWsI2S0lIzqG63BU/sjVsPegAeMPt9F/p\naWPyynOBlvHzsuetBMkD1rKsJZDLb8paTBC02nlJ8sMDAJofezAJ3e9w1+IW\nAGtnyKH59xh5po9c95twaXELRkPUaqO3dJV8fBhfn/Ff66H+8n+muyYvLUVx\n0DGQf7pE4cE8QV8k5a0h64KRI6rf91t/geiKKDB8YrrsgHdGJ6nWwb5R9sHf\nT3baBswtDEUO5VpI4ZL0GRDcP/l6QxXeRqOU4I8Dv5isKDkWZiXRPcpc2LY1\ntUZJ00ySOmtmp8zGKyDOpPlw7g81t68Kpy1pE6WefJ4e0Pma89Noe6FM73DV\nA7Q9REQ7KsWEQtki0p+nmoCmyK5JPtFtOD3/JgHNUc3Q1HdIpjjDzOAf5QXW\nWsgwshvPA4yJqrLMxfEtypzNJ62MFJGmn0R0NinHxT8IqxVpaEgGMsMQnpOR\n+6dn\r\n=mY2j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLr1nR+aNe5XvFpT32bFjZakzIny4Y9jqHz4R1mE9TxAIgG6CxHuxh70GaXIjr0wfv6/ujN3fWZLzETvJmeVsL/BY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.79293e3b_1549665028963_0.5094027005280808"},"_hasShrinkwrap":false},"0.17.0-alpha.656e9f36":{"name":"graphql-codegen-core","version":"0.17.0-alpha.656e9f36","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.656e9f36","dist":{"shasum":"c40b683c0b9eea5c055f077e79fd1add6f214f03","integrity":"sha512-IQ/5aCQrvD4nUO6i23wNiILGFwPglzBGEyLCGldmULi6AlyT2xv9Tcaw0wYsRVCrgxmgs5vCaqNccb6VWCsb9g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.656e9f36.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYe6sCRA9TVsSAnZWagAAzAoQAI11xjuQM72KUbPe4TWP\ncs1ob2aRnnLUIyJ4Qp3N3KoF00s0XTcD9hOw3+79iW//saQnKD7js/Yc2gmj\nCec8bNL7GevAInefyHyPd7TD8IB8CnqapGIPpGUpCHAEqCbYQNMdIBwgLX2C\nycr1JyJw5R1bOqpxkWedQytbarBv947GaPoyBYno4giImzcUHgaWolAxPEfx\n7IABG0hsR9LBLFW+kw5rEriXP+LLLRNFLvy4x/gOF5GBefwQUsp2B8JbDAX8\nF0gH8Na4/pr+plGrq9J971+HWc1+RhvQQl8Yf1MOoGNEtBBmWgDaDEz00QrX\nCbj5/cfV9Pbu7tQvA6pbZ4Ep0TSrvyzSoGiudHng0rS+rTp14YsK6OPjk5kR\nT9qsWi22+j8ZTT30UVO3yRdypjq0JMDC9XNf71Q1Ua+tG0Swh8ZM5Cwc1MMa\nYiSf+60egK/I9tDSYiAljhHfGzOC1U4p4Y9pT1rMVi2GHWHxViP6M0BSG7Qg\nkBEIn8sOv9Dws3kYND1l+DTGKbI6PgpYxUSvQlu/7HGtUU6rLZ0i20VcwJ7Q\nb5Az3Di18t5DVsDqwir1z7BEZv65uHqU2Bg1aGkSUlzLiBLSE1UHS6jHm3Jn\nHjDwoFyhem83WaUIXMPDYuxQkrUTCPqmy3H3gaPbHI3UUyGq3DO1b0h1YdSS\niDzl\r\n=njpK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9zaPaX8C1L30zlbqYwGNp5fU2SuTSXPkXbXdnlR5P2QIhAIFQYvQ5e2iwF+JQ+0Hc3oyOVoJS5lBGZImSyBwBVUAz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.656e9f36_1549921963801_0.4824065268531832"},"_hasShrinkwrap":false},"0.17.0-alpha.9a717930":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9a717930","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9a717930","dist":{"shasum":"eaded083827f8ae0b3e825e27bfcb2fc3ee8d408","integrity":"sha512-Iic0wNzRCkwKvaG5wpxtzx2ZsZV7SQZ1A8V/nMxgX4hokKR+Q6R5z6l9tPZg+KtJ3SyUZPOaQSj/wIU4vAOgJw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9a717930.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYgUACRA9TVsSAnZWagAAI7MP/jzbAL2HnpnAktVmvCUT\n/675yD7nIWYxOev1XDQ0WjdusxL3hI9Ga6eUBWGfevrR5J+WfciTYv8goJtO\nidsh+CdgoHk8eaAwhEAJXrnmJ8kWaEb6SbJlnlRdmjfF/aUZd+6c1TXoLxZt\nJfebnJVdQinvaHG3YnsL2uWJYHjZ/qMm5sMco9WLSCh1eapsCvXdG/QATZM/\n6jvGZ210arUSIIFXlaowc09fbpeHvRfMdEckFdqIrMGgtvTerRPNd8w2dg7x\nlop91FSnJVi+VbnS/KBKF6HdhmgNuQURCpUjIXiQTADcLj8+JwGIZula1Ajv\nsbKYbL+jqRP1C8nU+OHFvbBY4XiUqaGtH6Nlr8mWvtBLVK5hpgjVdWa3Y3DH\nOKuWN753a4NdO4uXI9rAsTmmR7ZL8mUT9xbZIDApVcjvuGitT9rExgA1+4Wn\neXrlOe/cxpRps00iFoorWyjIDGYLxP+hfvQtESHOulVSSPuplS8UUGIewiqS\nVLqvn82s6GjOBdEpndhFnLmdP9ZBHSIkUyug46XvVm0Dgs6xLt3TxLF5jTw6\n+wq+AhWmZ/eI3qFv/XOMtbqY9b2NlKFB0l34WraL+1jC9lICu30tcSX1f2TI\nA/IMypPAtqp6e5Qyy2jrDP3IjmLc13PfhkpAPR5FGSB3p275s03Xn9IsUb80\n7KnR\r\n=LAaH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHXaPjHq/D26jrKqLVkXW2eYS6hyHfWWXmS5JxpZ2iAAIhAP0crHRDGGU8mbMd289ySOjcZjs3QcRXQxGL302/pHBF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9a717930_1549927679379_0.4986994683626145"},"_hasShrinkwrap":false},"0.17.0-alpha.c4aee352":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c4aee352","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c4aee352","dist":{"shasum":"82adfd3f9a219da83c559cf6e8c8f1b01fdf07c2","integrity":"sha512-JO6ZcrO4ubMkGju6pSZsFUIRWnd7bC8ggt96AGnKnAZ5ZL1FstqUKPgKajMGZLQ8Y+vSzOydcTCrmSLHVDp+gw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c4aee352.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYhp6CRA9TVsSAnZWagAAybsQAJBFOmKqdopy9ZUjRP06\nIi9qin+y7adZJr02teY6157wwLJIaSjaltaWh6XiyTq40OImRgCC2q+FNO8D\nBMRnSRFBOQsw3iktDF9euBuxUsZx3PC1u+uvQiG2w9Sr5heqZgBhY4H2Ta7z\n34ladYmE3xm14u+jcNrPPdwx/7Ag6Io9U49ERGRWMzgdMcGtvWfaPXFWiDIC\nq8PuaIrzBOykjH9Idj4m1b4PCCVSM7A0wVoiI81OoexweWLMMG1xGTSIbNim\ni0fGNKknuafurPvWg1mSLBpmvRZ2WywUTRjyCRK3w+iLB2hDc5rLmvWyN/Ma\nMfpM0azY4QnP0MkWZg6yR7hcjJhtHsFNkzAIgnBXy9h+YcnoHbld6LY1O2s6\nsyIINiE01zHm+1tRXbNufIXnPex5hQSttEZKnyrMojSURQzoUwy2HAEiNbOK\nJa5k7BjDMnvNf/acJJUOxTbtONZ8yi5kciCzXRX2v1eEOj7tljSB0HuZiLHV\noXSMbSi811sDnyqnlFcWAeXDOkP3+jP7B9PIOFPZe2Nr+N+l5Wt6UdlSp6sH\nzdPEOMNN/4GVo2teHtgXPU6kHp8GNTupngLU6C0qgiVdqFO+PGQk919jo+EA\n7jKKZkgtSKuIdS/f685aFIC/vTPo/JduMImHEITY3LSFdjTPASmsXUHEAwJ6\ntNQ0\r\n=RaBp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFkCZQ72whZTwThp401CWHRwsAQuBNDkSEF2sbAUGVrAiArigolFOrltPWieh97zlM4lrVWX/gVDYQ647ZTmuwA6Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c4aee352_1549933177989_0.5886874913945166"},"_hasShrinkwrap":false},"0.17.0-alpha.92a33a48":{"name":"graphql-codegen-core","version":"0.17.0-alpha.92a33a48","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.92a33a48","dist":{"shasum":"a9eab295108cd9df8daddab6d0776cb9188fc1b9","integrity":"sha512-e/fRUlK82/V9z3MkQrCD70SEknfw1aWJtxa7b6yPOZEawwpV0YHg+Wtxsjw/b5qdlAmpKSmRADFgtrmGc0yiRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.92a33a48.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYpU7CRA9TVsSAnZWagAA3rAP/iIvMUxZp/SrEXJE1Q5I\nKCWx8ECv6M1THrvOklte3Su5MOQwKAMRut5/dr6AlDBUn1uemHWmYXOUg+XB\n6T2elY8jwzKg4MKtMWcEKof+l5PLQyDTP8NAdDN9ZlZUh40yPRVJ6EWlq+aq\naz2x6N6P1MTl1FwsQxRh0Lbulm5ASEHdkO3fRGBqISdyGCmpOvkwMm5/G0vW\nkRHp6ehP3fTE7TkiEy2PWA0jHBL6gbESVashVy3oaEeGVg3ZdnDkzT4tqONt\nH5YsOMesYNTROibFIFKCajvTxzxgOiUTF3cHib0Ey492Xx3cWAq+mV2f4UIW\nsa0t0763GRZTF6HRroeMcs8jq8pD+/d4TvV0b5Up54E09tAG3SVehKAcgu/7\n2dmCJpjXrYtJrd3ZQLSv+TNIqwXgQxJz9pf5AVdur20T891zl0jlbNgSE/Lu\nkKDWiLMcEJjPPUu/iLERcysAMXBPh9py4cSDNyLt16KwqRA5Q2tYXT9KgTui\nWpKfyZMyCojjp4Lk/NZAZLL5wPG7TRIXO2oYH9xfOesRaQTWDZO5LDG6uDTe\nqZydZXQEyjegt7N5RxI5CXRfaRv15+TldiR7oHC3BMxPG2PlKSZkfCryiY8f\nTWEM8jSP69XW9xJrKBKPygjAGiZinfbiUfWY8q9O6sJJZKwXfxAHTJO1LfAc\nXel+\r\n=GKKv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUVMB6zznCVKBwUBm6HIxNhpZtJjS7nlpwJ9J/gkubUQIgMhQlVLlP6zTTxJtC3ILeFXhgOJLXXiQemHM0h/I2A2k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.92a33a48_1549964602533_0.34759061427105276"},"_hasShrinkwrap":false},"0.17.0-alpha.59a9ef69":{"name":"graphql-codegen-core","version":"0.17.0-alpha.59a9ef69","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.59a9ef69","dist":{"shasum":"ecaa206411117824e38272f0c13d6500dfc3cba8","integrity":"sha512-deAq2PKBkuI12mN9i8P4TgjjscN+PqBQIQUE4sTrN7VTa6C7n0ajJECtDcLeQnvXLHkUDgY6LlgcYcM7vMFG+w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.59a9ef69.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYy88CRA9TVsSAnZWagAAjgQP/1ycceKexFIOLbqUDVEp\n9rPBU4WZlYReYwJbt9wsAzIKMGLJW2HAFS7aPEVjAlmmuzl1wc6kRRdmhMeJ\npGlYVr0yfZfJuAjR5NppSCQhsKWZ/+hexKmxoSavLJrXzzJ7Spr5NZEhyI/Z\nQ56YiO7fRbc1xusUDljHlQietQTdPRwgUG3rnZPqZoMtoGA7pn7zDpykTv0v\nC/0uRlKNgOaqml2c15Uol10gfdUDmklE4BX34Pz86FPqsLs/T25I0QN2Xe7N\nCH9UEbeg5P0wjvdKkZzark68AepEcPgqJrHz4wQAvuYf4W7BiT0m+CUM2RPM\nd49IhsW8AG6NNJmPES8fB+d2awy1MmrWujQn+hybLB+4XYwZ+D9+OVz7PBuY\nZzMZTmj4H3xWWHdZv3KXAKMJztF0fphCF3owCQKdzwZT4T+6x5pbxZ1r/qRN\nZHr+mmbkHPhJSY0kZxxl0XtcU/9QyTST0oqUGyMa3eSvpIRCI4r05j27euUg\ntgTq+vLjbMgNv/tD3WP3uWnfDKZ0Y8ig1DsUAphy58QT3OTlZAzaPMmc+a01\nrWo7eHIcgnnoYo03l0nMf/SI8RNVsWEv0+M65lSDeaxTuDj7Hqmt68SzT/oa\nT++Gcw8hGpjbPMSRCT5q1nNQahi1FLoZkiFrp9JxM7MoZEhIjPqe+TKPHcgj\nrPF5\r\n=ISd6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF0Gtgey6W/Lgk1mIHtg5DDPeLuboTpcbHXDaqI7eCRmAiEA+epa9Gt2jVhtgN3SXYGs7mJfESWdClDPaZxXO/fZ1Bw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.59a9ef69_1550004027644_0.35944463416725614"},"_hasShrinkwrap":false},"0.17.0-alpha.ea33f85c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ea33f85c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ea33f85c","dist":{"shasum":"d2f1d7e738f55c3214a59bbc84987a66e5981b11","integrity":"sha512-K7akEo/PUOl6V4PriPUSnyy6A3nAx7i1l3gs3kH7fwIc1ZsdIQiNiOSZQUVq6PyuTRsV9G1v0mFOYWth048L3g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ea33f85c.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY1GqCRA9TVsSAnZWagAAWjEP/17f/YrGKRuT6tuv4bFT\ncE6urjpYRNZpBAQ1wvK7e1+JdENVpyxfRNpZmFt4ws/kC0qAhShtEmND/NhY\nG90ykC0zXZWCFS3Y7zWp4YMjrKPADGG9Qj0j8KUgJp5S5ZFRqa+0QKXAF6Zt\nPgj6tf0dlVYqHl9tTEVLFMwfH19fo6O+fGlUvlx/sVtq9MNkujd4c7Q3U9tg\nUTmMZO5O7oDAivSNXtaIaF3EgJ1hA+kPD1KzkJSD7uaUzyTzt9i2ZgUVl9/Y\ng99BJQyPmLZx6D6hr0OdizoLvtNFcZ1ApJSHuW2K5JLeLo++HEk2TpzuaMya\nHHdqundewouAWM2y1YJswlWJPG9h1TcJB+8k2quvDf5QFhnMbUPN5+rQoZ9u\nHWv8fnugCHBX2QOdqOawxa1gMi4pAorW5WEo5Z6Z4H6jPIGeoS2m2uVq6NEH\nqV2PR+LyfFw1x6VlHs8FW7AcKUhY0mqgd/FfsX+hJVUJlJqvrVcQnO+KTiEl\naXg+YzscqOBxV5M5LXDOw8wu+21nK4X8q67UdiqhBXmnZCrR/pfpL07dCvET\nJDUMYEJeetNUo1Xtg84xpOQUgfgHajXkMaV7ulERmFNiEX+NfqY/4BL6fDbk\ngj/oWjpnILf9fFpDI3kCmHTbRTtT/Kfk2IXiwyp6F9eTStJ5bWhxMO2XJd+x\nJR5l\r\n=gkyH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7gEbeGOgaAqbsiZML4MgeToGghFqZODIJ+GPD/E81bAIhANHuW6oWiH3Z7m/glYF/b1lbJZMxneMbekxJjscPzKlL"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ea33f85c_1550012841429_0.13734601659150947"},"_hasShrinkwrap":false},"0.17.0-alpha.28da6f01":{"name":"graphql-codegen-core","version":"0.17.0-alpha.28da6f01","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.28da6f01","dist":{"shasum":"582c0a3eec65e99413af9191a032f2257efc913a","integrity":"sha512-JCUMBnN1kgKnM2ePpvotxBSHO7zNfGr2Rq/9F4UezdoBO4wMF+UGHhRtXEti7uQTdQtitGojrsQ6NBDEN5LSxA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.28da6f01.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY1/QCRA9TVsSAnZWagAAeOAP/RJ0hu1khZvXuU71Wde9\nn/yqOzHCxzSGBJ65W8sy7yP+Tit7h2VTFRy2q44d+sfpwkGtwiScEIcXMMVx\nhqVTYS+iBPZGPOcF83DItbH9FEuDuquiPgIL+hXoRbqTpN+c5SZrmE9XW5XB\nnik2CsGvJhhktT8/pNnkiBKLj+L41R/TBkyKol8y9GT3qDiYOtKzVqqz7Ggc\nGe4NehxtGJUIlPALMlsfIa1OAmPtCp8EAxMSxUf4DgzOIM4m7507CcXQcvT4\nu5EeKZIfmX07AOFuvu3nshg7MkoRBk7l3SVyZSlMABJLVZ5Gv/siMSsUXBIq\nY6nZop1UVav/Ms/RZ+AYTPgE2gbvDlcgUnxXT+8RuA+GMFBRgPKM5OordMB9\niDtMoYXIPNnDEiZn7Y4z/CVzjTjEeEcZl2Zb/agAHKFf/chDvJm1q3KkyGap\nSO19zDcAEtq1X/8EK//Ur08C65kwIdbQzKf4QUh8qzY/MOzh7Y53gVQgloQ0\noOwpoGlpr46EbXqvPRiL4apS0FxpyFSLGxoYNOG8zklbmHfD/PgGtnLsxUuP\nCvTyKX3/bmtGxst6P0Jfh4RMfrfHxv8wCB+QkVNsapTWWMibX2mxLiBGi2r0\nNVQ35KBcfYyK6x4UkQpVemTvBhXKD87jNXCbw8rV5w3VE2XlhcCLeyjwich1\nG/TS\r\n=G5f9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuHL2mgIvNFFHmYnme5FHkkZ8nNAFcChcv+MOSwirr9wIgP5HzHoJa55PgS+Xykd59sVFPPOwp+nkccKMYZIHQynw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.28da6f01_1550016463901_0.11861613827272777"},"_hasShrinkwrap":false},"0.17.0-alpha.0e2694e0":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0e2694e0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0e2694e0","dist":{"shasum":"7d6f7bee30278f92a283daae4d24e9d0808bf00b","integrity":"sha512-pZmbBwS+qt3bPVGZSzebT1p8VM6OehQFg6TkJbVVvIFhGA8kcv0C7kk3021K8Hg0MEHle0ENrUrbxzm0rD970A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0e2694e0.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY5rUCRA9TVsSAnZWagAA3LQP/3KFCX4//ryAlzA6O1hg\niF8G5pJbr4iqoNUqCQI5qPshBn79X60D1T4FVvb/ePyLlvaLzTUE0ABttUCZ\nyDgoPDpxDUcVVWY3DuaL71mtpfFQ/prTdgXsmBdo+QaJOTY/KcJoqi55HCjP\nwAbDO7elr7tleG6XEYZlMQ35WbO1WJcLHDm+odX9YYFibNWm/cZxkAlwS38W\nlLbs7uCa//6QBTWJJuMNNPKpmvZeyrDTNSIwO8+qBzZA2rBUF8x1FSb6ngrk\nBrcKJ9PRJcJjKpcDiLnKpwkvvR8aKcY1UrsWF5jj6g11sjD6bMQE2j7zQoxN\nz+CpRLGn+GbgXy+FJNtFN5Tk3rmUvUza2bQYZpxa37b5jJo3yqcVJIZ1boaS\nnDdfZieVrTPh33kzzBTLRoqlYos3xPP1IiUxRd+OXjdniHwEwqZT48OY+RMe\nPi4g2CjwCbm9IR9cpb1CtN120w8BOc9oVIzs2Thry0G+KstEly42m7XBMGPy\nQkF8X9Xb+Qyf+JDGvy0OJy2Xg7kEgWduJ5Z+wRaNlQrk+hv4cK5evKOKdfeX\nsl46LhRGUnxIk9ziRVScvADiKqmnPYCbJps75GzOabJz/LrmxC6DxaS7JEVc\nc7oZhEttr52uELgW+issY4sFCFH5ZF2WQABnT55t5b5+JkLmGPVO1vQ8m8hK\nFb0o\r\n=sgRp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGhN4vBKjP17SJNX0oieqMVnWMYr+VKiYAQodQVQ3DcmAiAyNn3MFWD7l+v/fQsM2QNdTvno34mhwz+YlGm9bbGr0g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0e2694e0_1550031571530_0.6133514207784909"},"_hasShrinkwrap":false},"0.17.0-alpha.aa6d9d9c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.aa6d9d9c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.aa6d9d9c","dist":{"shasum":"8bf3140e004b4df5809dce402bfb16ee373fc415","integrity":"sha512-Qufk/BiVSco/A/R58yKyG0i4rnpKXV9yvrbp1BA8GmqrXFlJtZ/97eDH0yT6ykjfO6yjoG5awjt7fz+m80DkBg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.aa6d9d9c.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZAL3CRA9TVsSAnZWagAAHhMP/jtRkH/3+ljzOAWPWlZK\nkmK4LetqeIH0Q5CMt66pNlHbQeVn2C35Pztut9pjHJIwr8wm/AFooGlZAhMM\nVYCJTKoA52za24rOUmPMeXPxN5hMU546oD7Li90gmjAMgz3Hwv1gkHcPHCvh\nXWRO7rf8NuTrRbU734wJ4cpbGYEQnGlAjOgnblGuE8bmtIywFGAts2zaLbgg\nQ7zdLjoNPuvLzlMEHAX4Fl5EZKrqP/vOBh6bs1oNaYFxsMA9gNUp7ayHj92z\nu0IM2FfpztlVBDnfnm74hmCkDlNTr0RZc2yjTSxSLs4Mi95I73peDu4XgqQS\nfbBy6zKWZ0aB5behyq/gZGDmwA5vCSI6lfm7J3AcQRvbg18UzYh3S6nRXWDt\nrcDOMkotQrGFOboXSCMTO7oosNmk7fith6pwrwl3DMLdur8ZRE/JBcoOf9AX\neXCOOczyHHL4BqUMNjqF2a2vXnBOPjoyjJ5YpwlpJO4wuPls5jaBQ+PHhX47\nPcMNgnTPiuCG7EQTiXBnfSEHuzASNYyadW1sebr3F+XviR2tpTzpgNFURs2C\nby+UHhPbd43FJ4x8CDcGWz9vi7ffAZ7R7Qp7Hngh1xXdlPT7zkkzBRDZD9wn\niZegxSR8VG4sR4h1GXCQ3KmTZlqdtKL/NPW4g6Sz0aCniTI7i+EDpst0vZbN\ny2WO\r\n=SMUR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFK1UoXa7ldHsqkfZok8gvdsG/DYX3cHwv70ByYkrDR8AiEA8gdAY2QKGMcMWFTm/RgwkNfejIcJuYiTcw8ZZrXRs28="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.aa6d9d9c_1550058230260_0.2137041309298351"},"_hasShrinkwrap":false},"0.17.0-alpha.f1a15d7f":{"name":"graphql-codegen-core","version":"0.17.0-alpha.f1a15d7f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.f1a15d7f","dist":{"shasum":"fe25ae846e9cece118aea3809a868be7cdf7f4b0","integrity":"sha512-sbbYX+/ImrLM5PBFLxTwIKPYuBDyO5sMHmL4AHteGjEjLaRpAz51wKcSCNC/vTpXTd+s1IIUX2r/l0tLhRsVwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.f1a15d7f.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA1ICRA9TVsSAnZWagAAKHEP/iq3dqkK1VXQBcuP2GVD\nn1j3AS9x/UOyF0CGczVw3BrEh6ZwkbPmy7kEH84Ntg9bw6W4Y4757OxWTJNs\nv9YwdJPS/6e8zrMl5ZzTxT9SB3U5DRjsrr8vB1pScn8LGdeIW9YU9AQX22DS\nrTQqiAcRJcnB4gWfdYkj4baa1q2dbFlWgpskHGH0ddMHRrRo0SoqlGirumVg\nOH6Wqz3/iBDvoXeASVSoJ5rLiAuNIaziAzbJr3/7kOoJP9upv7hi0J9LcaUc\nhuVPBaXQvWWhGaYJNoqbUpN8/VAWNXHI1fu3aTtm75c1OOjlV0W4/QldKYJt\ntrVhSAnJ1G0IFyDoBs75vHZGzc670wsvJ+hhHM4SktNkRwKICmcsKyoFnlxe\nGDyRmOXvaHVB34QJWIZlRp64SHRGR0fwPoyzTi59Q6FCOSjtnoC9Q4is/aPo\nft1Ehrl15d/ohpgH6f3sv1N1WZ5Oiqbzwetmsoi/agMD0TDkcIXYTEEEEITb\nJVFMAv73yhN6h0f/PV7OJe6RWwzWfDXGfxw1xQSBgnGQPdYNLpdM1Ha3RmiQ\nQj1Y78uzPDnTgFy6S255d7dBdMdfjldoqU1On9zTwyB9NrqUpFtfwauHZyxB\nte0yHFYv8aFjwcZ6VQPIjOBXbPtUQt1etck1eU1wLsWb5TqMj+9Nfy6vDZZF\nXMos\r\n=Dd9j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHtwPO+2MiKqfqwl75K8PW467w5SHYS6+UD7ejwnKb60AiEA9PzCPZu5gx3jLTBPxu8OjEq5QzJD2hyR3mpStpI9A80="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.f1a15d7f_1550060871380_0.4447682786192073"},"_hasShrinkwrap":false},"0.17.0-alpha.13eb57c3":{"name":"graphql-codegen-core","version":"0.17.0-alpha.13eb57c3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.13eb57c3","dist":{"shasum":"618d13f7490229ac2b74a03c989c64cfed603c51","integrity":"sha512-FWx8+oKZRzSXTJ1FDpg6U4GcmOmoxW91RHAsd7ZoV1uVfl0htxGFkJcIf14bwpEnx4h1XyXweaIq7ggnkDBfHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.13eb57c3.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA10CRA9TVsSAnZWagAAo78P/3E2OZ4oKOb21G43QCdh\nM2tQfWCmFM3uL/QyGrvARBv41y58/8mgVPbZ+T/d43Vz3QCzcN9rp/Si1MUT\nmniwUfUcUik+Hlfmjgnfx6g2q08MOm7AcNrWytkiUnl6PSz7mSWHLG7nkpHu\nexhcUtlioj7zgDvlOlyZXQ8j2X9dHvF3vKuz45tyXYZPfFwdYek8L32iDdWy\nVR0E5+rsPLXCOPrYFwGB4rf3VOFfR2vmjxXiTsS2ejcAvUGuj4W3pPvUOJpn\nUUbuOrudmtbFBrVzCPkQxa1lU6/Tnbxt7tvEntAHvDeUINjx+C8OyPpfd/rO\nj8FTvYEu1W797QMNI1zEvQUG0AQ4IseByVgyGgI+VKXrfQQbpGpDSOQ4lxTg\n4v8TmCbuED2fqyBkHcevHx50rpG5qPNssegpZIPyaverozfABixt9lHmmwSH\nNYIzQ2wM+698/LAyp3i52158lddxGtsBTx305iz6jsSJrvY1LnBIrLo8BK3S\nxIz4aar4P2HwFZ+XU67Yi/Pg3MhZ0/uHTU3f8P0dA0ivqX86znYkM2KpC0Rp\n4M1CzrRgaDL//Mw1eUE+Fu6js/d9b4LyD+TKLV4E0mqko+z4brp3IjejeU2U\nNRu3ZZ2YADUs2ryFrRo4v+Ls0aD3EembMQux57mpiMHsiySNzh8rYiBjSKvP\nT29u\r\n=aluG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmD91w7helQdLDc3C3rtThmJ6JU2hP4+zN/L5SzSwZ/gIgQee1V2fVht+iZ0G7YWRug2yk0WHdiEcIPF8hVlNxSCA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.13eb57c3_1550060915335_0.9541798444984795"},"_hasShrinkwrap":false},"0.17.0-alpha.e125846e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e125846e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e125846e","dist":{"shasum":"913f0f1d478dfc48ca270caf02745426a4e9ce10","integrity":"sha512-QfwCn6ddHu/+vvgQ977uJF/nzijxZFogpOZbed37F7bldDcajQyqmbEQmBhJAonbssmLaDpCSJH3EqY0dqm1iw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e125846e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA2FCRA9TVsSAnZWagAAKhcP/jHCZpKN1uRzZc7xiwk7\n6DHuRviQ0o3/LWKw5G1+RA7f3pNufs3yd497YFHsLFLQFZJWkzh6KtL2K/wr\n4PBJ2tEWLibpABHMIg2aJvsMUOrTx10THIiLKDtj4V0AQlf4jp59MXbkvdG9\nX82b657xixoEHbX7OBXWwdnpW3dKNCREGqgcs5r1CT73v/uhJ4XdO2ILM5pb\npSxm2xctjAcQMVTwztIWYTRER2AZbXcEBskT1o8bIbp0bfEOfquP/eO8Inow\n8YB0cTuIeRZw3qPCHp/xVCDVcscRBeg6xhQi233KJKK/KHvdcwCOa/gj3Lyq\nuzOPt/gEYdXKcoNJ67xDfLfLe8FXlxROwy8Q0q3Kn8xxc2V7uBg/hz83BW6t\nbv3bOhZA7rea2Vwj+zZBA38snGgH+LqPFtYKmeI36/b74F4lpMmseJd2Mqjm\n9De9HitSLEA3yiH1eSeTlImaSQAmeLIDW7L/fhKsVq014D0uKhgf3GVfIuut\n1Z8+IwiHuEoBaobhDJrAIscU56WqHSLqif310Lmkk3Mzm/5j0hlVUeyB56Bm\nWeISTl0Es0g1ADhZ4l1Xig0l2UA+yC8JC7ZRiowgjE3sHzsVLtHlovIElB9N\nuhvrZW71+7aRparm5qI1rNvsl+aZmg6jrNTrPbFxQ7BQiSkUIbEIj/QnBWZC\ns/Bv\r\n=/dm9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC707jbRzD4k2P0l8TbFPSrsrygHrb97PJQf5B3962fkgIgGuij66Ii7cKYS0iAfOFfzwZlYqMAeepUIZrLmrX1AiQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e125846e_1550060932657_0.5993997569075513"},"_hasShrinkwrap":false},"0.17.0-alpha.d8c29163":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d8c29163","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d8c29163","dist":{"shasum":"e5da4379863ad030b350c4715bc7f92514dd6dca","integrity":"sha512-wwaOCu2VfmqQA2lovBtnvIpZAnzq33oiMsCINhvp2JcgOJ1/engNRYKHrzDcL0ky5i/2e1BG2P/vm5REd9VqOg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d8c29163.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA2UCRA9TVsSAnZWagAAAcUP/3y9LQaeOEGricYCqZ+R\n8FGWy46zSAq/SXaFin7fquhXedPPgGY+GyRHMxOxe8P2/LacX7s3+BG2IyL2\neirgewv2xsbsZIX2bOj8Bi5RLax8VvifM5yI81cv4JHxO0thtfjS6mLygC8C\nlsZkypsdtYiIK1MkuxTntGEXDptnE5Cvorb5O4P9yd7vvP+l21ycL4cxaN5C\n1bq3sU8NpgOaz8OUmpkcnWvUsNHLlvc8evT0ZANrL17fdfNPjT3yJvhSopuR\n8VwfaohQzQ6VUPv9P911zN2gzIlbOHMKM7vvpdPi+tbnG4OI3Z4YNP8dj1Ul\nQk7KQ9ln34I14f70GfF6FRLLvQlH9mHh5z2Ps2ZWcbJ4f4Gzl+1VbYwgpK+Y\nXLseqCoffvZA5XHXpFtGZzP+JMNsKi19j06DIPTlH1LExHaRCrUEh68Z2oHw\n2P1W3vcCRvjjuxNbofnJ9h/hGmiNC07I3trgBMTUJZDkgdfrQPUrRrgfmOV0\noi0HsURgOAhcYz91k8zEh9G7cdR3Cpg+LinYn0ghTaLrxpfpdg0yQOgPBD9f\nrrEqxlH7buKOtCbTwd/hPaUubR1Y4hJtV6Tp08vMK98V4Ey7ki6ZUqjgp/Dp\nUTmhjPbE54fUMpgo1bXDtQDzs66EER+oKxzmYn5zKrlYgUfKO9BdHLsQTvgz\nAfe1\r\n=w5Ro\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDniDnXMpcTDSExDz4eFViUPK2YP/5VEO/c4QUqMLuqowIhAMrx4eYEfx3V8YJVk+2CUaEKB0sH+jlBYYT8uvBGIJXU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d8c29163_1550060947971_0.5776980470335018"},"_hasShrinkwrap":false},"0.17.0-alpha.9214670d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.9214670d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.9214670d","dist":{"shasum":"3f5ebf75c3901acb2555c4e8d8cb520b5ed18a33","integrity":"sha512-UBfvuJBjkDQH+3ydazbANm8lpqAkWjyk6yTQD0SvyW/TJoBemvhzw4Jiht8kj8Nupu5340tlGOfpTlFFoZLTSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.9214670d.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA5GCRA9TVsSAnZWagAAOo0P/2GfrlowLEsHLPeBz+PQ\nmw/ts78az6fGTythFYKisxAeYvhJC+MWn/CAu9P7odg1y5EE1duQz/ugPW+H\nMldFAOK/kR249B00vn17dceUsCbkd22TooQtn2/C1cKCQH8zDjNiNFjNaKQV\nBee0wj12qTTrBb8P/FiDqNT2HXQwqiCqEb1Q4/8p/HLfqj6vv9RZnOgQfFHR\nD1i7WCla7iXDODO1yOEY2UR1gosAjwL5BbECC5MpdBNsPZ2Fkwsuaa7oCEW4\ne5xr/8kgjZsNWIx0xmYN2kYglGWrTT1UaILk7ryzrTkgkdb9cHLlYHEKq9t7\nqjjvGpdW5RGD/6o48FquhQDATBQfZG0WycOrX7WNy7ozSfRrKCOZYPn+WYcC\nkFuKZqbsAqv7z94Zr15wS8h6GgFU6Sz/+gxe+WXjQKMJCCr+9UWRR35ny72V\ncwEp1NPKNj9JLpA3OP4Tmm94+ZsK4VNcDzNw63rt4+iATpPDEPhGw1CPdRMc\nSWBnXwJ71sISSvvVgutepducJF7pga/AnMqIi71itoooseC+xVmMpz+PYRZJ\n2sgALZU7cP7jdCf6wrdqSGMdTwXXyPTTzsXu2tk4AB2hG9Btvhl2eDy+4Ftq\nstd/8DsJv+PBkl/I3GofjgPNwfXmQC+lACS1L6PQDIlhMu43pNJq8JCMm4SD\n91ij\r\n=OQ76\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCb0/zI91HBeOgCC8H7M6TLmWbQv8HJtdESLiCwzjrJEwIgV6r7OeBynAy9WR9cZil/jbEJLYGNrrs9Db6EMc2jNCc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.9214670d_1550061125414_0.5505544856232558"},"_hasShrinkwrap":false},"0.17.0-alpha.37189f07":{"name":"graphql-codegen-core","version":"0.17.0-alpha.37189f07","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.37189f07","dist":{"shasum":"7ac21a0f54da637793132e54ce1865091a6c41d6","integrity":"sha512-95+PqfQu/pfIX6ALZshcb7YHVuykFap1oqs1iOQq2YsuDVmimD6JuegSOoteGfFtEVYpWtoG0nCbfXIrx29aKQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.37189f07.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA6YCRA9TVsSAnZWagAAHGgP/190jSVBPQyLmaIYjAqO\nKKS8+vCoevWZCwose8ujAjSieUSLAI7yGksPOzQpXhy/ZOWHIg++04cYG9r8\n0vqG/L+ntbPP6M/20fKAcRdX2Sy67GxsNTntNdZwlxo5rODksoOuilIyxuxO\nqYYNx6qkCf1381om+NDD+wFcp9zH1klRavMmn5uq42+uGqLIjuSneExy07QA\nxj9m99jG0e6TlBgb+/7zamlDdmPcRsL3m4vezcktfigEu7K1fszS1UUtiTmS\nh+WLJ+9Sm7YaBfFFwkPRLBFliMdQBgL+AOoxFzBQNzU8BvTGhh9RM3O4OQpe\n8813cwmET4e4YdvSQ/TmzJvH1EDnZh3ZJs08X4GmVqdmEix9gijRUq7vK2/s\nrNXzaUy/reIY9v2+uvhcfKY5/qmMFukQn+U66xB8lE823CbI1L6m5GeIKGSO\nVxJ47d2v66ErQnBaaeMddZ92dPtxG4Lp1kNYkAJgBzKfDLM4aGzSGTXCaTcS\nFtc6PsWBeYD/7txXCMKeMkzxRuqGbtHLuD1Q5CpYFP6pjTlI0GNQfbfIrV0O\nIvz+jFfA+wiTsM5ZHmEEfYJZ6vJMjbYd9s+DTVvLUlBlmxq4R1OIxuqs+vSU\nIKVnPCOd0ah/mSm0OK8rqcluFPVgDM0pb0xKvZeN4XlmM8OJHrtfa3JhjpKj\ngGCB\r\n=kz+e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICqxBRpeu1IZbEQtpLR94zron6CpdRbUMVgbbAy5OTqJAiEA6QS+LKTRxum5Luj6/UCMjecKAAaRftaj+Fq9F822LEQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.37189f07_1550061207814_0.06690836744685202"},"_hasShrinkwrap":false},"0.17.0-alpha.b11606be":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b11606be","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b11606be","dist":{"shasum":"644ae5468ab23a262a3ff0ba85171c1c999b4cc5","integrity":"sha512-ZxHWN3n/rsDO/2XVWkKt8/dOXP0qddV1hGK9DMwCYTOlUlVjKaHvQcUgglVFPOgXLwgQf2gK2h4oIkrxEPuzcw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b11606be.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA6mCRA9TVsSAnZWagAAjUUQAKOauyoIGJPL6Q7RAyHY\nJn8pMmieiMh7HANaglIG/RxXEgYAsTGxFzIJ64FyY9jYRGe49PcMXBuOoWWH\n1Sblbq4++RgsbEwxdqCXEyKorPuDC1cvWwWPOKH5SuWsD7gC3LkJHZbzAFtS\n9ijLRYRGbD7doYza3QOtORWI/rr1vZ8dBZRup9UFqlcztZQnAXFBABO7qg4o\nLmcDVICmq2gKkfQi/G72pky08nblXzAKdA5VGf760T2Oi5wAx4+G/C3x4w+3\njfpphKD//fJ3h/Yr+ZGbZENERfcLorahKge2RpS23nMOB/bHcHeyLTntoc7G\nvN4/9TI22yEBrQ2rEvMDglnsvmJPDLDx4DnWtbIbDbVCUTp+dF9afyadrqAQ\niBrIa3FybNtryLraDHw8CPDcc1Jukp5b0JzRsPA74z26wePE6t3hVjDkpd4w\nb5jPBihju6q0eumnPG5bZOVl1pKEZGuIqJAAAOUKM0o4fqAWhK5UFQ6I7joq\nMxVXmEvaHUzv9O3cZ1G09RKhiS1Yuhij9FJRmR2bXPkNzR/0I8W4yKSHr8Kr\nctJhHnNtBZLOaeKUwcQ9uLHJu0F+Y4WUOFCDZ/xmw/LrSXLDNnhmBI61ORr7\n+7bnq69Pd0Ex7jwIfvfs7/Oeb44DtKX/Cw6ycTbLUgBcpoWc60PMcMzs6euH\n/2pF\r\n=DU7K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNTG8sLHk0BEfJr/quQKP3vzvt9qL2LRH3pqpqv1Lc/AiApJOtIXqOkYp2FUzt0oXzctG3VG6jt59DrCEV8T6OEcg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b11606be_1550061221416_0.05055751065037106"},"_hasShrinkwrap":false},"0.17.0-alpha.19b61393":{"name":"graphql-codegen-core","version":"0.17.0-alpha.19b61393","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.19b61393","dist":{"shasum":"d43c96da74147ee1a8065ffa291081aaffdb1b9c","integrity":"sha512-uCzlOxCfDuzh6ais3N6y4ECWog30nUZViBkad7ZSfYgjbkVkXxffxRXXmhAoNLeo6zIrHrjVDH/DuvZdfKyksg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.19b61393.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZA60CRA9TVsSAnZWagAArJYP/3fFXbHe5+0xaA5SfQIj\n38yyu5iYz2rpH/XZevsaSYvrwF3NWUOpPXoo7rXwNwnI2moGxkseeSCAD6Ih\nqTWrck2aFSAQqcHD7QHk238YEcbZ6+H6XGXgTYrryRHEzvhw6Pht17QjB11K\n5Z/sYHgqNvGdfmHv6RNpETcLSK0TZW7rsjNEwAUS6+HlTNFl3DxVZ81XnaE2\nAexfmo6KPF1AvaIEYzm1MNLh9yCSn4oapcaeq2cYJD55XzqOP2JSDDC2isDB\nI0qFHNIuvYurmX9Vl9M4acXqHGIwIJKDOWKshHmjFXD+DlqSFo5TaJbYpo7i\nbe/tl0TbDXN/wqLbxJyAVgsY6YVNj4JjmGY50wpRrT0rCmoYtviehmL+Ww7d\nf+2cdnwQ8nHUNjQju/uW+WBL0ICXGhehmhXFZjj7rNNfh+uBI61WlxjmdfSo\no3agc+7JMik5heTjplU1asX+5j4+psw5OLol5BE8hme7eK3/wHVHePgODUh4\n/KLhd0ItyEFx9aZ+bTZ9k5J+vYaGx6mEG4W5RBPQZU6KEdJQlKuDB8DUduis\nUnYdWfacq9WY9Cs10sgOjzuA26/hZ6jxSJ9PJMYrOg0a9/yqvjtWXuDuxxnq\nLix1yqJBf6F0KR3rKbg73mbjIAN26W9EW9zpc1Y7bTOZxC+aRnl6NwYhCl5W\nIFVo\r\n=PKaD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBqgYnXE3WtGboEKk7oBUZuSIQmVkKY1J8PqolBuf4laAiEA2QG3jGKpl3VdU71nbNILdzYIztDKJBxB1FSeRbMfGUE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.19b61393_1550061235180_0.7439079084466962"},"_hasShrinkwrap":false},"0.17.0-alpha.8f5fac15":{"name":"graphql-codegen-core","version":"0.17.0-alpha.8f5fac15","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.8f5fac15","dist":{"shasum":"8905c7f8f8e4cf0633718b143809e71fa2491262","integrity":"sha512-td4M802dpLVp2JWVQfnAkQnluYbTwHiHkTm6x4Ib0vmz5e7+Hoq8obcvVHVxxLWOLpDpaST3Rso7z1h8YtkYZQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.8f5fac15.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZExGCRA9TVsSAnZWagAA0qEP/2jNnX0HszpeyvlsnB8v\nfSAHAzmpfmv0PvxbBvnQu8FTWGSseNytlxZKwYfXqT6COgCfthAoVkdE/EEg\nDCmYDGScAZrNylxueRPwVchKG3EFlKgn3fiO89grbM3XNpHyzh8sUye/ROIB\noDokY5HvQvTOxU/9FCVRi+ueNpVsR9BIE58BaiT2PbTs2GEvlALixDQO7NdK\n7ju5XRyWraE0pCQ4uAugWYij48mkXiu4DEgrX4RgSoBzqtGOKYOPnGHmAtLQ\ns+4tiPV/uoUGIRNcmh4A88gGi0KGnHzxmTkZn3ctBOtmKLDdxG+3oFjPxn9b\nrl7KhXkc6InO9XR1CtzFVoywejiXzwqM60RVsCuyoanemUHnsneBPhl/dEgA\nPoMfUV7U9hpAeZB3oLYQLKeYIaTbWSNOU/CFpRDQYVFS2yUSslfGazd7aYDH\nKSyfGdp/pyTgfBqohDf5MK8+j4AbhamISER3i1UehJXQ5y6bd4I96Dqv+Zob\ncEUa2Dxe+jWs0kJ+g8q9L8fehacf8MI0F8T+1FzfNngnJQzndzcuFLbF/Ry+\n2CD5jt8t+klnfFWJ4pfMtrAXuNCMF5TGS2jBDhrynazADv0xarlkSwcFRT/k\nSPRAbHtly+24CugIBTgLF1WRuRct3L9RFmH5wcDwB99o+Bc8fINGEKroSwvS\nqfXk\r\n=+Tb+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmUC4nGyOpVuLB6r7m56l48P7xk/9Lg9o7d2Mz2aoLLAiALrzt8oNMVvmbMfImdnfySAULagBuDO0+g7R6p57qcLw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.8f5fac15_1550076997899_0.7871069595874223"},"_hasShrinkwrap":false},"0.17.0-alpha.4cc9720c":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4cc9720c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4cc9720c","dist":{"shasum":"29ed771bf7eee4951a70ecdbf159f2e814b5510e","integrity":"sha512-OmqwzbMhZtCN999opaTRnrIRoA8xe/KrtU0AKeuO4KtwYyXfXgqKHg85OqeupL3Y443vYBONimyF/YrdbxtlQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4cc9720c.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZGNsCRA9TVsSAnZWagAABcQP/Rua0wfr4GbSXChuG+Xu\nvb9RDsGbz7mIBHsxVqnIHgOe/FhvP3ljfJ2iUgaMLhJVVMJpekZ/zd6qWePt\nH7W/ytAMytte7+sfqCRyNFWqQ+LvorAU0A2TqjIx20a7J1TIws9xXTYeayka\nEjod33f/BdQKdh/sBy4vxlltBA2/udalV1AbxkKAdRdkF2BMFfc/6pCOfSzi\nxzgR8g37Ob9mUnXdgS2tLqPNkJ8DptNdNV08wKYrr+eXanvEZGmwdAe/aLPR\nvkOTg2J1Pkh1PW6NMJYtA0ntkJxsFZ5sCXkvGjz7C/CmWcZlXo2pKbZqalrw\n8g0GRd0ajIJOD7+MxYNm9b3ejCrnnROzw5lLY+zpxY+7zmZ0JC+u4nf5IVCQ\nnW5cyOqp+3Wk8qXU4aDc8Q3N90Di6YWtmzDVVnD6FO3f922Iyua7lz2j9Ogr\n7ko0R1bp/lG8pLOxrmFxXWDoKUmitPakJ1JlFKwJPuZVlYSbGLbwbjb2rTdR\n8Iyqsweb0Rb90J5FImHN4QsUvDptGVKtfZDbWg4fhC88DEObDIDobjkWvWyr\naZWQZ5lSriy5DS5m9i166JpCQFv/ysSf3Z4CzHaLsXWjlaNrjYvTcAvZEB+5\nEAhFYy4LQ2z9kRnM50XbnLcm+6rS1m730anInyexI5G73IncsiATZaHli2/Z\nMgj5\r\n=ds7R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBY+c8jTuKfzSzHci6IPuXiKOT6pG52Fzxum58ai1UssAiEAnaF9g1m+VghVROGESXvcTWhJgKuegSfJqaujVU8EOqc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4cc9720c_1550082923326_0.6073476636066624"},"_hasShrinkwrap":false},"0.17.0-alpha.d62f37ba":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d62f37ba","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d62f37ba","dist":{"shasum":"6023f2abeca4bfce8d1671a0d47c488a70050d2a","integrity":"sha512-v3HwEHVsutzhQSGAZZ5IAPqcM6MSXufzloRyY8x8KhDHQ/pvRyZvvZMmC3ilPSU2/jH6CnjNNLntMBX5LFHktQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d62f37ba.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZGt5CRA9TVsSAnZWagAAXWgP/Aq5toTSWQiRkFDyPQb5\nts9DbW598bhw4L2OwEhnI/WITOQadb1WkZ/Dhl0ibcKof360aBe35q2WhZWz\n4TFxcycjk6DdVaP/qARmsDtnsMF3+vMSxFPvK00AhZxuL9cgsdxGh7QV870x\nzhT3nFfKg0MWad6HKnkNhf1upb1LodXZwFPUWx5HWDcv3QUic4jv8IWdJ1Hd\nyqAl3HNLha/D01ie8Bm/+YApxUW8nnP4tB2io8l7eiIq71xq6PiTZwqOn6xx\n8x89aF96mLzPjEVAzMIzr7W/hL9Gp0jWxhZA1swMfP8cmSzJ/iKycmXEvxsu\nRDxvYdoyo9YSjqWrcUtDmWGLVA9UiouVncnxm8ITCEFwSL2RI4JVOAyDWjfF\n8ktj9tTqMGCUsYbnOWv40q9LsM/q5ZA6LA8VW8ZR22E7iPLu0PKdUFcViRc8\nJqexN5WfW//S2AYB1ptsjxyz0dbb+pBwhzYcVoV4D17sKrZUhEKMC+KMQhGN\nihFCNk34h/FJn8s1Fr+l8YS73nuNEjmDlaiM7XL3q9pFPIsVrwWSoJSMg8Mx\nRl9PimjKy4WUHYCO4v+XHtScNsHf0DmTKzY9x0sloqR1UxeZcUnZSu5stHna\n4pcEm46Pu3X9u3o2rpgiWOIgtCqEYqB5QhOCD2/njherDKx4UWqx6EEjuinF\nyiHb\r\n=s6Ko\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7U/rvEkseudojxqKw2EhDE1/mQOnqNRnt4+sWo6wX0gIhALo+aa3KPCBmbCG1esCKViNMRELYd51r1AmXqfzNX1IQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d62f37ba_1550084985086_0.771313955012066"},"_hasShrinkwrap":false},"0.17.0-alpha.454eeb52":{"name":"graphql-codegen-core","version":"0.17.0-alpha.454eeb52","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.454eeb52","dist":{"shasum":"c1809af4c9ae9d4fe0a5f8b8ee0dad0e1e4c5cea","integrity":"sha512-AeotGFBSwOCqWp1r7c2qzFtcAvRfxbyEtJ4cnUDPLgEyyQUY7B5D7OcmJVpRuQUOMO1rG1Vdv2dadZrRGnBlPw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.454eeb52.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZJRbCRA9TVsSAnZWagAAJZYQAJ4qeDhH3XSt8zBvKwD+\n79iG8SXd89FHzUgMucet1J3s6Ks+c59kJXZG3B+R9v/mFJVBlMBlLEUcZJrf\nyTtXEO+bLacTlc8IO4SQPswwu3nae3xfmRI9HSTbGPyWgjEbEvN09CW7kd8O\nZik7YdZP7+L+8sgTktwVGoLgp2XbEHweDEcMKBLK72hnycBWqGKLJ15pd9aS\nUOZWzK7GwQnY06+vTY9To5IR8oMFZAuW0IQzFTPCy8x+og8TcQk/XxgWZYs+\nslnd/GJ9QtjRgXeCyu/lOJ+yKXQg7fRopGRaV0Jta1GfKsvowUq7zYnoi9HV\nDTReHAL7EyRTpH+cm38cgRGD18BVmeC9DVmBR2Cbx3FAwiDRQnhbUUjxSDRY\no3b3aFF65HSiBfy0c6v9Ib5iTowcUtzxe+IEnPTIhoV2+pF0DeKB7BjsJVwz\nOMiqobBXum66KOKLnJWIV0upVG65qLcbrrjL7nlYpw8yZ17FrqEMnQPQICHa\nkqsz/O8gYUGoIWuYZgAeSL/KJZV7JOp+LDwB1uPn/BCnQUCaPeOMjpi1Z/0h\nK+setJrZOUzlgeMHF5oiP/jtsJ3rrdL3D6NCAsF+pBJtiycm6dk8G88GvA2e\nFZLvFLkQwmdV51HsV6ys2+Payy1f4MF9JQPysmppYvlksgYylw3+NN2ka9IR\nh1LR\r\n=6/Ry\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGvxLtHFwBNhYuOia58fjwmrWxIdUKprBhecE9Rw761WAiA4Gs3Rc066mcEHL7xdVs+eLJqnUY7Yw/L4w55jsAoWxg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.454eeb52_1550095450276_0.6436141878537669"},"_hasShrinkwrap":false},"0.17.0-alpha.fc75e94e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fc75e94e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fc75e94e","dist":{"shasum":"639f630b582b1b90700ea388352048ba8ab2c234","integrity":"sha512-Syb7J1Ru4B2Dn1UEYVSIkC01NJZMFemT4oJUfX2tVGGqQxZru4kOQy6uxGIoKO0W7bcPsDb4viAqjlNZPi0HoA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fc75e94e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZJg7CRA9TVsSAnZWagAANMUP/3U6DpS9ScPRzWel8h2O\ndhdAly/DDmMZBKSnsTEKzCuBo3KDG8kO5zIlAHY15800ivBwt2++g8pg18fC\nIQgV9Dk08+UzAoPdE6VsLa/LF8SkFnBwavR84eEwcgx9Wz2cu6RVNxGaMrl0\ngIwuy15ngZ6sc483msLVxcnAe6R7nVU5UpTFJ5y6TDmgy3JmC7OtbTVJgdvC\nSmXzqkfxfer79q+Or9Lihvc8A3P4VCVnBuNz9MaUeHd+L73wZ04MMGp/StUn\nFLPA2x84O2laMR03YN1/JvXx78YUYTYrpS2NWveEfTl9KF+0REJBr9rLoEME\nkOgB4ZilygL8NysqTbaykOhLOtu+i21lMPwfmL+3TtlFlxoxxubqmBIvTLwp\nAuFJ3pp2deRNpTaINlOO7zdZy2Q/E2GdzWrmWKvPCDQjrKHyYVxU4Dt2UnQI\nSkdf1O/3THmhaGawo5lQGdf+zcgOWj1DX73qH/tymy0k64scJVi30FaPHXzy\nXucnFYTSYelH3bO4JylodNJW6e/rLXC+ubGZss/a6upXrpPt/KdzSbbwOWzm\nuAGB7wsf64xXWsFCJXJvkO3GuU1zZteIA/lVIA3tQY2i5t0HsqI5uMOxwsSl\nxFfmSiJ3ZkRmRKkIXI//MaYFJm6FwerdhllJwV/qnj9dmUA74ADFBNtc33cg\nn+KG\r\n=1ABU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjQFOT/aPmI5c1wHq6Dc2z74RfCx5l7ToKVR1sPor/ZAiEA5tcr2+EkbPOgH89yA6kv9hhNC6ha/JhBeKYWkQBt20A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fc75e94e_1550096442376_0.24353987021484325"},"_hasShrinkwrap":false},"0.17.0-alpha.3327d70e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.3327d70e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.3327d70e","dist":{"shasum":"2397aadec63762f13571d87c99704fd39f957ac2","integrity":"sha512-7vB/HTcXtccjfcrqDHsjA6fj7X2dkM6grKuOQgqxutu++nm1vL+HGPVek4cyQUTjxBsr+0fbFtAcfLCHgZlDsg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.3327d70e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZKhhCRA9TVsSAnZWagAAk4AP/jVAASi3XVfT6iG63DGB\nkN+G5Pgg7k/aMLVEEX4W2iIzL2x3a19wqa0WHstuZDZmpmQH+SwUKUEyNzg0\nJ6VO3lPhi4kTvYPkHBgwsGWDgH7xlGJz/j4gtQ1Bg2AG7mRKVD8PNfoLDsFO\nOCENTCAJ1R4h4mbEWcmZKOxuEQs4LhyGlUir7vGml62WeRhzg+Ae+LUPab4a\nr8maIxJH0P+QvnXMfvy9mt5+UKsMJpuhFd8sRH5NV5zfR9I+cWZqafhFctx8\nRaOFVOiR21ycNQOYl1A3TexmvgX0//+ZxIbRKRv2PanwCGnRVFE57RuEuh+G\nKt3arIshBfTTlqvxv/r8tprCJoL+JV5Vjk6Exp9yhgrM6yyBJGEOaiFr9UGG\n16kI66Hw4tF0FesU/MYIWVnaNXEX89NNqNbmUAke7tBMNp7cyiTgfgzI8YIf\nWsg72lb21Zsci74hwQC5rS2Fn09alsOpr57/eU8bPBRQPk7h/jPP/KD2OZ5q\n4wgKTBRZ6mwUbadnjBFDg05YzP5wXUB4RSBJRmOJXVRXcXSiJ3NH5uB3+EZz\nrrdoxNSmdKOe6NEaeXwAzloHF2/MrLXuoCy0KAkUkfHUS26WKkZR7EbM/DJ1\nprYcvslakZIzxEukwzTuWKGaAIgozl0QEyQzxf7WEyPHsj2n0CIDHOxZNxD6\n8QWU\r\n=h2/Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5zMk7FnO+6QN4HjnPyf+4n8oaPWOjfXzCMzy4jJO5NgIhAN1X0hlPK5j3GmyjAlGhoxXvYQ78siVIMbtzB+1+nmIj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.3327d70e_1550100576085_0.24190439997117963"},"_hasShrinkwrap":false},"0.17.0-alpha.162fa439":{"name":"graphql-codegen-core","version":"0.17.0-alpha.162fa439","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.162fa439","dist":{"shasum":"e5cd81d51c68e650dd3afc4ca2032e2df5b10587","integrity":"sha512-DMvYxqkaRaef0nW0PrecFVyuc4GBwlDAOQKMcWZR/S3202G2FkyQEaA5j6D+WV2pLrI/XskUYLcrvX9jRIlSog==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.162fa439.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZVIJCRA9TVsSAnZWagAAuukP/jirhnoZtSZImXTKBH1m\ntl2tDZ1Q25ankaNOMOUssRj++qpmqwKKcj3XulaKPmy+bpASITv/jUtHVG4A\noxc14nhaVZ8cH49D/UVzP8DvUYQieba6RIKQlkYiVKDtfXoUQhvXQdDWxLT8\nqb2WRO7648NDbaX1jjPwxDWwhXk4r4EgP43oydCbuQ/C04j+9RkWVj4s6i2L\nmH3E/iikbfGfvljEKaASoTN5uYqTXmt6sIL7It3hZ2vcCCXnpw1JemgnbfRy\ndKBlyGVQV1EFYtcPsd+QKpLEszT2nxUOLx82cvoyl3/IbeL6sBJg4XOHWS1D\nnW9+FTQE1Zr2bh87ypIhfXaqFgPu+eZeq7eShiPxqbacrblLlfnKGaK4k/s8\nMMgNHFW2D69ENaatQ3I8gpYMGfHPOH7KNSv/Q6iWNtCyLT0oSNNiAsejnHLt\nbFtCgu7K1ETtpTLm+WKw+FMEwh/94cQ+GFmREIp69mqKKKakTk70xh+16/kk\n3YFZSOmQUrUIf9TkhVJq8JPA0Y3T6qGLbJ9uPUSrmdr0NfBcAHY3iZQ7M2k0\n8yNqS7z+23aV0FtJlqrK3dXgaFckXhjRsa8kA6/+DMp1gDyA5naaMSB1hxzb\n1Cl8pY6DdTAL9lUQLAcJMAgOo8Qbn1vOeG9LOTc4nfQ3YVYTAaEhowj51A8a\nnLrr\r\n=PZjY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHwltP6gMqGDJVD9gDtEoqXpTkv/CLsHcorXPRlGIWiKAiEA4EO2MHr6nuf9Ip1zgbs9gXyHP4xdx7Iv0gJ2KW6AVjI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.162fa439_1550144008271_0.5714512462217418"},"_hasShrinkwrap":false},"0.17.0-alpha.1e114586":{"name":"graphql-codegen-core","version":"0.17.0-alpha.1e114586","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.1e114586","dist":{"shasum":"aacdcc033b08472126356848e94b364367c89bc7","integrity":"sha512-CxaDFJPnFMuaRVhBeg13mChNvZGWD7pWPQsS8ssszA+WrzNV+/mqYM6dFNSD7aETEXg68xcNyfFjcqQys4Izug==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.1e114586.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZbjGCRA9TVsSAnZWagAA6w0P/R7oFsOrjj7hLr6iYubB\nKGCrgN8Hsa0hKF7LBU24+OeYuCX3Xqtgb/dVRcxlTacbFjm7gOkIg+4XHu77\nM1e8WbQj7fkA7aEnWSTBOdhjI3qOn+bDZGhldbCHOVOFmJLLkn7vZ5lEG2eF\nmLLpCSeZFjnt0CfMmBMdBGMGHITmAuPvcf9DLSWF4GnO1q21FfZNRcszW4ai\n4fqHfRyR/BAhIvPORCz/KWP/7nBKhsAkpYfXkGwM0aXizvqKrDx4jt//VAau\n6g+8vHBsV/c9Iey2bjGHdMq6v/WDLOTe+e3sL8vNUmWqmTEFVoomROxtmCEG\nhPRcZNzT82wsV+SU8aL8B8Y99XIb9xaswODf8NnSJtK/Xpw5gqp2D6UisH4Q\nzQJxTb4bKlh7fn52rblYs/OX/SXPMLz3wNCtXr8Zy9yiqJiGCjdm2v3dYOj8\ngokOFd+Dxqgt8xMpJq0JXVKLFjyiOYFXH8/VE1/nCJF/B7qXxStdmgRJTVFv\nlRHOcoN2yUyhAOQgjXQ8BxkdaQ5mFP32UP1x6SzuJDN7KoMbuCECuX8j3MeJ\n2CgtStxlVWzl8xmmqae8nkLV9Npq4yT5QShAH8D4M9FJ52SlyWJUEJhvMAhJ\nnZo/i5xXqFCE0o+0slhusEf2BF22g99pj89M2IR1lk9hv2gKcSU0URK+g8u3\n1fr+\r\n=SQ1F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHR7raVpeRrDEHTG6TC9dlCt6hx+M3YKpz9dA9hAkOBCAiB9fjYdI5qZ9lOH72qw+uw1bqgtClU38UhAEXDlwfgIzA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.1e114586_1550170309754_0.16019842189458977"},"_hasShrinkwrap":false},"0.17.0-alpha.93a09bd2":{"name":"graphql-codegen-core","version":"0.17.0-alpha.93a09bd2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.93a09bd2","dist":{"shasum":"c95f82f76218ad7b49fa9ab294e7d593115a8b34","integrity":"sha512-2lu1gCRs1icmQcgqQIZqTEXjdfpzcpqdshA5nB0e5WeUD7fu+MQwqBSIqhm/nsZh2BdCiUDV97ESaKfrZ70nEg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.93a09bd2.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZcC1CRA9TVsSAnZWagAA+hwP/RlNqM2YDEs4AmAPJBtj\n/e6p8Kq14j/aEWFoyAhuW3Hz0Oo6ELUQTV7QP3XaAGCjx3oU7m2ISi85YHZV\nfC5oX9Lco7T+DTBeekj0VuUW2Nk9cDWy8fvQbQCgGszMDp9BLlS0jD06HyXp\nMGrwZYOi9ASdGV5Hl8yGYfz8QcjdARk3vORt1lI/cS7oeSC83thTjUJuYI5X\n7b8WOTN5c4Ge0kwUBrctdfioVXuauC+WFeFMd8hpyll1wupWYtDBQN7oRPbw\ngi1HwVnSqiaFwR1er+KwDyrF2AVu09yD7mgsUWoXNEyEQDoUAYK8klHmWAuX\nVbH1OWqBcYy1C7LOHyYNe7W7r/SLqiKaHBYP+VimOPsOIcy86SX7aCpN9vlD\npSXt3SYYkOpBw5RQJb4Zr6GG0uJzY78cxFi0/CrRvKp5fruQrpOSt6g5C1m6\npaXRAqa1fus9nurztbZc3JS6+Xg+XtfN6pnXLYtIBLrQAu03c6CXtp3yHQ4r\n/dAyHCMVVhn8wpWeK4gG/ovlmYqPY+uDzjlX8q+lN3JtgwG586P1S/VC6l9+\nZjUFioekOvRfcTVq0hgXYPN2wApgUrXABj8kh0/lrVC8eURedPBYilkwydoE\nXRcycjdeyqQMdlClhEVhZ8qzqE1ylIaiFeweaiZOF1IeBJtAO0ILamMuugB/\nINKy\r\n=4X0R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDi3poPDR3sPltYySfTzPg6CwKDB/O5yztXLOBkApmcRAIgT9DIedkpIWvCGQ0XoIj8dCDw+TdDOSFspc62n/TVTkE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.93a09bd2_1550172340896_0.9794960990395876"},"_hasShrinkwrap":false},"0.17.0-alpha.a4533c71":{"name":"graphql-codegen-core","version":"0.17.0-alpha.a4533c71","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.a4533c71","dist":{"shasum":"7b4d29026076a91ce1eaa3d52fee9e2d31821636","integrity":"sha512-eyYZt0QjryCCFev/oYpFACTO7H19Efnb7Sa/4H97MpcdNllqX+SLfEqvx5JG/nj5uK/Vylm2qFRVG3vYcBPE2Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.a4533c71.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZcV1CRA9TVsSAnZWagAASCwP/1NdzdeoLbf3vhBzayUB\niSMn7jKlNFVnwfOcQQb/HFCX6lyC/lINxMjJBc/SNhe/1Ol+4ZTlzlkt3mG3\nGJHAcxYqd0NbZDbuHNpkPVxPv22dZFIfzyVdxcd3lH8VdMrUBewsjrQYlCK2\nNtA6AgtX0b4MuBrTNWMD8n1QOo6biaGEO85oP/ITMlnzbKg2M7c44laEtq24\nf0s0i5EEURgBtZS1A1rjF4UIXd8vN7J8zgTieB/LAM3UMBeWPhDw6OS9c8Ct\nNjzKtjPo7KCpuL/SE/mU5u2NEr8x/1lY9lf1GrVmPU25CP/4ZmOvfi5NLlEk\nGLUB5LRpSyeGaeH2C48C6HeQ+IyZTrDEu3c+SOdzjBBwWpdrX0UETmn/VlcE\nFoNlhjSi0MAJsbSjanis2CA0wx08CXOonvq4aJVkaMU14M5gcWKw1b4ScEZB\nhVu6KtfWIBs+gdISHLUh0U/42ZfXoKN05tKq54gR4mFNKQ95NpPxlYAwmvR8\nZCe7cvTdNzugJLNhfb3OOWOXrc0hGCtgY8w5ACstJvPvmFl8wnaTjUbaAD6R\nYyTGqZ6O1T1Lae8pCdahbFlxMURFeqKkse76l/LBA4tzzJXr/MHtwFf2pYM6\nZYt4mQ3Q2NhgxDGluLX8t6Snw/dIvuiaz7HjsYwyIjETHUnAMwr+yDxnwqBy\npgmu\r\n=hOZF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIER/0kPE8TVqY4hNB6T82dFY+tuw1Wy+l+RXUxH/wWriAiEAmQ4VeGyiwNYyU/hxGv4EaMYRTouj1QN4em/gAo6L+0I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.a4533c71_1550173556491_0.24410587683692886"},"_hasShrinkwrap":false},"0.17.0-alpha.c0e1ad8a":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c0e1ad8a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c0e1ad8a","dist":{"shasum":"4b2168ffc97a9c94f05957637f7fca37abe577d0","integrity":"sha512-xT4gX++Ci6UoNo4eY+kzgZgeYRpOfCWe4/SW7u6HYu1BGn5zE7uuV60OxmLzekNmRmRuyGp/e7ILz67uiIKSRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c0e1ad8a.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZt0dCRA9TVsSAnZWagAA/wUQAKS5Ys+sFl/3iL2CA6hf\nVjJcXI3qIZKRmMqGb9N+DVGRvKrw7VR7qwMdjslrAa8iYCw3vv+p5EipiRyj\nB6/2XSlrU2HKnkBeLoHCofDstEU5/Y3X1QPuPd/L6jr4PaZF9gZn3TpNn7Ks\nwdJ8ffK2h5gtEjqQOCWCIGn1IQ/UnZ06Fk1ZZDWs9ozTlv7MmAms7sdp7K0/\nsC+ESfAx8oGOayQvZVwm1rK52j6J/G/vWWlDpCX7ZO4haG2jNjPX5D0GIf58\neblEMq92xpZOSPYKnEBNpyyz0iNEOwEmqbjv4kHSar6wd5rOareauF0GtPdQ\nQZi9nvjkNAN/rsdg0wGo7uSPPY4zMkiN++sQls0QpvT3I+8XffCUggJSsF6q\n561iN9nbUG8CN1D9vDuqQkCMpQMAex5h12TD3wIc54YRh0AU4OOgx9B7EV9f\nScRfWHt/KGaRBs5Ozt1tRZYdP8Zifg+suY38/JlHv6kU1v9KKRqMbQ33RvEE\nulIGggOxDWxGONW8bGfu7vkoBKz1FLnbxR8sDXVndT86aQuuGvgJUhUILw1w\nJVKOvYWFjUH5QiCBm4W1VlSTU2I2PekEeogUHkf+xXfvIQw0KiXM2p5K+nMJ\nUdgcrgWt27gRlCfc+oERpett9wTlrj6iKFKQpEFNZFGlJYPmezEoOZETsZPT\nLE8o\r\n=ssiN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDW/HIEkoSvdSxvBveyblNX54NXqBowrrf9/76CNjm65gIgB+hKRDVqTaY+kWFl5cSZffvSehJDaLl/OClLCltlWaQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c0e1ad8a_1550245148426_0.7059066946330874"},"_hasShrinkwrap":false},"0.17.0-alpha.364f2fe0":{"name":"graphql-codegen-core","version":"0.17.0-alpha.364f2fe0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.364f2fe0","dist":{"shasum":"02e4986ec809c2eb035e3c7a90f2ceac610433e5","integrity":"sha512-sIijkQZMuB27kKO6ekWC4qy73xYNU0x4tRyN/L4DeJj3EWReuvJQ9fT9BoenCA5nFak7WrRVmcG0EFy+yqnaEg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.364f2fe0.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZxJNCRA9TVsSAnZWagAAvmgP/1XyFNLHTG5BxRnmsN9H\n1PerlZnbIEtGy4o9HY4NLKA6H7YVSKIYEEogR2wQZn8tzS70s9sT2GUydfkb\nANCMoTWTuGcfnPes6+Gpkig5loOf9x89lzNrjxdVPgMFZKhVMmrb32uRGjcq\ntarR92p+FYzz58p8iqlNvN7xmYS2Iy/pTE4REojkXDAIyhcmo/wxtcras3fP\nw7RQAKYlCVU0OhUHsixn/7PNlw42AliANDzGfjjrtPSIRpjRxNRP/lgci4Lp\nhpUPQJnVm4w1Lgcs3J4bTX0EA/i7eLHe5Fw0mQz0tS5UlRgtQcOLbobRg/gJ\nG4ar08NrE6hR/IKxjv0irirqPNVYKOyJdH7WrBYGTwUH+ASWhP6DzhjtTHsC\nJqMiUuJnQS6zr4AavlPnxmwn2eifS6fUK+ChabeLjxnIPdj6uFynwY/j105Y\nctwJQUqRtjQiNwGRM0vvivP9OpTcCCpqeK/ABggiBPS5SfKhJYvg3Y7xMDvh\n8BzTHOjUDXdnr3sq+70Liseiu6JXZy9V7wFrLPE6D//s9kJsY/SYSvDUa9vP\nzhTnHy0qPKGHqwts8iHySGMryVFUbDDTqucMRW0uRqkYZlOY4+Ns1V610/7A\nVZjeGs/8bQYIeTq0QWQ5AWZyeFe6Gf0Qgwyiibj5BhMbquFDe2TFCZdXg3M2\nHGkE\r\n=AytM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDEmGWOgOcel/V2+aSlTrgH4OGWRykmeYpGG7zmasPHFAiAVDSS9kh6CJ4N90lwNk5aOHT2UnCEUvouQmzFmwmO5Ew=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.364f2fe0_1550258765196_0.1315193673035462"},"_hasShrinkwrap":false},"0.17.0-alpha.c786f6c3":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c786f6c3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c786f6c3","dist":{"shasum":"df93cb27401febe30f7bad58834099ee61e50655","integrity":"sha512-zNW/EO00xi5ACW6R3K4CJITZ46gqMJcQWI+UvVTQH+0PWTWVR3LlHGNA4yFGTEhtQc9gSSXu+l26BBmieeYWgA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c786f6c3.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcaonrCRA9TVsSAnZWagAAgDwP/iOraxu8cmVPXkFhvb65\nG2AyHk0JAXpfPJ0blo52vAwZj39ZXwQhNC+d5ioqcgrEpp75N8Syn27hB3yN\n1NaWdVgk6EDNs58WWQaP4CPSRryWiO+to9T8X/N9bFkCkkJ6YwnZjK+L77cO\nwr0J6rUP8n/m5at1biEeQ64mwCS86RS+KuZEtuofTGCcSFN+lgxgZDbdFUue\nc9j0tGwwUFkpSmx9/omn63E9KeRK59EHqlEkdKVwhMvkJYe3ddf+vZUoNm+w\nyCmRRLgOsyq/SDpBqXTufVipJLU9Gwhlzo1E5VpkWnteBlcxku9Wq+Qpyj43\nq97oQexI9XXMra1mG+YPPaMU4DMbRbGe5AvfkNCIQY1w6HjYdLjtT+RxPGTm\nu9v0pRm/B7mPp8R3PU1+VKn4Bb7z+QAO6fXXcx7pdvUTkhNlHOE6SVPxCkRA\nneHTi1Ww22IqDXeCbapoqNUK1qyovKj2VsryELHu2enblUVkDtGHjdzUH+V+\nzFkmZ8ae1Zr9qMTCxfRmFQM4hO+urmkcb1MLF4uvaMe7ygZT0Tj0s1z8bp6f\nF9mCntMZgmF14P2WOHE86emIsQ7uTmV6ei22hXjZoRYM3800A7xl+G1aV/P8\nKAKVE/0kH+Qwa4tjmGwauSEi1Ex5lKKEkTJMQaU3onwGPjiidD/ApACBkB3q\nCP7o\r\n=h0uG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH0Uy1rCi9giMzuogK1tWcfFW0P75BM/TVIfWbUMjp0FAiBtT1p+0te0Mf1atF4AmEo+nYNDL86qvAtd3xHuqDyQBA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c786f6c3_1550485994706_0.05203343068130173"},"_hasShrinkwrap":false},"0.17.0-alpha.0449b01f":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0449b01f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0449b01f","dist":{"shasum":"e30e418d1cf61554d6768ef84cf62e8f75be96f9","integrity":"sha512-IrpbgX8c1m874GQjSRiqiCzui7lOnI8EiWb51wYP+wU791o1x0/cRZ+UMIddXo1wSCdt3tdInjPeSYdcC/pMBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0449b01f.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcaw0wCRA9TVsSAnZWagAA8OgQAI2Lycw+ssfpZI7SFrRJ\nL18LLgS29zpWcIv4aEKDutOIVn5xWNKDta3k0+NqLwJOZwY5frk++KiYUyR+\ndGGvJa+uj5iKefmLBp0Px/T8sXZsoEOSUfOLN2YN/snnDa9wfk3g4D8hnFvQ\nCZYnPzKsOjFq0MPwvDED2jEz4gp1WLdrk3wxV2E4+LgB/cl2QvghOOMNs7Fr\nMLQZ2btbVu9WOCnla6QyUQOKfwlLRa4BkLucoeRQX+MO83t7zGnXpzPMeyFn\nPAWEow9ncyR8QmrOz0pdCNO/e3NFG5+mZoaLrJAG80K1QJhwhcglLRB2ACsh\nUNVbWxJsz9lCde7WjmVx6uP49wF3zU1UIoOBiK+7o2QHgem9x5S5PHdz4RFW\n3U7ENC9wWjHX5HtAobkKNkkrQbPWJAv1KflgVwXPGRUYQD42v3T2+vtBOkRu\nK4ymWdk7UjTMhKj718TREH7hK6wonJd1/dPIBGC/bUZfn91KVtxUlrWKYZpJ\nUOTpoxO8Uwoq1Dh81nEvFsKghv04QUu/q/Nu2f9Js4jSKZWfsH4Hd9WKuIA7\nlEqiI0xPXtdvnQBkDI4flhEJHcnF1ONO9yWRLgVwxD0fFaZkFW7i0fvfamx0\nNexgt0H7Z8Hji3LnaqoJBmBm30S9XAsXbhUwvKmOlRdvBax9Wy/P4lrT6Rzp\n5m3R\r\n=oV7/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+Z3/neZ0Cp8mjH6+zEGJPBmVMOB6t+dJWUza0Fcmm9QIgbD26jeJzNr5tIZVm2jfMcfXDfWhgSARKh3EOjor10RQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0449b01f_1550519599560_0.8893361315627442"},"_hasShrinkwrap":false},"0.17.0-alpha.e1b77d0e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e1b77d0e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e1b77d0e","dist":{"shasum":"56948a8008ed23afa114a03929b837516e1dcf1c","integrity":"sha512-xs50+JBdxFrQRaDXs5Z1Kro0Mys6RlR5HgL7KKrysun34pxnEnO/VyORXqG3XsZ3HTs4e99SKaOTnN2VDHjq6g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e1b77d0e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcaw9BCRA9TVsSAnZWagAAH0IP/0N0VR22wAEv7tdlgpnZ\nikerbcjBQ0/NiM1A1mFTc/WuthPiMotzCTOVIVDacCCJQXybhnn1v6nflW9q\nr4/LUCv6n7ztAI7wAmK/97B6jRPWxNceuwpKbIo1dmnqUQrnhR4x8fflggx+\nfcVvzjYzL+ga9VavFS4Up9xUvxluY3s4QVyn+2GixenRXgb8snYI0ZzRw0d7\nqRlPU2WpPjsCpoG/VwLTwPJ3cUrGJ0Nq5zn0L/Rm/VO3IcJndM4Ng0alzhvv\nLHMPjFHdH6AOWZJjfrSVWq5t7d2ZnrBmU/qUkVSmdObHgAtSQ1pkhcYChVCm\nexVcfb2V+Ap2ue14a8hCxLPcG9/aWTkwKMVvcGt9vUymRnnLQpNLS2B0PGpW\nIYVrF+ncXOOQd5mc1KruUHVwiwe34odTl4asBpDdmt35wL1QNJci58Qltr1j\nsUQGdTQY0A3GGguVkWPX7778XSOU3Nv1FYKgUmAjlw0aiD8HutGuNun3+q5P\nCaMcCZsprXCptktDxBHIrUXJ6yzBQjjUdbQCV+9WelX7+lM+eBH9DnMQ+7RO\nGUooLONp0yPo5wRjgfD2AWMujCQlGCopq1DKB+Trj/eEdXP5tGXJJ0G4xGyG\negKpEfxz9Ydqa3dbpvcu24qMNCwVr6WG0yUpBc5km8LGBdoTrgY1c1Cc4hYq\nw91N\r\n=U/nQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEEL2br9Az5o2rfGbhUXKLcMerZhPsnM+dPCWqXSlGqzAiBRs/nxD6K9FhwcAxCeez4gBco/Qf2uq9Z93r7EeMN6ZA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e1b77d0e_1550520128361_0.6036407143008833"},"_hasShrinkwrap":false},"0.17.0-alpha.6160f8ab":{"name":"graphql-codegen-core","version":"0.17.0-alpha.6160f8ab","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.6160f8ab","dist":{"shasum":"e283538ff3954738405d2a1c890d2df82c1b18c3","integrity":"sha512-s/7LnCOVKJruxo4KxUVox8dMrWBaYKWxIvPpIxBn4+uE/E1RdFsAphpCzz0pbQAsABpH8efB7inyAhqS9Qbc1Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.6160f8ab.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbFkBCRA9TVsSAnZWagAAFREP/2KapEmrMORa8nSJCb6v\nQff32ksNesZL7rguwASIuI/MaXGJ+xZi8pdcF8ConhNBgc08+yUnCUa6oGPb\nDVipMnzPvwXFl9x/MWzVPrZcwiMeMNhSjPC8Lg9wuQFNJ2XgRJDkVDJOd/ci\nqCQDf0HM3f8NPxrG+PooBkcSL6QWQTzXVjaAAv9GCeTcOo+f9wITTuwxAmdk\n1aTkhNBE5ausHR41t3Ok62ejcK2DyezJND57+3CM/VCYRi8AumKd18ro8lQr\n3DjB+mVc9Z/sqxNQ9MzuEZ59WYDPaSoZRyaCks+L3YF4HWB4QCtojC3L89SL\naxNP3FXLFGMir4nQJrJoP/sWK9crVGJzKx8co/KUHqlutS9fSsxqDcITmGNj\nq6ZljnozjhVVKIBK+OVjk+huti0o5lihBn/vaP5BYDzFjhKYi501AM7kCLlU\n4kHV3OXqT8jt0LubGoF5ww0qQsMzlUM0tP6/0WcThmCWMM488UxS8neEXAQB\najSp5VKg7GBuoQKoY/wgq4Ji74rucQYZheOhUMqe5uDoQwHDXhmImOT9PUQG\nUmVTa+yxS0VNeYv+EPKV2DrY+4Loh7D6SZt4ZzWAkcJayG/HHh094qh3KZCo\nmT1c+bi4Pknqq1ymikhg4B20nly2OqLc9GVz395IWgLvTj677fmOoAsx8jYp\n+vS1\r\n=bkto\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBTs+gL59MISJnqxI6f9PmjVXRj6bEi91dq6/3Od5fNkAiBgs9r+DSaZ+aiYu/g9AZ7mWpZKT/ERGFjPfjlVUE0mIw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.6160f8ab_1550604544868_0.935399293470452"},"_hasShrinkwrap":false},"0.17.0-alpha.d1e8a6a8":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d1e8a6a8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d1e8a6a8","dist":{"shasum":"afa09136480eba17f30655eb8b3339f732637671","integrity":"sha512-uLQzMIA9ozT9XOIJjoYilaOM0h2o6w12GHaXMAfaDFrrp7IG5h5rZ0ebpGXc/tTHNNrn5+pqCLl1XqtGNEITSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d1e8a6a8.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbaqRCRA9TVsSAnZWagAAhF8P/1IRC+4w1MOFmJMEqmlL\n7jx+oLuwU/4rJgKVyHUFTbVV1MfR7WDG/BcLzbZYNTIS//ktv7oYHfufRiPQ\nmnZsXgGk/A98bNstPc5aAeiowDnYpyL9dAhrj5OphZ67OdvPsAZfN/gH27gw\ngqaPVV6cLxTigtpFSt6qA8HExCkB0o5JOxCR1SSXMOeg8odrQHkyLKTNP3lV\nE+IX5EW1wCXsqIGeX20qN4Z9Yqdy/oWLaiBxpGwx/V6gkiTTP/hmBdLO1fzb\nRhB9d39TLJfjLFh33eeKfsXy1Z3l6QIVq81KCE3r/ghUD6ZacGtBRDZlIWmk\nQR2a9juQSobZtwudy9evDmwZzxiA4bTwWTZiefJTQmA3y8w7gfe0kMeauUsY\nSjzkukJJVBM7EYv15ewVImAZT3R2t0Ma/Aod7zVvnY20Josb4gDG5i6bXhNt\n7cFS1U/qP6kLoVrBlIUBXFr1Czr7N70D6txH936W0kAsHxeyI2w9ix8Dx5Lt\nHlKRBrnPNhD8MQRM14myj7ol2UwkjyIAUbsOckK2WrTpl+F8GMQhYSiXY8Y3\n47/NqMsJk979gmL+mANKXk0GhMDPEpTibP8GVG4pkMKhI+FzK8nhW91FIh4L\n5RNKcsynnFYp+1NK9E8w+HI7PnIi7TUiW+KVuL/JalgsCawmvpLwbzupSKl7\nWV81\r\n=Jy9O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz0qPynXgThA1LwjjtZxZkIISdifM16LXEF74wCWHOkgIhAPLI2U4AiQzS5QG29NcLrevP5l+IbgMMBzSSipLA37zH"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d1e8a6a8_1550690960507_0.07227979592913658"},"_hasShrinkwrap":false},"0.17.0-alpha.77b269d9":{"name":"graphql-codegen-core","version":"0.17.0-alpha.77b269d9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.77b269d9","dist":{"shasum":"787df0bb0c0398595d0d67410921c181ba945177","integrity":"sha512-brrl/jCk+g85ekMSfW7Aw60oxkn9H9Sf+/2rZ2fySzmyf8Oj69xZPiIWKZYp23z3mJa0/VlgotQAN9c8gtzqAg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.77b269d9.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmkdCRA9TVsSAnZWagAAOjwP/1yVTrqxEpRYyG4FEt8u\nFqJ3pKlnVacF7TEe66uZ+gH3KuKxfVNU4RW5IWZDGW8v2PUNhbdChFluqV/K\nCQ15xXlwZKpsf6fEIWNOgFGTYl6m76rgFWV/ntydz17M1HUMx7AfIs8vDoCA\npZdviTjshxzZSwZs+ZQw4QEGlWb1nQw292eOUsyql8uUUUlzar9d0t/6P3HK\numUGz7yYy/LccX4QF+aHTrZS63sqUGyvMR9b40l9k8Cupoui7my+NjNMzui7\nUK8f/alW07hzTsxmyoEI2EO7xjhajMz4YTPghKkkzO3GSK2aM/y5aL+wmb8t\niT/YbL2k6QWUMlvJ7fs036LSmuGTYaRURZZ3qytwMwIadtwVQp5yKuQ9BEGl\nvOk0i+m/k4O+zHr2Hvzv9QLUCsrEb1ZJX2prjSJFVq6xq4w5EFV9+1M8TowB\nRcMnS8TsAYYDi5hTm4u9p4AipwbT/UxHCgAmLM6479/VZ4wfv05VZ0NNxtSN\ntDsQ9/HSCHxaIdvfEwT/UUBOSo5Sj5IqTQfouTkBLqAJ4BAg+QIlsAy8SIxo\nmz50WMWcrzhW7fnWY8nulmkQPkj4UoUs2aTeP/Qao36ly9MNpNvLtV5wYK7r\nD/wxnp/G9lvAFaIDPVJMuBchcBu+G0kd+iC1lhiCCYDJTTfXJMzgksOv7wEz\ncNmG\r\n=5Fvv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7bF6mrypAIZ40otBKQmMfEKXtQ/u+Wg1Fuk9kl+A6SAiBDhx1HHMU/AGvvReNkEK5L3TejC2SmcW43Zcc3oZbMog=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.77b269d9_1550739740727_0.9202172295130837"},"_hasShrinkwrap":false},"0.17.0-alpha.458d8f51":{"name":"graphql-codegen-core","version":"0.17.0-alpha.458d8f51","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.458d8f51","dist":{"shasum":"c1305322acb270b8a66b254c1f266467e1efd765","integrity":"sha512-TX6hTVyaCafim8J14zNdEey3aFcFe2ypS1B2PglsHtL50Gd6gmCg2aeeotZGFYPaQ81iiuoAf2xQbXtdZZotvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.458d8f51.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmnXCRA9TVsSAnZWagAASzcP/iHJEFfnWDbmj6zW0JgX\nv7mijMLFtirho+YjKwY570qJcJ8Qe6MJ/PM/M8rr80KapOaYrSNGrVmTJRe0\nkWIOqeAodo0abSNbMs9zX8lrmZfRCyJfkM4EF8XELACvMl9X5krdb9OC2kWt\nhHef10Fw9u1O+eAdehtCNqBAQbeaNYMPy+ydcbIzjtHBBS60sC2av1tH/uiV\nmIAWFRKqKDfm6ZzWSJvMOL1Vy2JtSMaHfSKvabMIOm0luLktDRIrnYa/+5OJ\n82QvhgX90QqWDK0ki10qnXFSZlao7HARBPQwqzeBwivvGAcmZsGI4GjtAtCZ\nf9xUs9W7wdoKIT6bYmU6hKCfDMBs4WRB9sATqRQm6vt8E2Oo2Bw1K3dLYrrM\nfjxscOm5ixoOtcu/48zCbyl3OuVog614QMyVuv+Jl9mL19FtxvXyd+eEcWD2\n68AOGOLu3UbgMGOMSCQc1yeTUWmpZ1pjnHnzusu24j1nJvRDif54NBKanHRn\nUO5LDEIQSAiOTlJvPfN3IlgshNa8I4t0181EcHLJYQVWZCbiXVcMUfJQo9dS\n4Job9Hm4Xo/0SXArtv5uG9FIv09LySTncxxHsgbTw7EaN5agYdpyAfaihhyu\nLie/WQhA0KE1FLXUQTRD1gR46IoNdxxMyUlmbXIq3rmK76DV5m66DDP13br3\nQXR8\r\n=NwlS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETdoi4TmiU87fEokBcjKBnQEJG43EJzhH1Yk1xM/OFRAiAQuSrUCzDYHPDEG1tb/OWahohdnzvpIBTiJCP97bjgeQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.458d8f51_1550739927380_0.24915196221065417"},"_hasShrinkwrap":false},"0.17.0-alpha.727c5e3e":{"name":"graphql-codegen-core","version":"0.17.0-alpha.727c5e3e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.727c5e3e","dist":{"shasum":"9ffbd3218abf4c157063dce906d900f24ed2ab44","integrity":"sha512-5BbJ0qhxJS+ceajNidfEMGojt5QqBShnA4mC8f2jVIV1DFOz5eHJobSLiww420hTQiPLxWk21rokyH5OEbxijg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.727c5e3e.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmniCRA9TVsSAnZWagAAVgcP/RtSvpSxkSe83LpOv67R\nk/fRAxKGb/PipdPUJk3FpSdcBLyv9w/fWnRFC/IOCWhX3FaL/cvmedeCq200\nyZ/IF7RO3xQzjWN+MabRtiQkY3yeA1PEidc7c79VopQvmOR9KxByJ0UnGreF\nox6GcBM+kQfG97gyw+RZmQs2Y7Q4jOfEzum+qfMUy2//rFSIDFCXLaNAVbs+\nrbNpWEnxKBxrLBdDM/WvD+4CQn85dtm4gmra+UYHAhXFbIW92a5XhMlB70bb\nEOxiq40W4oQf5eSBH50kVcMTNJOgl98nJeW8u1TGwiMWwteNenTAsRQPzRzd\nt/Uskga3NF+Pcm9nOWtZCsXSjKBp5RyBFm3eND7sr67GRkwReT+qtKQ0kjCJ\naEuCBMg2wmoWN5oHXSRn9hpEfwCd82AsDRVqwDaFQ8qJ095Bq5fUev+ODMXu\nOfcRPEpRT+N6bQNTzVfhVjUR8RYN5AaRGnAHPfh2EEmSrdJIJX+DV/iShotp\n1eUX9rnH1P0Y2MUIOP4Q6QkXCpdVYeVcMMhfusadt6waty/eeFM4Qu5cFbtj\nNBc0KFvKAY/7nvs7YMowPES9ylcqdVj0DeiOUE1rkjrz3EDfS4d5n7whW2em\nS5yqYLBsgfrtQEhx3e+jFmqzjnuPj0wvjWDJzFGOT+BH54aHtfHtyl95mWRE\n/Wiv\r\n=B/5U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCP9IBEr1Wd9hmwPmNBpjWjdhJ1z6BJPBK1iv2lBw8KowIhALtNe4bms+/U3QsFPeHkgP/f3r6tKWpedN5u+Bq1YNhh"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.727c5e3e_1550739937466_0.0332552957846628"},"_hasShrinkwrap":false},"0.17.0-alpha.630cecdb":{"name":"graphql-codegen-core","version":"0.17.0-alpha.630cecdb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.630cecdb","dist":{"shasum":"9c395eb8f3b54b758c5395e0fdb6cc33b46f66b8","integrity":"sha512-MRMuCj4QSXx+nbXwlizhEIonV4WRMjf6D393P9K/mgnntaqTvArSsOiXLFyl+UNsVg4eCMdxKwq1GmdHh7x4Mw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.630cecdb.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmnsCRA9TVsSAnZWagAAdAUP/2Gt76712Wir8pPI9TJB\nLtjFgbR1z849gQwJyjHUH6woE2sxwzmkHNNX/02EYVebFTh5FcpQJIHQzXvW\nytgoxWodMkxEXUSyEKudydCJBB0milQukU52idgJi+uB8vSGJG+LwunXQonN\n8Z4txh65ykYUn+vzxN0SDpmDJqoPccLPgioODyjqQrcLwzJoMaQrP9m1m1pj\nLtIwnnHWfLf2il76bbXcoh7GPwRHojooVoeVFgURP8F4u8KO2I0C+m2A/Qtd\n2AdHUs1MHsFVYCeCeIeMkY8Lf38KN2+1npNXZVv7essyZoZ6G90iJZO+At4E\nyjIuVngvG6Fbm0TRXZQXVXaZmN+0kUJnY43cz2uw3yGuchByT+GqtqzKDDE5\n+R/dDQ+M9n5m4OxyRAgU97vaDL2GEQKhxGHNPzuTIUWJl0X0MBmXC+nEPFbC\nIWSOFISRoBaGtIoczbAEuJflF61e2TyDm4bgBPA0PJNWexv6NWsk4ix+OB1d\nWoQ/xG4gyBNOS/PNolF1iwK0CZUO/MXTamupyZSuXK1gLV1NM8oOcJe/KEHW\nsGpPbIH5cdOiysQCXCCWORnrAIJgI/9wTOeUhGEpp+tiWoXOZ5drSsaD29Pa\nXIVtxElOftZLzAMq670OpOZY9XhVbnBOYDcCd9pPp7WqNN801OsUQsOvyily\n8lbn\r\n=cGTx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDImeYYqG9KBHMgTwk9monk2uBBhObLwmpix2bQ9T+3+wIhAO7dYujfps3Y29DED4XcWdb89ZH3FJ3JWIFWTVlMs6gj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.630cecdb_1550739947578_0.2947432930767455"},"_hasShrinkwrap":false},"0.17.0-alpha.fcf549ca":{"name":"graphql-codegen-core","version":"0.17.0-alpha.fcf549ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.fcf549ca","dist":{"shasum":"b05b6e5a1a248787fc389cb8bcdb7e17348ca4eb","integrity":"sha512-wwDfOZrZoRd9yhuIr1zA/NyUu1hYO761PYe6OS54D6cbmrd0Wo9RH6qm2IEcR2fkAcMUmqDwaXVCSMSAg+zbxw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.fcf549ca.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmoeCRA9TVsSAnZWagAAg1oP/0jXn0PEeJdPTrHTr+JE\nf1l/dAsBMKVUlXLiLujFfj9QACymN67vocEE2fF1MSQ9a/+/HZ328F5rnwzS\nPDLH4V2ln/zScJqjo2uI6BHB/UzdjrUrJOiGHLbHDzgvQHLz3A7gFmI56bgv\nbHGeMYK6aRo6UB7nLVi6Ezxs2QtaLPBNtNmYPImNSXMfHrxlekVTUQ23klg1\nfBYcCNl7D2m10RcLYWeAIOT+ooeynoiKEYtXelPI6qXRkEQaI0igL4sgeSPE\nqfV7klZ+NqyKx9VLUO+OzKVc+PhD40/JY2KvAKe0h7A6J6+VAUezSSjJfysC\nnydLUfwT7B5CETMjJFzc+X65prB438vBy9fuk5Cy/C0xuVFZP4Z2eBYl30uN\nnKFNOEcEguHIXLktnOOSjqF5Xyf+eckUe5EOXqfcE/1oLENq2I6aS5PuCFvI\nze1ERqBDksaV+cjXGTHFKInjky/CaF/kHeG79MRngt4FT4ULiGiHizVe1LRL\nSEkzodMQUCw080jKAVtqsSv8d1RsX/GKbubyi+AOPl0+cdIVMeRPvCb/83qJ\n08gRlGmxZcK1iY9yuA+efcfgoBkHZFgnNy9aSW07qUaHKQipfYr4a6gPBRPd\nHOFooQ3+wMSltoguU6C00r2la/47GDb6X0LDzHBzOOdmaWcNXizI6dCphqBe\nO8ZN\r\n=kMUB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW5M+cBGMaBuiSm3/p5tvEwH5oUJmFlOL3XfRiG/Z2gAIhAPbni0+Rt1CzVpCse4KEzd2tsoXimeXePVNiZ4bGmxfX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.fcf549ca_1550739997610_0.49587554016138347"},"_hasShrinkwrap":false},"0.17.0-alpha.5e86c7e6":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5e86c7e6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5e86c7e6","dist":{"shasum":"ae74608781c7a04e471cb1abdee3bba423cbc618","integrity":"sha512-seswElXwc+Br8ovHukWwFXr9N7eQXQZw49envEFPh604Kh3YWBrF/WK6Zc458fjispVZYy7FnD9D3+e3NytuKg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5e86c7e6.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmr/CRA9TVsSAnZWagAAIrMP/0+DFxfAldLc1/ryDzwn\nKax4ffII+NI4t1s3f7rJmiKmC+P9ZtG5pRprKZxo0qbdbfoEk6DvXiDSchM5\nZLcJxpybj/Jj9UhPW52wqYVGW6KpBBehkQgsTTPfyK+ri8cGiNEzciTYbimT\nFqBwldaPgG7mtXtM48tNIQ00Azbl3nS7NUaKhHk487lMk8+xMLYyKsU0J1Ga\nRQ6TzWbuSMMnr11xha65TwvEK040/AJrV/yNHcIdS74gpm4bQx7l8Hmek5x6\nnZ0jtY2puLz8OTsCedx3zDehvrwa0dALhKdGcDKtteTz+GzxRawtOSjDKhJw\nFwn4/EmZdPTl2Un/tnhQgf7fSRmhsv/WoVeg5vS/rtbx36GwHGCu5o5yePAJ\nvFGLGk2CW61vSVe8fIcPHT39dg3Mi3DtW4U0gPXIocS4EloovtXZVEDY579O\naCyxWxNCHkgE5gftNIdrCoJAV+tpFOk3lEvvm2QMTWgVTSZvgMZByE4dQBh4\n9hgL2mGIIVwfwQnj+29b2dRw387HA8iRkqkBdBpsikHptHbBolPklN8AV18W\nsejGikIjrHuwmmguHZwzCWUewZ6mWaJpE7+IgyhwJG34zIRrQY50XOZ3aJoo\nNqXbHvTGvkNetbctL8XzDUA29uK6EXAFZPwp5JD7fGxQ+1PxGmpz310kon2y\noblS\r\n=FFzP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmFJ7KBm7lU3CZv+hvuHpT+TX2Z+MLKSNgCvA2KdcEdQIgJ34b34zrgWdAqV6fZb79EukfBMZMZqkaV0ewmljDsMs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5e86c7e6_1550740223145_0.21036821521945215"},"_hasShrinkwrap":false},"0.17.0-alpha.4b70aae6":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4b70aae6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4b70aae6","dist":{"shasum":"995b1e3b3f93d348036d6799ff74504b57f8ffb1","integrity":"sha512-zKo7NmtNyKI454y+cYZDgnUZ4ObOaqEDsL+TPtTOAu/EUxlJWIoBRENurdO6ekNIbpmPUaFE77FJP5TlZ6vidA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4b70aae6.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmsLCRA9TVsSAnZWagAAgGQP/RS1C86Hn8epz6GYBjTy\nKTBI1853YtMnzEU4mWi1ZTHE8pf3/3RQ61mfT6OuD+18hkwEH7dDhd1o4smK\nmdH7RBDG1ExHGVk48JJn6YFCIrSTdDe3jklipEycv3DESw0Rtsyy+XhT79pR\nCAJASbTXCM0FWc1QRaj2zZGe2lq8fZ+q+8JnIADVQbWz0DnzFLlCbzbGRktg\nD77eu9+5oZJqzbJosM4qvX1KGAJRXt8AaUHp5WneoFNwgpC/nSuUBeCS0Mr2\nmg0INTL9ryH0wMWqBBXr3YNuiWJG7aOCE3XGFgWL3g77s2URLPv8OlRZcitS\nSYenOU5Y6eE5ke6XDbb9CosQZC2hD+qxjFBd9diNkX/9xe91t5ytJuvFd/wq\nlI8x6sH3I4nF1HtA7M/GkmzzQFUdU8r1A/RGBXSBOOAxKpmF7MejW5b3Srje\ndlnVbca/lrAjg5npO+beNUBjB07qtU9UByHBskioZ9/vQgZh+bTYxHGmhRVV\nzRJHbKffm7BfwdEmFDX2Fz11xBv9sKtMMahiB9PYTK7KteeceVw5oQMzYW4P\nEozAAFemRWGj8OAgx2u2QPHgOo1FOhHA8+KutUMu2D6PbzcSXPOhPSg4cNVY\n17H8sOm/RpBvQhCJAeyQXDtGXo8xBfHC7P2vT2AHGokViC9A8VOa8QLRHxQG\n8686\r\n=nPrW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICfGVX9BrB/dPWXdbZJnvYH3HJDMEbaC37zoarn+o+3tAiEA9rr9d7HUTGlSWye7Mi92yugbsn2ohZZIbGjs5kPaHR8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4b70aae6_1550740234448_0.3731931118428764"},"_hasShrinkwrap":false},"0.17.0-alpha.d1a322f1":{"name":"graphql-codegen-core","version":"0.17.0-alpha.d1a322f1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.d1a322f1","dist":{"shasum":"131211e306fe0cdf16e6c17b7eaf704f25eafa2d","integrity":"sha512-VL/6WdyIODhuGxXXDVizH7eZ9LYEZ08rjsUMK+O6fL6GM9KaV/s7KN4po0HzGDu2rQGr1az0CB2Ag5ibrcVPMA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.d1a322f1.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmsmCRA9TVsSAnZWagAAtKAP/2L5KjdXM/TYLOaz5wXX\nbalpKrrjAC8XTrqF8DLZ8tKO2c3LXt5zBBSbvgAC5qbHJxqodjMlCtMy6//z\nVK4mP46jI7kxuSP/gvI6KiZLzL46pn2ofBz+ZPK6t5tQ/gCRpGBPCDMm+4r4\nRlNZjoXnd8vxIYdOAYQ5rv4OxyF1xfgaAQhEOs6PNFNO5XeifyF7bBG2Yjrs\nuwVzUVWS+MjbEbaK0q9r0cB14QqSTsdAvoTOTMBacnBJrqfRICPsXhx5r1Cc\nG/oISERsBrTNfU4d+dbXHAFgJrkPsm2vo9xJdtbQ5QdTl1pPUW+oHxS71Kxd\nM5/I3ZaLRDX4gEZ/9gmYdw9Z7xKAwqaODWcLte8BUjk3DHOpjlvaV9S1ujYd\nXqulOnDfvbjiPu59REnXe2ZCwo0eg6y0OoyDomHQJkvgGJS/T5+MhLySiRUD\nC8xZgMJoKtez/Ns8mXgp5evmUo4GCDrlGcoN/NgqrviVE5DBLxJJaxMhNMmv\ntQBjSZYgHoHdsYg4D/VADvuQFU520tiDX3N4x1QY3EijZUj3Tc0/vY4jC0FB\ntTmjKpj7BVJDiKUNKatkHIOZ0afuJWmbP+BW4tuCyTPH0BR9aiCIKZ+ANZMD\nZM7QMfxAN052HJxS9sPjeUrI8M4kLLURSjQ+7PibKB5X12FPW9TwiAcEjPq6\nltCC\r\n=RG8M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPVQoFhs2PhimV13EVImhKRFW/yVDFu++nwYoRsNHV4wIgCU6JKc7At16bK9gr0MbY37cIu53uYeq+M7kvbbAblOo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.d1a322f1_1550740261454_0.33928851042446473"},"_hasShrinkwrap":false},"0.17.0-alpha.7f9d17ea":{"name":"graphql-codegen-core","version":"0.17.0-alpha.7f9d17ea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.7f9d17ea","dist":{"shasum":"15946fd167db7b7a82b0168e878ecd71d93653c0","integrity":"sha512-zMoYFgsQrFR7gllnTNkHseU1q+yd/LWVLHnxdmXa/apWRsvZt0r0kqJYwebJ0+VrIjVAAySsPQzPgcp4CMxx6A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.7f9d17ea.tgz","fileCount":90,"unpackedSize":88158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbms+CRA9TVsSAnZWagAA21cQAKTRcnPqnFuazmcTKAvP\nS7ilUDb1+lZSKgykUcWVYbOLdI1rJ39RgqQ7b690N7bAqjHHnYLtGT9aTElp\nXpASeryjZcRW08tYblVgLmG8BBqFCGeyuAsf1mb+fjA3qC+0+09HdJA8XAXo\n1SRpTCO3fV0A6EijkJuqm3MREG8jzm6RMQKV19JrZXPn2JJ1tvjzvGSkHCoK\novF/jE9oqipjjRDp0HSWDm79xUa1dojzPWPCiLhPPfUtpUMjU8hHPAGn6m0+\noN23ScHNP0y0gKaXmLAD8OrdZuppnEcIyMfKKsyAMNa/jDI66zg6j2pNuX2k\nOMrbp684lDZyEZF2kbVcLIeNyPX7dERpfw/nNqBRG/Sj8Z+CkSVIKH6VBZRO\n0s5q6W9StAtInI7iWDvZxxGYG+Dm3VBABNDlpHzU2fu/wvbVHYgKm0Tt4yt8\nji/8lgRfCMQWTPBr9ACNNSO6JdHOh5JCC8LxkahMW89uSSlM2WNISsUHq8Zz\ndC+I74iDLAEvrjgkQMi813hEBkMJIyNPn5GPbTcztOJ1TitQnvL12Zbgcgiv\nSNKmsvLCoxlbIcmcMCsjIGSVtHpMHf40ld3Xju98/jyi0P62MpXesNqTeEL7\n+3mjepduaV5OfBrAPyhEuwAJJ0kMRMyOu47BCHUiSf0/D3EDPxImAkOB4iLz\nb4I6\r\n=aHQS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFvipRoCouJPMWVsOb80lkJSyvIB4RtkmXF+jYq/1wFAiAoOlhjk39TLu6qiMfQyVbrkoa0mJob4RwZj8CwkMP7vQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.7f9d17ea_1550740285183_0.8989249253009308"},"_hasShrinkwrap":false},"0.17.0-alpha.da193459":{"name":"graphql-codegen-core","version":"0.17.0-alpha.da193459","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.da193459","dist":{"shasum":"5cba93f600c95ae404901327767219eb2cd9e788","integrity":"sha512-qTU19GpQAXnpe0CcO6uje9hlU8QVRkonEAze09SnDQuF7AFYW/1Lc3+x3CX0K2HwSVOfk8+wORMkzb9isuT1tA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.da193459.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmwDCRA9TVsSAnZWagAAapQP/2Lj9BOjf7UAbV1posft\n2/5OKmz0THIr90CipqTwfhSrJzFi/MV7lAWCZqvoKpp0WyaeURylEZedkFvr\nLrver5Pmi6BprlkHknw/wN68pp0dABUJdTd7ykqNxRpk70XCqyY/ajqMDN51\n3Lj+IWX2vHLB0/6AFOZwOWSjMOop3Iqg61987roLby+2Rn4qKzxHObFtcSd2\nKOT1e5pnqebObRtybSOjyHdheMzlwVB5aSzqUqbVixEgx3xU5wfvhIHaseW8\nlE6ceP0OpMPHqvzeHYpDll2cAMS9+5QcLltq/nn9Pt09Q5Zuu8iEEeA/Wir6\n0WsoPVUYtAPLLDUzOo0OJIRXuWFQ11fN8PVXTf4aLv8D4yEsJtia8cBbzDEw\nedkgY4p9WvgXxVh8AztBqir8+cK4PJRlIwFN/ZB1/TvavluZsZV7rBK/1S1R\nOFGfXeSIo8B2Fq4qDy2Vt3aR8NLz5FKrr6HoXynY/Uw/jqF07l8/0F5Xo6f2\nslsw7G4x8owITI+Tjc6nzVUlGniYjclF771ZhMHNEFsT+NQoaVpUJ/5hDDc5\nmvbMYNvVvG7o9jp1WB1AxVXIg4R2BxO7gDVKDclzOJlf0wE/Bne6VgIzIN0k\nGB9kv1Pv5t8rXWThLHmyraARs69Q9AMkQ+NUSXvspda7vLDTK4+QZIdFTsjW\nGed+\r\n=kONJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsvSkaV/zgYyyvPjunRtZMgkbKcY1VY7DOH48LZYvgYAiEApq++c4umV4GR577TXbWZHsXjfb2RKkWuCE3Yh8idnpk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.da193459_1550740482963_0.06058280231244817"},"_hasShrinkwrap":false},"0.17.0-alpha.ca704153":{"name":"graphql-codegen-core","version":"0.17.0-alpha.ca704153","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.ca704153","dist":{"shasum":"0d201e1efa57eed288b6d58efbf7bc058db095d6","integrity":"sha512-MhASRqA1qEyQOYATLpUJeBF0FvWvYp5ZT52jBblVcwaJUsh+NIWLx50SKvQpWp4pB2K5el5soyQ0CqqLgSGhFA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.ca704153.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmwSCRA9TVsSAnZWagAArRsQAI1sH/P0XqsjxgBsHW3P\nTRaTO+a3ZnSnNaq+tTyXAyloZ7UQ0uyaHCdt67cUSxXBXZ9hvFpovfLcyssD\nItzkc4SARVIOogVT7d8etRxl2ppKm0SM0xxx3BNuKvPZh9ygdeXOX6HwPa+i\nDUgGuZkXrClsz/oXyAPoZgnyav/Bio42c1OULkMzf4mNmIUPoCTNf3iaMxlq\nkaKTazzhPBKjx+c590R8hEfkHHyTz5wC3Q3WMGAO4MVbuu6WhBPCyI1lvCGY\noovmNUQVou3LLF2X2HVs40H1OeLOk1RPJl/0JDvjv9KwT8Yx/qX4NpHos8EZ\nwqwl65rkCFeC92YKGiLmaqMY14jZ91Yl8NYprpBGOLWsqAjFsicgMdvZeLIa\nuzJF/j8ipYVJpZLkJdm7uf2TJwAMdwa6gi7FuopuOqzfbhvOawbvnPRt+yo9\nHT5ir0ouEcszz7PjJawWkl9BcLg+gMMZydayTvPqznkk2Aw4ADVyVAl0EZzN\nRhSUUtYW69okPP4oqazKmzw9BQ8Xbt6QQMr9U6cJJwNn9y83g8+BYtF4FmHf\nWp1RC+a6cm8g/DGUhGNadKDT8XfyuqJpLZb1F/+Bk2cpll++FIMFtZQ0xHjT\nZxv+PoHSZqviZqRBuTWabIaXNNOP5JMVo+Vndmke+EUg5gSeeMJDFI9xWJ0t\n+YfG\r\n=/7XB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbArCsnojk9LZ+/Qe79fItJhNmTDppxr59ktHYDNnZ+AiAs1xJh1/TDBk31gQP5O0KWXexixuasGsa5nspOwdDC8A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.ca704153_1550740498143_0.15816723176021918"},"_hasShrinkwrap":false},"0.17.0-alpha.64af4343":{"name":"graphql-codegen-core","version":"0.17.0-alpha.64af4343","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.64af4343","dist":{"shasum":"768dfdceede1299f21b366b9e0e9f82699021842","integrity":"sha512-JBwas4wvmNLd0HXSJhguXNTh5wGg50eFaMBQv7/uU0YiVEZzokydh9AY2Z3uqsHIR+AIfQecc2sSPA0AUKySXQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.64af4343.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmwpCRA9TVsSAnZWagAAw6sQAISHl07nezsJJuvM+Rfw\nIFKYcrk2xMPrz9+09zfbbIcMmgFVVDltMewEVM6A7/1ecIIgjeTVQ1b1rWHb\nr7Ax5mq7XHpS1mVJQsoxKjfoJUPvTx8U8sf8JquPf1GccWWv9Jcpa5y3oBsB\n8f3WO2OaMjbH3AR0nwBhMuhw05GXgs6FplCQAu3Uxi7BLL3I3qHfBam2nier\nM+W3iJ7KxGXgX3uhwqgqa8Fuc4W3mxhSb4ffM2F1KWDinBtsrZHgPgw6gQpm\nAXjx2nx2+S2Y9AyfHUZ/qThOUiD3aTpPrbwxahISmy2z6sF56MHrZ/djqCf9\nTYRW7/9+opekMxj8k3GjcgpFvRhitvK1btoOZAC/FYSMA2f3YZwEz/89T35i\nPh+uEXm7NN70kOeAXBxXic/KsHAXMBB5NPDuamfSM9bUYd+A60S1QvvaAfvp\nGIg8xETs+sCkP6bcdOt1xa2qYpCdX+NQxeHii3N/w6JNaedIxVCFmVC1YcwR\ndwd9ZvTPgsTywELr6rQOdOH1wmffG7bVr1PGGPJwxI5MCXXAaPmkMoCRMVmw\nVwvUcXYCRHixh0mryXsCQQxSbeXiygLIILg/UBl9DQtFE8gGulpGIRA2/2t6\nQ+LsLCpEdpvGv39ogeb9QmydQNxM8QJ6jKCm1JiBBG0UjysF6h5xz3/lxBGX\nYPhf\r\n=3fcf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZbP5UHtBHJM8iBMizqzfzyKerwitWmrZ7iv4trtb84AiAaKpq9Z+3nVcQMAW0jnfki/+f9GHn0BaadlQKMWTBtVQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.64af4343_1550740520208_0.7517596184926414"},"_hasShrinkwrap":false},"0.17.0-alpha.5975d30d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5975d30d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5975d30d","dist":{"shasum":"433b39ccd84312490c9aed8952c895ce06114adf","integrity":"sha512-WvIUISnL0P4MCnfIo/Cl0euPYunLmgoIXyRcZx/gQ1Z3eaUxZz122J9dowR2bQ0EgBeYu/fKbxd9uzAYFEof8g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5975d30d.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbmxTCRA9TVsSAnZWagAAng8P/0RMkG8HPk/f9kpIRhOJ\nNkL9LP8VSr6iL5spi1BEUmYx5B1iUhxjjRe7Gm5aa950nRHHSXlpxBlIeWQz\n7T0XLHxiinoU8i/tVs5ewOXbzKYvvLaelxcXtpsuAlK8Wi3Gn2JjpJejx6SR\nyMsce2rXBGFSxLGi0GdWugzWdKri69aT5Venm1WhGYnQ74iSwUz8iWiBwgL1\nIXPvR+njL/sWiF6KxMQcgMr2YvetiHq6Hj8m+mjgPME38hnLjyTXWaIeH74V\nhNPMUncNYRNGen5zstL9ej76Qe0ECGH1SjSdKhc/e3z6PVWu5mosef2yubfV\n4JNiwsK4rxuU8z7ZHOKMHnXBHlL0dE81FlTfAMlddQrzW9kTtf0k3p+TlNcI\nSjNw8vUYj1a+B1XJ8tqQGTP1cALLwJ4a2Oo6KyNrBZ2fMg28HF3t41HB6osu\nc0C7J513jNUipNJ9edMfbGB1EjgVzfESYxCjJiW6K5DvTuqNI3IIZ5m7EHGx\n0dKskARQcSXn1+D6l8ns+tQKxr1XuH8+/TA4r7Sc+xBOSv5fb09VlQO+jke4\nPH86Wxv5UdxuGk9ggCBrj8LZR3H26IvbNUO71NpWsWfzvNc8iq1CR+bJJXyC\nh78IkJ768DdLV5joXdZ/NbmCceXqLzF2haIkVC9gWz0kMRbQA5gjGAZa94WG\nKoGR\r\n=Syd8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDnY57LavknF692tOcbqAn9B06Zcdd2PddQrgTmKDl4wIgJOfnvGbbSrBpDzNpYklu0/hiE8BSSq/nOe2LvGtm/60="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5975d30d_1550740562950_0.8000100305800357"},"_hasShrinkwrap":false},"0.17.0-alpha.4e27ba00":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4e27ba00","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4e27ba00","dist":{"shasum":"cfe152e186bf44e6af632f53b9c709de0048d61b","integrity":"sha512-iubKD1vbemwHCh7bEU4O2M27H5+hIwMNwjGLSOreM2DDg7HDkq5wrOEVN2xxRarcei/MB3/+JSoNOYIzAq5QQg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4e27ba00.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbnIQCRA9TVsSAnZWagAAzUkP/1CLXHIe2o1ghKJluIPq\nfAEx2LkSIYSle43JwnD/6I7JQMS+MmnHF42+MkIvinJod2Fd7SGNhXSHdWHj\nasU2MGH8l0eH/yo8PIJUC6ky7QyMmQIvq9UU/sWGyzIFjTS+DuGApO8n388W\nwJuRSS2biwTOb+k18aBf//buK0CYTnQY4/16W33XorlnLHY6Q8z82i0Puqh5\nbfP/wa5+GECsqpo6HC6TE3Yql6PLtTgZ5A/B024uTfauo7UXcJR4H2Qb6gpv\nvzxvyk9o/DKC3keJgkeInCWpN6dmxz0dOygATq4AWpsGXZsPLaCvESq7LD6a\ncbTo951OJ7Yfino4o/E7hAe96cEFBnFEv5TPUffxksO9vd8X41/UbhK9xbr8\nE+Hbd8GgSdHbkmBwpDHO9yArUb/mfhTGC4B3udBLwx2MI08N42EkyZSKoRYn\nGpD6tK5JVKR/0Kl/8GinrTY3/16v35s60tOefTlymRaaoCYZgRUSdLxwB2Kc\nuEgASnR4+tq2pZLXF0zkW96qySRbv0Hs/PPn/qqnuKMUVoi7gUlOPuWjN5pd\nLszsQvAtvKM2HVo9IDRKXH2FnNHXIQymnuRYilceCjzAwQcW9aVtY2NpKB60\nPmMGOKrTPi6mavvUAh/khNPG98qvAEI6A3p8uT52WIryLFYaGK8inBNEAgxP\nQ6+Q\r\n=bPE7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB+efV5iUR1PiBzsr27egwxQigEe7RFvulO32/CBIrUWAiEA4jlSdy0l9tSX+3EfF1bHVjY4hgQcrVca9UurrrrBnd4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4e27ba00_1550742031381_0.6372057934528164"},"_hasShrinkwrap":false},"0.17.0-alpha.5ec953df":{"name":"graphql-codegen-core","version":"0.17.0-alpha.5ec953df","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.5ec953df","dist":{"shasum":"6ac0a6ae2f1c118c3b61c0d7eeb80db007400e3c","integrity":"sha512-/t6gfIcPtMKkRk+hKxWaUqaQ4gMf9Ky1EJodfmy6uKmWizxlTpMOC8b85K9cg108m4ssfPZExir2JyzOupagyw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.5ec953df.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbnI8CRA9TVsSAnZWagAA71YP/juBobVpGUoKe7/hS7VX\nAAfJWpSIjqNzId3e+KpyfCOh6I+10FoiRwQqrPKRDxqwpimSfjD/BD3UBOVV\nLwlfSa0P5rjl8xdwlrlQpI8fVKOcnVRCBkrmjrT8hnXAga8E60hX0Z7IheFN\nqiDM7yHdZsynRxrZ9/tWZ81sDIC4JwJhnnToMDUnYZySfbFgAJrD1gfqg/kL\nI8rL0xIpugGpxQ/WbIQtgiDKMxQhhXjgCSA28g1EAixynKpElwRentGoE9vv\nxxAXYlQw1TNtmOvXmWo92Zxqyc0S9ghLsA0Z8pr3T6WoVtQe/7LBAH+JrJpK\nJKX2vKAjbqIg22Af6SPXg7f4y59uJkc45piZU+DdwFzfFIutj9YCUthn5eAq\nyyAHj6eDp+Ljg3uJbIqPBgBo8DsSCm682SlPExhemPPgTI1JvyWdKgvNYRAK\naUgvR1BDvhDRcwJy2z7bmNhBjyXZn1y43esOXRl03HpQ0d5DxqeheSJfowCI\nqh9u/6rWu4LJnkvjQqFY7w00zbKp0YhOkYHR62FcMpGYIeIzOff95IrEu0HJ\nY4YBNQbSLFR8ZYte9RQb21S5rELeDX2WMHzv2KC3xwPDvXuiqjngboFk2EaB\nKcTNGiom+W0jZ22YaVrx99k2SA7Bm+7jX/Aw8kTbKWZUJSroQfNHIOLxU1ZU\njFjm\r\n=GlEI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDx6XMxLfCy4ncislOPKynJSsG4FipQlPLp1aj7RCjldQIhALHe28leAZJ0hIpfNJ2EVzLHFXI7YPe6PG4bSNGGm91T"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.5ec953df_1550742076207_0.40701643945136556"},"_hasShrinkwrap":false},"0.17.0-alpha.8380d996":{"name":"graphql-codegen-core","version":"0.17.0-alpha.8380d996","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.8380d996","dist":{"shasum":"ff80e8745225ac44681d913f134be249f59f4966","integrity":"sha512-sTIHdjzPuh2h6j1zRsnx5GnR0wehq0zoB1IyuWljLnqjidzRdXsuA6EQaXqfmg6/gnqS+0ixUpfyMaRrnd+E9Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.8380d996.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbqRRCRA9TVsSAnZWagAAj44P/i25PD7DIOnw4COq+fwi\nKWsk9VVfiabzlTDRTF46eQcoYbathf19YS85mx305lk9vuEB62KdouELQ6Ow\nd7djj4gJuRCU5RS0cAGNSdkNrSSK1rUzYXgqulqVffGiofje2Sz6ZI97tVMH\nNXbcUPDh8ku4yqxVUIUa0hXkpAbTecqdf3KzZyg/GsSq7NyqCM4TlbQtMTyA\nOKmvAh+TVDk2LRX641JXz1qgLl9ZTmfV1WeHbn7mV5jwnafbNu3oYwcXUkZL\n+xOACL4vfSPvbuKDoCYFSqFozh7MP2HbXDBp2cmI4VZ4Z1c4fdY/EEU1ArFW\nIjyi+qt/dzsBLUs7et8f8obhgvG4NAtgQNQ+4qkJoXtYUqcgpTjj/JJbUZU1\nq7ddVk1iU3saJ6HDLgxyqhc89fh01dhvmNlNDdsaKqXAABQXttn5yytZrvsP\nchgH1MjYCmRAvqfVXs+xPWzlh4TXtQ5L8jNAHfl1bFB+DV6Mm3Jn2vLdN37Q\nepgvcZLGTLcQGvOIl0+u6G/+RMD9Y24Z/dtr/prWBk1yWBWplnmLKMhpsRRi\nwlGP/c9myfXjqK1oArDkiPE8XAFEtwP7UT3JBBOCIL1OAwhmnZKTjsViuByq\n4c83y4wMkcC7MsKL0d39CkJWB8iPIU7+4+B9tmvZOEDnuWA/3AU5wicbFkLa\nTE2v\r\n=a2Fv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8ZkHSjFlIA6hU0JbWMqvWbRHLqWMVj1F/t0yut8HSLAIhAJIaRdZKpoALDGPA92iemIUyqc1GPVHhJNaN06BtSchg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.8380d996_1550754896282_0.8291589816652001"},"_hasShrinkwrap":false},"0.17.0-alpha.e09f4a1f":{"name":"graphql-codegen-core","version":"0.17.0-alpha.e09f4a1f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.e09f4a1f","dist":{"shasum":"b7d6bf70997362b675524a4fd8c1f1b902347dc9","integrity":"sha512-wupUgO9xfkVOmjlu5oG/FrTnE6D+xlxnYwiXV4GsxlHZgwW8/q+Y3OmkYTowXVxjI46oYkZAwER86+SDArng4w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.e09f4a1f.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbq5ICRA9TVsSAnZWagAAz/IQAKD0X2spoaYEbc2HOAsA\naB16CvBAs7/1YxZTbMO9TzJWLND4xv0Y64wG+DFTxMSS/cxRw/+BmOuiD6iu\nihhGSSOEmmfdLAZbiFTlBFBGFfZTPMtJJ4tfEaWhC3Ku9lmSIPHCKGUACYU3\nb1aRB9aCAkuNnTNpVpolcNFXOBPJt2agfdKWmdavZ343QL4jR36pr+8jHAXY\nYWDTigZHFGiUs4DZe5ol07Ejh+IY69gJ7kloVUC44ctOci1wexTWi2xpq/GG\n4X5iJzgJDg6gomeDaMULnbzjN48eWm3/fpDIzi6F/amxMwBGF63l9UXKd5nU\nMm28QFu4Jfx9sJOj1MyBQskQ0avkTKS4FLGQHGhllix3Fw47YY7Lj0fcUxh1\noo8Tu6Bj9m1hSz0DR9eP8fz0oeEvqE9RRBgoWfg4owooqa4YijTtN0wwm27V\nFGpdS5fbQDacCwkqroK3k/tS5pHkcjRzQCWb8zvbpcVQHNYT3z0wdIwbY17q\n+KUoOFFDFnWiHa6n30LX+c7amXzF7c+hUM0H7tek1iei4gQDXdGu2war8IkD\nullsiyuB1cY3NpVEaTCXm9k7CF7GYF69/4ovcAuMLae2/ZXVV2F0pouvJx/7\n+IQE/H9wRYyJGScDpTABj6+bzfndg2qvXUVRWVTxArrjVHCJlC+ICQFbst/Q\nZOcn\r\n=KAQ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQvQ+l5BxqJFLJtvuTdbwuhq/Ry4KkieA0yxxbFDH2ygIhAPqyy6cZSv82IawMt992yoawUqKrK1b/QXiRO9je+2TU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.e09f4a1f_1550757447442_0.30650981999224647"},"_hasShrinkwrap":false},"0.17.0-alpha.4c63fab5":{"name":"graphql-codegen-core","version":"0.17.0-alpha.4c63fab5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.4c63fab5","dist":{"shasum":"71529811e99f30839ef73a51682b0c2e9f7b6776","integrity":"sha512-9U4Rck220Ikh/If6zKqHR9wa5m6eNesmS9aPS6pqL0MxMJSq7BWdu7fRvrksdlKSQuQ77USKGBtiSAQbRdkpfg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.4c63fab5.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbrsaCRA9TVsSAnZWagAAxmYP/2YYvJZBggJseqlTc2/k\naTvdmznHJcamLRx1zNxMwagdyrql3qM8RkgXyv+FXaJ4bynkbNPs6R6ThjD4\nUrq3efKn2N5f4bMd5RnUz6pOgMYRviR7MV2PW6zP0bBTGLCQNTZuRxbeV+je\nLWx+Lkp3JwpdYWQMENaCBut0N6v6vqFMT89rT96koyjzpSr2IZgoXCb24ltq\nMWkfbaijZ9WogH1I36pdQB2WVhf1aRdYIl3t6WsN+acEGJ7nsddNKNxDb+4X\n8r3onXc6PbMXGRCBT2CEMOTpVXlXk9hMtfGAv84voU3/mPY9hKy9kLVDq3Yq\n1ydI5Ey/a3VL6isTy+bk1E5aXI66typm7mVSo9bwoGBTNq1bccEDzLwCwSxi\n+rMcPYk87GGhdAiOWYw43623T72cHSaxz1xt05fywhgag9EGppIq/pHgLozs\nzRkrWzY3Q/4n82fk4LCOoL1C8h46VxUb2xR01zOQjxz4ak7kfr/xL7OzFDRc\nDxBxgN+cwJNPyyllkrgEh7JCQTzPQUItcjHDgPtGQYkH1M3KBB0NOhih2oWi\nn3ckwcF3ugtIj/Gb0bA5uc0Q4K/ftPwB9eCIoAhbePCHiW6Vmm6z3gTNO0pr\nxBMIG9cYaPOxUU2eJjEyFC3nBmbgq1J4liv25A88rYcRB7tmZjqAipD36M80\nlZtX\r\n=fx9a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG8C0dvEZIx8OPIch+o80Y9wWAycvXJbwEYsHCGud6eaAiB1h2GfzqMnrnLmnas6/dNOfmKSHPRvpu+u/ONPfAL7Nw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.4c63fab5_1550760729325_0.27300129599874534"},"_hasShrinkwrap":false},"0.17.0-alpha.55dc885d":{"name":"graphql-codegen-core","version":"0.17.0-alpha.55dc885d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.55dc885d","dist":{"shasum":"5da6805078d9491b099bc9746324d30fa81da54c","integrity":"sha512-EMku+4f+oETdL2E9ZxY0BEJEGaXxWLStLsMg515Wicwp/c28zWY/OBtcghcibxiIqa+sPtpNrVcrrwDLHwLI5A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.55dc885d.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbr/9CRA9TVsSAnZWagAA538P/iDggT0h7IFm/ZUdNsO6\nxmzxCEWKlsKCpek5n6ItP+uY2WtgcbSUu0lMcHqqY68TMEmzq6+BRAcUrksB\nPJUPw0F3GG6p8TjWW/BgK174dcUMEngFfT37XHiNPgQuRDpSOkibRr1vUen4\ncJvScE71M7cSM4MFX1aTAIsBLt6En1Csh2QLJvu/HaosDxvLNV724Z/8Hy6z\nMp3aioOGL6GVFgmsq4+l5FjGDDdjXa4De02BAbcgQxxAkZkZISPA82Mb/+Il\nU8n/hsVdVHtm+9lobYdd0b6JDMDckyJezmhlQzg2fGd8KdSCpk1d6Brxu8G9\nXx5sz5BZlo0N7SuZ4U/WPD9fob1ZtFAwVG7lhiOvf31kz5D7izHytlmO7DvA\neXdIuYdtPtqVbtdEccJdA4cMECf03GeIM6vAyBVokkMGJuoJuSKl9Tv7wuGL\nkGBMzNHUu81+mwdyKXDUy0e2SnlcqV+Osg4QYSPrek+jWxQ4LztEu4CshqPa\n6Ck54QEzgdACuXpcffOF17Hcp+C36IoTK4UMtY7UKuRkpR+3yHy58L+OJyZC\nbkUa1HYxTMNU5eCJ9qQHj+Cp8pqo91ZcSicRhO/Ni8/N6QqEmqNQ0DfIxBWt\neD5bHI7pCT2o3oB+DJUV+k3em/fHzXVg7TKxTMVvX3tLm6CtRCsUkwznEECD\nHAk0\r\n=7vuS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSV20aOUR5QCdPO+wNaeJZQBhlp5Ki5W3bRyLAFNJvUAIgbkWM7TBrJywYhHBCXasInu5ZhEgR5ICsicJon8dgOuI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.55dc885d_1550761980362_0.6013268818481692"},"_hasShrinkwrap":false},"0.17.0-alpha.c66a85a8":{"name":"graphql-codegen-core","version":"0.17.0-alpha.c66a85a8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.c66a85a8","dist":{"shasum":"f17ab27f9e8c0d61969d318840078acde3646802","integrity":"sha512-hS2BLs7y05NQwy5Gz4k6eVNmzp71QrCMaR1EzWs6ffBqd27bvFVmrMpb+BSS3lGtkgxjTcXNeqn689eHUlWTqw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.c66a85a8.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbsImCRA9TVsSAnZWagAA8Z8QAIKODfeMJOfc3KNYKCrw\nLDTv47GQbLEA4e8UuEuFCzjgSqpxPRFMISWEWt1/wlLjX5Oj4SZxoH8+zEuz\nd/MkL5lnBJXjMna/wl7QQ1Ts4DoLmYSZsjvxJAHMcPwxH2LBGtvNHrgODXuL\nTj9IGFrp+Xuj9W1WGKg8NwPGmWH8js8TZ6hEIye6s4CcDXztzBfkLH5It7+Z\nNAZ1+hEyX7Q5FrVn4UWf9PADyh6AXuLtEbxckHgy5iz5Rim9NBChpc9ldfnT\nNmSAX1t6fO2K+3cNjaS5vRGVXnBE7NNw0TRgBtf7QFf5ZHazDTssoVA0EroR\nUEvmhfLKeLUF+TRjRDYydVu8mZgo7Cq/J50msMFEc6MOBLfaBOFxQRM0WkiL\nRBgoVRtKmxnXIzRk4eH4lEFbYq9aToxU1VQhro2xDcoH66+DEDSWYfrTjquD\niiOx0eR1V4yICVTAz2o6o0h/fsvW/8KG6TBCtjPhqilU1nKngf31+cXamMPJ\nv1ipqSgseiBDV/BEB1AQtbHxR5Dcf6rtlF5YOg0wJrPxV0bkLeh4VBR5f+aU\nfzL63P/P7y6pMWrFNIe/ftkPFH5uaI40E93q8YOz9hCV4ZUlhqGzvnildBvR\n3J4oCx+n+ezjvULN5rWGc7M2EeVtsvxmGlavQWSETiqzBpA/DxYLmpDLzFiF\n6F0x\r\n=lFXB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRFBXgO4EqbsTqrh4tZFYsfMbqKU2yonLfnHurC7nxiQIhAKVEcOa93b8zlvFZKrXBQmyFt+ZHjsEvHje67C5NuxAy"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.c66a85a8_1550762534106_0.22525952553381945"},"_hasShrinkwrap":false},"0.17.0-alpha.619abd30":{"name":"graphql-codegen-core","version":"0.17.0-alpha.619abd30","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.619abd30","dist":{"shasum":"4d8d7bc928ae377e0be4245e1c95939a2b711bc6","integrity":"sha512-S7HX6dfBn0gzqMHubbV/xOk/eR9HoHtq9IhqOitDioGa+GVm+sdRYoCSieW4mjlNsxb3GdlLh4FRam6LsoKDRA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.619abd30.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbsSnCRA9TVsSAnZWagAA4M0QAJ9ud+p05d5BivxZeuhB\n0kYFQ4w0jxhzTNOQxPUqqs4WS/QjSeS6wjTnBJ9BTFk16VXJREQ4Jd/I4aDM\nizU5PlVkTpBKr3uOM2llPnCXm4W4N0BVttVPe6/Mq2l7Q42Y714l97qmJCZM\nZh2t1NWAJoLrkC+yNFIA0x2I8ZXrldEa8azxXTwZjos2zBwYSN7iyhzi4iR9\niOebMwmyjpz5oM5rtqTG3Nh9JVT7rPHKbFh3xQR1ynUC+JerXL0YX+mTUgLY\nLoQdzA2Oh7IYTZfJcU+TNg4u0HGAFKoD2EXro9H0QGb3OeF72vakuBHGChMQ\n4vqsFUs0aPGcRRXOweztcf+OvY4Br3rt6HUOVbGJjHPwY2ahCl4DR8x6eWiy\ntCG2htZiEos/yyNsi0J78hUDB6rxjXuafj2DJJ6Ew/6YmTx5hyVBFQh4VMtX\nk/jXFJOmW3s810RWT9OwzfpLfH9Wav21WJ6gPx0+fqCMupg596QUkjynOvJs\nEKqAHYBzhN0TdN02OPxSYA43GGOLVpUJloYEVH6oGQiafqSEIZXqzlKWJlbO\nC0mr1X3N3HZqTrYJy/h5R2DaiHuTRuDMmMQLmXaOkiupL8YdL7lF07qwKNTr\n8GaadYlP7eRVc87aC3jgXvdXfV9949y6L87Aur6bMwqkY2uMOaTHwNqP77eD\nj1TF\r\n=5MpR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4UIe7RC18DVFCe2I0wcj+tHOctMDZ1wDstqan7lYAHQIgbr9MMK50scMGPeWPTC34Pnoy6dRAZUjceytHb68UEik="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.619abd30_1550763174510_0.6485575428069916"},"_hasShrinkwrap":false},"0.17.0-alpha.97d32252":{"name":"graphql-codegen-core","version":"0.17.0-alpha.97d32252","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.97d32252","dist":{"shasum":"eb85827170b6ec2b08812a459ca513baa1cbaec2","integrity":"sha512-rYANWcXvKH7Y/DPskhVWhkTK8ifqnQ51FfwNC3XfdDdHe4Ao6ntPfMbU+9X33ezRdt9BkBK1PR91T2YxkLcQPA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.97d32252.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbsWpCRA9TVsSAnZWagAARVcQAIYurQMp6SQGcEZaIwpB\n0pxy5Nfz7IEm/LmUWkio1eQH21LimlwZH43LmtzNAEX6X/yCwnD4WERlKRoh\nynTUbbl0UMoGuWyDL5UsaQDp54g/WoJuvNFlFJtp5S83+nksmcW1xG+OjsBE\nyl92QTbpnLRdh8Kj4KOwY+PKQm04wuRdawdFY2w/3m0cfy/tO91/A+FqQNO/\nEKPW180ESWl6Dq4akC5UQrjGuICESTOPRE7+EnCmulK2fwC354xDYb1pwPVb\nVPXaNWpyEC7Uc8VJABy3Qdp8vHxUD3lWmnwdYyO3SXmEkl8z2QzgV6i2qY3F\nV+DhUrT+6pQYSPev0VC+wZl+4o8pjnW+GNBrYtbphiGwemWwOCG25HCr4YVM\nKdfWu62lAgruHKIOz/zNv9nslpJc0fK6JPM9fgnQxLqjqI0rEWlZzF32p2uZ\nQF7/UBEcALXKAmDCBuL/rih42jGKe13nyfg9I9t5yx8MbIBlHt0fWs4sCsWO\nJaTW2KXNlXgQC+LEfyUsKvud787vrp1TFBaLh5v9xlkbxQMoNfAQNgIRb3lL\nd2qcUbeOw/8AwEZyzp4U7QSz4SnU/yrtZ5CUYPNa+i0Qw1NJR7iaCcOKuTuo\n/30N9TbJPMQ6DXGsGvSfMsyW6UOJ+DLg6WjJapHiu/dmUwdyUx3WddjCeKlW\nJDGy\r\n=IU2o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAMNxtIuZNSqls76w+6DAFDocDKW9LOuJHu5jllJnyHaAiEAydLAwIKJ9uZJ+vencI7+NLmH+XkZdqpwgshiZqFWhhQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.97d32252_1550763432463_0.26390045777455096"},"_hasShrinkwrap":false},"0.17.0":{"name":"graphql-codegen-core","version":"0.17.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.17.0","dist":{"shasum":"e0e23cf0e1138ff3e75912604cf04aae82aa27be","integrity":"sha512-3WULDb+XaRrSsVbTU8VBf7yzGGnW9pAKl+wE3p2NjaKPm0IPBKlWrDtVCUPpTXE0oANv0V4ytsHjMMJ8oTtRLg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0.tgz","fileCount":90,"unpackedSize":88172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbtg+CRA9TVsSAnZWagAAWPIP/1hapQqsrlLIjhgCCQms\ns+NXFGwVIzX7PArktqZuhBsJdoldf5QazB7kkv/hVyaiEyq0F/NHb83KszZ6\nchlOfM3uCj8ZxrDYIUtn+D1H8Hr0Z6UXkIYrUoziYgXeLmBbmY8pZKmSgR5r\nNqHsVSj2peZ44SVqriCT8UPLroqGsJNjz3+xN3BSaPBZvYVgXabK1LAYuBeK\n4Ch3mxc2VIPT3aoDs9ABuUKy0kgQOuzMX3yna3Cm8JwduDkVzp259pz5I1py\n356yiDuPF9QTBUoGdm/LXmRfPKOtZg4/v2qjmGSx44Ak9EFgz2fwfztYDuhu\nqWT1hUrRaF8rXc0tkdnKv1paRvzoD1ZYb1RtOh3cZC6gYoBHB9NezMZgz4XQ\n4UCs6uc4GLYhwe27/0AuLDIzpKP/avtVGY8+i9vjBBCqDLNlx3NQJw8tbgAF\neD0uNQqW6M75UvexJz/jJtDTLGAKJbsNfgS+v+RlNu8Ch4D/JaC15OUWR5oz\nPtE3tSljkrRBLgCUdy/i51lEOaRWeULcrMGtSD5HlcPWQI8J1eY+1Dz7Lrbv\nGh+8OQHcXKDxt3wXZn3hXdkoqMoeZCKB1pwy1XBeWbeqDo9fZIhTVkj8g8F6\nlgRh/cKVZZr1A7452vlh0lAvlMOee5UDVH6Fzmj4oELxD9QcffYmAcXDbmAW\nqskr\r\n=xqth\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+lF35NG2cccE+UJefZviKWIZbhENWgZ5pNyQO9hdy+AIhAMeHfp75aPRasLGOw8LUCgMC+qV6IG5kOM4j/PXZsDpE"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0_1550768189660_0.38036644715070667"},"_hasShrinkwrap":false},"0.17.0-alpha.b0d9bdaf":{"name":"graphql-codegen-core","version":"0.17.0-alpha.b0d9bdaf","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.b0d9bdaf","dist":{"shasum":"fa9af715362a75208ca8c02280712956c6016ef4","integrity":"sha512-2vBlmH9vOKuTJihCMyoSJSjnC0dWSrxRc2DxKif9v9VNWxjb6pNWfHECiHYYD/yZNY7h3HJfRv6/A5x3IFcR/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.b0d9bdaf.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbtmbCRA9TVsSAnZWagAAbAAP/2e1SgPXcb6nkbgtl/3p\nIdnzSEHPp6/CIjyHepFBxtdCc1LQSLMyyKE3BSvWsax2Yo/qE6vnl3OpR0TD\nP+5Mw53EKVHycSZcbsyrSeVgTU3oXPQDGHnMU9HCvqW9BJrccjVm/nqo++Sd\nvvQ1Iz0aRJMQ9FgMtvSnBkEBAC8uMSAO0u0xrOmgHdy3NeII7P+W4A19Hfzd\n6P+KWC4+t86dV57BDP3p6150KWFwuslTBEnJ9ZzSBPkql34uyXL5+zQIZXR0\nmitrBHtpLvTi5YNZjbaEF5TTqbw81ohE7lPtZ7my2KjuBf8XjxB9hsYhz7nz\nQulZ1IY7XufNruBpHdE2BAHxoR9f6DwMJpb+thZKPvD9WoxWsnehTTfeKqJT\nuvnA5BFBPpsxFf8yTCVcqmOjbWnlkphLWiLBEGacADqNaYXbCEa79JHy+QpU\nDLgZnQ4MEL1JPdnIbcLkRhJGQ5QR5+vMFW7kpIxkZkRu/FiDMItdFKx7Vk8Q\nv0Sk5hknPPc8WHy8wHNe7v5l56Qmb3y5uU9a3RyUyCIu/qdo6mnMq1gmdJoi\nplMpKCfROphtqereCeo5MRETq7B6sQ/M24vgrxZxfYjs7z8kInb0zAJXKM0b\nlctdJrFCMPEcP+KsPorEEE5KufS+rvY3M0G1UVsw5u+AKrp/fPXJ9Bs92w8+\nnDRg\r\n=/3D6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDq3tdKGmVycTO/vN9NNPbBBf377oN4sMkiK5el6LSBEwIgR2nQomrWxX5JsS05ffCCwRialDXpfqBvZlykR9Ij5wc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.b0d9bdaf_1550768538514_0.31047501557437984"},"_hasShrinkwrap":false},"0.18.0-alpha.8d78a99b":{"name":"graphql-codegen-core","version":"0.18.0-alpha.8d78a99b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.8d78a99b","dist":{"shasum":"4fe47a26d0a1355a3718235123e95edaafae64f2","integrity":"sha512-GE7hsF5b9nPYcNBU00M/R/qs9cKtt4nmc/Y69lXqA34pDMBAWBBTnoX/j1nkauXBnmG58Xk+R9mq3Dc7rnhe6Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.8d78a99b.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbtnYCRA9TVsSAnZWagAAl1YP/jeqh5oJ40dwqnv7bVKu\nq2O8ZDqAhWsIf3QoQQ5TcPtH/U5if8FQtLh1p4rtQTx0wprtmxyMS2kW9uaz\nAoxeL39a3nbhQfUyKMyE+M9kWZI44cQKHhqC+Dw0RWI3FQef20SbAllGgHfz\nBsLu4qfxomeSqbdl99aUoSbtJYwvONR9TvZPx5XsmhBIcTf2u5lU69laCHum\nXTHg+2VX1LmD+EM7gLKtEItL5qQNvGSsLuQLEtRu+x/HlNSXKJ7kH0euiKQQ\nC/AQ4Y3/onh1jp8+EdNgWHv1rFdYPzHYQ4/2fKrLgFHg06R9tQRTDXBXyhZU\nmgzfPCgdYBGKWfbbJWeop/7Tvq26iHIF6kn2ZUMzyoM7kvFQHrfrB57JwoTY\nxkcUNp3ZVgueRKhMwdBuYP7m4t1SCsUvpf93ZbCMyGN2qVZ2rO2/bffViOeS\ntsOuBfVg2q3TsN8OE8UhSQ0B6JD9CbRwFOoh/FDHp9fGxf3jXxvlkT3zqTCA\n5U/AgdhkL7OPyJw32MEJpkE4WAJc+vwEIVgzgNMlRddeVqYrfv+kkupQ24iG\nsjd3Gw2w/lblRqZSS9UJcgN+WHBxT1iO08m6s5upkr8b5EW2+Rm7GOzA/nVv\ncJf2PQBVslD4JJ6Z9QslXM86d1o7qAeiaQdCVVUax1xK/YhWuZps5oLVO+5E\noIH9\r\n=lnR0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDjpZ4KnvbelyyqOXxXUXLKbfI/l2wK7Nnx9/PRAwzEHAiEA03v0ygRRul/FPajo1GRyt7pShZHhfJqhrIJT+NivQwU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.8d78a99b_1550768599500_0.8235870439689457"},"_hasShrinkwrap":false},"0.17.0-alpha.0e8f8952":{"name":"graphql-codegen-core","version":"0.17.0-alpha.0e8f8952","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.17.0-alpha.0e8f8952","dist":{"shasum":"5ca4b688697cd18fe96e326a14aef7896258a1e8","integrity":"sha512-nriSLkE3hHUx8cmRM5xA6Bsd8DKUTCeiJsrsl0OjdbkNRQkkAkgvxDYDfzcT4iBSUpCgOC//d7ejxRDvaBva2A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.17.0-alpha.0e8f8952.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbtoNCRA9TVsSAnZWagAAnz8P/3fXHkruoabXxmyeAShu\nm3SZGmWS2Zv1vsDNpLMhqQ2pjrrHwn6jn24U4v9jwVm3iSZST7DtPr66xdcL\nXcncFtXODWvtGmLJGudUHYatfujYJ8/cs2ls8uiEbrHJ5BEBVGrXfDyauLbj\na/f2ZWuVRTiz/uIXUfciSGlWl0xBxyBrotdanuOOw0vI1qixq9e9R8X/7HLn\nTR4F2hIe8RTWCURtdBX2ufP+oyM4LL9AOUu888gY8FcXs5wYEUTPJ8kWNUk8\na5fFqwXgdVPcgdwMtNFQZ8o30sFmpbKoCSng+IrdT+7tPVM2nGo1l+rWk0W7\nKtKR1CVVVnWiWlP63MgkURj7L6B4Y7N6tfl7zOzkwLy5+So1TGTcunYcfYGp\nnwf7kp1H57hdICb0yXMTsOn6xVSVlbREUKGXnV7FgEcFMjqWmm2B5ZIjwerg\nqE03DQ404OleeBtgU7U7GRFhBR/ar14jcqzG2pAkyyzcGWKUCTd0m5SVKelm\nqqS6Yd3JcsMen9mCIyDP53f485kvpPlJb2xvPU6D6gTkHyLjIPu+2fJJdzs0\n11v43pIdldNLx1rKWWd/uv6u9ltbgowCCwbvEymV7nJbYW33QXp4hVAakCgF\nAY/lCNqn8hVhaxPFIUzlXTpdKXBVULMZ6CA7hK4eclyo86E0b4Bf5HzYqVGf\ndu7Y\r\n=vTGh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEg7LaJ01QrzdXXP4JhrGVxCVtVJoi6CwhnvoF+YlaCnAiBcAqNWkHuYhEEbixcvY0SXEauB5rTCiib5NHZmqh4zZw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.17.0-alpha.0e8f8952_1550768652474_0.673711911053281"},"_hasShrinkwrap":false},"0.18.0-alpha.27c1fae1":{"name":"graphql-codegen-core","version":"0.18.0-alpha.27c1fae1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.27c1fae1","dist":{"shasum":"6277b33d4732ab669aa025265f7e84f28f422b01","integrity":"sha512-f2ByO+E6IAcGg5WND1BumVMZ8ze1mIzqbbnyY5GyllXTGs+OygxGP0fPSaY41LVKOnuwfwdOSsh+bxeSgm/VFg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.27c1fae1.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbts9CRA9TVsSAnZWagAAr+0P/Rsa11vIB5KDyrWzCNI5\nY0x/Ikxua01Wc2o5PPviWVJXMtQcJKF4Qpw/YqMdos5oBfSOKT81oEQ8g3PK\nZhgLjAJXUBolY3q8j9jam1cueGoiwAv93hruQQuojAV00NFkwAxFX6c0pYE4\n9y9vktuCEFYAGaZt4DrpxZZRgNJtQHeYPm4da15jdmACWb8JpeL60aJKU7MT\njqvDjdpCRx85M0HJQWk6V9iSzQrGWzydsSGw7KlFtskLdCxlizSkD3I0ue4n\nZqJMGnFBqOo6NpjB++gNGsMycR79+mYn+nmPX2B93syCLhjYzBM3t9zBaKQv\njoesxHf9fWYPv8xLAn6WbFTahmRIzIICO7oNbB1uow6kcpEilBOsDbiwDKUI\nNo2OrSVFsp9jZFLs3mPRNMi5zROTp+HNMfS20TErWY2QX2cEERs6DlnxKr7C\nMc/d3DRC0fbQq19GUxl2UBOlUJ6rdvZG8Hjjz9lJx+zGAlIzCN7+Bkc+g4lF\nzfnLGRfmm95p82EzxwucQH4c3T2K9Iwt31B8raTMQlcE+OGCFJ2+oK0zqeAn\nYd5R7S530jIgbvOl+QlUuH07MWThs76VwhSQUCroMPxD22Jqre4ahZe7+jUT\nCovNwmq3djLnSDhech16IKkaaSJo497SJFwnFLjnAI5/fkqK/wY5dj+CGjQC\nf2Bh\r\n=qtkX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8hDAaMjt/4S1SwDJmeeguy27lGQYsYqzkAOsyV9bxMAiA6gRstcS9w3iNcQMXcrMEz2eeEAt0iHtKW5RL60Jo1EQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.27c1fae1_1550768956402_0.8914511466281954"},"_hasShrinkwrap":false},"0.18.0-alpha.a44948f6":{"name":"graphql-codegen-core","version":"0.18.0-alpha.a44948f6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.a44948f6","dist":{"shasum":"eb40b075c2a15f6e4d0047d0de516eb698e2329f","integrity":"sha512-gY6kLiRyyjrbPYxgDZolXMtR/xSOJ4mvk4vCHXQSwJ/RhyOMwekvYGbvh1JP+1TUfz3dk9pzQ/hPlGmqrlsK4A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.a44948f6.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbttUCRA9TVsSAnZWagAAHk0P/3vOHvnbjGT82ObcdhGg\nI4eawLE79z1sD4rHDW6xhAOagRUe9tKtx4dv0kxmEa4fZwgIfkvA505UjWMT\nVP8V4mz6WwOTvnzF7J3k4/NObcZpgweHIqKPuu0W4W0wZ0DSU6OyjFIbE42+\nEXZnBLm0b/TfzaMcK0lZ/DzdZx51+/MsToUg0FFAumv53rLGQDhOhJxG4BR5\nfT6Rhzb7U7H1wdEE5YaiNP3lW4/GY2QZEdRAmEJBg3xC9taGHzTfe4ELD+mt\nJydkn3rmiUNzFgJCgWo6022gS6TYX50I0gqjdxwVWnFywCnYZ7U+vWrGZwFY\nfWXiZEnjYKIZP0AhcHs+bff6mvZB0QtFLX/iOqenhe2D8n/XtVsUiJCFroTr\n28lTV2kxJmBXkqIa7tK2sXPgDavQanTuji99RpWn30lfHO3s8k5RjxoqkMXY\nw1qhmfmHuXacP1D0acm6xc05AK1uQLFKD+NJbDd/J+5EwmJkn5g/Ijg8Ud7b\nVp9YmiuXUY7U0V7bhhqSzvbfie3N8hvz18Xzat4Rz7xZXgD8df13eZJJJsYg\n75v1bpUh/lrG47Nusiwd5nEATV05SPebZ3siz6gpQmgNTasMeuDUMliPO3FC\nkJ8nzCHYp+ovIim7R4mQW/1vQo98Y1RBJit/2IFHdmeY18ZM+goxvdcog+sJ\nDQhl\r\n=usc3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHxhwn6qZkV239DTi0GWymNO2VxG2TMFjye/eKQypKp4CIGAyKIqRUDMh7BekV/i5ZYRCO9q9f0KFMJdLoerDCQYU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.a44948f6_1550768979601_0.265765916127809"},"_hasShrinkwrap":false},"0.18.0-alpha.8aa51132":{"name":"graphql-codegen-core","version":"0.18.0-alpha.8aa51132","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.8aa51132","dist":{"shasum":"61fc53107dcccd97b337a5640b055df0af68ae36","integrity":"sha512-gHho082xgldQLw9n+FB2hMUfAPTTQ1Xp+bSNEOJZbjwDI0LBPQr4ugPCTaiAscuIXCEPHDCMm7iEmtoUNyLkjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.8aa51132.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbvJVCRA9TVsSAnZWagAA2bYP/jX9sOLzCZFL4RN2qV8N\nrGO4EyJKV81I580EnH7yHlThYwsGMGJRifb0BRBdbWLi3EDQxSDsKzFFqaC2\nsWUPPaRWxzvpb7xU7/5bCFRDmnoBszStR0Mn9nNO3mwWbXLtfupHYoc8qgT+\niOCUd7JDdYr2ZbNpj5RXr3o54KfxqeDaJ5KwWHwVCZLRlsAF2jkDWHYGNAIS\nRUXEbF9TJobwozlSxryOO95/bUVWt92qOkb1e7BxNpglQUFF5mHDIlsdl0lX\nanjtLPlvaFO6hROlYmasKN61fNN2/SKOefX4MiA7XU/Od0H1Ls+ftNKfzugA\nSvXWQBfu7tB4zPmYZtFN66iMpkvz45YtQMn54MgqdK/2/LUUXRb263dW7Owb\n9sHjNye8conUyR23cvKUF+EtfG3p0KrBXoJLtXSyIQnZvxqfVaL5Efa3/sgN\no6ONcc3zO+d6gwuoC/eHq+UcyQ0q3U06RxiQ0Z9bDFqF9nEVoBj+HQ+AIFEa\nyAwEb6v5mXF9uWENJrPb7QmUWs+eNwpc5LiW96j4qw9NUAJLRJsWbpXOMSqv\n3BjwZtMTaJfo4B5RKa3O141ZxVvObdNnVIFJyW4SM4RfBDdj3hNPVlLg7lEX\ncn084BRVJ/v3cR5QJovzm5oiHmTFTv4huJ8VxS1WEFyZy9T2M9RtgLTRggxf\n+3F8\r\n=RdAx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHGIGdA2OKItB03ToP2ms/XvbhFkAyM6RFeWS38twNkNAiEArsgOMvIYirLrg3rHf+fv1Uhz+V7+lO4ecDc7CFn1Mms="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.8aa51132_1550774868212_0.622020151864658"},"_hasShrinkwrap":false},"0.18.0-alpha.ceb43702":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ceb43702","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ceb43702","dist":{"shasum":"ba06436bec46beccb242583356830b9f813817a8","integrity":"sha512-9swzlwdWuSCCnLMSdeUQ6neV8fIg8VnybhXiSEOCP9IVLONB8LDsjgBruOF8gcStg2ifnvNOKX59S8Q6iC5oRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ceb43702.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbvzkCRA9TVsSAnZWagAAZQAQAJvzU6HwCLvnyUSv8Kth\nH9ZNmW1yf8YFWQXi0CfDJMnTNiGLBM5xqpKbzPdwtI6LzZYIC3VvqOc/QeST\n/279K7ehyi+nuPuKtZhhIi5GYuVkzeiiyP7fWGJIUn5u56rD9hjpQO1tF8a3\nY4EUatPWGp3heHXdL5UEqxViUmOpEvaG1p7Cx6Xgrrhn28y/SVHBEDRSEd5e\nqcy7lzaZalz8MEveaohTOEq4hWsMTnrFzDDAdH2ZBpJsnl66bMyUHP6fdB7A\n8NS+9C88Rti6RtuJX6wOXY8cCgq/2KZm4zrgKoFcJQYiq4/IjWStClY+2QBJ\nkS4HIBE5wsY35/HDB8gwYAa/OlA8aKS9McpYyXUWpyEuNCNmDIe/REcEgBUz\n5FiKpDe78Z8w3LWyDYgokx6tSXvYma0DO+6EsbY4aOqwgFhxCkJ51KfyDCyq\nWa9anC9GJOXpq/0CiCDED/Avgu0WuWEwMwndonYnLMN+rLMuoSUtfDTqPsH0\npRI5gnR4RCFdj1M7L9dyict/U3J2tqHPmj7sdq3XnoOE5D/T0ev3m6xXMBnO\nxSfKMQcEjHo0H9xUl5u5vrlsuiB6G9dGfG9/l3sQNhi8J/QzTKikDAEkFWaY\nqnHxzvqat5Jt+AeoxVUYncDTirIGx+YF/LiGofWZ8c6M5vFrxfQqqitF+5xI\nRk1E\r\n=imjR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC/0nZaST0Ctp1XiGTyL6m9GBJ+CvK3uAbsMTZXmkh6ZAiEAsFp5JyGph3I80AOWUPhRNP3+uTNaj7ZGf5pPbrNU+bA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ceb43702_1550777571772_0.7271700556690586"},"_hasShrinkwrap":false},"0.18.0-alpha.d0f02a78":{"name":"graphql-codegen-core","version":"0.18.0-alpha.d0f02a78","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.d0f02a78","dist":{"shasum":"f5aadb5dbb59f68e44b03bb2166471d18bdbb3e4","integrity":"sha512-OM3O4pksoXrGee6qMpYTp/Dt97VDoTnDSN7zvrKWgll6CjEOSlCHhkFEA6XEovyxkG5em3CtR/7+sFb9cBxuEg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.d0f02a78.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbyf8CRA9TVsSAnZWagAAz3sP/35JcvqlNBRJM7P3uY13\ni4ph3J2Jk8wN5gkhUTW0opLPiVGFs4V2t8CmOrYQus+nixiHJ0szPJ7Dz01W\nn7U8zWiDPxWxQXDWd19udsiCiZApIv2X2wFiRY17vMuSoQmryZd9X3/kXxnO\nKFzdSH4zqTv8/NohSTEGkFsebm0/U5JI5L3CoTbkd0CEpRDNh7M62DWCduVt\nXpBfQEPtvVkAXhVhzZGoGFoWclDr/0vSaUbr16qXsNOdblmPaB6FS8865fwJ\nLT9AzUezaGog8Me1RAmDo9PbvGr5EOhNPDvwT0obscUzBKZjU+I2B1HsPJqB\nKza+5Bbr2jxus7shpBUfkSE+apeU3KQ0RalUrklDJt3rsA5iFkWSPXls5GuA\n1wnkVKGFCRyWv0JQJbwwyHWJ2vjUmKilUxJtkg6HJSNrIJyOiZCmT+SNTBWC\neS7wj5gxp9TMm/rHJv43x5xcrTvaBs6nU3TTcucHwioh7BL+9CVBwMsz6ZdD\nH7/feJki6/oU7rw96/KHVXqduI4ef5584C5W9KxKW5zAMvt+xHsiV/31bNne\nBytd+NXosOqNtECDHuF5m5cv1ssrOpG8guhpFcaKUFsQgBwnWwONLGpjxXS8\nW66IIpwESHnPF1Qhu7E4v8Lch2+Zn75nZnObtFYndyt7GBX+ifwFEmMV6gjd\nkaDq\r\n=D/ow\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3M27R0jHyUGj9/gKM4McdxuzpuypvNcWGi95PqhwaTAIhAMNZ8KobvKhMB0kxSk8VCVCMjF4ZQp3nHScdCwMtwvdN"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.d0f02a78_1550788603678_0.27582876956344937"},"_hasShrinkwrap":false},"0.18.0-alpha.83f3ea93":{"name":"graphql-codegen-core","version":"0.18.0-alpha.83f3ea93","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.83f3ea93","dist":{"shasum":"c8d3bfb3adb1dc6fc63ab1b72de6a340efdd8f7c","integrity":"sha512-WAnnUhna/gM5cAuXodVpXPPnxcM90/DUTaSqQuHtH8PwcWzDh/Yy2cInUZmnsMP5YJZP5i8LPVtMbewFN47oPw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.83f3ea93.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccFHMCRA9TVsSAnZWagAArEwP/AgHw8ea82HLCeREd4GS\ncQbcyR9IDflmbwvAqIiBfB3kc+fBUlA4MNqmbPp3SUDsZpFbgvRD1IiAqq0j\nqOsc+r/OUG96qus8o+Z7N7rtOVombBAcVqdb0YZbMdAgENMx7tOspRCHEPX0\n4NaF6NqOd88b9LwPLqN5aDMSfaDajkJWiQLk4L/2vzKGonhL5PHsh4X4C4gJ\nY2uv4PiDcerdcKpj9nV43YRABgiqKucq0dtI4DBlJhqA9fdC87Rx2jmLjRIf\n9m1XN3g0D0/+WTXlcgcqbo4l30ITopYmjfXoIHkwReHFOiqTb/v9f3C8PNz2\na3rbk7rXPuYqyha5YTv8AujR7huAmwA+KCpOxitoWCGsrIdhrGJfRRt44TYG\nyFre3fr7v5uYFIXR/mSYucvLVgrXwcJy8RAdT8Ou0AyQI9S3SE8ehK8MQ1Qv\nm76mdcGJnyq9fIDzwdLy2G2qzAHyeoNToqu43OPCzh36aWtuGj47P6835U3D\nYjk8vn1Dci+Ij+NN7l1gUuMlJ4Nmu32QDIZwofB52EbTA7/Ct7+u/MK28YEo\nN4s1v6uDMgAyOZ9zPsjWuitYN+2DeKMq/63X+NKV23L8Y/6ji3UsZavlvRe8\nHo7CjghA/bURCBgyidDuF/J8U7cRZ0gWEuSgFHxShkpU2I9qiYmu8+8P2AzZ\ndcjK\r\n=bWHD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFwQw7nH1Ndao0HdUGZGsNFNH5z698CKXk1599LO4yCCAiEA7ZXaGQ8H47VuEW8wagOXd5X86tzDmFdKL+ATboge7v0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.83f3ea93_1550864843602_0.9357603592198789"},"_hasShrinkwrap":false},"0.18.0-alpha.c0dbd980":{"name":"graphql-codegen-core","version":"0.18.0-alpha.c0dbd980","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.c0dbd980","dist":{"shasum":"f39a7ea9a10244f372ffcef054111622ab8c0d36","integrity":"sha512-kzR9N9Xf7KhN11Ruapfbo9wwFy3ZL5wwr4RZjGULRkckaRTU6v1usuVirYepa0G8WuPFbfRrgMlZrddPZtCoTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.c0dbd980.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccHkGCRA9TVsSAnZWagAAz2oP/RfNQ4rjRbK4VHUYq3Nk\n/dwzSFE2OZ46QaOQtXZbyxP7rdg1wNq0JzZ+5zbwjCwkn9fdZZfiKNr9DVEH\n025SHdKyDmKKwLJ42hvqQHccm6mh/LDJoDzG7mNw+o9K/iUyVG415jTXqLwf\nggPgfzEwC2VZ20xh1bCuzayc7BmINl31dH65RvfUrG0BQGav7wBHfYBf20Ug\n2IveI34mQr5ajr5UcsM0fONen8TmMrakb43eGfZv0fB12yIgTRNOp2qaNDCA\n6dxpv0phG6RRtEPRhh3Y7jTBHPAzhpmX0ofQmH7tgidOFcMfOfegqP7K1lof\nSEj9BVU7il1YAH9ZslA1fJVbYWf5xC69DOByQuFlObpojhZYgaR6oTvxcIdZ\n91/c6SEPKujnNUzEfB8HymHR8xGOdn9X7L09ntFpDQ6pVz2AXhqoX6Wyq2im\nbv3t/DjY3D634g3+JgUL6/3gVEtTjBk6nTnB5SOvOx6r/CtZvu6/SqM7z4RU\nVO+Ww8QqlogZhxJ6LCzicD4LJr0hrHoK0DcmnQE+dlCVhgRuDLAnE5vv2m26\nJDdxdhRWrj+s+sS6EtD2BG28WJeLIZN3re+V/vwUt8k18nKZVD4PeMMZ0dZ1\ni+CAQV1TRUmFCvxSc/O+VpH3rAyjcvRBSRkaRHKbolZbxntCdj2CBa1khXHP\n4jeY\r\n=rF4J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+Yqx0htH3Uu95P1qeyxMZCGstWq+DYiheLtluvdjTVQIhAI9WpE3rJTTRSX38O7+cdnwSIecJe00af/t8A/2MKh/b"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.c0dbd980_1550874885356_0.2938845079031307"},"_hasShrinkwrap":false},"0.18.0-alpha.1eb2c148":{"name":"graphql-codegen-core","version":"0.18.0-alpha.1eb2c148","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.1eb2c148","dist":{"shasum":"9c544422111f1d4ac007588d942ed20db252b92f","integrity":"sha512-/Q6VjUJc+XyqVKfCS6FzWy78YrrkCW+K3kdmFupN+9FJ9G1DWrHM1SN8tkB2d/BiOCAKZnhCkYtCKFGwNKPYCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.1eb2c148.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccUzECRA9TVsSAnZWagAAaAMQAIGjcxEuA+PP/MQbvDiA\na4aCj3LmAaEvFcc81qarbGiuNZ6oNIaq1H8Lr8f/BbmwZzLML6g9+u6vHH41\nQlaVXzGEG7CbwOCvQ5l695B8X3x0Dl1z0FkrDOdlOoqgUNuwMl2mOMiTNZ5f\nYQKGheOc/yFI5SxUBNOdd9rrF+fDVIFf4N94bTniDDRZnuzoZoIbRMZoF2mK\nouXShDT+HbmWmYIz92sMOz+pAo79O5dsx9LCCZY21rz8K2P3nK8co3jxN52z\nJ0Gkyx4N3tLk0d13UUl3g6fRul8PQRWNwwclKm3pe5DXWQEDdSUrugD3bT7T\nSsX6pBPoic3lcfFR21j/tSsZ2GqloFx+gU7qdD2v0JEoRSyRRVB4bKCgkB6X\nSMiFfrt+6jUz8z1zzuL6PvigfF9qYSw6xpd7cx1TtOSLcfcxAjFFKgYWkQ7U\n4wHrm36wGbZRyFga7o/pojeKrYRMjD4L24oLYxM/E2bv20SwGVoRGLiWDdGG\n9KYQJjwT0vGNRe2kt+8G/gA5uO/yovD0x71mjpldxOgIs9wMRvqVx7alYeOw\ngk1Ujj6wVZrqj2R5ND5P9YiQKYLKVQILFOxqWLZh2rEIXkDT2rAoszBC30C6\n3h+zvlyWhpQ2rMCI76y4o3GGPM1cR/Jj7MnDs/8Y8qHz+MQsLZbojw5bUYCd\nY3v5\r\n=lKXe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWo2cZSZ6WY+ZhmRdmGB0nporkQKicnX6CcibDM4PRmwIgEIl4/RSwOc461I4zkxEzHNoC+pJD3wZkfKftNeCczLc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.1eb2c148_1550929091971_0.910332156309088"},"_hasShrinkwrap":false},"0.18.0-alpha.a7995ccd":{"name":"graphql-codegen-core","version":"0.18.0-alpha.a7995ccd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.a7995ccd","dist":{"shasum":"ebe85793a86fadda52ffbe51c0b5883095419821","integrity":"sha512-CF6yo6ijrcRDsSZ6kU1sWtwGUqYvmGMgDEwMq5gwmcoI/WVsRGb/23F299/vYKBwzl2vA9DNkjGhafSuJlIeww==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.a7995ccd.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccclPCRA9TVsSAnZWagAAy0cP/ieoJH9J8usbjAzoTvrw\nv9Lnl6iH2jUvGdPVa4hf5pq3pE2CLyYGSTsX0kl+cWla94jEwhD/YUnvgg/7\nj34hoNDUseU9GMifdGyinyvveu0acUDWf2jmGM8Sr1so8kUQrrPAgzcTE+YK\nZSFGeuu5cluCzE1hUDeKtPEixdX5eAy0FYvw1TLjHsJTRh06LUZkW39S+NEQ\nr1lOHNPAwURPJeUINcRzxmcCubmLZVfCJBtj5g5hV9pwgJZZX9styt12aVp3\nuNkDomEWe9MIpcXOn9GYf21Ml8q7f+nzBpUXzwt5+IyO950Uo6g4c/pf0GnF\nrE+eTSe/aO5JzHK8LbO3SQG/f5gfjGF1lrK1m/kSC7mODAv37cFibS6md1Jn\nY77nD77Q+4YSbJTbQ5zKJeDnNrqtfXgCBXSFcXYw6ZuuXCJgZt3CzK9QruSL\ndZ0EDnVqLtRfBN6oYWlBgnWxZ0PsuGHArk4MbCAmUK9PaHgzkcX9H0Y4HT7W\nXLGO3ib5Pfy0L+OkqRSvdUadzcaUsArOd3WVwfNnO3oijkxLJrbtdXPnCv5e\nd65jAJwl9J8QonFjQe2FtKjMY2qAYZdy86hSeEZsAaYL8+/1FY+1H0+1NR0I\nwu0/BapJSBgLrngfL//3JoO8xpo/MFyUSjLNUvul05T+YYgkeJimvKdreF0r\n0aWh\r\n=6usR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe2gPtoXltPRJ1GKjtcOQqCe/c8AX1GwE4xygKiUgRIQIhAJLOQKarXGRjffBPsYzxUXQdNH4TFSYKp0FZGu0cSZV3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.a7995ccd_1550960974263_0.10908071581210499"},"_hasShrinkwrap":false},"0.18.0-alpha.70d34459":{"name":"graphql-codegen-core","version":"0.18.0-alpha.70d34459","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.70d34459","dist":{"shasum":"8ea13a4cc27b008e0f005cda493b3d40307d4017","integrity":"sha512-cOBZj6bJ6SgWpwcfp1xj7iEXCyDwIzfC0v04N2Z40CAHkK0PPPN+4/mrZA21PgXuNla43cWXntxM56kxoVUr6A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.70d34459.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclnWCRA9TVsSAnZWagAAZ8QP/0tR82Mux4Xglh4He5Qz\naj7RBoZiwvCTpryWfKGic2LDl13jHoXEC1KAm6mH2mOrOW4VESotVlIsAGFC\nhThuWerKjDAtyvU6y7nosKF6ePnlENRG/tasZNpbU1xt1Hqdd9VI7/7X50o2\n0MztOU+FeDDjiYzyCyXmzA95k0rWSgt2Jyy0vIVCoGVUiWPkEqNdv5yGZIeD\nkVE0fj0+o6NJARmdFHudMKO5KC/qzl/CCoUClGVTjJy2P7wvQ/gV0yuu4Lqi\n1ZI5Q/PT9R/2DS9U5zEVJoNsGz/6dSdrszvAi5p7p97Bp2SlUMBQ1VUairht\ncXP96flFztRIgADrLHmvLaDix0qkwLw/tbtxxNLddVAQLIeUNN/X06fwG/Ao\nOFkqUUhsTj9dVC86+PX1kIvo+orR91dlq/nSLBrUWBQAPracVayldKFKpn6L\nilr7OHmhTcJHSWALU2n5zRAZYNP6DbXUe0chmfJrsJ1pMT9RMFL9CAwuX8Bw\nBcF/Jb0p90lCsK9If9c0AqB4xmKXjt9JIY2zFrXS7MsWlNZ8XMH3kgQZv6Zo\nUfjlR7h9kduTTlXrRxWE4GgGecOJk7srqLnJ7oyBwudbscRbGVB/PzQRDi4N\nLZoMj8/50RgEmqGBbAelPNFz3vr1Ycx7J440NiObikLfRpIWc9pE0Fi1nQdG\n46uY\r\n=Zxnu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbwimoP5ybhTrLoN6rMTFTDmNgYzuxOteMtV/3IVZ9yAIhAJDUiT1i9oQaN+H/lLBVIwGdnFHAoQ4VViYmLF4lyJf6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.70d34459_1550997973637_0.06718286979077304"},"_hasShrinkwrap":false},"0.18.0-alpha.7c36b3d1":{"name":"graphql-codegen-core","version":"0.18.0-alpha.7c36b3d1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.7c36b3d1","dist":{"shasum":"e5ab1e3497973d9287d959ba9efa9a9c632e7f79","integrity":"sha512-bgjaWzm95FwNFA9vr+CM7BlPLi3OSN+olfetJK+ejhlDmo63bPxYKz/CmEqI5F/BG4zw4RPDqZu9v49EShJMmw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.7c36b3d1.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclo2CRA9TVsSAnZWagAA//MQAJ+g46TuLpOWQ4W9eNuH\nj8utxMy3mB+hsLBljrq2h0ruS6r5dx1UMOfMqhzfmQoiwBaeY9DmubJ0es2A\ntVyb8StoXL5WC9gWS7KImgCVat31ur+IdZs2qWZP0fNnwGacVf8bqDkWMSUz\n9cRG1ojOyglBWihh0+nSzlofuXic+03vtPpb/Lu7VFWJ5fpGICEUDXSToK9g\n9c0Vorbx4847nbhVGmgAPcjmb9X2iXJPyiUpI45H75VLih0RR+g4ieYzBXnN\nyixx4bP3Po/mfLh6ltZpc4GGI00E3uEt1/hewYs23FrQhg4mFpj2e5WuIgQ5\n5UCmq4fxRmAsx48jb22RMNfmCriaFY8LccVLTna8a4ijrflKd900FTrRlJeI\nFrjmQHZ0vmNB1Z9wgQ6iXFoqbHdG73ArV2uq+tPXThxRGovX+XB8KS6g8AKk\nz5DQsIV4Ju6Qn8FSWXVgwFKwZf1ldoAtRfdgV0NyFXDQyHx7+daNCOJWiZa/\nIwbOy6bkbEV4KtSWBmAxdp4SRJOodTo+JIU1Zxdl3bOnPJm1vB5wwJiOVXUp\nz8Qgic2cfYrxBHSlKqlEa3VDnqVHpZJ2PR4u7AV91+bV8xkswEZNLS49Mz2x\nHkGa1rNxy5uTjNdHwbBjAO4+F6x/zXflYrzYB+8kmId+zjV0uLrkx4BbMYCf\nkzf/\r\n=cz2T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB/oMfxjJXYc8ruKgNgRBLO2GawYpmQQLWNLhQOCEJKAAiEAzftZNUciyMdZvknp1n4t/ZtpqWnUaWt0J75e2HrtHIA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.7c36b3d1_1550998070076_0.2170278235537375"},"_hasShrinkwrap":false},"0.18.0-alpha.600bf546":{"name":"graphql-codegen-core","version":"0.18.0-alpha.600bf546","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.600bf546","dist":{"shasum":"57c04d51102eb0209d79d616b2321a9ce5cfa255","integrity":"sha512-KzaRe8VajA5JNE5OidkVKwtpA4Ikwl8mQFxC/VF65em2///3ASiJIdT2lPoRAgXHMkFiy1e40FQ05BZ5sMKunw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.600bf546.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclpeCRA9TVsSAnZWagAA3o8QAIAXOGqAKBReARPcm7P5\nviG7UbszmQRQSShnsB2tXOoACUxsmyReYa2gzDAnBpNLt4AxuyHVQEw5lCwF\nbazk59GLLvE93kQNeh5MSKUJNpgt0XZvgDpDJGxfJDv3l+0aSiKPQ6uJzB4S\nzfDFrfhK/cp2AP4oIADHvmSE0ln/1RzkEIZwgBXqXqTUTfBBnz4AG6CSC9/H\n0tryPCwyFMGE0UmrYFohbpf3xXlb7M35RVCaXZQQIY86JpoWRJdLEP64DrAg\n+wO4ZEj6ljw/P1vQqqdTEu0kLxNL9x2xfyFzd3nMGj0o3s2En6eO1V75A3zP\nmFHEf+UKLdRB4RnuWZXh/OB18tPKPg0Se123n9/msqi5682Ylb6p5ZCm9alg\n7in1bE6E8zFc0gbvU7WgPSktA0oomIa5UwyCRmpjdz1ZsLyRutuFlKxBY3IB\ntzdIb42qc3dchwphM7KNfSESxffHrsyLJgpQ1GMo06CKnbuvNpM/JqTAl612\nPfSEj0LJe16hN73b+ZeEyUfXai+NXvNrrqOzABYVl8qRR4QavRsaMLJZC5JX\nqJdeuDWAhdpewpky1S4EYhltuUQgUU0Dv/8GyeHTivPFF8uhe3IbYHjzBbx0\njq0DL2rWq5NbgK9JVWOv1oyFVmFub4jmK12SL8RAA0c1LWH8I/t0Z2KOMjjh\n12rM\r\n=sUgX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6d8Mcms0iZTbvQeql9X8IZIoNZ/UV01tbVRuBjZV73QIhAPVRUFNqvfXdZM0+qAKycgrLRQ5Iz940b51AeEKriIKl"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.600bf546_1550998109415_0.6004197540509775"},"_hasShrinkwrap":false},"0.18.0-alpha.49a260f9":{"name":"graphql-codegen-core","version":"0.18.0-alpha.49a260f9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.49a260f9","dist":{"shasum":"9ad31ab68689ac169ff45bcef7034bec01d6768a","integrity":"sha512-R1Y4OQRseD+SNR57ebST4fSUBFHEZlxYBWcl3XHCyRGU+C6l8haaii8fu4PkKFveU5SGzIGlizH7ZrCHPGxs+w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.49a260f9.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclp4CRA9TVsSAnZWagAABeEP/1F10WkJ8IkhwWErXwYC\na5XOlUunw8dpwSI140MqS0DhG7DtRz3wCQMKpFikvzOAaRoU4gKLsCicmn5w\nsE5YyQUHRkVNQzRM+yJiqtdgVNsfJZNNzgporvnEvZ1YBI6ABdsHLEUhC7Kr\nHT/f/dT5oLelTJFs2JN7JNcN7s53EiqDbV2F1b0KZurk7iIVBosCZM5I4ySp\nobRr7NEugVKiFp4MRjOHcx1/YPQLcSLVbfNubybdybnw1Opus+G4deW8MTJX\nahWQo0rhNcwV1qhqOrXhAONELFNkSb/azja4Ss/h6JIGHHoiPiq5+aFWnOHG\n12z8CD2PZJ9A/Bz5We0bbjUTb6gZOexnLhRiTRFsQNQ7v6upsl5XIFnaIZFO\nOWT3lnTddtBhf9mvcSv9BqZ/Gk+NxboXDH6a7/zuWxM5EujfSBW62oMpEEhf\ng3afdyDRlvVy8jsZVC1wyJ53kTd2RJ8/dMh30JNloF6gHuZnY6487fpecVmU\n2JN78/dZiXipNaFx/PuBhGztY6fKbyrt1YQdyWbw0PuQHdFTTeoozNr9kjIG\nzem8sAj6h6DM86e5kDRKOv8nI1dp2Z3wy0J6jEx3YwEhsUPBjU8TNjCt1T8t\nrAdjcySeLs61jlbzAPAZpP6XwVQr7MFInRQqXTQnZwHjc1c4CgsJ7ZR+stzx\nvtkX\r\n=Fl3y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAebH3WKX1rkkF2qsUCd7V4tY1ILum807DfVRVwLy9igIhAMQ9E3wKQc7nvCyAjFu6dAIsWHZEm6HIrDIOFeO/c+Nq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.49a260f9_1550998136058_0.32953432787331427"},"_hasShrinkwrap":false},"0.18.0-alpha.99a4f6e4":{"name":"graphql-codegen-core","version":"0.18.0-alpha.99a4f6e4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.99a4f6e4","dist":{"shasum":"5a1bb03bbfc3e4191e887d352392d4e2d0d49d0f","integrity":"sha512-oTTbxNwNcbku1eqiwSOB/KbVsAJLQqrSngux/8boQxpCwsT9fj3/gIqvDAuFi/d1iRh90V06Sct+lRMpFWsRPg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.99a4f6e4.tgz","fileCount":90,"unpackedSize":88187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclqHCRA9TVsSAnZWagAAp0EP/i9hn/V65zMccGklG9j8\ntwhrVK2rsPDY+4luXT7d5TOwpnartb0cbTRagxsh8r8ra2fDwQaQZZDEcL+X\nxADxjkHOjE8tfNvt8WOblgj2tG6h57Lf86szVRZ1/NGlq0jWKY7hNPiQ8fV/\n7BixUH3G7uvzicvoRG4HMfbiofRB3QWVgJV9oz7i4eXQpXm3pxYKMeA60Uf8\nqWCFlR0bG6VIHT2saHw1fJvxxh15k0vEHsWglNwxc/1M4TIP/y7NexolfXYF\nVQs/v+mk6w/8YXDIkVCFw/95ijMDmwkdSvEM2x3MoLqxezYjzEOGZ6rw9Nq3\noF/xQ+3d/yzzeF8rg99RmJ2uFpM0vUV5zc6dieUoC6cqRYmA1iF69w9syTWs\nS0H4Lqq7z0rHQjaNHi44Cz/Z5zduUQtRz+j7iowo53+u9zXzP8e5KKltcuom\nBVdeQVZUyhhFwIEzPKSsi1Z8eKepCwW5e+5FQnqv1a1xigV8djn5vfH6s4eh\nIimZWc/8W5ln56zNLd7eL2UYdNnDwACe/eb/VAYEdcSTzZKbeslfWpoW92u4\nE5yxAGCYvpmOC8uGRA2Fk4Ih0hCvK3r+L3fKUo6JuXUKGzSHBUw79A++D+R1\nTAlUJIsU1PKm3OWqZY4pnc7zbf5FCzgZl3SCC7m80S8KVCD1AUnPamuxixKW\n74Gb\r\n=rBoN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc3FAyV3J7rPxe3VxPdsv2SdjI0ddpvYgq/fmrPG+RgAIgD9GyZ28s0ZEmud62G/Qy6kAoyw0TlUYQJpe5zLPyd64="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.99a4f6e4_1550998150848_0.23638717097531758"},"_hasShrinkwrap":false},"0.18.0-alpha.849703d9":{"name":"graphql-codegen-core","version":"0.18.0-alpha.849703d9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.849703d9","dist":{"shasum":"9d4040d0ea8b3adfb23ec5728d259f4d8131db8e","integrity":"sha512-BN8RKcwveDD09q8OX1SwSdTXrCsedM2m1tjB5CzN7xepcqzqovWO7o5TD8SbfMhChOfurYVyJXH93hSz3B/Cvw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.849703d9.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclulCRA9TVsSAnZWagAAFiwP/2+44yhEZZFLGNp+Fmem\nrQpUP16HkRG9TWFMx6jPdc06ycLuZNb0YfX3k0kGGFD3J4Y1VsyRvCsmYbYF\n2v+aNUUYJn/Q/WNAeizDz2YgRwb4IeAiuJQ+VfKBIB0ogMyAT7JQSZrsLoOB\nRq69qhmq7NWcrYtpFSx6Aoh/xctFl2BGh7OKAdPpPf+Y+lXNYcz2mH15lr2g\nj7bNRcQ2E0q/Xmej9n9Uf2mMxAy4QYl8zzIcNgD3UCfxwbKWW0IZx9yKWlPz\noDNnpBLt1Nq1ZhFPW4WKCY06FBqrtt/f+gZeccxw3NA72nwk1eSHxNrwD79Y\nCR7u2koF9QGfUUcXR84pCPMgYE/hz+aWTCi/gjBGnfqh05RwKVN1+bqVJLLK\nZkp2MbOlVmDnm2r2ZKcnyLRjBLgYfccwASTnsQDJ9cSVbMVdDI4bNyBImmW4\nGpJwuoo++sy6iDqzNg17VtBkcfN2DqGygNY0cZA8nQa0U7BhbdVI7d8bo1ya\nBygRMAlDGlxB5l/dpnBjsgwzkJFxhhy3zZQo6GoF5i81qpcBtjP/3CRbKBXc\nHMfD33jaMTr75zdO2DnbZhUZ1tD5JbxO8O3fbEItwOTq2JZ+dC/cdHEiUxrx\nASVnAFclYxZdikqVTIGgh28fDAipop0RsGs1GKP4QMU349InLh0qPWdxAPEu\nZgxo\r\n=xXTj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwRd/US9VYwiNzyBnNTENbBO8mj7wJgKGiIAN4sfPROwIgX3VePQtbCPERvxzE6AAfs1RQOJe+UJEFg6wcYIt3EmM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.849703d9_1550998436332_0.07873134959543115"},"_hasShrinkwrap":false},"0.18.0-alpha.b4239bef":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b4239bef","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b4239bef","dist":{"shasum":"c919d4e542e7425ed612b8a549316c567bb42c53","integrity":"sha512-aDjkqWJvBKL+G4iUu0tdVgGWJSSLZ7qZg7xxR3yRM1SuhnUx5QT7xmzwcvHwoChdiSODq21n6uUBw9VJStGYqw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b4239bef.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccluxCRA9TVsSAnZWagAAkFkP/3aREyFQkPUfE8/s6gj9\nChmY1+DZafQO9Tu0W4KtnXfmHNNaE1Ht7/FYkRe0tHNAlqvpVlDZjiUJ/ub+\nbm4VcbfGsbgHVkAq/hQbtX2SLgwD6LtsG5VwwWxXyr3qVJMG0gjlw81wqmPq\nBGchG1YlrF0SGuysquf3uPnN3WiEP3GoCRQ5A/JEBxqtQB+6S9TqEpk/K+YV\nf16w29hdQTNwi6qIxzdNdOgvLixsKkvNjM9iRiAwHzyinZ70vxNqay6rtauA\nzt/pRjg7rlMbqq8nyw8UHUZhweUpJSwGcds4Z46AhGThRy0mglO1Sm+K4RPz\nFcxThsEtbwIONvzITayByc3iq7A7jX2pJ93QKyHW6J9wv+bmL1g6UbASpUaw\nsIY3FZLprnXCRUhDolqk6dz1Ij+D99nre4WJMJT6W4Ki+hMmV0cVIJhzIVVu\nwXPiJhpItTRKRBz2RD5B4Np0O9/dsVVlnBTGmQI60mOgEBRNBNwSg5OJA/0p\nMDJoLFfuaPE0cnLr7xfPw5f6WTv13J3nmAprc6MJlWdMzTuHRmie4WONEniD\nYg917MLwMr4R9FW9UQniAOGLeuiOTPHcxtnnBFUQ/YFHZRvgaQxwla17K9cd\njisaz217nSQ+GFirq99R+FJffO3M9bPCRSJq2Gyv2ThlP9y3RDY+9rYn4FAD\nDby8\r\n=7iuQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaNephLaakZEIJyigBbSJIpqxjZLyEOA2dXyHKldGHrgIhAOCJ+Tjg7KbEfNSvC3yKolYYQXlqFebLtSN7/DypTN3M"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b4239bef_1550998448490_0.9934994045681278"},"_hasShrinkwrap":false},"0.18.0-alpha.0f480fb2":{"name":"graphql-codegen-core","version":"0.18.0-alpha.0f480fb2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.0f480fb2","dist":{"shasum":"8c4b1033243cd01c46dc181c321d0fba08ee3518","integrity":"sha512-SYpAE6sVtMsoYJozWwuq2/XUoNu8VkC5SmslFyxz6O9dSeyXKD2Eq8vi5daZgATM/A0yUjDpCRq/JDN1cmbpEw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.0f480fb2.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclvmCRA9TVsSAnZWagAAUTsP/19dRLErFcV5Xfrxl2Pl\nkSq3F7wgh3FWmplGCyv7JWEN0ehoZhzCpvdPtqCdoq7Ff/YRRosK0kaV22oe\not/uRzKrdOjCQF+xgHZZ+QQP4MfFZN8WVPAVKrXu6LvVRQ7K/Wyj6vv/aBIX\nLewFsVXGbBk/gayPmHTeu1vihRv8M2EzZYKTfFHxbiszThhl7x9fHeh6hu6E\nL22JycmHVmkxGGZLcrKrRniyayUhdoRj7T0dsS8Tlfs2szZpN4nEy1xJXcvr\nzr7P6eNbGdMsOwQEz4cXuKTS7qXjNMm1KH3q51ENtaTqm/uR/WonQmRXMZ3W\nOD5R6WXYgg/N9JbOOGJ1v6nkl088o3e/BlMlLWyirci+36SSXkrcSk+Hyakp\nVuH/wqCgMow0Wd9bOI+v+kJ9mepa+rUMvq7sqEx4oED1wUp8/WjAExAs/rUW\nnsNzm7McZgWH2IrezlFvsPdcbMf6aOkzwVgZOAJ/P2CMfsKNIznehbLK8p7y\nLHCjWA7KxkDEca8710evwXsD0JPesp30swwb/sKjQuIAnE3V50K9AAHb4Znk\nt6jM9TemB1YmnwZCq0B3yycVcjhfFswla0eLdKJN8yswaiD2F+c4FAot/u5R\nwuue8N0XwOddFWOdAhycH6E35QOxxNqKOoIrxgcfoyhpaVXvzQSyZvc6A6Fb\nB/ni\r\n=pmxU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCD17X0JAeP+swA82O+h7r6EnEmHQWSPflc6jY3E8YLHgIgP03pdu+cWbd3Ijhj6xzmb82cLrFkfkG203nA5oPuv0o="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.0f480fb2_1550998501744_0.8748082274801077"},"_hasShrinkwrap":false},"0.18.0-alpha.67555352":{"name":"graphql-codegen-core","version":"0.18.0-alpha.67555352","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.67555352","dist":{"shasum":"b9cd5a01d682b4b455b932ec6cd354051954b8fc","integrity":"sha512-XQRYl9PTDyrvHgiUPCx4pMZFCSlHoR49tZ+xWBO+RZxtuO13jCsUqjPSLQhWjiXfcF7rfVdmIbFgn+45mLeuzQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.67555352.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcclv2CRA9TVsSAnZWagAARGsP+gM81EgN0MyVmL2JGmvQ\nqtcDnymi0m/JTagvSELufL6LRv4UMR+EAeMxVCRoZ1Oq1nrpPKLc3xQJEmYt\nBfWLjx2OgY9nt5fbwYOvZ5wTok3itNZ/kPg1EwRpIu1k3qePIMX2Gq6ORZBk\nZk6/KIW6A7nnIbqJJZPOkP2C9Aw8VU1/GfZl3c8/VPbguIV1RgHSjle8NhS9\nAlp/+JwTwutEWmXtZlOoYUNiNfRa9WWG8M5npL1Dvtg81T17/UYGocHPqfX7\nKE7ssxrG79Ai8zRG2U/dRdnNuDTeLbDJbbTHwWnPuP/N29whByWG0IcaAze2\nOuUIP/u/cr0wVZzkZlVKCTX2iykTaHRs4fR8jFVLQNSPS8t6Ztamj8iusYDL\nXkf/medrGBydgcvoAKAEkfUYXzo+8VEbHKgjNJvJSVjQUlWYB0ZjqJWmJRGG\n95/JJilRj8JqWAduwCBuohYJzIga+KbgebrdewxFYIFVbYIWZz5IRbDv03aW\nVayruO7nJ5yNHKnqXy/8oVWsO0FUkXNU/hkJ5jNP0N/Rc5TrAWuWhxsEsPdu\n+wNuOSj2Z8n2jGVCstHra3Xvw6XokxRZYcpiVabebzpQGCHVC9Wbj+aUMxR/\n+Sz2JKKywGZH6Ww6qNkTcE45K3vbMubcDeJwdhIav9njj2CQy1Ass7lCfunV\nelb0\r\n=w2tr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKpfOG5Z/mARnH5OP9s0ktV+i7UrnSrnrDBbXC9eRW6AIgCWErHYa5JtbnwPwpBjz1cm8UW3n8zSBmdA6YBYvOqAk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.67555352_1550998517623_0.6238209296062183"},"_hasShrinkwrap":false},"0.18.0-alpha.dafd4ae9":{"name":"graphql-codegen-core","version":"0.18.0-alpha.dafd4ae9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.dafd4ae9","dist":{"shasum":"77048d70a9fb4911cf77b4bc9143e24ec2a59b62","integrity":"sha512-FY5R06aTzSBjulLLUBPs8xniS1IYiHkynQjAR7SPdCR2WrICm0TXrj1P9KPavRzGXcnG8E4WKZuWBM6/QNXruA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.dafd4ae9.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccl4HCRA9TVsSAnZWagAAGLoQAIsMd/nm84zBMYpXTUrs\nomcmUBdFFwWvar0kLr94MwsKK2Yi3xDDeyqJ64Je89AoxoV2ZSmKU7xwvDhq\nQuv+Y6j+F9MIITFG+dl5X/y6KkmYmv8emGd3OCaGaw9UHPKHDDdZ1SyROs7f\nS3zsCIx9p7zwfO590Vzna0ge4VdC068eh0v1UC7FMr34ouFyaPmZLLMPDNym\nipbnOsjBrwPbBm54XmlnFaUhuvNwbs3DteJ4Nl2lf98qy0aQ4/6Ty+Gw5F73\n6G07wTCDBevDjeTNjy0pjzpuy+vR3Z3Tvu1vOAVxHCz/nh3C9zf+6q7Fpn+Z\nXZcFJiVI31eQW/+owLMNbljbd268yYU68s/ptO9JytweUFNKGGQLuAMuPiod\nMBVSSvAs8uy9sSZi3C35ZjnIPnUpcQqAI6kgrPQYA0Z37O/YaePIsiXqIExX\nKXgkgTYqzNMDkvznVW1Tp8YzVk0LsyzNcf3TLAjhzL0VgM8q5msVD5ukV5FL\n2cQrAh6Qip2YQjftXUZ0bN9aQNgtO0IBQh647UntHdCQoo0aT8/t8thtqQkY\njzgzl6cAVx0hqzB+qGTF9xWUEGi1zQVHt8Kd0cfRnXGfRWF2KMEPQN5oGnpG\nDr0ErqgERFmSybwXEBxXH2/6Sux+pE4mvATgggm17Is7lNQsA+gKHmeWYdUa\nZzDk\r\n=kqDA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRsBZuF9BPbX4E7mg7k4ximBz1D9jjRxupeV3gtdQ5mQIhAJJCz3yUUPpaqO9FpUma1/FGCGMKALzg3M06rw82ElgZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.dafd4ae9_1550999046343_0.35137815298718067"},"_hasShrinkwrap":false},"0.18.0-alpha.5f1df926":{"name":"graphql-codegen-core","version":"0.18.0-alpha.5f1df926","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.5f1df926","dist":{"shasum":"2fd0069760dd6867cf3cad18d99160764782c6d7","integrity":"sha512-bOTKR8APpBct/pni+5zmuLAFZjv1q106Rf5V5LJGxx60LPoNvO4WrXIQ1wU+Em/+jGfkK675+6pzXEC0h2hx+g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.5f1df926.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccl9TCRA9TVsSAnZWagAA5dwQAIgIzznpjvzvgvmCfnRf\npJqe6wj1YrzqshWolum4obZSKWBvjGzlFWdWw4CRBMguTE5x9oxke6yYJHR8\no7ZaMv1kqwqrpF/zHQUX1MtYlWncnelBO57ikxG+M5NuVyVMATNcDtaObygt\nNTGzYxNHQqajpbIpDtlsNMCvZ+RxvNJHmW/kZQZim6KUJKZI8d4HjEtY0EPP\nlMUKIMc3bt+Ld+818rjKGyc8UvmcQjUcwABs9pZsYROP4t4SInj7RIM50Nn7\nhz2q8Q7eqpHO/ncfzsAVvNo+ajNMMeX7oiRRQFELCO0N3vKdaoXIuRQRIni9\n+jkZgWnqNml2oojfL77RdKNcxOh/lzt54RRdjY+ONMiA5GtoimoYXKJai/Jk\nemSvNw5L2ZxC5b77gpwetQyrtYy55FEWj5urHMWdlW1uV8E+25HNf0bqhKvC\nW8qWrFO4gI3a8YrT/GbL6Iz+zt+7NNl9v9bPMUSEsZdNu2JPXybhwe304Yg3\nOgwftzRD45Kth4h1cKQ+fN5qneUtOEz6aBdI66OBFzi3NuabqJIRlgLl/chp\nCLEUo8ili9Ms7b8rwblCsnEdebdpbsuK+b2irZvVWAf6jReGrpmGNCo18DXQ\nsdSitnItFjTZDAHCNOk7O0BnkX7a+ng2AK04PFko9WPdzAzxxguB3MrMSJ5O\nyD2b\r\n=eVnK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHPcrwgq0j4ofpYDucn1qhAaGhBpDGXjThJrHa7odapjAiEAxh+mh3OwNtdzSVL1f9HEexs0/RfkIYS3DLQNYmK/pvI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.5f1df926_1550999378291_0.48654911694399505"},"_hasShrinkwrap":false},"0.18.0-alpha.d1f1c3f3":{"name":"graphql-codegen-core","version":"0.18.0-alpha.d1f1c3f3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.d1f1c3f3","dist":{"shasum":"084bc75783c8b95705fb07a40f1e5dbbfe81e402","integrity":"sha512-N8zNRnTJ/KCjTUADX8jI44RpTLd8eYDXLzLgVe1B0zEZWpbsCpVo6XHP1ujFHt1TGYNeGHX5hVh2eF5qa8wL9w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.d1f1c3f3.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccn+kCRA9TVsSAnZWagAA2oQQAIF8+AwRKUIHqb41PHk8\ntvEfe4pG9uXHhMA2NM7TqOC0URW8W5zjCgbIdtGg7Yl0YB0AxFlCOjNWbP5g\nol9TujfEh3sg1xeEIy0yWHKfu5oxlcbbQYSRP/RtrVV46CI6vebzTs99p154\niYUkprULJjFDNIwVtEGdGtQedRSqfA+Tj1scnKJ7/5IrnqIAFhPl8W4Uxrj7\nLjO/qkLjVdiXMaopHRWAL1wdgZsL0W0Y2Ze5NGEW+u0EPhi0DLhRQYIeQEwP\nm845pyaCLVc35M9bwa8Nl4U8VVX/15BwhmCBQTRaN2TUs18ZdnzCaKSzrskU\nHYfQVotYE/KpD7tZDOJKg3+xJgn4e6rAuZlrROALGzlaes1siVRwE9qoQEja\n3bPFlNQH6n0n/AFWplzo3cWAFF6reXIVFDHUerzfvFE+uv+aNZGZ5Ri0g0rP\nvnpy8jHAGG27fC5ydut6CT5Z5PJ5blaKWSnyIT534ye0VP/o8gJtfHsIWaQX\n6/vnTrtJOTE0bxgUe7el6KdWhYmluJgnqFDFSgfzdtzXSjDyhg7XMNAAF4bQ\nPmjVknF7SyUMPMgTsHkOdDnG+KWXQcX59RdVS7y+zpSD9m7yVXnLJEzUCPEU\n3Td6PriMs4OUHP76XBesScJneNAsZ/cdrLMLvFncFtHwhk2lpR80LPkcfXyg\nSQWu\r\n=1KIy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGAvnYcx6lPPW/EbIkEC7EqGMW/rhtwiTiCOz5uUskGJAiEAptZFy1TKNDLFqIjUiCux3Ysf87cC4I88KRWJhczjehU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.d1f1c3f3_1551007651713_0.02238135419771914"},"_hasShrinkwrap":false},"0.18.0-alpha.87e1dd92":{"name":"graphql-codegen-core","version":"0.18.0-alpha.87e1dd92","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.87e1dd92","dist":{"shasum":"65c7f986da0bcbfa5b85567ccf7d22d15a8aa1c5","integrity":"sha512-TYySIuIKTB+gq0yJuPq3144kLfa6odYymKmwXhlct9TRNzut27IAOchvdMOpx/e/S8L8Y1s7v2651373/CLcag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.87e1dd92.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccoqFCRA9TVsSAnZWagAAvmMP/1EOIiAp3urno9kfJq2d\nGI9HdLkxelFmaKEEHPb5ix93N41T4EEQw+l+F3fzHcYMvs4lEnJ6tk1Jb+BQ\ntSBcu8FUcDK5m7mKh+dY7hHBtyIQlZYrG6pkjtTxipQ+uYGkRKx3oge46OOg\nWu7S24ADuh7rDTNtDvXuKL5HNJB+6UYkcit5iaAQT6lf0uUsTLXwE+nOWDFa\ntDpRS994CJErOzrbIdwlEYJswe2EMjUQtqoHpgJ89LpHhznSDC0s5yzVEQBx\n4Lrj7AbT3pI2jdAs8Tt6Alf9jhFevhLwJvT/IURQfbOV+2hfHwksjA/3CuFL\nIyjRWdI5GKHpjrAx4nbvYb4shuOG7LMxC/Hg/XU4mjoMdH981MzP2HdTwskp\nt62rMfjbB+XBPlsiwbvr7pMOJineG1FQSn/pvmYeqd3tGTy16hky10A1/IXs\nKZkkV0zxQo1U1Br13eqCcQb6YcqAfxRwN9vFGr2WsmMSnElJt3EQLtKARwYV\ntm+5oXrANMHdtIZMxnlDO5jRyRdDUH9yCXx6YpENagRAkGIwBVMmwKCZ62RO\nd9sGhHRXRscZe3vfEUmXRt3hAUJAyBnXuVopC+vpKhiSv4y8lZfIebb6y15K\nxme5LeppiydjPoEsxScFhHt3cNMrFAfVwJVq74RWQclG6rEm5bX/fF2GZZCc\nywkC\r\n=HwxS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF1eMCbyA+xoP4iQ3qfyTYcPU0A4Foj+wXA3ACOBU9eDAiAOIfns+FEGoun1aLonz0RljZit1rup0t6uBbxqlH7DpQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.87e1dd92_1551010436881_0.1287698947638849"},"_hasShrinkwrap":false},"0.18.0-alpha.5d4485ef":{"name":"graphql-codegen-core","version":"0.18.0-alpha.5d4485ef","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.5d4485ef","dist":{"shasum":"ecc429c2a083a993a7dc9b52e969fd92ed15419f","integrity":"sha512-8d/qYqH4BNq/BOOKenB2r3diGarWlS332zG+aktORzDPYyUEjOZ1CpF+KwhzluDM0r0P8Lkw+dNkmDPCskaAeA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.5d4485ef.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcco2rCRA9TVsSAnZWagAAhhgP/1wu5ZR3ExOBZFgQ64km\nFxjhDxkm492oXvU4AfMEP9HmbeCn1lmovtJqLavqDF8jNwfxfqDXRVTmMrgw\nSFqH544KPu9FROe4DSIrI44bMl+42iJ1+O5+eP4ZIvtGo4GaWe0uKghDIawv\nWiGYb4CqFOtxXQvhCbSKFhG36Sb1Usl7ZVsV7A8ddai1JFCn0Ev54nBoS2Lr\nz+qgPBKqZ2Ojw41B6kTxwGU017gQl/ny+kEIUJWwikyXav3+0Er1je/fNOJP\nTuxCvW97Cub2MuoIhmGDyi9Eq/282CaEazb7t8dXT7s7j/QifiNyTGs2k4hR\nObE0NwNqwBqMM8XChG4wmT1mWXqwcyCutSOJyXwUXS1fbmNgf00tIMluxsd5\n4/IHzsqNaO9Ey2m1gj4aKNQYPzRXEBhPvkRyNUstsiTRGsW2ZnVsb1GKxz7D\nMR+xrrtCX0x2EOqiWspy+RQEwOphX2ihAp6dGxes5wyyUOkPe0Zd+/eCDKU1\nDSttO4tJjvV7buzWVXhB1kxvI/V9PkjGY9ktOkydDZFgi/XWsbHwRsBhgr3Z\niUqs3d/bz7Oo7XV4MmCVT2L9Q5ist7EZ15gakCVxD2HFMsPzmqvGPE4VuvAq\npvY9oAENKVn4BtKIlEH2jO6oujaRGqLGcDA2dXUGOIj6gMe91Ynlr6nPHtzT\nK58s\r\n=0wcF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5KEZSxi+CSE/AY+zIMfTRKPNaX24Xf8nl3r3nLVnmGAIgf/fEIqXrrTyn56bbBIQjTOrgWeyeCk3BneMWxEko1TI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.5d4485ef_1551011242432_0.43574638085534545"},"_hasShrinkwrap":false},"0.18.0-alpha.adffc901":{"name":"graphql-codegen-core","version":"0.18.0-alpha.adffc901","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.adffc901","dist":{"shasum":"1b980463c251ea01ae2d3cdffdf387f77155badb","integrity":"sha512-d1uP04xfdPSBWXaFEkd+dDFt98wuTmklzYv7CobC0Ik2q4vL2mJj76viWJ78GSRKEKitTu/mkq1DEjkZVKAQgw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.adffc901.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcco90CRA9TVsSAnZWagAA12kP/2sLDfB9tM7QTTH5Mgc6\nvj+iYxI7rW9qb1h2ILHrGyC+qzg4M+200nXBS7x5uOe3MwCSfjHY62Dx378c\nFrLjhMP0EdaJWovejRm08bpKKFZwF8exCPM+xbvogr6A7B+I7QGyaFgiYoIN\nrD9gIezf0pB36rcrSRoho4Chm4aOmxiCrV2RYdeKxLhwC1jQdZxA4lWU+lkI\nMbr2REDKr8/VbanNvGyF7iRQsLHaY2R1Zlzr/xLIjb9CfE+4kz5gwqnSom2F\nbVYln4ce6ogFw2lHrrb3i7jeda4TjZ2V5jgaHqcfpHPR9TFJ5nxv6Uu20JSB\nba2IsvLZNrv3Cb9uOJVPrz0Wjk8yoIemgxwi25pCHzzsCQ7DfKJ1v+6DJUbJ\nNMwdhPGFVlmugFRkHNKc9a+e8zxZumEyROa4sFFmRC27EGHfY7EFRiacYbuN\noKU/1se5vgeIgVjTqeKzMZ8K9UuNrRO5K1ow3fn2PKPZFKM0ajFDxnwTsrQy\nAGy6eSvFiBVwQPI/Vpeydj4ey+2H/P9PnTboDFWDrivIQgCqnCh64bUtb2GM\nDqzUxs/4rKavpFyrAlg4WspMLDHZxSNNOk3csGip5Ormu3QDwDXoRz548glP\nVqK0TJl+xt5I8gojcgnt95B85gPPj6q5HkE7Any88C/p389q9y9slBdOEOqF\nttii\r\n=9DBe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVUldu/BxkO8DJyvI0S1Q2BOCwlKZ45POiVa4Odn470AIhALtNNwy1bmfmgb+NyMf58ZD/PRxOQaEdkjJphCttItzx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.adffc901_1551011699328_0.21517733811129625"},"_hasShrinkwrap":false},"0.18.0-alpha.1d6f8f58":{"name":"graphql-codegen-core","version":"0.18.0-alpha.1d6f8f58","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.1d6f8f58","dist":{"shasum":"5ba9a63b0e74a2b3a8770fb2912823312b7ad897","integrity":"sha512-aM80rtMQdg0C3Jm0NGiYcxIs91uIfa/i6qXWN0DaeksCUVioBh1Bj7B/szExPZSnrTNEft34FmXxzL0Or08xFw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.1d6f8f58.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccpL5CRA9TVsSAnZWagAAL+8QAKPVnhkpnVUxkcqul+oe\nEyvMZrFzI3HoD6MezxrKLTTtMvWyJsHqCX108WQjr3lgwYLqeMxXAcVJi9Uy\nEqbGlJ4f/9SIyJYPDmM2AgUje+eleCkeqZSvjHFUwkFpE9QtXWBxlSWYE9DQ\nVAWhN52np1FQatZDBE4ffJREUcjxdQhYaRACQqeMb6fLajwBFqIgJH5l6rZN\n+GDb0wCC/qnZjIssgytskEKGbMnOVo8jBb4L/qFYSDtPBeZBXfvG2ao9pIc5\ntbtXs806Ue4ymRMsU9mVlk9H/uaqM83vcEzUzKz80LNw2P6yPhOe/iRHidYc\nGjakH6AbwU1y9LxYiXBvsHQg/7D5mV6oRNywFkr/q4XQtGe0j0HZUMtkIfte\nq8jcXjDhCcJuBeuQpjkRPKqk0F9ixB784Vg8YRnJk6oh1JR20wCkVsMy9Dee\n35GohCsSWqLskpIYKeclNwBjdevTt/cJYLSEshjg+grygWW/dTNvJACmchHY\nCEOxo5lUv1YkgXQovBuHZM0jqUarOUJdQ/7sOwOmaPebDCnDSO99G9wyVONB\n2wsp2rUREYvUedwjHLMuDtI8BvrGnKXRU0r/+Jbppz9uIU/tjhJU8uu4g0Kg\n0j6/Z8zPJDGzFtfjY8Z/NfNqlbioiSeDiS7owzMpLsGcvk1hGzqc1IVFULCX\ns/+k\r\n=0OOw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCU7j5R2PVuBWb4Jdd3vpOScKxJIrND01N+/9ede6s9LwIgVQcoRG6e+xhNUruJby6OGBGMeyGvWS86zrkOdwC2gtg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.1d6f8f58_1551012600290_0.7996711631067919"},"_hasShrinkwrap":false},"0.18.0-alpha.be27c7ee":{"name":"graphql-codegen-core","version":"0.18.0-alpha.be27c7ee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.be27c7ee","dist":{"shasum":"846c2ffa643700aa599d51175cf821aecee607e8","integrity":"sha512-Iu9lreciWMQSvA2k4nIjF/ReBTGl55MmOo7BIddcdaOxVfsMHs+t9+usW+ZoSYZT6SU6QL0TKPw7UPcIG3PBmg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.be27c7ee.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccphzCRA9TVsSAnZWagAAELEQAJj+V1PvZCkyssr/Y0qQ\nfLN+RGCXjwOwIbDOe7J+nlmhRXAiHp/aOXtltie5Ct/kD0UepLpe3XHJwqcs\nHnBmP6B5oHPWg8SUaWKiqPDywvOqgcyWwkeDjGn+14jfD5Fxw/O99SCVBnG8\n5e3dyxcoFIDUBJ3nXGceCH17U5KIzrNGp8AahpbrWHwHTRabM6w6G+I6I3na\nuoZKAGfx8w5SQf+7QKd1HIgx/cNEw+FiIcn5/O/qozQri7J8rspGrT1GSc03\nK+EHIeniVZ0ca4e01jqD5K0FhoSMqkbFLRXEGhoNLnD+XFdgCdsmdGaQA2RR\nZRENE90rDvRkahNumHnLr/EiPrMua9VnyL2loqpspY3abYeSRe5U1WTADAtT\nJRm+1uygDdD6PP8CD5NRuVXobKe+2/WspputZsGS0A5YR2tjulEuAyMnqtC6\ntTQYEST4TGKWMPco62XCySzS5Kv6D/g9QCJAj6rzicojy8caHc9pVBRQAwOo\nbiDA19hjEyG3M6F6jUeAvdujDbBJAdd9yYmhLF7vX5laWpiLzABven3Cv2yN\nMUARzG5U/7Znvm1y5OwzAwMQ/T1KJa/Gkh9aSRoSfIITw5lFguZeCYeOhFdK\nSLi7DtVHY+ZTjpzvceYtxxMgy/jli0bvsBxejKHltDKlXiCMBEYKEJufEImw\ntYPS\r\n=XCFH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXIRXDR0T3XQjV7zp7p3aaDuez1hSkbJ51Y63ddlB95AiEAjSi+ptjjTd3QDKSqLsQlR+TiolSG80nNawCmj1uxhA8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.be27c7ee_1551014002809_0.08341873520339127"},"_hasShrinkwrap":false},"0.18.0-alpha.9f16278c":{"name":"graphql-codegen-core","version":"0.18.0-alpha.9f16278c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.9f16278c","dist":{"shasum":"4f70a6ecb55113e0f9c28189a98fd232a944cb89","integrity":"sha512-JcA3GqizWAsOuRn7X3IgMFSfjl0JWnqQCaxJ4YIaUAHiHNgFjkgoGc+pFhKA3Hl4224n9MDOipC5X6a3w7IWCQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.9f16278c.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccsCwCRA9TVsSAnZWagAA3rAP/1wFHMbWR/tN8ngrPFaB\ntJoBjtH5s0y00RtdIlBOyZT8kmayhsomfY/NF1DHiepvtowBopaFHoSAZhTB\nG659J706w2aUEb37I92Gej1BvF9RR+nFhcgbgeNApCkIocq4AItzUtbkDhvV\nHxZsgOJ8CK5yV1orUn+aUAb4uql3879zqXJ9f4xBB35IoEUKjEgFV3z4K/62\nPrIU7p5/QwYe4UE5di3R0oqidBClEGs/MXeeYn3FfHY95THSKlUQSpqcLGyU\n80WoKMB3JdLbGhSSeEKuM0P54I2VqBqHCy90TYwZBCe7+kKMPtbUPo34+JQT\nFjoSF/NwdAXipfJPFjlKuzdu5DevsAy7OZkUP6Q6JDx9Xxo0YNsMyOtbs3HZ\nIuD62Rrn6QcvE/M2QPb9u5LOCQr/vcCDQPcwmoYTv6w2JV/QtUgqfpmjAYR3\nz8iCfAjQakmWI3Ud/anEG3Wb5yTEF99yvbdCxooxuNQECIqySvo1ZZnIOLe1\n8m/6llfxE5//svS4j2fhyYzn+Bh8+b5ynX3OtGlZkeHgT7mfzSKUAToo+umT\n8kw9r2ogSMpcdsZzl4KJ0yntK3sfsVO9HSJ5WrVIjKjLmwy8Za9+klg/ao3a\nT4azJAOfFOn2hXZAIYVruJYd0lbkJuCfaLnaGqLXqn7mAmVS/fVG9vRZx45+\nUth3\r\n=OBcS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAL/XMjufazxEfd6Ra+TnzeXh142oZXkeWMW0X3LRjNeAiEAh3ph4oVT9WdXNhjKQvC3Byhayd14xtdoqyQKwem8NI0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.9f16278c_1551024303563_0.20480735023000096"},"_hasShrinkwrap":false},"0.18.0-alpha.23894f08":{"name":"graphql-codegen-core","version":"0.18.0-alpha.23894f08","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.23894f08","dist":{"shasum":"6e0c5323effbdff1da05deef45ce8b3d3454cd39","integrity":"sha512-ZeFO+LAXKY3ImTzl4zZok9mVQsHPsezgy11j5DW6RUVjtGwXrxzVwYVxlQMCWOktRS/0EOYMFQ10z/BmecaKtA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.23894f08.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccsHICRA9TVsSAnZWagAAcFoP/3pCpfiE6o1lZ/mQ/Xze\noskl0MeLz+giBeQlT0nPjzXM6jhzlOPHoHjU2rEwLEzNHJTtCDiaxo5W24JF\nkSD3V0r/C2+YHBOUvGcIyMKsHwLwr0UF1vEk4Vo1O5SzS2XWo78JNrpcLRFi\nUkw0kpSWCb/n3umc35Eg1/C0bMl+LapWQsZlIZW8tv+D5JvHlRlzAvmCukYS\nIWuzmBki2axkyw/27FFiJ55h5uBvZzh5bA7unhucLGVUUrZnPDLtF08O3A6e\nqQBviV4vHH2PZ3kH4gnw3/1m6EeZtoZH5Qx/EZRshxRul4CjOEPFbKPzihgC\n8BVN9LrbPWaOodVVr9AAfSprDlorxIv73DhoNCy3caIZI3h5jyYMUe3jAUU6\neaQA9/Yhz89wQOQAQxWNau8qM4lii5NnERJdWxSeNCYpEx9+zz2cFZqbvwU4\nJnbLw7keD0gnnI3+oIr54Vwgy6EtVmDmhU2FBPx7DSfKcJKCcVLJyuHGPOKI\ndykaH00olefhMZ46zp5j7rGKrMaV/55TavCEjPjY4z3kJTHlr0196gA2UhJL\nOu1k/nteYS+yz0ypVowifk/6jdr97RqVzbWu8MzfywD/jc2bQTZL/SIvjAhq\n+8XO+08qd7Nmx+ixKeeiXm7bEUzPvBI1Ma13TNZL5GJIidm9V5VYozt6SGyb\ndHQ+\r\n=spx8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBS3mad9RFe1/qr+c7591lr8WglTsa7YVUV8Ex/DBv2bAiBh9ycVnbCu7oHO2gzk/w1EFW5aaKACbnkxY2Kghli5DA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.23894f08_1551024583554_0.8873293950356913"},"_hasShrinkwrap":false},"0.18.0-alpha.51462830":{"name":"graphql-codegen-core","version":"0.18.0-alpha.51462830","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.51462830","dist":{"shasum":"d79ef6a903adaabb1b3ef0eeaa5b64a6a4ffd45c","integrity":"sha512-HXJ8ATRqOE6aPrhKJCyXTUYr5mB3emEr40xqVt6ItCVi78sXnpGawL0QOzrCChT/Ie31db3Mfx7WfA+G7LyvoA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.51462830.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc10iCRA9TVsSAnZWagAA0ysQAJrAu891YnuvFIcf9J8O\nPPmJQalUzqFRns2wgQd3lJM/w92GWaYSyelCelYfO6z0rLPP/Urog4y/UHuG\nUHwH7H9xQsZ4EdkxkaRrmITs3EcUKkDdiUPya60HtwR6vwgGY+40fTTdB9rR\nxqY+QaRZ5EOzrGo9Og1ZDKethIF5bnq0oBWpTDjwIv+NQPYQQlippnu3kYVf\nsk0Dxmrapqw//mKMZ3nO0ASnIE/3liRmOG/5Cvh6KTB+MJF66x27Xl2FeXIz\n7ZyeOt/FZx0BNITKgCTAFmTDw5YYg5VM+/S2FwUu5TYdGMF9uft5Fagqudz1\n84y7fa8kCvveXUtxS8QK9gFvAm8pWDtkX4Mtsi2ZXKGPt+ty3shLoFTaeen3\nIMGQWE33YSH/pkD16zIEWqz1Isw/RmJ+kOwZFKtX1UNBh8NhVcRfbEwDcKe6\ndGM1oWp4W+22x3vMb1koHIb+7nifk/6i0cfRz6PHaK+lLlDvoYZ29uwL0ERw\nAzK+sn6VpAYikRYKmxUmwX2vmXvQdL5GGScnkfLL4DndyiQjfCEgQMDpiXoc\n7LMsm8SCBE6N+dGNQTYYjzr5YdQ80pV3sWaFcGYLJx3uGH4ZmgY2VzbnB7Zy\nV6r9NqAzMfdf7RvHBmwtLJaXjqyWouLuhZV2A9l3m0au64kqfivkoZmslCRT\n5FtZ\r\n=ZQ/J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGnVDAb8l5hzEaVViHl+LwrxBpxaWDlaQVnvKmnuco4rAiEA4rfdjlEI54WDoNMp5hD0cQSLuQgF8EXwZsYKI6C9ccM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.51462830_1551064353483_0.4772699623391101"},"_hasShrinkwrap":false},"0.18.0-alpha.2da37bee":{"name":"graphql-codegen-core","version":"0.18.0-alpha.2da37bee","description":"GraphQL types and code generator based on schema","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc && tsc -p tsconfig.es2015.json","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","tslib":"1.9.3","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"main":"dist/index.js","module":"./dist/es2015/index.js","typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.2da37bee","dist":{"shasum":"aa77a4fc5c1f940dd4bd40ce8ee3e5ffae0f6e34","integrity":"sha512-H3BzY2fmRnCB+W0lZxwWBIuJMPaRCNUMk/z7IGmibFKL6QERqlGmLjNJdkzIcTUi8foktRKz9MJEQYMU6xap5g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.2da37bee.tgz","fileCount":177,"unpackedSize":167652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc5nfCRA9TVsSAnZWagAAi0sQAKAjkxHO/mFUS+zgy9hs\n6J+PuqrDRt5LNiGyuUHzqiX31aZrTbmRtoh1lBOO+b+yzqtf54/kRpmbGeVf\nD5bPO0jUu0UkltxfHg2ym5bjtXN5aF+B3fTK5OL9w/Wm111i2tRwzg3ncxGc\nOnzOufKTFhsigoe/aLfnSxjbwcNonIl4BeSMpw9EB/hx2j8W0r6sH5qAixYu\n78uOSNFLL6GzZoCKcPi+WK0/8BkyEHafVWeC4b8dVKwDp/1CxWIU2w/1Hp9h\n7wuzC7BALiRICskntps1hAFDP/72YedSFNee0cqc8nm9lV+u9rfpgKlu30ye\nK9BlB0vJz/MjJR3KHg+g6x2Hby8ODfuiHw3/ArCZRG0LDr/o1gbYGNT/gShv\nBM0KDVLPaLm052ls0aMbkZEZ/Af4rVScz/F2XRcYAgQDxtPRBUQ43uR5X0tU\nac5WB5w7nQLrN9SvBpcj2rjbXEmaSO2yl91pxmkuqmAaGlPgYE52FJJP9I6I\nvvDmxUPQZyt5ATfZxy2BKObCfnlaIiIB9OQ62g6QvzcY4OtUbKdFRjTbIvkf\nV43IKN1O2x9XKQDvkaVii1JQlbYoxUI2KvIzx8ftkxzU8MYbVO+KJ8/Gu4Um\nAeex2rszzhUqTlJU1+uPLaPvgH6TpsUgtoiR2AWWWWAph55TL/gMTKUSKqTJ\nM75V\r\n=sx30\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/9zAyQBouR8oMEnwHfSZIO2ibS34k1wfUCNndAM9HqAIhAIlER4QRMq2TLOer5WrLDEDKGrpLUMLH7AVlFTh4mmK2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.2da37bee_1551079902220_0.9425047721813347"},"_hasShrinkwrap":false},"0.18.0-alpha.069a87aa":{"name":"graphql-codegen-core","version":"0.18.0-alpha.069a87aa","description":"GraphQL types and code generator based on schema","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc && tsc -p tsconfig.es2015.json","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","tslib":"1.9.3","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"main":"dist/index.js","module":"./dist/es2015/index.js","typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.069a87aa","dist":{"shasum":"0047929542ed1923cde31b572ef76fd9a564fe48","integrity":"sha512-Us7eXddJn+CNXcNNgGFjBExhAK4JuH0aD6NaAodUm1XPZtlnZUsQ8xSnb4U5s7kjMhf3LW84VtiiI3Bszyf9UQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.069a87aa.tgz","fileCount":177,"unpackedSize":167652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc569CRA9TVsSAnZWagAAndUP/juxo71RGe7Uz/lRU5LE\nYSGGj3LDedHw7wajuG+ikGFwdXkyoCBHDKcr30JliWM/DglVNzbiS/CTBMYu\nBSEUi3UkDkJeO6xyXvvllokruRBcuNy5iiFoBDTUPbDvlFxs5VOH4v8Zfdpz\nM+eOD0k2i+nVqSL2/0Imf8poHosqCdzIEJejlKOrpP3HWC6cwM6TDSMFi7F3\neqAnlYN8/XLXI5MMMDDOzjI9QPqnD9QFiZFwIpcEpKcpy5hZLORRj33JIc0w\nQwUc0SuL8Jpbt8Gerc7Qbjl9XQSnZQKmLbsuiCcndS3B8Z9WgEgUNWWfW9d2\nn+DeiGkYkoojU8UizTQTk/oGK9aaj53E3Ma5mZJ3wztwFrQynLGcI2oe3dwA\nbhkv0RQHwPH47R+tjaF8shPi7GnNxjnZBE8dgiFq302wM/taNL87aGKHWCgn\nhUiy2Ms20rKPo4jBjPn1+/0SGthf5mz9aWkTHHELRb3P0TVULLJa8iP4TTOP\nVgPMxNe65PLKzFhrQFCeo34jNk73unTogOYdkZRFK+eV33BOrxoiBNBCTvbD\n3vNSLyZE8sJ8ibQV1H9ZP/oESeac9B4u1n9Y/iAYp65hJUuUrPsL7tUJ7l8U\n1Y1RDNjxiSQaOr0H5FFm4KPW71Keyn1Wkz1pNcpsyEWntwPsI5DttTM4NLjc\nIkxo\r\n=qNuL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDR1bb2ujwt60wmwV+ao05G9HKbKv+xJ5/FQb6keWHkOAiEAmDE8UIHe7S0kSf02he32dEJW80E8rmwZY50E5CBOuv4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.069a87aa_1551081148816_0.8541233667043975"},"_hasShrinkwrap":false},"0.18.0-alpha.81383c0d":{"name":"graphql-codegen-core","version":"0.18.0-alpha.81383c0d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.81383c0d","dist":{"shasum":"08cbfbe0209305159106d18229a1a4dcb75d2f30","integrity":"sha512-TvBSWRNFsPucope/EWrH1gVuhMwDRgBqE5M71enZaVWWCbHQrvGsmwl3jhETQOeD59ZxWB7h0j1aFIo93wLd8A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.81383c0d.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc7JaCRA9TVsSAnZWagAAp4MP/1HJSpBPKoAOpVpUef+h\nT8Skk2jZYB+c8NMM2IwmtPUt3cqJP6cq8922a+HjTiDKcRIjzCI9La+J/a66\nl9CphMp8dmWCTcQHDYne3tAo9KLZlth2jzbBViAxFkJVrzLa+2bAJ4nCX/cJ\nyGjN0zGZf5zVPt4VcUBOb6lBXsJBB29pTCHia3WSE1SzLHyQz8X1judxdizH\nPqkNH509MWL+sgvwaf4O7RMDKg0JzH0dIqzayLUneHt5UYPWV9pRzouYh70Q\nF1aaFPlBQNiiyt4HtyVl+bqk7zbE6x3cWQ1Ispr7guYZYu5pQQRvQQ5KNQnD\nenjSzNriI7mF0EqFqQU3IuUojOo9tPdncCkVJ6bZn01ZAXocwwllvVr2bYuJ\np/62Zl8elAdDUNbynlkQuvtPrctwQ+Qs6ct+08/Hhu70tdPx0AkC5+UgvmZr\n92FKlF3hEn8Lyn6K2JcDmSuUjQzjGvSE90wFP5+YnFvdarLO+8jcFp9IAMDJ\n5J61UdWiuuSO+o4OUHmp5hEpLALJRfPPahNB+VP69yGl+TNqGM2bsrSBBGgI\nBEvSluQmv0OlU5PZ1Oo0CeEGlmWx8aJx064Rz90YSPdhqV3Sa4Y27EKjyXxn\nPL3EiSzlnsMQITAjdJrfk6DxTQ7hS45AsbYBcyMZo2TJYOXdotmx1368QKch\nW9aV\r\n=jPrL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1tCtCUlmsKO4A/QZ5HjIsiTCTnBuhzV/YufY7nQ0b6AIhAMXKywI3kNUPMTnufR5FmCIFrHVdORMv4VPyVFMR/XZV"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.81383c0d_1551086169949_0.9743055133792129"},"_hasShrinkwrap":false},"0.18.0-alpha.a2757413":{"name":"graphql-codegen-core","version":"0.18.0-alpha.a2757413","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.a2757413","dist":{"shasum":"ae993e2283c4ea7524757752df52add09a01fad6","integrity":"sha512-wzPB9wdgvYCwywVnP5ASd0kOZ9KVM6y1ntYPLDfvFgVV8wrH+Hj3Mnh4c3SDe4G8Wl/bOS9Yc6qns2xAQQMqmg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.a2757413.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdAWCCRA9TVsSAnZWagAA0u8P/0eAwlDeReQLWuaHvvI6\nKl4GkaCEWQsWLmyskL4vwuG73WS84Bo0Ab/K2oZ+iWwc4vf6WkVA+2pI+7Ol\nttA4qJWJJ/yofWMSjHoteXKUPzPZZaxcgi5KqXFx4e95IJff9inD44eZiezt\n+B6h+WWHo0PyrS5tXp1JNDw+iTkjFo82HZEAt763qiyH8PdKY4FLBQ2VBqQz\nahxWmHAqEFKgXzC18CqeqGQ1Q5cmaxaFPd7A4J8M70TMzXCmnUyvM05q9Cm1\n9zd6sH8Kap55vEA7bv+KYk6EsCgThI3KbSfXD14NGmx4h8qxsRZcHTPDndlV\nj0ut0EL6Hez7JIS2fbCQoBATjatiG1KPTMP/2RX4yFmvnFcUCt5AWEotLvD2\nQvonIJBLKNUQrm+zEC9jOnLcbK9fPPSafOrwfqd3Vd80L2znXCjpsp9f1UtA\nzP6Bk1nOsAN3K/b2JxT135kTnISBCJ6G9D2PgbhZ/twGx8444kWjq0d9Yv+I\nI499/PoilX/YjM+AqPvzxzlcBDd7ZwOhvJXLWQMv+KlouT0FPtKDPN9a9Uy/\nluRCYJWf+Rr0s/g+5EatWhtxRaBmpOzFnbrwpUKRT6AzGAyXQKYo9f8vjTs8\nNFc7mkoH2DjORGZG84BV91o6dRS2f/IyD58U7CtwZeDrYBML4f7v0yN+UMha\nufgX\r\n=FKUT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbRJkd0bV3ex3FNLZQLq5a178Oocaj50MdgJivJOWpYAiAYk1gp8sL6yqEos0SzJHgMPGRmG1LdrbseIH9iz2hdXg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.a2757413_1551107457404_0.6772476820350948"},"_hasShrinkwrap":false},"0.18.0-alpha.852a57ce":{"name":"graphql-codegen-core","version":"0.18.0-alpha.852a57ce","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.852a57ce","dist":{"shasum":"916a97feb78222614626f4367fd62bd6fae32881","integrity":"sha512-tP1F2HDE8XLKkiS7Fo1z4J6H/VEZdz4ewsc3Ba4bex6dLZrn05mB6RgaPragBk9ANLKPLHkshs7VO0ygqjKirA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.852a57ce.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdAfnCRA9TVsSAnZWagAARIgP/Rmab355CwDociDnAXJ8\nb/nFhkRwmgiQEzfwJ1Rt37o+CduPigkrvPfpAySiLObmPJRF9K8HSl5U/Qpt\nI8S+5H/SjPZBE+DL/w+wzpYxJGGgrQd6v8bbJddo+mUrHjAxJF9WKy6Kwm9G\nWHLqXxICUrfzmN4juEwP6bfNwLQzvNrzsOI1lRNu60BANaILDzjjw43B9UjS\nftoNhEQ5y+0/Ap0ocxX8h1fItJCAk+xwGPMT90ERppJJTTz1TgQFFbpRv1uR\nB5shTFYXwjS4jn1yCv7V59Gy9n9C3etB5hE7Tp9CIeZlqrvEmHONM8mADH3s\naU9UGG/SmJhmv9e5V6RMR/nHyEHpki94ckrFd04M4UK+hU7WsUWIjnxmMH/8\nuKGM1ZswvTkuyUefMW12HNR2xq6dfPaFBegUyeXrZnJCEmdvVncnj4/Fmg7R\nQx1CWcdMO4DX+IQ/X9oegTeyFBYCSfO/Xwo0kkZbBv50Rt5BjitWtBibdZLB\ngyu3o+9WpspFB5P7jKKiyYRtceB8NEBJIWD2C6D+fciC6LKH+IbnnWzvZRLA\nizUteudquqUjXgN9IrGjwzL6fpcHqaKXvHSAk9rz4kHdY3xFl1hIKhbLtOdM\nKt4zy/zcFW6wHxRK92CH3e0O9gsu0GmVWiNHH9ByUSNqRfqD1MpVjDl8ULGm\njQyU\r\n=PtbI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC2ii96mDuIj585g+EGkIMZSMklqt1yAR5Y7hCbNWEbJAiEAomBIoAOKuxpAO3ZQa0RLI2d1m2WWqsRNyXFhjub0wOA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.852a57ce_1551108071043_0.34791891993905555"},"_hasShrinkwrap":false},"0.18.0-alpha.dfb774b2":{"name":"graphql-codegen-core","version":"0.18.0-alpha.dfb774b2","description":"GraphQL types and code generator based on schema","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc && tsc -p tsconfig.es2015.json","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","tslib":"1.9.3","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"main":"dist/index.js","module":"./dist/es2015/index.js","typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.dfb774b2","dist":{"shasum":"2d018a56abf35582d2bec491c97896c1c3644e18","integrity":"sha512-YZuENghX4eTHqQ2lRnqeDDn2yNJHTSzE2ljVOWp/mabxPz+lD7ypSTqFCCyjeu+jXxHno76CCwEDg8hVJDvZEA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.dfb774b2.tgz","fileCount":177,"unpackedSize":167652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdDnjCRA9TVsSAnZWagAAzesP/0Ijh+pScsgEKX0ATBJp\nu3sLpg6Q8u2pHNTH8gd4mF09nOFpHS5dmWZhmUG00LmYz0JpVUI1/7TBwGzA\nP95Wo1fXPZy38eka3/X2EqxA/z5s/pOlvAZ5rQbbJETxTnMKUpxUJ2Ode0RF\nB3xQCv8NzscB9zU/m9vCS57ht3jSFPVO2H0AVdanZ0X0poqknBgOOgJzA/tz\n2C5y39DJ30eCSJqX2SEj1SGVZ3KD1Q9K9et5pEpkg1R/WSDAqYwK+/HusR85\nMlshykq/K/2lA5yU1deR2Rg3iVpsglB3o9QT5jVTZQyf2gJnox6Uk1y7LjPd\n3ui5jOofzWJRlFL+Awl0DvfsVLQDS3tQvsI9EQcNlYALvvNnaBz+Q6WnvwYC\nAD595IicgkfMVJji4AGVpPYAtChciOIdbFG/KQ7gvYkBcpfwSR1rNfGK0lsc\nV1bVW9nFuwRszg+F3LKMtTQ4esRTihrHwegacOsYdzVki6KZzDOexM/aUDn3\nYXfd2LaUWe0RqPBEZRu/dxzWCzbNf1fjGh6MroX8NBW1DJud8dJDhaLw/xBU\nJ22eC4w5W/wA7HqcmofXAH83hENEj6eSBHotrPw0usnDsEAB+W39dOEFkQWc\nZgiyZs0r5rjJEuvnd5y3+/YyVx6mmYZyES75w2QitvG557Z1RpzEMhaEyhv/\nqRbN\r\n=U1wl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC31Sis2v55UAQy5uZSK3+oxcWGrn6Wql/rT9xSbf0DnwIhAO/SLX/bfqVWsxSAJTQGG2S6sGfGfeZt2bKWrdJaewOr"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.dfb774b2_1551120866281_0.15308493474601725"},"_hasShrinkwrap":false},"0.18.0-alpha.9584a720":{"name":"graphql-codegen-core","version":"0.18.0-alpha.9584a720","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.9584a720","dist":{"shasum":"2732441ccce62df6ef18bf2b7c8058b4e94f295c","integrity":"sha512-+VVJEdM+S8uu/AA7+rvpQijS8UJf8dVz01746rGi4eeJQI6PiASv4Ai52AuiVjz/AfmhT3RQ/XmAFJ5XuQfXnQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.9584a720.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdD9GCRA9TVsSAnZWagAA2nUP/iVnC5+GirQGiJUsnCW9\nx2V57roituJQNpz32OIvvuBZrAnmDJshFBIQL2f3iSCHEIO1L6TjUgv+ZHSL\nM55joTSS7jxUFAgVC3ddVwVBQOk+mpKgiKDqtWaaeqO/UPClohf7Q9tOze3N\nm3RrRBUNfTET5x6wEFoJ/CCfPRjBMmT00Fl1VSvn9VHogS1MGVDoesMPNd1J\ni4sOFSG0qLC/Vlj2sFpwQTh++kjbCxddL7xMuXqXzmYB2LfsEKwCs61rvLMd\n27RdYKNe0K2Rcq3gSZYVOY5XZtAkAyLGQCYuAM3aLiDSMePbri5eO/tiV7/g\nhtY8Tar7poijYv8J+AQFkLtKeCJ1MDwxhmLjlVLKO0Sbb0q3ZcQmErrEuqIS\nb3e6A19WJAxzVikglXpYLK5V/jREg4D5YzWqOUjsOx3HIMuNVoxrff9FWK5s\n2zP49/nv/hIYFFaogzawnRNf7WdT3CQvnI/9hScCJ1ixAzjnX+cQEK9YEiRk\nxueNlaGRchmrN0wo8SI5G1KNVP5PzYWyut4ChWLbLrqLqD6oH/bMrvZ+vrGQ\nWbDGFRh44Yowo9Es0jDOIj/8BzqnlLP1Xh/GmLhw49XITb4u7JsVITlOWzLG\n6jlskmvHV8gXN3MD+JnpSzAk8uOsND+nhW6fwMt9VcVqel5+OYQiwY10T2FD\nKNGi\r\n=s4p9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfn5Tx1Juqz4+FItwsjQ5/7VKo8D2Nudrn7r84Rc5PMQIgUH5Q1wYMJn2qJGOYJriJrhHFGxkxKjLGDok+S67z9Wc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.9584a720_1551122245917_0.8539040538249163"},"_hasShrinkwrap":false},"0.18.0-alpha.99342919":{"name":"graphql-codegen-core","version":"0.18.0-alpha.99342919","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.99342919","dist":{"shasum":"2b555f081356006290e723d7d80c811078ca7b1c","integrity":"sha512-9e5ijD+2eLi5yCei2F3khX0pk/TrnwukDdTAK3zdQiynzFsEZrzEHQXSBItL/SvqizcAC6Q0dN9Loy/Lhk6B5A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.99342919.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdHK8CRA9TVsSAnZWagAAQJkQAIW01L8mhxP/CjoV3kQ/\nQHEzyXEPIwmmndSzz/D9lLYB9VysdfT6pOM/YOcNnEjtKGBBNse12UQPiQ1s\nh67s5ZidQk5d/8w8WOv0AFzym7uWU9F0wPUfGSqD8fXy165TZm3GlDWehua3\nqiYVWWhJ5jUOusRuTZafDlRPJlAPihRu/VSluUt01+Jmp+XoNkH7hYle6aCs\nkgu7srEQ5zBc4sLLLQZ3LHy7tptjLOptF+ArXEN54YJRPddrND4S/X8oDPvB\nqeg44JkVxR98Gf+o09gO+eo3xqIOli6sKZiuPYl1mcUujjBijsjf994s4WwM\nt3d06YKYERa7TacJvNsoU/6FeOuI2n2x57wgIM4BbCOD0IiDpH/rkXY9nGa9\nk+120l0VYB/966HOrs9HOZzlRWvIYZNQioj9hT3WILuOjGLfaQngsFpKYaA0\n6iI0j2lGDgGgDKz0zkVvPnd8MiBNV8pPZU8UqXNgMpVseCbSOwzhOqcwg6B6\nQDlYlYjJGvre6noceqVIprgp0UMIiCEcvr+yZucJmBDJoV4O6KEvmjuz0wu6\nPEnkZCcT5itQ5nP8XneCH7Wa62N1hTAn1Fg7ajHzqYKCfb4JcSb6eF8OoXRV\nyEt1vVnLoEI2rdN16pHsJ0J5Gx0MKvq57ZRND/GW1yORRy5zOIFjfb3UCwih\nbQMN\r\n=Cln5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLE8FiXVfY/kN8dptqg2KeAwD8ikqIgxW0kwkvvK/f2AiEAvB/yjueJQjjNUXljit88n6GR4Osma+OUY2M0UfFI/9Q="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.99342919_1551135418860_0.9711045319444584"},"_hasShrinkwrap":false},"0.18.0-alpha.a714943d":{"name":"graphql-codegen-core","version":"0.18.0-alpha.a714943d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.a714943d","dist":{"shasum":"108d3fd187cdfc37d0d6c6b57b6875861d3319b4","integrity":"sha512-mBmGgmnhpYURo6YrAc2Ltt9RhyAFGYAehPlnu7OC53kTsrF51y+On/lOBWIruo0P2ah3cxo69ZfwwQeR7APveQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.a714943d.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdIKkCRA9TVsSAnZWagAACM8P/RGhSgff0l0WyEidPULL\niOFpn/ROD5YOwGYxCDeBybMpCVyklHa/ibUYs/1E1LxNF+XjJCySr5RbiMYV\nFGhIQRsOf9YmQMRcY9wbnGEv0JppHWSu/OeHkT1S397D1WyemysuXTL66wRv\nnA2vouejSCQ327AFBVJai0JaBEJIYt5BmWd/JmfjGl4se6D8kV3vTsGdINcj\nLiYO/JYKMg9PuEscLJvbOAdh7Unoj4amJxEoNuA9g6nMRLKkw8J7DoKqxZ/3\ni2eN24E1OmfnaTmJkAwANs55CX6w9+xDTo4zKyT568co2AW4vcSUZ9OUcj5t\nQQmEpNT6rby7zF1D9Hct6QWh7Ep2+0b8Vq44jUZ0RZyKvltcNQujc28S0TfN\njzOSbWxAi2Zbqg30n8KN7WLU7PaLQgrRpttGHqLJro0I1yda7wodiNrC7f2B\nWk2pM/ujnTRqGQR4UEFYcjixVFpLNX4eVIvlwz64bmpyEgaXPn7Me77xKcp3\nmGGB03g+VyKK/RQjc5f6UHABMO3JlAWhwArFBHzOwloqFJeqV4nJFrZaHHU/\nSoc6KTmBT4Z4D/gr/uvcFFkf4aDnjshY8qgoGbRBmEWdgNi3d0HeagnzScT0\n4ZoDpS7gUlu3XljpaR3HeME+W3Xf46FkhYfYKqag5vKZjt2VNUVs65vSPpgT\nl1Uc\r\n=pUaG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdc7ErlKOx6v4zZlZ30d8BPyS227a7RZxgjL6coExQLgIgWZzmZjmlKfCzVPL6RE7ze+uBMJu76G+Gqg8Q/oyFyX8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.a714943d_1551139492102_0.5076098377070528"},"_hasShrinkwrap":false},"0.18.0-alpha.ab8245eb":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ab8245eb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ab8245eb","dist":{"shasum":"112669bd7f990a85cc02b8a06ebddf3fea513771","integrity":"sha512-SCtWcUeWOjZ7DK1vytlIKYxzyPTwMmGnriH8AjkBNHK1hPw5Gr96Px5AAetJmqhuBcbWdXjo/iS0svI43BRlMQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ab8245eb.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdIuSCRA9TVsSAnZWagAAeDAP/1Ds6YJ5ojJEqRdJzdVW\n6cxAN9LbDx502tIMIkjJGepMJSbLTkuFv1mvdDWog9flqVIzL5ghWgUfLD2A\nPcv+a88RiCaZgtVTYn0QZCCCAtnQRlxBTKLg76zWbfZ68gDnKlDeTqzA9eRd\nsRl2A6F5WCPRGMUDzeo7XE9SmlTJtJWJD6Qej3hZJxgL6j7ddwBmDDsvaVxS\nuPsg7Ikkd+855Ivc0cx8zSxgRjnD/sFQKHfSgj1iCTPQyF0jmA2nPv+br1mn\nS3bIB3JrvE2cauxN3C++WUmf3eZz7B0snqHlae8mq2CKigXs84K7j4JGnMZw\ntp4C5YiHUtpNwwlltnYfhVYHoOiyOV4JeVIzTHRPdompVkUMeOsuu3Gu2y/+\nnMdZTgT/EMWvRZHxcYZd56aM+SGj9L+CujYl6evEI88PmG+rrB93EEDEnwA3\nmuE98IFIPDk2bQnU6TuR+fRIs+NlAe46dYvXogoVwVDup2geDdbJzSEhlNK7\nrOqHDbx6NooboyMwW6tt9XyQG/+aUoYYrhB3PcKWu8PdEvwXfDxXVPTx8+aX\nCJDtj2HELYq8OuvV6hEZIW1AyV8eOIuOs2NcDA9GF7LPzh+Fzh4A+s11C0LO\nvRSZ/f9fTpB4xKD+5q4BHTxKCYMCELBe16ts0ug8CBqmwTclj8hZrV1w4zvt\nvfYc\r\n=Squd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEEZbBE05Ve+RY2xqHl8McE7g2r6V+UQ1/67TBpoxDIxAiAXf/TERVtrO4L9jj2Cdo2m5Pw7SB+fcLQc/ESGqQZQnQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ab8245eb_1551141777816_0.21659171925159781"},"_hasShrinkwrap":false},"0.18.0-alpha.7ca265c3":{"name":"graphql-codegen-core","version":"0.18.0-alpha.7ca265c3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.7ca265c3","dist":{"shasum":"631a491a9e3215f065651680b68b477b8fd87885","integrity":"sha512-grMvEAdDDZ6fUilfUESBl+/8z0NvHGMsO2zszNdMgyAHjeZnV/sH4qSKDuO5celJCmcXeg5GZCkna5yWBtQ+rw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.7ca265c3.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdKsaCRA9TVsSAnZWagAARo0P/0ZezSZNqFjByiwgroc0\n8czfQlNIJiF9pBHcvQJCmG5txNZLZ/Gp7L34NeXzzUjO7Kg5IRHiXiV043cx\ntxAgDD7tDlO89HWF7M8X5xaTcw5H2KsKdEtWHB/qC7pQmnBbbs2uG9MLJzsc\nl5cAsaMwaQFbmaEbFYAYr0rE5Mc90WDGcdJjRPihggcarId0UIqLTLBeg8NH\nhEbsCxuXhDLVUkm86yo2XRGUTRsNYCyc9fHDG7nNBA5qHwYWZgAZbSz7ZMM7\nRDgOtonCrkUNGYPXy/T6TboMYQm3zxjXFAJFXKyLzltRtDm++juUc3y9tl+8\nCYaiXNN/hbBreW3mbARGz5PEOBhyL9ExR8I3MlQi/4+kbs5ydsn6ahxgt7Mg\ntgP7qiRi5ld5iXEzQe8aSKN69S+8O3dv4wL1fKcJPkn3KZH68U1BQiRaKL8Q\nvQueRM618jR9tOcR5Vo6Z2P5aEDLSVxBsewSZ5uPUFjJmp2ps+oxklXe9lZE\n+1TJm4ahceiu6tOzzwpJo5qop5Knc/lVJlssug1RZUCgR7x7NhGVjNwThfRZ\nzSBS6iGbjy1EL3g5cMxs9APfMpQYn/nkxSg/NUa6QygPmOZbCInfNxqgAcMK\nsM2kIlsjjRU8NXf+NV77PLJ4VZaZgY9vO9jiRWVTdrim15QWM67y6T4OtHof\n0z5+\r\n=4sY9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm0R02o+X00CtCyJFLhXmGt7VoHAPDQrOtc3bW4cSKHgIhALzJV05PzgI8g1Ovl3hgo7nHxci+SRV3Nv/NepCF6QqD"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.7ca265c3_1551149849831_0.7790363299358312"},"_hasShrinkwrap":false},"0.18.0-alpha.e260974b":{"name":"graphql-codegen-core","version":"0.18.0-alpha.e260974b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.e260974b","dist":{"shasum":"c7df2e99876fb6061bfd50b0c15a8c9f42a145d2","integrity":"sha512-RnSjCZ66p8pm4Hwjut1M85wDUiCeU6S8MOIDGKgRzEwdIC8BrqpccI3m73H8Yz2LWQXka3dO15Sekm3fzMbgFg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.e260974b.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdKtTCRA9TVsSAnZWagAAf7cP/1XzF353PsoKKtZ7/PDF\nNY6gOwvt5RWOoais+fORUeHCO+2gWQc2rB6GwC5IAWmz7Xcfs9gkUFBw4ZOa\nNisiDAgvveIpnqx7nfWI1ScFqHM2k4YxcbefcHvD9FfuTtAbVqttHzhRzRmm\nmJk3Tgi1rSb/mFt/vokKLAqnm0aU8pA090lZaVACtvrHWJRCrWoVj3HE/vrV\nuhuYGhSXQn4/pjI0Ex5IDAnco8Tay6+w9jV1cYy36kjtksN0yybWu8A8Z5Tt\nDhp5d1csxkmr/58rC4l63B7ArlZqSjTDzkl0uRzTeTy8HstaV6+gsv0sHs/N\nC8UaNNo6/dLPxLgIZ+Kml/lDuOLikXzb0Rh4wGgxAV4xm0HT3ssJfuX0caPQ\njaGfrhadnueeEy3jJ1xIB7muzEKRW9rIHqM2pk5xVOClAKIvB4VJzsoolBJA\ntz2+/MUj/pC1yXfrZReax8mI1sIzXw/pcOwJBQoj3fBQ5JpD1CbB23ARyMJ2\nnU66jQVorU1qiIB+Z/gC3n+4sqXxTP/od3eIIQAEEJHouDNOZcdUYwRxnJux\njIDOBwRXPGw95z4rRGW3WqXPA89DlUwhGVuIgfoKNRt3E1mcs5vAqvgR+BB1\nnW1ZeRk07VjZoubX4/S59+HrjdkFMPx5rkpxUMc92qb3ZWwPXFr1Zc3c2F2O\nfUhT\r\n=cc6J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpeOfFKT+oCpWKvs3rSQzLiXUdqlPx7fzvAnzWTppHZAIgPNll829G+TDmO2lXcTycjZxa3SdFvbAcWaQemrziSeY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.e260974b_1551149906611_0.5877352402550149"},"_hasShrinkwrap":false},"0.18.0-alpha.bca7c945":{"name":"graphql-codegen-core","version":"0.18.0-alpha.bca7c945","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.bca7c945","dist":{"shasum":"e7a8b7c3379541bff2578743b41512132ebba542","integrity":"sha512-JibokHihOVH8QaaxmC9A8kimMgBJ6M7ec2oAxV37bFK60L28uUm2gAwpeuO63xX3Hzri7ZiH3QhoH2uIymTWZA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.bca7c945.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdM+sCRA9TVsSAnZWagAATBkP/1v2Yt/WShKzKcyvFPxI\nw6CjOLmXy+zVvFg7reLm9nn9XlY0ERTm7dD0iIVAPrJfLyrxcv4OIrMeW1Am\n9iA3UKfA8d6vhmSjYGI1LpO+Mkh5I1+vJjxl4aw0E21cfCwAYBaaGAMHApHp\nDEdG/G6IzJiLiAWOKa+LmfBMA3oe3pZ1exdQzncjj/aIUEyV3P7GWFVkocY9\nDV6YeTM91q6bjFRL2l2yLNxX9+w8aJfEivkEL5v9cvZn0xkXGkl51x6Zov7S\nGwzkzVS6igUTJjSYCFIeBqqvp+fjFOx4gWlTjL0obilva7svHEy4JMCxh0Ww\nXP+hT2mAxP0Qlmp7n4CdTeFBnWyroWc1+uryJiKTnGnnQFo0L3IcqteItHcL\nxonVieDCNlMfXrnAD4BpSKrmCnKyWMDNe1/BMBJS/ff7kkhg2tS4Hq2ATlQ0\nUNvihy7r+He8oYsjqf/UTTIfr5W8j950dNIjhy2ZIdyPSYJJ06BcfmZm9V2v\n3tgNsSdTLXXFQjoUjURSz0WVl4HX1o449rDHD2ydVys/vzYS8eIHM2ayDLI1\nRMVQOks0Rf4oHVqqUe/wGpAcuXKF+3rHFiOUnkh2y6jPjWB6nofrLVJtRj1d\nJccNOSaANdKzrDRDobyZKRWZ8At27CqzyZCPrTKRuXUla3UtxVeeiDUnyoBg\n8mgR\r\n=9O/3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNWmD0daY17DvB4iihxsPUroWE5rfUVqS9JYFpIaFXzgIhALXBrU+OW78DW8H7Rs6VKL0i/Yo7p1WbnA0l62odjGDn"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.bca7c945_1551159211858_0.5139425014624623"},"_hasShrinkwrap":false},"0.18.0-alpha.ad4f7dae":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ad4f7dae","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ad4f7dae","dist":{"shasum":"dd0110c4c2536625738c8da8227f0482d8c57139","integrity":"sha512-hZHMLpQJIqWMbb45XQch85QTPxhd+HAVk4xMOtNeEaixAejuLut0uMPsDbNPSdNkRQkaxyA7MN7aP3VkQv4R/A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ad4f7dae.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdO+1CRA9TVsSAnZWagAAzbAQAIGSVleOriNrYWYnUhuu\nsXi0igsjn9YW0KxHSyQ8Jahu3xQIHN42wKGegvPj02QBmwX47yUPJsQboq33\ngffj5QVSflDnA/vquzODUN0KDQPPJ6nDHDsy+l+A/Vzq9iYmm2+i4OtdVGRj\nRFMm2O/tZrLngcbZwKJcptp73U0uE2pI5qcCSdpSioNfpkTuUTX2molEteBf\nQu/5SO7Yt8VPnbVcvScbMAih+FwOL+c4lcaJXf00PulTRo1tafuH6f6q5ef9\nioRzAKPyl7tGHlFghfqIloQgBoBQB0kEGj42UrJEIj+JCGXywzEMb6US4QKm\nXj8K523upvyyhLdYFP/rctjGYpqRnh3sbzCtFjeiJYnsArsdJMHD5HEa+/il\nQCR2MpjD92c8XaYAQ1eJVj+/8+COh5DalziP0ZRqcTjFjUuU5yqHHvkXWvBw\nI0cE/dPEf9TN5DCChV3lMousRJMsNzXTeL2J9c1lCZqlr9ayARbt4RkfohaX\nm2xiaR/hyf3Yxq4MMMfPAKyDlGv4JpzRWAK9XBFWbIalht/y33oGjDguSmcr\nEVWPFH+i84Ue8MXpaiCiu4rf4U5SpEG1UNaiwThjDcPHXKudDdjQaDfY0EZJ\nPzp4VAvP38f5sGhGBQM3DQhuW3IubRJGyeV9JwnczeO4PO7gDCqceSmsJ0Do\n9bQL\r\n=ZCpf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoe3ymm449reYzxZIFadYi0qr8B/cfIW+QxNu9hTmTnQIgLhDo3LyNQk8FosyRehcA+0HEdVrI6/XUfzb80c8Mnec="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ad4f7dae_1551167412541_0.5461642344472029"},"_hasShrinkwrap":false},"0.18.0-alpha.39bc9cd7":{"name":"graphql-codegen-core","version":"0.18.0-alpha.39bc9cd7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.39bc9cd7","dist":{"shasum":"4d4e45945634b38bf9f6f85ccd9cd7139c435777","integrity":"sha512-me8eyynAhan5wxbzZwFw5khKWoiquXPKKklcReTyoRqDBzEXomE+jk+L7kvVzKX20ItCIrdpXl6hOeaxT7/rQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.39bc9cd7.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdO/BCRA9TVsSAnZWagAA+X8P/1sLpPR64q5L6GHVgD9c\nAZ19+9WlcX0vdbHtqd83F+cwvZGLFjP91FBevFjVELyIFB2E16uCjrJtsmsl\nmc/zLxB9MCsDEDXAhrDRFLYRlsazdnOj2JwZbpc8ipKD2CoR+CN9/L4FyvBH\nBi3WZ1G1VySxIdwsDzKSnNl1ltUhfgWSxkPj/E0AKYFS3XiM6X6NZmpERHJy\nPh0Kz5qFFYJ8m37kHFD5ahpZvC43s9G0whInqI+Vq5978Cg/BX9FEgWDv+kE\nImy35/Xaky43OvwFR6IOLP82wWf5EbvJnAX/c5b1Gi1V6aHAXU9H4wQhn3RK\nHV1A5YQ9RGbSuiuM+7JtzT9mdlUajzZcaps6ptXpAzkX/NsVVzhDvx36jrdw\n4WovJVmfgj5LBuGoJutyvutnpiI6gVh3/XjZIT8DhfYGpj9xH1bpPpLKGHnz\nvuMWYIHq2yIcfnr114TRIkSDiiI9XpLcpkR88+o3zcNDSDoQ7947A290Fdg7\nL68IWPMCheEAXucWCQpklQEhbO+ASF6e5W7Vj6hiT+6vdiM4EBVChpkSODav\nOONetM2ELIwpm68FIlV5fPKQ2HLGiPe7bqVbYDsa3fTkxVE6pCaK3+wJWdq0\n7od2Kmx3p2fwS3q+Pzd8qvEhHAw8OKf/tihcJB0Lrw8qGuFsKBsUXnwQsE4c\nQ4U/\r\n=o0n1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9NhNAzNrhvejSYl8BMLWvOcKvgeU4TyX9EqEJ46jWygIhAIyWt5x3QSw1zoXXieUV83XU+FbG1DgkmEKWqGozR58p"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.39bc9cd7_1551167424794_0.7769630333635433"},"_hasShrinkwrap":false},"0.18.0-alpha.586a9090":{"name":"graphql-codegen-core","version":"0.18.0-alpha.586a9090","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.586a9090","dist":{"shasum":"d370170cd3636ed8cd50530725d17ed54a427671","integrity":"sha512-CT/K40/+HfFSWIpMG4Ia/dU9/uF7gITniIRVLLNLLUANey8VKe2OjLiZSeEW2jP7i8+q78y9BR/f4cTJpXY37Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.586a9090.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdO/hCRA9TVsSAnZWagAANcIP/A3KP9NdeW6e+ynres59\ndIWbGSlT13pfPpuBKx04wg+ZJdUlgkfhDEOtwT/qfdRU6MahrGXNKpZHLfjn\nRJnOupIdcEsnkAEVikxzyhQuRuuIsv+4NimzPfZwiQYPxenKwMzXZI7KVgD+\nJwnPOpSq3JU3DYZTOYwHcM75WCJxB4G5P8HDzWvDYN8naxOPO1FpaaSeIpoX\nGCLVfGfhnXnTj9w9UlzaSkOKLnlXamPci6qyOsME+WNkbUDyZz4nZUivohSF\n1ChoKnzr4McuMY3jg23Xhnnicof4FtidFF7wFeUUvJx/TN3Esk/8TBSgU9jf\nffNDEtXiFtKYm/x1v8nIEIEmMMRZS53+Yp2WWuYPsfLlI2ddb4TNclheKXjS\nhpuvDsxtriDGFO18RfSgzP3qQT94xbTm/X805jrI09YV7AlrBq6n0/TyLGHK\nXSbSgVXa9ZY+yiNVWyuRI/64wtUs2DY4nXkKpXTx9cTTS6dH9pEuaCU3qOUB\naILxDyD1FWQP9Yh5K29YAGJLxmGCtWsmXQxSw7TsvlZdTviAPlJNlEQ5F6PP\nTsJ7l1J60tqi1YoaPaWiQbBPXyps8RGOGgn9Dgm1QvZC26AZvzBfhCBpwz4D\nUHqwL2yZsr4t4Je0PhzQtg16uHNfrmDny2HZ8+lu91RwiZLnQGOnVREc4dZ0\nH0Ff\r\n=FGUQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSrBZqPE47UInuY4HteAIcL39jMATrzAqYg4gFAImVJwIgRpo/OrtKgXxgO0VceNTAVB4wL2pUmxzujC377qwMoUk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.586a9090_1551167457180_0.36598158288703964"},"_hasShrinkwrap":false},"0.18.0-alpha.41a606c0":{"name":"graphql-codegen-core","version":"0.18.0-alpha.41a606c0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.41a606c0","dist":{"shasum":"67306d8ed9ad247c6c020f4c3d6b1d8032e9cea2","integrity":"sha512-2j/wdJDMUJABfcTz4oLrqD7bpIj3dG/8OcFCfGXNDg4TOoyb+40SPILb/hvbIeaz6HpIBN6a04TnfeHEiZgzsg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.41a606c0.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdO/yCRA9TVsSAnZWagAApyMP/iOhqdsXr9s1gBSRtvf4\nNgvGhSZ1qbehk8h7JHu57D3bi+CylC+m8KchZZNFwNy7aah0Po/oq/q4oa3U\nPP9elf4trVA14u0bvVbpYrMEw+BHh+gzkYaiWwrNFnQEs3lyqLKfHJY/4yPO\n6g17/QqLilFeEFI5IEpXZ0oonfha9ij+EXpfSAlz0EIkI2MHEc8Lq2IBk7NO\nU4WPpL84HS+VEj7yZ0hZj0YjHTbeohbJpkozGAtlr4pZC2ygYaavb3FXqnCw\nX5aBllCZfBLnLsLLwisgWYkFNv+Ps3I3t+uSwHhMUXf+fv7qd+yfjSBnGixp\nF2ZYlhOezsyU7TIv4FdXFgcFLXzv4zMEXIf7K8wqSucW71NfigPDl76Q/Dgm\n2msuu5Hlh79kcERRgNjsYSlNwbk9d2uA3YixnT2RzxkOzo21yn2YWNzcVAh8\nmSIvnACM3rl6WJGTJPLh/x+YbKQI0SlBsE04K9RT+2wst/XfuUJJdSbmvXru\nTe2oaKvc2vH+Mmbp657eyPPFXZYTbdL2iRR9j9QL4hv2ufhadfbnlGrtoUJ+\nxX/HNTev/ZMH7evaOB0kRBqc0bpobVRPC4dLyqhUNAhLastpaMEQWvuiZQCB\n3x/49bfXKjIQ8N5bRw2s/x4hXKGHUD/R9r2csMBrVt6Y9nGbeS3R6s4khHxf\n40y1\r\n=QE+S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHAqexKrTobo3KtZV0URsPAPtHOBuCQIS0Wu5AmGwt10AiEApGENTiO+g1tErqB38fw1cgcJZxCPdLdsBmB3ckcvkGA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.41a606c0_1551167473756_0.11441334093716327"},"_hasShrinkwrap":false},"0.18.0-alpha.522e033d":{"name":"graphql-codegen-core","version":"0.18.0-alpha.522e033d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.522e033d","dist":{"shasum":"bae23e4497428f16c422ded690d528529cc91625","integrity":"sha512-jNXlieiR6KfnMSWJDwVS9Vs7v+WJvRu01ClBM/Bo3MRsvIYBj1yu7GF7RzKVKHZOcY2W4sPkjX62AMoXyKjUIw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.522e033d.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdPEwCRA9TVsSAnZWagAAmDUP/2s/PLMuxHB/UZO98mTY\n6UQfHJqdpXm7ZjgmmxN9tnzW1YhENDvXaHAdLvowzbt+up/LAlAt2zO9qELa\nburQpKMKldAA5nkLThXu3A23+vUEIOKGVoTxr/NjtP0NqzOiJcC+oBCukITp\nm/Qzyz48Ntb23mbZP1+cFTzNI0idedfivxC9COG5WuSzc5g1xQDBwOK4rC0W\n8x7qoMJ5QFkmt6NevEsH0YyGNKYBGu5zG8DlehVYrj8zeqhLNUK08SH3/qPD\no0vSgetVi6ssrVARRatBL8gCKZB10ff1pf3YoFcINpbI43ezvGkmcuBSBLSm\nD7T4+h/AsRNOkICDDHSOECIhSXWHCcqIQme4LprAIbSZSVcY0Jx///P0wbNI\nA3vHoJhPlZLEXaTHpEW5iJU5iTkQ89gGBBt6dpkDE8xMr0F9tKdIDLKprmSq\na9SvRVokl63y2pa8EE+7rs9p4Lttik8M3QW9vcosojmLTtOKiDtLWUkgNv+h\nPpXvKzkmf8Yda57fRu7yykvGgy4uARNeD8CIeGzZCq/D65e3t4F+VrPFuCCJ\nRTkGYneZGNiN8nDVl4hJ85tYMnK7/rdQ6CzXf7ASHKJYddWoZYvIhIHa/G9J\nZ+pnuywh+UkFywUFGH8UDqfcHkhJa5/oVIMJVY0mMe6Jq5xwBcujjQuLiUYi\nKkam\r\n=fvmg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDfItJX27XXM/iUFK/1c3KF7RM85X+T54w7APUK9zNATAiEAxYIHDy4GGWlXPKYrGig4rubR/SumLIs51/KFvVWj6Y0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.522e033d_1551167791195_0.5620408984680461"},"_hasShrinkwrap":false},"0.18.0-alpha.ab4e62bc":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ab4e62bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ab4e62bc","dist":{"shasum":"f3452a073ac96042c92b1706a9814fd69b6bf63b","integrity":"sha512-n+upqErpRyjXyqYbv7YITD56qAoORrwpnYSsP3+NRcHDjh98ZqO5mu2xgr/zLCduED9O0B/csod+pHb674l0FA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ab4e62bc.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdRaJCRA9TVsSAnZWagAAlUUP/RJg0c/h39NBxZ9RwJ8H\nk+rkPz00CoJcQBd/erL9l9XJdsP5e/oBarCK5wOcgBIouyMxtuKvfKGxxJ09\nLglycS2YEdZvBU1dnVHGeFiYnxbFM6M5d7FXVS6j9bbsRL5ZKVR9pJ0esfvR\ne+JQ+FI8l8KaGfUaYa84OIPJw4OzFeZ+/kUI5u84fUXXnVuMiD6cZ+7Brmq5\nSuwQb5kdHtKm/tSgrAIFRevSx63xOCimV293Mju8agu4BDZTx1ksIwe9RjcY\nu1SFqeMd57Ux1anLUWlRImL8mg4hN0aRYCRkwzj5i/TogP6f7KNfbDfv3qFE\ny2gm4v7t66BvnPFHeygzG95zyuAAjEJ4i2txkc7bQTHzo2iLK0PWPwq0+eib\nEWq4jggRjXxee/F9BER3Uy7qFsDloIyyMirYnoz4ztCiV0dXj5GvqfTn24zD\najyAfbq/Qj/s+NMK2v4seSBPZ5sDjS4gTM2aIE3Alr3oRJ+rIwHsNN1tYCUU\nIczZPD4OFE2hymA15pZaQPfMutOlPQGR27wwjXzKIOKaHBzwSHHypC6kBYLA\nIZdyIsqJ01DL+0WO7MPzFXkwJtjab0cCPVBN5USoksHGOYO3RCP1lOp9xKc4\neQqcFWu26pT7KangWbjpeXZAraFUnCGUlzlUDDXpwZfHekTYXUE1IPFY1PzV\n7cbE\r\n=DxLS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+ujI/n4mhBMBr+uzmMyprkJRrVlaQ21uTJQt3KHRZ8gIhAJ6RIGdQHuRObOmWLdN3jebPZmKqJYHbaWcPBSnSMoSX"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ab4e62bc_1551177353219_0.3140664051530293"},"_hasShrinkwrap":false},"0.18.0-alpha.abf3a1be":{"name":"graphql-codegen-core","version":"0.18.0-alpha.abf3a1be","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.abf3a1be","dist":{"shasum":"f6c82da512546994ee97d57fecc0f0430c80dda7","integrity":"sha512-upWVrpDkMqP5DIRxmq0BHaLWUgf0YEmmC3GUHYAfpoG3QfP+lRFWsOWqbNBimhLVh2WtLSGlSxqTAJ5bjPdYFQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.abf3a1be.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdVADCRA9TVsSAnZWagAAb48P/ihmZ5ttrpBb+VI+ivHn\nzKU+wEdzRmbBMMcuBaI0FhLKbIEbBunTxbSt11mtDbjX1K2IdSJxnzXkW+6X\npgIsZ1sRQox+WmBziyZJMehn3ZAuU+Jx8i8amJ1St3yTw2Gvd9TDUEfeJkDP\nzYjXqdVEXphC2zgH2k+j5dhLq9w3O7AIlpCo/eHQT2wIBdmu3lpyVXq68HKY\nYa7OKGYnp7nFFd4bg4PpSQkZGejaDeKUi8FyYPk21uBg1Sq1lrfbk6ufWtKT\nr2I8c9AzmIA4v28w801bU9EhCJVZIxuz+xlW6uy84ms/jAffdObg2LHtMMY0\n7Z3rXucmUDMu36+5LU+xSZNmbgbSYbrQo9lYAcxY+y8vgSZ3FTKR7ey++CZO\nD/8NUU+/QnnysWGC7ut+VF30GzWGwf9KtEdJaVQYfb4sDPTiDk6yqzMwDXjt\ngcX4fftJsFvfgpMXEkja997F4qoamsaxdP0WtsQ9kTocUP2/1OPm4pgoG1m7\n8igzNrOHC/cv4lpb4w1PfAFVdCnh9BqrlN3ySDt0gloU3/eNinwXh0F/6Oxo\nSZIEzeNT3EVlpzRYpen1cueRwQc/tN5W7WwBXfhIkJPWfwTNBXBF8RkSAIKp\nPdaDget87kykhTPMP2pDnM56J+xJ4bjcj9NzXak3Dvz1Rz7nu1GZMKJjvmgQ\neZny\r\n=tdbP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsaVVwG0lvCs4pIZDPDCMMAClWAQA8z1BiaaaaKDerSAIgaKEbAdOpwbRZMrJVH2RHH7bc74c/K9hr6hdAMkF+BqQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.abf3a1be_1551192066773_0.46296863985658465"},"_hasShrinkwrap":false},"0.18.0-alpha.859de36d":{"name":"graphql-codegen-core","version":"0.18.0-alpha.859de36d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.859de36d","dist":{"shasum":"ebfb76ffc7c0d89e57cd5db11fd7b063ffbc6909","integrity":"sha512-W3weVixS03nrXpgv9KzlHN60b6ptkxYjIu8rNeXi3c95XtjE1pSQe1Ds3lgOqBEscuVDY+HRg3f6zWRMGpUzcw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.859de36d.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdVFeCRA9TVsSAnZWagAAX0oP/jId3Yxuq+W5M1p1c2j4\nuv+Ajx94qe/zoTp339lHvT94fl5DpudKPjQZ2HIyILPHgSKdV9s+gDY6oCvI\numbGfbBr94CWu0FqUf1Dj/xANTgn0N4EXtvr4mioYVpVksUX954rRItnxWnC\nlAuzxUh5m4YngOncHVRIyLWxNc2jLPw6GOmcT4o8eiVqf9ZK8+4/yRdB3wrT\nswrO91VZiCSYiPJnG5ZeQxgm4BdHeJRDY38RU4YAkJL1ODfh+NHjt1/uOvpx\nkJV94g6qqpzWO0Af2vie2mYrg75j/pfvpL4Vd/hgilDBQS2t3x8DPTh6Wdla\nVhl37GqeTjG6653oC3rog7ehqPiRCF8/TPRVszQIqEaLRlNiyrGyOGWiojC5\nf9IB23PZxKLy9QcS4v880Ib4RcQOrUKXsphIVJqIho0qLqGmre0VCfSct0vX\n+lkAxd3ViDLoGPpampTj0cLgwJHcRrTCQTRbA++BRwbbWY19U92k4H3RYKn6\nqlcIGkcidZVG9JLoocO+upKwQvxp4XtR5V8GDllTGmqDjwwxIDbLVkn1ESk1\n5QKNQ1K803ixmbDpS5WWDIJy1w7fMa3ZwiohX4JDMAuPCvpNuz3g/N1BStTW\nfFa9MadKNp4Pti1neqdx2/wj1/ie+u9WzxY9Nc0iOuq0vUyU87iJ8jj2rkSw\nzzie\r\n=8YLU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGu1rx5Lfzvf2WM8TZD9O3K6i+dEigWxSIDn6/qQz9EDAiEAw3hrVldTmWWpcCzHOdSLvy55bG8PjgZjE8Oosq/Wpes="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.859de36d_1551192413321_0.37324305551414394"},"_hasShrinkwrap":false},"0.18.0-alpha.b6def02f":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b6def02f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b6def02f","dist":{"shasum":"d01b72f1c39dc8da64620f720f3e6f9fd3ce3130","integrity":"sha512-LEEouWnfQHWq1BTdly9UayT1wLxLDyu29LjkOfBTXjXNXt/5bOKlcPNaZApq5qEoI9w18P/BDUf6g5XF9vMtqQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b6def02f.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdVmFCRA9TVsSAnZWagAA7OcP/RjJUOgCrMdco64GKXd3\nzbfrketufSQ1HZ39L3naeNT5SR05o5mFPtUygNym+c0WbPUPj5X+N+6pxDPx\nqQD58QRaHr+H2VQKb0JLMlbUgdLzq4uY7vdn2mMzHYepPVgUIybTKe8oC999\nlDuVLrPLnz7XBPQ5aDvRtuE8u/1cidA8TwC5AUsS5W1qYiH2TnxILwSqbxfw\nJS6QGbrU23YjFB+4mFVt2fKAhYG5s4Slspc82kcbPGrtkjFrPBGqSC5L5Onc\nL714zpD8oD58uGh5CcTteSemajmbsIbm751dyaIDjomcojEj0ed0/pae9sil\nhsJ8mZMyL5jHl7KinHcKH5WnMVJmCK06ku+KWk/yo94x8NKPPOYevYZHzxWM\nFSQV+XBWfU1JiLMS6yByIscoQ6sZ0MBqYYszfVbylKxy0Rl5848TIPpFsLBF\nVE2FBGvAzleVGD7PvmL2h5E2s8aEW9h8z8XQnQ0TIfjofwiMUa8ui5WYM8s5\nyHmOUhsDrahzP7GyaGYNQLYUd/nyH5VzW//tkO2kX0o2t4E8gcsnwiCAaMXr\nTZxczh72EWDeJbYhRJdXgg9CEJ+BYvsUtdWIwHuhDL57PHF+Cw2OxqiOw8/c\nkhJp1ensBsy5kCGSlwMqJCYG7zh72gMNLrU8RLBKQDsPJ0I5VYPW7oNgadY0\ngyDS\r\n=JTna\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGeRX3I/T80Ej39Z8Ap2eA4qs215B/EvmF8+UfJSCkYrAiAK1W44dJidJcoKpNAg2bJTXHvMiebGhkd37E543u3w4A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b6def02f_1551194500525_0.441653710208435"},"_hasShrinkwrap":false},"0.18.0-alpha.9ad67a0e":{"name":"graphql-codegen-core","version":"0.18.0-alpha.9ad67a0e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.9ad67a0e","dist":{"shasum":"68d869847709ab99caaa85473dc1f55e511803cc","integrity":"sha512-ZzgKjez1xEqxd502DSaGh97Wj9KDqADNztQ5niaSNRCIvOifFFII6T4GdNe88okaYd+o+1agPwfmcC3Bs8lyoQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.9ad67a0e.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdVuhCRA9TVsSAnZWagAAcIMP/1G/Waq8ZNXSnQTxlaii\nXxvU0/pt8PguufUMpeL9xC/xrueQP6Wo3bvRr1xksmif4alqcIiyJWoQOBDf\n1v5AmtWAWjgXj0fCIdsa3OXEvRAwi4BnbvaCh0c68BoIJk6HlKqUywB3UpBH\nK/IpriKfZBmT2B7KVqbRi4pK0Pq7mdyBiIcW5sN0j4j1XS0ERyS2X+9GSY8y\njmJzBFYl/HGG0aPAP6l7FfdBX7HQbmlwPW+nJ6HVoGRYIpZ0GL36NpWaO3j6\nsJ+i3R6zGXfBWQWQV4Jprjh69cjoQOu/JdrjLiCpwMhpnizzabXjnTUooqr1\nNEvZ0Zw+khxEpWsoaLqwTCrwdCVt7cVJSH9eBrslH3pXt5u5kitsB5VJGnvv\nXpSBzwr6T1mhMc4aAHBgZ8Uu5zqlh6ccWVU1S5gmujCnJ/gm+4jWd+jl+HNk\nF9Ojgld5ZfGU2sf3hal7g0BqWQ0hNj/Wja023H9ZOXacGXxz5oMeqJEVZSsd\neeBXbL6Gk61C+a1OePwhvyRJ/eCuTpquYprJxxaOsY88jAbFY25ql3UUlCvI\n3oVaBh57M0O/kWB8FStANmxNIIG+5xojL4sJjw5QOkQXtd5jc60cFHWZWIis\nhCqHbtSYLnQYAz5ci57w579EottBGt6R3X7kZI5CFf8b+NrFylgEBdTzjLQx\nhjNU\r\n=60ZR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPwbtab1Rd6fZpDuOGF+I5Pmm67KcGx+3iwbvKy9k5CwIhAPA6HBR0XqR0sabXJzo1BAW8Fh84VFVA0M7tbKLY0tTD"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.9ad67a0e_1551195040754_0.3045167961737132"},"_hasShrinkwrap":false},"0.18.0-alpha.aee691bb":{"name":"graphql-codegen-core","version":"0.18.0-alpha.aee691bb","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.aee691bb","dist":{"shasum":"b796fb6b1253b07a949306a9253c6c48ca47ac66","integrity":"sha512-v/OM0s1TFw9ydmHFTSUZzhRe68jXuo3O1DoNkbw6Pjq9AAqO7q1knwvfU80ozoCxT6wvUseFiLExezTo3DmwQA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.aee691bb.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdWhECRA9TVsSAnZWagAAvGUP/ia+XJJlBDbPphS0Jy//\nc13D8yuUL/Qmkbp5O9pUyHLitDj3iThodAvAFKjui2VGHzWw3HtWogdVMw1K\n98dhmKrpfkRF5HtcW8yfFYfmDJI5VQfR7RkBkkFIAbCtoHneFa2nT7f/o6ZX\n7NCEDhJ0rygtK4Ozw9tf9PxNm5ie1p8dXekKA8PZGlOHqZz/Y3Lbhs1CFz7n\nAhJATZ+zAcvMhs2dUmmzmIYr/JVdlOk6SuvzrjLgHXVKFSReBfVl2bUWlyvV\nNtDliqEGywS3T3JhLkxaVIRjZTJSbaLVZBiA+cmZe6nGuAy7KYo/qwZp9/XS\n2IRmp0nUvfm058emRwiz2y2DnoKiGeymFCUl+9YGxx2EXgNvI7lprrgzyLzX\nH6mOBbiy61kMiTgF6p01b8f9FNuPVYytIKBN+h6LJhuTuZGYdjL8tFXuh2kO\nF0r/qPCoXYxm4k6UdzCHq+N/C02Th/jtJYhag1GjjKvX7wSu7c+QTzOgEvji\nisLbQKimfMlyOj9QTJTsm1vYs5lqLB8O81R+p9U3VdaDJKdarFFUMtDlYFQ9\n6Ctq9rYK9hreV+vWDw/OcUL6O+L/qrWFI38UVJshPRSUxep50KxotO18u+AG\nuBJFkQavIeNAXWp0x5p8KrR96W8a3j0zYHRgFolbewwtzV8D1aI//mnW1BfX\n93KT\r\n=x8BM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADZDL+clC9SKGn/3vT/tMvE59/zB6ll4kWFFm/pwXZYAiBE3IvHqFOk6TqFeWMVPc+KmK02B+egNo2ZYh6hXubvKw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.aee691bb_1551198275352_0.4557009233364595"},"_hasShrinkwrap":false},"0.18.0-alpha.ab3e0689":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ab3e0689","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ab3e0689","dist":{"shasum":"18b550fd09939f9457f288eac24f539762f3f216","integrity":"sha512-SMUktOj0vFOxYCRWB9vWYjiYtg0PJQ73TnL7cklPoC6XDe1HvcZfE5cHMEGIKV4FG/dkJgbT5nO8EAtY5CYW8A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ab3e0689.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdZGVCRA9TVsSAnZWagAA1TsP/jHAOeUqQZoGvvup24zK\n2ktoxG6NMMe1Ns7bTcskFi+pB26DpJ9+hpgKXGweqDxSwGjZbunqDw5GmKvO\nmkY9pkRZ/wm4aDIoFlSTDBGna4gi41qEhPhw5KesoGzZR3qTPGPxU/qR01sS\nYedL3YJwYC5KczHAKrXxGiuegmpBifv4N6nxP9b8n/o6TmjlW6jEQzVqzzR4\nEyJps466OvMHDmxmEbopzX15Ry5zf4oYAjtmedVAwlbf/N4IuuuRzY70Rh+w\n1d88Nj18SD+zYigaws4PQz3BAEL7JPIhF3ZV6xrUwQtB5PnuwLQUhcjwVLgc\nhYlbNBFfmUYCRblMDxmiGoxraXdHUuyvOHS4FO4gcQdSxk9wX7w2XVLAfV0l\nYusij0w63IX/vcJyApVMPNpi8EW1khi95LxfS88UFBGjMs15tyfMUQSCYT/+\n2TaKptXe4WufEuifI4Px35O+gnE5JI8aoyAX1/JUuEa0wKMa9z5ucGzAt+hS\nfNWfaFST2U8Z+ngx77tu8ZaEIZcgZcxdowQgUUWaYOLbtjyQwtvGXSS4cRfx\n4tktk8TyK1lYCQgp3P+73KJWdDuP5L9b23P7ugzJ9i7QuHz7uS+YRFU9GATs\n7MIRjDZht6jGs0G3n2DqzyDgP0GMhGRR+PWseJA3k2L6Ce1iBUFqIYKp54wp\nSgNm\r\n=L4dg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKu+bksAv+GGXGmm+C41qp0304AniKfXmayAUjGrL7WwIhAJlTnXMW/LOXHY5AeeXMBv5OLkQoTcbNzo5s5RFEWsr8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ab3e0689_1551208853158_0.5768691072803815"},"_hasShrinkwrap":false},"0.18.0-alpha.2ffdf275":{"name":"graphql-codegen-core","version":"0.18.0-alpha.2ffdf275","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.2ffdf275","dist":{"shasum":"aa05526589f9334c20471b42d91e74fc522cdfea","integrity":"sha512-AHZ1m9FQBvoYutzPmac+ZT7KujVp1XpP64bcMuiBxC9YkB7RYFNVaFevan+NY6f1/f6pxeCIW7i5DAL/QZWrjQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.2ffdf275.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdZQCCRA9TVsSAnZWagAAX5IP/iAQhShY85ZpRWLJ/S/N\nhptkHzRxJ0RdP+MfRSsLpCBtgKvYT/5FJj+eikclbunU/AifNhnA6dGaYLVM\nZwyAo0mLhSifoSiQqOFiKeibplzrlH/I7TBqGRMTvefCVxn+57EIuDXhNNUT\nmMBkoLwAtryri3//6he4iG9Plf2UJpiqOe5YoVnR44exQNArny77G3ZA6ykW\nBGFONIF5U5csJ/dTmpPQk7SwjAHuDQOw9BcTCFx09YQhpkehpseXJHDvaQBt\nzYPo1EDqFby3dIflX1J0oAekE5L3QO1agQdXrLNaNtMHClbXqF+hDQNsWaP2\nTVxzBhuP1iWzPsh/p2p1zRE21rMPMZj36Zq/cV5dOI3qRmsbLHp12dxqx7h3\nKobhq8Teg+W7kgGrYE34acU+dvzV+pplNjh1o8L+z2WNzPUJOWiX/re8dscl\nHCdlz3G6tKwWGTx5h2A7KGOekRKPwHFEOJ4z6jJT9uYWtopXYJMQacl4S/4x\nMLH8SswD5OZvVyhraDHP0NeJ72Sc2GbuddX+mYkzHU0ig9LPzylWcfvYqn1v\nYmxjhZCHhesfFGwVusEvNBsPv81T/BjOXTSG7hyNepAxMWLpTY02EdRWO2vL\nxwnA3W6dU9snhVhV8u1C5mTJv4qa1Qbh3ilVPXQ9ed2FikYEAKuPbyI5Y/qJ\n+d+W\r\n=N/0I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgOsImAYBV1F1IX3dn6GTHYgWXznfbRWLimCYAByhnhAIgabrb6Xbigst5rhUUzb/Zr819AfQ0dWMMEb+AMOsCPPo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.2ffdf275_1551209473829_0.19462848547903255"},"_hasShrinkwrap":false},"0.18.0-alpha.dcbf4823":{"name":"graphql-codegen-core","version":"0.18.0-alpha.dcbf4823","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.dcbf4823","dist":{"shasum":"e44e39c42394a4ec85bcc387a1c7516fe24802a6","integrity":"sha512-knt9F1Rp8EdzP1cn2fKN53kJrUV43++Hqct/7qDyT6HH00tYDGiT7FnXmFc4wxQtjQQSZMvYrpSI49C/99lc9Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.dcbf4823.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdfSsCRA9TVsSAnZWagAAzLYQAIyt2aBu2O3X4KgqNojj\nWPQY8dCEou9//U+VcSmaT6XTz8mk8Vu+4Gj3mdySeuRQAzDHVHUsHT7TL1X4\nWUDRSFOTZ7eNFK3oxZ15UKh6RssTM15hDshCUZl+V4LnEqP5pKCpYvOZ+NFY\nJpUFsp5450nVPhyppjTkWHYMkN61jwbE1NwevSuxOOxnIC+4vx07RkmyJzNJ\nxcUm+k9MWX4+8NscKgBpqumbUb+nnApXd045IfoicurByt2L25qtzZSFjO+v\nYBr3Qupb4XudZ3Jr5oGBDRxmoVf0VJnjhF85SpyvmGIhLgEaIiiRRckY1NcM\nqSB4RIEpQwTsBa3OOkO9NzYEsfQom3Bu4kcyfsLtbpiP/LtPD+2TMdPgufaS\ntgJB0TIXiUm1d/4ojHAZ3iKvwJDkMp8SGKnoLk+7h6uhIP4FfC1kuROjg2d2\n7A9T91kFozWr7ogems70gYLBO6vMwdgL2xO3qtQjMIC9urqXSZG0XtijaAgw\nnLNlwkzcnmpaP+NRZ2sP9OLxdjVlItIn/GWNFCYFaDEBZIJwb36J4M0awftl\nbNpltICMeb8UfsVNHwibA3qkgDw9at4eNRNIA4i1tcSDUrc88xGoNhK4OXOW\ncPHY5YWoHEA87N90ftplFT394OY+pHr8b6OEixAHvBERPj4H0EZcQqqinEJ6\ncViB\r\n=pARS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/bPaOY+AIhxk39Igyt3XH/clchcQ5k6Xh69622DNSZAiAgy/EOZhszHNGu0SbwM7TSYD6Gd3zor7AuJPkOnzRj6Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.dcbf4823_1551234219924_0.4334866101664172"},"_hasShrinkwrap":false},"0.18.0-alpha.b0c24eaa":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b0c24eaa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b0c24eaa","dist":{"shasum":"030c66976f68de3602605d38be802149e9921090","integrity":"sha512-ewINRCfYx/hb1IYomQ0jqE3EuySEg3lHW62elr2Qlm0CQfRu3meR+0nkDOmZa+iA1fN+m3IpeEdtMQGxhSCbgQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b0c24eaa.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjLOCRA9TVsSAnZWagAAI60P/3ySERj3Nfb78+hgHyHo\n/plpgqXSxOVFvU9tQoSLIjosoNylAnvKnF8v1BRiiFlm3jrSY/89dzx/ofiM\n9NnSqE9m4epzNIAS1NNSvOfb+vS4xxiGqB9+fiedmaRQDEaQBUcRu5Djd7lp\nfQM94hfyVXXGf7H7hC/9u6YX1BjzaSfFtNInz02kJ4NODRCGio9B6jcVTajw\nrz0OsRf/ht12Ta5xlMw9CuYQwNmvIVo2gYgPpz4hDSFYlz5LTnNCnRz0zjVx\n5Y+VrsV3t0MB5UDLDLd4NcQaAttmEJE/uEcF1RRlYdY5wu/HNcsnbbXkEhlS\nUb4ZN3drZUBlId0zHGFOrkTfWsPC6rlldpqT6EpFHvaFZtN8MjCQy42ohBHa\nownquBqlzI9Ku0dFurRDDmAg4H2fa5Xjt1yZf57ciwook5u5ieYOA2Rnx0Hu\nYOBL4Go4yjsAiofg0NR2efmssz/waZ98yAKZh/KaMVUfdUNFi6Ya+3qIGdJo\nq9h4ZjrRnAEKOAEFGfIAD2KtU0yXt1pGqHCVjfu7nbtPX/f1n5nYiyhlFR4R\neSQLTLssPsXLsNEgnaWSyBG72a58UD7pYfIBFYpLjDp/kObqtq3a1+H82C1B\nxRxO5wenS93SjkoS5Ls/aQkartpLr7CJ1ifAC1rDBJ/SJABsxRecglLMICd7\nmTea\r\n=JomG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbEdi5wIqxKhKjLEGoW+z/PrN8mHL3GtPaCcMhr4AhQQIhAKhbBdDESIsY4Vktqp9Mj6y13eCNA1U8jwX+PGtp3CQg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b0c24eaa_1551250125845_0.3988340393605181"},"_hasShrinkwrap":false},"0.18.0-alpha.953fa078":{"name":"graphql-codegen-core","version":"0.18.0-alpha.953fa078","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.953fa078","dist":{"shasum":"4d66000f3992d87854c3f76afbcdaed33cfc7fad","integrity":"sha512-bXn3iH6amwtgW8MBrFF7C9TVpmhOJccy+K3r3BB4UykLC2h8+EPA/+0jX1Gk5TK1svdF9wvtQ1ffzSDsOKqcbQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.953fa078.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjL/CRA9TVsSAnZWagAAppIP/iIJqBUWIIDUnbvTMNbw\nT+sgOmKz+2K1LBu4U3FVcOLzANsBJw/ZksV6F5M2A7WO/mEgaPHt9dU0SoOy\n+t5Fq/b9i9CvBRQNoKg8GxLpBeQS6HAv+1wZQDCXC70PEKVoCvHtF4VsxSoB\nqT4xmkq9n0DrhzgmS//7qKUITbCfZIkYJ0fRzV0gA8kzw6rRBbBIYaKwBJ+P\nEkPmEy6jwDoKIL+d3qJzRZFaAnDCxpwwuTifR/32Wv8EyfvsWwot/upiytKx\n/S99JSuQZhJytCdTu3JSvZubMWqHFOQa6C/PnXPBOGA8Md6IqX+opPCPlkOM\nw96YdyJC6cSvrodLRrYNKMDJNdMoT4gxRqMnaNDzXs0Lgjhl6al1QYpFh+cr\n85XGw7LqU2sVJ2ex0ONg6ktWE3ejJT9Gojx1ZH1//c6Qp7pBntLeXkRqLjvL\nd2enBWPrkL+8OS2qewBubzyBAHs/ZrDyAQky7hHHx4/Uc/DRCUDzocvG5+IK\nTBW+DM/MlOIyWCxKkKKPYF4Bo6Ei4aYUK73yrwZhni7fejfEQhMm1VplBLi6\n2J+l3lCmCAWNIy8vT7DtrQ65NiLsgwpdVZD0DN3jf1+2jzuP46g2fTV0Vww6\nntLpY2lvo7hqbtUUnfmPoxy4WepC6Kz45GkT6yK2Qx8VfuH4Dj/FTfCP7ud3\nAy7i\r\n=7UO/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBx3p4NTsgm0+lsUZTYtTZpYboiN1lGJg803+dvmGyf3AiBhRgVXxCefXNvohTtN95kVTPIMGYUJ/RNRRKyBvwhYHg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.953fa078_1551250174507_0.9086137148499625"},"_hasShrinkwrap":false},"0.18.0-alpha.7e0476b1":{"name":"graphql-codegen-core","version":"0.18.0-alpha.7e0476b1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.7e0476b1","dist":{"shasum":"eefeaaccf581f324cbe8f6d18abe04bbdb3ec06f","integrity":"sha512-kLyzUMvDCw4enFKd1rvZacFKMIdQAb7tJJY77pw3g0NOYHjtFylb2Ep3PaG5iLkAHYGvOgz0eGgg2Rgo+b622g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.7e0476b1.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjMoCRA9TVsSAnZWagAAxW4P/RtFyKFP0pzJIFLrgIxo\nsjy+Qybbzg5G99vayesviB9JXQHOnHrQgfKenzwd8uxvRXgn+A9/2iA+LPdV\n0d3gO2OwAr7loaDPji9tT2jTOwbnHsqZVrOEUZcQVIQBSyJJlbAGJGKEA3yQ\nGWzrItJpd39SjVabM3oUJkfh/4mdTFdtOlyp0xmIrUJxPXgC7ot9K0w5n3uz\nsENo+1Vbnnyg5QvFoo7mEzCJWYkNHxFvEkLQSTMEJ58TBZ4YqfzR5cZYm2cB\nOnHHoxoAaEsuttqE08P3vfN3VwaIhi0EN0XjclLHLuvrLtG5vfo2/hcA4PHJ\nRA6vvI1Parwxjnjx86IPqi9TC/Gop5qxbMwDg9ec7uP7xkVscFxj3pfDjaF6\nr4CFJf3fLq69o6y//jg9JP2UmUJLViHjtIPzOOuxRQm+L5qyfESk/q/LH9us\n2Y1C3z8ifif6GrOkN6qpvkvanttWHOmM9YifcSxmDPQ34xURdnx3pT7T+OiB\nLh+HlpB6pRfivmndeXKJFGJ8TzdXwBEA29BGMPWLnYDYgBdBuF8rRldMnoTQ\nY1Vw1AzsyB+T6U4SasLeDtlSpF3JZxiKtjOjnl1xCwluVA00M4llhqBQOo92\nm0MZnh0UtqLUMT0OLrP/0dLOCC7LsxSdBiS/P7CDkgyun4pMTk01SeEbSf4J\nlvfj\r\n=NMmO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEyxpVO+HGszNZXqDTWeysoKX0ESBu3wdky+FaDko7NrAiAy3PtKT7h2HDLVDG9xksAYYtiUKwAxKSct9nH9rVqO6w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.7e0476b1_1551250215595_0.6562791736872682"},"_hasShrinkwrap":false},"0.18.0-alpha.ed3b0d01":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ed3b0d01","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ed3b0d01","dist":{"shasum":"212d4b798becc2b48f27ced83f80161b531566f3","integrity":"sha512-r8LsiBkscQfou5xGBrP2vua9xo4ZFuPp8kHzBHEfweMIG74lxpP//TFX8MH5ECz+eoxS6ewNIO4q6UBBS9lq0A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ed3b0d01.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjNKCRA9TVsSAnZWagAAsIYQAIDn6qwUA0opqRZu0Uyn\n2Q45ANeLChxcM/yrA2VT/Y+X1i2TGlFWjB7METFPEoTSOaUcEtW0enXuupI1\nYhfq+PHYlEdjceRU7Mi5WAN5ifXThkdS9XzaYtKDPF4F7UG1oE+vEya8UCki\nW9PLIvkz2LQrydiCa0I2ZPG6q2KLHn+p/HggO5TkHCwOKp1jte7xy5orM1Ov\ndqbBhN6prPG3Y+GgFIhV1J82Zle0Rag8KgnKonY9M2ag+b+6rP/o59xX8KWy\n+TWBj2n7vrBmjXTIdJFjuqqf27I2pyR/T+eQoDZZynVbrCJj4+DxGXxaWDUA\nfCgc27vObkmU9NKo2eWwxH4qSpu6M0D0DcgOslqUfl/a1dIet3A3mg+mlT9c\nJ1wJqZLu6xvjqRAjD/ojAYE9qSDRPxTimnn0uHIJiBVK+lrPVMFxh/MUNRys\naQQ3Xq6cGoBwc8hHgyLlvpE5ei8EbHV7ibmLSC9a1EdJGM6YuslVhCIy3pNY\nfWQgLgrpzQWuKR4LFDQD4GcM1y5OGBfPveAiUPhGpXPcYk+UZYCYkUIBgoJb\ndSbsXqDRI8divIXfsReBinsoitBjFT60RXq1xRTM9yuDCpZA7Y/WNyO5NotE\nmGFDd0zeufYHnUebsWon0Wytj04xQC4cJz96ROTi0wbkh//n+GX5QuKBnarC\nLWIv\r\n=5iXX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBHXK6TVI5Z0HGDPw3XtQon+mNDqvwfDzCSWHTh/v7zMAiEA7f2aIbcZQEhr7SDWMj5nQ4IaShjnw6At0WOW5cP9+uE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ed3b0d01_1551250249542_0.8267987795621896"},"_hasShrinkwrap":false},"0.18.0-alpha.b1641564":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b1641564","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b1641564","dist":{"shasum":"31c48169c9d66b77c53fe7384f423f4843a6f116","integrity":"sha512-ZAWrs1O74nACAP1hXwSElY1+CguxWU5FXOPdPQ/B7JURjodSBHc5zdmtFF67ZhQj+6i40hLR0LebXhUjVJxENQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b1641564.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdj3bCRA9TVsSAnZWagAAQAEP/A48Kxu2R0MdRYd8jCkb\nqzujjP0eNwNHTLWYwRO73bHuPE7CU0qnlB+xMN/zZOLh+Krcmq5PlD94fxqf\nAag1r6jgXzBssxHgd8voK3OI9IAbfHkaMT/DL/KDdBj76IJNAA1pMtsyw7eD\n9dsGsreER3KdvMwVNamS64b4VvX5FO9aN1XFY11AQH8lwv1ooVVS3/SoQNjT\ngTGF7k6yfH+wQ6NTpdHOPtn0d7qRWZFq4L7X8iLlNe1nRufdUO2lhzjH17F0\nw9zY9auUqExiDt+l6B+lJgDq1nu+1R7ApVaIaVk0Y1jl9SqO6HosDsNdrKhv\nejUaTD2gHcwhDSuLx2/QAX5Ux38XCiVHfTjAaNOTF9wWuKTDa4GyXpWlQJlW\navPVm09uCkN2K633M6cutMtFsO9R+xMyW4aHmy28nT2716FiF7ET7FumVNsX\ntKlzU5OWjWK37j5ULijvd/RyERHptOxsd4XIcLRI4wSHzp3iSQ3gKV80E6oq\neq+LYMD9jhU3XB0G/MCGTczL8egH8AYZsUuuafyVYetkKbM50O7LJoycnADM\n80h+l8wfcMvFekn3juDLTbO1Xj7gpj8GMuzaTzeH66evENrha/S3e9/d7vsx\nV3MfVHIyml8bP7AOAkOx6m1TvhDBpCia3gdB3P69jG93wz5OOpo/3cJl08hx\nhQ5N\r\n=Dj3U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpcq6IWRyqNmzm5iX1LSYfDUaoir1KweGyaYDrInXqJwIhANzMuRKnFmjCwqBitWFVFjOEQeTfrQFb6+tXxQ99qvJJ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b1641564_1551252954661_0.06623332909673096"},"_hasShrinkwrap":false},"0.18.0-alpha.4e3049ec":{"name":"graphql-codegen-core","version":"0.18.0-alpha.4e3049ec","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.4e3049ec","dist":{"shasum":"b570f28188e61644f2b148f1fef6dd73266c51d4","integrity":"sha512-Pg1CfGn5dDoeIIJ3vqELeAaaP0ijSxbgYsEstENPGEAtB52JC/EkYfa8SSl+er5462GJTQd+ls2AdXVI7ac6Kw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.4e3049ec.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdmw/CRA9TVsSAnZWagAARAUP/3i3mrWwx2kFVTrzjkiJ\nFg71I0EyQoPoQGkaBDx47/pDlHSbwDOPk7Rle/FMsW5DF+W2ToQnxDcLWO1D\nL/tk8hvc9aRQ8VCmLqQh8sMwgap1k2PUgptrXCtQMDyvv+2/KpV+c7pN1WJf\noUGb5wTNQuJKnWe3ZPta21aevOls/HESs97uU3/Gdnxy0YKRUML+BnU2YBEg\nJgoD/iD6Q9n/KiriqvKR5lauMx0mXY829z5sHw7RnRNrzbcnZnQp5ysw4OQ5\n+L3Hbw0Eh8iMLh0Zib7xe/jP5JCeryQnu/SBWgxAUApdwpj4tDWlNHlrXB1D\ntw5qVO78LiqsNYf4AfEZG41l0Uvq54kTqbM4PYU9SXU89lOxMTBuons70yKw\nrePtF/2YcNIkbEg2hGq5fap01EVUhYGmE9qmCpbJJCueWlU++HoO4Q6v+RAj\nspSYpvvf+dpW8sOCPwXCosJ+GD/tY2nfY2VrbfvHLXqinLUHwGaAThjLQ8zY\njD7NnBJkKHonZ5+Z/pRX7Duo6XMcHZTX6ATjFtMS12UM0hvhrDClZiGg5WGf\nNjz0IOd3tAVG6MVYvT3NpEzUh0qIbui8H5f3ixO/lRVzr4gdalMQlIrPBayr\nsB3/Zb8jwnIe0u0V2VRUF7lfifLvqSdiDfA7tku6R/IyzA6ead1PXN/69aWN\nzY0+\r\n=+dGJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAuR+6zr8yCw9R4lCzh0Ls3Z9pLRfy/uEx3yRnwwnXb7AiAE0coYSMPx/RA7RQMQutTd+rOsPZYwi/PfMydgRImJNg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.4e3049ec_1551264830646_0.8787009376224864"},"_hasShrinkwrap":false},"0.18.0-alpha.1830d0d9":{"name":"graphql-codegen-core","version":"0.18.0-alpha.1830d0d9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.1830d0d9","dist":{"shasum":"939751d33a9e5f4a982e6e0358ce22530df6c654","integrity":"sha512-w7zV8cfvKBl8BGKBos5nqpcpQRi4blKmUsUgc03vyQ6QWtWbkz1rTSKjEOh/YT0W2SuLWlHsrVX6Lz+7jV1fkg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.1830d0d9.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdoNECRA9TVsSAnZWagAAxp0P/0f70n5rn76WcrbQ2nRA\nZ5pHAE2j34udCTu0RXkMzLdEptEFKBFtvSVmoKH7Jk4n1JQLEVfMRnaFzGBS\nIEYgmS+0FsKu79tTIl/OAPhQ+IW2e45F23PDL8TaMkmenrNDv+MoKLHn6jBz\nhpvKvitLFkvKAYyHu1SFUqGrli0qfIjuuCCWWXhIHKN0Zp6qimCVI2Ptotq8\nVkit7RRCtjKDJepEnn7P3Ca7ZUgTgkRsN3FsdTLhzB3J2i5B/Ja4xlhEuqbv\neXggXDr01rZEp4renr2E/xp0lIwjar7NZJPj7Xc+sP7UfpnJZ0XySJPrkNdO\ncrMZqKEwZjs3JMpbbW2PmGHaOOfC7uv7vmUfHxD2SlJiqG31c2TBWwaZ3tBt\nymLyeRt4eSNmtksBM7RvTHRakn8OJw/+4zcu773aZYBjAL8h6vGOKu3uCInG\nKb0wtswwZls4gNjIhnqlvZesEBcwEBsxYjOqqDyt7Xnd/dlwJdMigYxSpKPg\noVUvTIn7SZZerjQ5wIluCe3EvzSUAoqcUpHhoSJGnunBStvCCxhnWBxM0HGV\n0FEqbA0uZ+uSeDvdmnGtOK6VkEP2lixksl0OZ7nRceibu+RzDpE60iBK/PID\njjLhu/QEU5GwcvKhFsB/F5rlY8+qik9WumFLtUhFdU6G3AtKFZoKo9NYtrFT\nhern\r\n=KsOs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8vvEljK+Kfy3z0HRVVZG0Q6MOc7sAWdfCTNarfiVChgIgTtxPYhWwnQ0b+a7yN3wL/LguTjaj8R6TlhWTyV0ffP8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.1830d0d9_1551270724278_0.397441723509494"},"_hasShrinkwrap":false},"0.18.0-alpha.505c37b0":{"name":"graphql-codegen-core","version":"0.18.0-alpha.505c37b0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.505c37b0","dist":{"shasum":"61c1f907d2f3344aa12786d8c115c870af861a53","integrity":"sha512-WMVsJNsWYFfqQ5J1enqCf6BYDMqEZO0puETog2H0UEhiCDLD33bY5qu90EYYfx6AQIQPMyFNLyRf5l/RvZoQkg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.505c37b0.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdoYcCRA9TVsSAnZWagAAM9UP/AqN7LG2yo2JacqgNy+4\nxJ2PX+bu902ghwsalotQ0uBFzFQBpuH/sQ/1vaeCvcWn+vGCFUXgDtrHqku9\njZRRp9VMXj1XFQLeI7tBJhioI2v5GXbztbyTmYaZdyqPsDm9pSwTmJLOYs0m\nmrMVcL4jpUJI0u9kbJ+YHCqIfKXOk3ELvTd6qVanGNq2xL48EvwwbDDDopPh\nh1ChXvktAKaJy5f5WIYK1yC2+YsDvGA3bJR0ukjmFOZ+b4wF3tmHJay1hRGT\nLiH8HnzvC5qLQvRbPx6ZznaI/zq1UL4XgFy1uLME7kF+/FeUGkt7BCfo9/Fp\n6Tb75ibyRdcm5zdc8ZkttP0F7PRnPzlMdbtTIDS3WBySXWmHn4IU93gLn2CM\nL7gj46A+DcwJkTmbxc5PDNpRJ+CPAw9Ppp7VHPuhTaFYcGcZnqQuz5mrnZgX\nuQx8xQeCuCace5+5YiY6Cqgvuvdwdzc3Jn5ul9xjB86coTmCQOVmSm2l14eY\nyRNx1gc06RWLXG28lcBZme3kUCyk6elp9Y5Td6KLkhDoECvEt3CPFgImdRCW\nO1z7YfGQE2vkE8PQZo9FTxsZu6xhdWQzudWlLB7dcXzmYMP9MprGAtX6rdfg\nnPEc1xeFguYE6oyoga4ZkEU5inxmKyRHcVylCs+z6gXHFw4SBKAXHNMMchgT\nEu2/\r\n=pcSQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEtvshv9jP+UyAInjjVwVylHCvIv8d1UF7MxyYX6iy0QIhAKkkqj+eXhtYAvWw01xsA22n3FXXWjZT73UVpdmHTNtu"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.505c37b0_1551271451779_0.8811458698093737"},"_hasShrinkwrap":false},"0.18.0-alpha.d55b18ec":{"name":"graphql-codegen-core","version":"0.18.0-alpha.d55b18ec","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.d55b18ec","dist":{"shasum":"9bbefccf95cb5f24cf8ed560788b23a8ff60c83b","integrity":"sha512-0mJGX42nfLPOH71EnNb3pZ13wfD3Ko3Q1iHjgLEmuMuptw2VpQ3+33isJXXh4dxdSkKY3bc6fH0ylA2w2j5gmg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.d55b18ec.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdpBqCRA9TVsSAnZWagAAo6oP+wS9OM61/1zzPUw592/g\nxxjL0oD+eDPGpUomBTfikjeon7ZK43+qsOREQckq8M9t1dA+dmGSY0+iINAT\nr1VhKHr3jSwJExGwZ53oD8w4d7j72ccHv7sy8MdWDKnSjyFqDKXL/XtjLZWE\npDc+eiETP6HH+tv8yuB7JroitIzNJZBEjfXv6iExXOJApQuJ+gM0AGHl/WA0\nh2KV8pDRmorMXxTrxhP6SABIwKlXZ1UXxv8NPTY4G7j7Yw0ENmWpXw+WbNjo\nMlk+u2AsefylpOHTizxzTbao+2hgf7rJRpjXgHdUZHUKxqwawK8xa2c/4D5Y\nDOGgSfJGZhsokKE7dQlZaodrmoc7UbfOsA6CTTL4PnqMClp/Lj+p020O7nFn\nImIhPiiKDTAFBHE7e15KqWbwD8EbnrZOVb6Z98SR13VdGHYq97tYUmPHWGiU\nz5MAk7RmgmVWDI+phgc932EheA92X9EMdOrQN0ASHSZrgvkOKlUqVjzd35Yk\nrDrRkxX6BY3x5cp5EeBGTVSoh5skeoIcmapfhcNbw30GmTcgddaX8saq61Fu\nUxoFVVavo+R+OZ3ushw5fTy5c+/ctwfexVLC5ma8XSfTMGd77MPBsIC28aC1\nQkQzqhHxTQqYe4jOQs8kVyTAG0rEZA0he2zNvlNXNL4+1tuKf43NjLUw+5mV\nWqtD\r\n=sZKn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAO5DNVOi2oPVgLPKvBTo9cnY+Dv/EYd0xytzxcY9c6pAiEA6C36ZfZYtDqxU0OOYW3fF+AD4DJUKe89J65UZcXnCKQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.d55b18ec_1551274089347_0.9311948871794045"},"_hasShrinkwrap":false},"0.18.0-alpha.94d52f64":{"name":"graphql-codegen-core","version":"0.18.0-alpha.94d52f64","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.94d52f64","dist":{"shasum":"ecf3de33a262feaf1a87f1397f21640b43745640","integrity":"sha512-5H4wZvt0XL46ya5w+fJ4RAbZT9yJLwZHbqlpNpkXj54iC8C/AU56P3K9K1C1j1twINDDUvfuWqkDkuuZycoLMA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.94d52f64.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcduo2CRA9TVsSAnZWagAAAZcQAI0p+TG79PNFieEVuxnC\nDX6Td+7RHfHwpmgPQWeZp2m9iRsXMQOAxSyFg05mCiUjEVG/hcnvYAsmqDTa\nFuXq43ZBBGscpAky30++4mCTa3pFdNnrXnpV6LqQvbkh6OJCfOhKK+siX8e5\nUffbcocxS7cE0LOhXizbw1B7w0henGB+9nZs375JOCilYPWfDa+/iPWczTws\nmcHbmAVuZadPsw+PtLuw6+YHHFA3GbsUsGUslc/qscwTuHFrClZ7BmWX1Rbz\n2JC+nwoSFjIR5vCJngW7ZyLPj7492klAqTvVS78rkZWIvHJuWMmDTcwVlBT5\nWGpfvTcYIOVxUuOABPKT4eJGk20dnP0K60/Wn3Btr1GnHJwyyVq5GyeLDOMR\n5+M3pazSieqivjLzh0GHhONrx9LdrSeJDK1cDtXEcCqK0z08ZfKwy2G7mcWZ\ngwRCHptgs0D9WB8cZpDgylRfRKF26e5W3oWUgV0uunEQ2lH6GoF7LEKxp0lZ\nsywNzVFUtxvi8H2Q72xpmKrSbrqNQVqcf7Q2oobneE7f1StMoOES3ECWHDLy\n/JZcKy+/UnMrXKYM7a+mjV29AdjMSGU9jxSLBQqwUYrLc+RahYuaCFTueRdx\n2V6Fnamz1H6F2NaqvpivWuwTcfJ2dgWXUMi3da7l9bJElYLVc124XiB/kz7J\ndbhX\r\n=Btty\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDW+pQp4CLE1qGH/gZrUToEN9tY0AJJaG7hvF/wvHfN0wIhALvzYRrdI3gHljQsBFehP2yslvxCFW30U0qKjDqDN5PV"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.94d52f64_1551297077897_0.6818161127560196"},"_hasShrinkwrap":false},"0.18.0-alpha.06e42196":{"name":"graphql-codegen-core","version":"0.18.0-alpha.06e42196","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.06e42196","dist":{"shasum":"0a52ed69fdef26e71594025a4b51157b49bb0c78","integrity":"sha512-kI+0883UJgplcBzWxDkIFGzB9UO4Rvx8TdCKdiP9doYsWrx4JswRPqukcNUpdFFXCeOILnP8erMy+b0TlZ4lzw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.06e42196.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd4iuCRA9TVsSAnZWagAAcsQQAJVb0bYSWWs3TDjaMEZF\nDV7SmciTUYZwxZlp84rEXDJPb6nubeUVAEv5VCJesLtwJzf9U/tZ14XPDFHA\nyRvY8YWhXKYdvmpi03F3MFTGimtq6ltl2DTkHdVEc8vOktjZif15Nb5s4GbG\n0JoCmP4XGi5295Ta09LPk2FchPGTvxaRvEnTC5z3izL1ywOEceUi+R9dt7n3\nua6S5oLHWONFpTsQXu+EG89phQ9UJxcjF6ex31nZsaubcOnd7JbrQrRoWjP7\nwKfZwIWllQmNCuS/BNlriK/9uH9uaBnFzCjQFAPRwbph/QCi7iSJ7Wsi2MEL\nTMuRBxt9tVYAmvJ6nJhJnEmMxjihwfQLeCl6OMCF1lEaRyzDd8S+fFSXXjME\negQphcZN6Ni3uzatkDtoIgiUOEHK3J4gSBI5eJS5Jk0HdMzedI0ypCIxRlu2\n2FYxah65PRMJ4ehQrrBaGupqAY6YugQojPCvsTLC6yc5uuTwI+b4jGpv0He4\ngXI0GxP0JZ1hGT2QnBHvx8hcclLsIUjh1cSN9pMAbIvOg/txQ9OGPjCZ1bRw\nGawMkfvHdQFBANSp4/A2vuluKWA7C6u6AbNSR3XKqBgyBD5sP2dOOeRWOC7b\nSMLaLSn4moJo+gSPJ+U/X5Y3VBW9eSgj8aMWCiWAhxOuOwPPoygV3XGb63Tf\nViWX\r\n=++b3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHQmz9LyzjpskBPHA3zEYSKNS+BNisTtFv16Oel52/GsAiAsdgGYM3kM46ybGYCABH0B/vFJv69dHorEXL68NPRjwg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.06e42196_1551337646156_0.17871471324244004"},"_hasShrinkwrap":false},"0.18.0-alpha.87ec8610":{"name":"graphql-codegen-core","version":"0.18.0-alpha.87ec8610","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.87ec8610","dist":{"shasum":"0c8b6e618fd1804b8e1da4b9e286c8baa8f3fb47","integrity":"sha512-uopyLJnnqIVXyT4XAZWz8W8I53cPdCYSG6uDNkonLYLl1iX8cRGVryIgPZDTLN1e0X5Yvgz/VzjEt6E4etoCwA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.87ec8610.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd4mbCRA9TVsSAnZWagAAfaQP/3z8tlcxMCn4gSaF7omp\nTIcIL4cZXqdqe1jXaPX+CKrbiMlsr997epP1bUKEjNsrfnFUPQUfbBkrLhZo\n4ckPCcpJaxSC9W9ZKvW2pVKJJtFzXDgb1TUeC9ZoeIEH3P5cw9G7L26eXqcN\nPLctaowWNYzbxFfABI9CohIDKLD5ovqBb5xYGiImkmylK/XEq/mAl474EBP8\nNwdk8/6s4A3NrT14Q3m0gb1TBsIZ74ZpG+xAIJO3OHrJF+pQP4MdGJSNEtGr\n/43cbIaGiB5i0LLnigkpsvgCgsxokHN24uaMMpqf8PsV1U8OZzTi5IN2BpTd\nHXTlh4ckOBW0m2FyikOGVYgj0qc9wRRbbhifQAw4wzGChRnWjAb6rKWIv93W\n8fGT4G4/RJF6fJuOAjKsU7IVi0r0tmUbNLXoshts/yCiKckj1DBtlQZgLCZU\njbjbNm33DInqff3aLSzkP+qfEAOblnEUux5S8fFU8kn0WS507R30BGQOIPfH\np7PyvSWOZKY70ENJHCYlNkDrzZtSj91qAT9n77hDQuT82iVvWTBDiwO4+/FA\naQjqiVn8dz+CwUTb2SHDjqyYBb39KXx4jy8+XKcYIIWczgQSPTiPMn8jWZ0s\nV7eJ/V+YXlK+hKEKnZHs4iFxjWPkMoht9xx7arY31CHFEScwlnyYLgf0ZEuB\n/maD\r\n=LFb/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrnMPgxmtL1T6pCVeNqFKnaGqr+7aHI2Sf0zwr8bem0gIgawkJTOFOvJQgS9nCJlCfaayVKrUkr+SXtGc6EXUg/Bg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.87ec8610_1551337881207_0.527377685472221"},"_hasShrinkwrap":false},"0.18.0-alpha.80dd31b5":{"name":"graphql-codegen-core","version":"0.18.0-alpha.80dd31b5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.80dd31b5","dist":{"shasum":"d477a1f96b1a2ca91064fb731a669fe48d43bcc1","integrity":"sha512-1GQFq7ksBt3ADzUyP3EYzEJ7kPRyhk3BTti4P2p4bH9SPJEa8Ebfbeu8+KzeGREMIxJ/M1e9ZriW2yYSNmgTDg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.80dd31b5.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd4s6CRA9TVsSAnZWagAA7e8P/ArECtyPxm5zXCa9WqD4\njsITxQ+17RK9pA2H83xJLlU6s3M2gDIohacnsxd7IO45Sh2DKT7E8O9GhkmV\nj4JQ69ZD3JMmES9JhCDTU9kcnmilZBADGI0Qa45LkEACDvRU+otLxqZH+VlF\nYvTPoeFVtL5QgSEVYrFJ1uTMLuk6/7kVzYFQMFjPCZWGFtrnLeuDR7afafAz\nPZFCtRqHNg0qPu7DKGTHrfS3EfBipjkH2jlAnkblQRkeKrcO7rHpcfnxB7yL\ns7W6bFOs2JdLPB0vKxMhXa6+mrs2QJCfjgojMDLfk2tvA92mO5A0m8L6qHWi\n66wgCvAR9x1llha+KbZfv/W7Q0dDORCiDRntPZiD6QjR2iLJpUNx4tiMBanx\ns4GLbsCRVXXEyUUJlBnrwBWSUACWX+YVe24RHNVWci2DhJsSiGHRzzxXoBwP\nYo4Srv9ZA96L44+PukKKZQIFnGPkXjatayJn70smYy0vvUg/qGhzvPPCzdkK\nN8CTf7PQm6vTwVLwFEHnV8XqeYMGOcl7ug/D/g2K4et497Mt8J2Z+T3+OaCR\nRN5eJntsh9B6oqTiU2KClvdLS7qohmRx1cvbGTt/for95bk7luL73EERwDHP\n3aCpRGm6K67StMdSArOvXgop+OpKQmLr0G7MNX/Lk0pZZOjlMIAD3zCqZRS4\nAkul\r\n=W9fS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIANUFo6P/I3smiHP6tqHlcfbNxWhE23CmzQW2IBHjBEnAiA8OVFAcGTlAiJnvipYzTPTp5Ce8uJ+Qk1ModjFHUMazw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.80dd31b5_1551338297762_0.5541206475816771"},"_hasShrinkwrap":false},"0.18.0-alpha.588c3a12":{"name":"graphql-codegen-core","version":"0.18.0-alpha.588c3a12","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.588c3a12","dist":{"shasum":"b0f2a29adfeffff800f2b069f56cad2f23e001df","integrity":"sha512-tIl4LtXX8k1aF6nHT20ximrBo8iiT6JBVGkZldNikRGNa5/SDr+mdiAPiWwDF6uFTZKD+7A/ulHu11zxpsHhiw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.588c3a12.tgz","fileCount":90,"unpackedSize":88193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd6xPCRA9TVsSAnZWagAAZaUP/jjhzmYbp4MoXbwF1l2t\nqH2NH8pRQCIYXS9jZYRuhJTdG1/1MBJTx4V7nIdex74EXwmG/1KnqVZHXqcA\nQ31VVnIFeHoRHHUrxNsRraJ2cAfg5gBNDo7BV8u2aN96KLdQq0aCbvOXB/MH\nZhRYXJkydK7uDtjuZ3SQDiqoPPxvtAvaLF5kegypeFBRTZpZevFR+DJZmig4\nH/gXgBtoQprR0nok0RHUw2wi/Z63TjzLd1cXtO9zs3NBIU4/jV1ByIcD96yq\njjiZVyTboOoAmOOYh18Pex/ELBIrRImw7rL1WnNNRuF/jKTzSGW99U0vY088\n37Sk6FEPrCGBep2T3g4aJboaLxNI/+boFOa0r3uCUFPysFRbAPIQYiPszFS1\nmi/xV+Pt5vPu3eiq3F6wK1lKjbnA1WTev90+521tQQhv8kU0kwsr7W4zkk1M\n7VdexL99qg/V8VTR/+savKsOWHdRYZ/bBLBwdjykoQbIwl1zHn0olyxjFa6X\neR+sZ9Yp4t1ca1AJk1lYSDmdyTqKaW199QGhvKUTFXAI1uofTDbXMOzZLmpT\nkI82eK0L367bXuyuvx/2hW+FwCflldVMHs/09sqBEyVbSKg8DAn1b+BEwSa0\nbSt4FOmtWujdq+Ot2i/aTJDGuVoFINvYdRoKcMG/POVu7gCNWbx8+eewY4yF\nqp3t\r\n=PioD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBftSuj6fxHkuWT4BpDJje7kFUuiMzQJR8THtIIqRVPRAiEA6zyb6fYR115K0m8BXka60GDWQ4KgE4hUhEiTflOoyC8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.588c3a12_1551346767096_0.7335595959747001"},"_hasShrinkwrap":false},"0.18.0-alpha.0b8bb006":{"name":"graphql-codegen-core","version":"0.18.0-alpha.0b8bb006","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.0b8bb006","dist":{"shasum":"3f1117454af802e4454185bfa50739efc4c294c3","integrity":"sha512-TYWkn966WuDm2iBVbPXwJ5qPSC9IoS9cKW6qp8NPNAV7GW3qfKgtbyRUqTDKwiO2cCK9C0hssk1kuUUQiDOz+g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.0b8bb006.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd6zxCRA9TVsSAnZWagAAgi0P/3TPirHE2ebPmULAesJm\neRiTdgkLlOaInn6hwjbEpmfhQbFpNCInTR6nL748e9IypKV2gujHfPU7GJ3j\nAKpRyOoobXBSaRLWjFPKXjvVPmlXpKkn3rYZYvUZriua7cp7Vfbeh/yWlGsQ\n6LtcQTBgm/Sh6wNRBSHwNwpYigHF8Z4MN14GpassHruXPs6bcG+Yx6CTRzb+\n+nfHu9stfNmTd0Kb9B7mxgL48vWW8TgxcmeKfn8MZAFaGevhLA6KMIU4qGqH\nMLt+BHvwnJKTt2M/t0o6sVVopIKZ+ogN1POKp8B87LNxZO4t8tM1JgVcDoYZ\nNjqss7Zq41a1huLGiFnBdK3EDTOb5OwPA4uaDIoUPR/9SLMDYJBhuadUqPiU\ntlyywLZUg4XedJnhJSrLk+z4DYqjvdznqmlWBfzSth5TgktoQ5IUdEBwsPdA\nRLKVlrV9Y9temPYjyvPKxxDpSb1Rn9UhbU4EuoLzmMUh7DQgZVy81IgHUcMB\nkQahtD5rTCKWZWIsfTYfCf0+GLxH7RdNw5LQJb/o+H1WBsiHvaxUPL9kwNeJ\nBSZx3E/4DQI2CpLIvkDzGIPP8wiv8wzCML8LnUM/pytsGpMyEJHRTscHRNzM\nCdPgxGOXEaQqGlSdbBYI2iqfDmTyXH19K/MaXOclD0ziMAt8AJAdjM6mXsgr\nt/9F\r\n=mRWP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCA/Zz8WK7tQdZe0HqSVl4y0R/eGgFAbN2GeYn/oHb2eAIhAI6t9+QrqZkN5/9z002NZo3ClSowZ95sGyvPclIKfgh6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.0b8bb006_1551346928977_0.3161545458123176"},"_hasShrinkwrap":false},"0.18.0-alpha.e20def4c":{"name":"graphql-codegen-core","version":"0.18.0-alpha.e20def4c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.e20def4c","dist":{"shasum":"aef3c2814b3976c736257db5df664f2d30d2921a","integrity":"sha512-HqStGSJbfCqLssep0bwn6/gr6lOAvLrwOHCYNI19eGI0ajrDhoe/cV2nknJ2mvuRv+/Cobjeuk5/20vdGYDCwA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.e20def4c.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd7BHCRA9TVsSAnZWagAAln0P/jhU/2wxnPFho5I2Jydx\n+lwtJSkIXYZE5dOBtAMK1+FZ7MxP5xgIrBIfXIBup8IbnmaENSL20DcVTgu5\nh+etItNIHTq20HkCUvQzwCrLB2XtWSikMX6ppa3iNh2mf4gMGdaQKUh2JClR\nHGRoYsNSb+FB71UgDr+HUmOJDBrQsWlkzfQzxginE1FmFoizDPUZODZ1+R5g\nJgTohaj4U36Z/uSdigA6q8GEsD+x4WYVhJlMg1FJcBv3lAVOEhaEUrbxLFL2\nsVADkxdr3XOytcKJGRCHvK1rzYetpjcFd6/Rewrrd3CuJ1VufWFOgXP7Je7I\nJB5QCgKnJVWiTiGCVMg4oUufaAIO/byNb+rlKRxeMEKX+kgeIqIdYj2+y9eT\nSuXRriw1rUGcI02Rp8DvYU7Noznu6i7ZKA28cqENGNKbNvlO8HTD84QJ980f\ne/Ca6LuTulJFgPQDFaE21B7tlorFqgYGKCKegQL/lEiPJldt6G8Pu9RINQsE\npC1BsuwR0m6MhT9JVMlSo9FNHGwg9i95BeruYZp3QYWGh4G7S7WNYWzHIotv\nGU20GvxjIUB3KcEEvTmvCFATOXAedEAjI35bkO4TMQ4hKk5lacf5v4m8DvhA\nU+GLhiN4VpcA3ATtcrKJxoqhclaD8E81KI/QkqDTGck4zEkdKWdPSS67Zp1h\nPhRv\r\n=2PlV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDq6jnQYNceky++6sNwrzd/Qb79ogwwKcaoChxIW7VQhAiAU152v++FZiu2mZfTCrAM6fgk5G+MU6ujd99BEKHwqfw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.e20def4c_1551347783134_0.30411855160068657"},"_hasShrinkwrap":false},"0.18.0-alpha.a8b25558":{"name":"graphql-codegen-core","version":"0.18.0-alpha.a8b25558","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.a8b25558","dist":{"shasum":"bc6be3b9aa073b63bcd4697f8d394ebf89f603f1","integrity":"sha512-hb76+h0WijARmzq4SwzyqWjGcMyAnJSRWA+LAKH/+XOwOOPDu6tifszOgRf8k1kzTHCMuoLSuyIta8udf2Fc8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.a8b25558.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd7IcCRA9TVsSAnZWagAAaLEP/icc0gCGZ+jQIxFJiC/3\nT+v+Eq/uyt2ErnncVnqA2R7HmkTSXyiIWsuQid9hVJnOvDOoRKSGy01i3lCE\nxGDLMOadCnXfYpUTx+6y0JIG8crPqcfto5cRqfnasRkFdgVGSJjxqBu0vvSy\nyFqr8qOZ1VF6Mf2Pr0kJp9ORT45+ibBBEZGL9geYfaxV3qiUUhQD5qVH1C0+\nHIEICJKhduW6HvJIZmefLJNVz99hmxVhHvRWQnzQdddcnX2OtEyqDeNxEOFy\n6rzZNX3xIcDNSzO7krluJvxaSy3G/Zv/4ocP/BxffscgQcTZupgicZbrcdMH\nBW2Y4tZ3lyzYMUUkAH/AHjvo5ws6lAYnXx07F+ymoSk0qQkfdcFu+oXLuxsq\nS9MQjG0Lp1VOWMXWBC2d2hHH/suPveD7b7XzReOuwPwi5eLRBz4AnFGfoiki\nH0vQ3Xq0KE/3R9WGim3bSKPZJRr0P5/7tR/A2SC4uaYpI6IncZ296s2+88cW\nMdW4n95ZfyyCB1XgMIeaSvKHs2ZN6SkCok3w08s4cEWMQhh9kBJOsQAaPWrQ\nl8vicCXsu/f0ZN6we19NU6h7Y0k73nfa7fuCg8d9/82DEmiM+wC7v9G+JL7z\naYCcIdAx5D0zR/E8DY+Lq5OnWLs3p2+INvGZB/jai8nGApf3QBQSIdwtsYa4\nVUhF\r\n=AgqR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHC8aHv3//ku1APyqoZDTUiSMclW+p2aGPKFAO6IE9ZoAiEAr6ywR3j1qQivp28qDadP+f2d4GsWrSFmvQIBp5GOot0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.a8b25558_1551348252298_0.4829404562000821"},"_hasShrinkwrap":false},"0.18.0-alpha.98627006":{"name":"graphql-codegen-core","version":"0.18.0-alpha.98627006","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.0.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.98627006","dist":{"shasum":"d7fa6b646dc91dbb892d31bf678439541447cbd4","integrity":"sha512-YjRLz6jcj5CpjEzGfWtBIv7Gq5dGcG/a08YiXDBD2NbHOmUHXYctS1Wf2guf9pvCayxALGWP7RA4c9T7qf8YHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.98627006.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd8XPCRA9TVsSAnZWagAARsIP/1IbFxBfMx9E+pUDmnrs\nKi6kAXU/nFRhnA6lGVMvev6dfqAwaNgSiIbZEys4rqbiYIIbANBnE61gVtK9\nguSkKNG1xnxCe5efrhkI3mxCbMWSXhiziVHixkIwgUx2hgI7HrNqG1vdW28a\nXaaQcYl7/zSAbYoHfylP2eKbxhJfAhl3hxFEX+eSUB8CFmv9bYTWIHoPOMBy\nO+fryOiMc68LXF0DyoRUfsfoPWDflDEC4VmTwf9X/zdBuCQ+8zDTsbZPBAW9\nrHc3yZxzZy4gHJV1g7yLL67XhynIrLsSq9GNQhj0tEs4TyiQxOHzO74oFdp/\nTOVg85gzuCDxFun+gGYi2YZtANgruqNDZ4iu80bgZ4Uj0QiEaavmtykwOFkn\nrFVtN2DqTsuhw+t38EBuWK94AYokqw5WHA+7/Os2xS4pzhViBRnBreULqRE2\n7f7Nsc2Va5ZOfh0JfNWegLLhOx4da0Cop+a2kyvpR6EBJbTuTVvPX0YZbnNs\ncUv9smtVlhDTL/uwsBMA2b+yVTn/iRVtHDsh3HyQvopnusfI05Kj5ZHe3erx\n99f6bTQLBJWqpr6xGTEBytQzGJLD3PnplL2uHQBzYP+iZg7o6UTgs9qvN51s\nnY5UHNE9uDY5qCpaFYtVdgvV0D5QvRVmUaQOdEiPSFEPehl8ZEo3JixP8vQh\nEkqi\r\n=Hhk9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbQmZC/zVw2qPQ+hflWgLbY/7zQuVL5B0GKOwqXZN4fAIhAN5qJaIY/Z8HOYJ27SWkOyDurUPlU5ekuBgpwc5+iOrc"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.98627006_1551353294635_0.9098844356809666"},"_hasShrinkwrap":false},"0.18.0-alpha.ccea5517":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ccea5517","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ccea5517","dist":{"shasum":"4f973ec012f45ed2236c2fcad7ed3b3e20aa4a5d","integrity":"sha512-BQlWXHh5EAF6ybJfAyFF0VQJ3rZZGszuLJEOBuvxNjk6r6yfc91KROkyMmqn+HrqDuoWx+WnDxoUkNNh/nwaFA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ccea5517.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd8htCRA9TVsSAnZWagAAkMIP/2rNFUNiLQKx97+Q6/j8\nC5RKmxt11nyr/Elqwu2+avNnHhrS2ZVzF1RrMNKUeowEEhvQQYS2sDrH0Xn3\nrh06PrSQgzDVjUt+LRKIO6OOS2jjlbni219tohAIT0CyImT2gfFZv7FWNf7Z\nzb/sGAFo+nHlk8PrIYw8LXyS/lH4U3iVvUF6ejxWjl+t+zwh5xYf6tNjaekr\nI8i29sOpswNPr9iOFkJTvAehlllVDSr8MOWYleQyknJmGYIqa3sp6y/SifkR\n3ih5x23z0eoNoBHRHIwxMrawH0jtp6ZlfLDvy2rBXf0zzR3lsgVVyvi99Elv\nUPS2eeRM0n6nm60OhPXq7Sc4hWWCnjWF5nnR/GIK7skL/BUG49QHp2+nbVLi\nfx952c/4HPjh6SEPB1duZWAwfEbtCHAnwddWNVAyjGu2d0/0QY7uludRvIBs\nvrKBK6gTFtvF16MH5yPVsprI2vJsOzb/yiygq1i975ueQAdQSDBZMq8tIt36\nUSKiXbzug+FSfcQ6+IX30+/shrCvCS6l03BNqbHhqbZ8Y8hC+xByv8duq3jq\numlm2dQKsx86Ay1OZgGVyhXWNx9Z2i1YXm6cclDM4g4GkQNkGKthXp4b85Ae\nFl1dKbkFDzu3s9ud4Rf1E/+XAJhSys9hRRYG0BkMsTn1mZ+GKLbu1K4G3Axm\nymn6\r\n=iSte\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjALopAuNxvTSvmzJYEm2bnct2K1Rw9BB3o0hnF7/Z+AiEA1tLBGzXwSyLDTuir6yWGCXFrSrmIOHKn2jwp2AYtgVY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ccea5517_1551353964667_0.030261642758844687"},"_hasShrinkwrap":false},"0.18.0-alpha.54993417":{"name":"graphql-codegen-core","version":"0.18.0-alpha.54993417","description":"GraphQL types and code generator based on schema","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc && tsc -p tsconfig.es2015.json","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","tslib":"1.9.3","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"main":"dist/index.js","module":"./dist/es2015/index.js","typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.54993417","dist":{"shasum":"ff691429793ed22e7ddf4f4e7a5f8629dddf41ad","integrity":"sha512-3xhY9bXe6ap2oms0QwEpkrKMQ+7X/6eL5XL86K2bQve2sW20j9jV0cLXExuueIQn1iZ6/BTDS2/NBwcvwzOgXg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.54993417.tgz","fileCount":177,"unpackedSize":167710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd8j7CRA9TVsSAnZWagAA8ooP/1bA99Y5kwsnay/PQkmq\nho1ySw6BTLNuqtsohqMVUSyGv8m8L1zSqHSFA6+B89f9/cb+Ilxo3FDRTXST\nxAJwwv93Av7dle3oVsqn9j5JLqh8qATXi9VAJFWPr5LYHfRqLMkFLUScNEVW\nFhZGWeJQ20v0eODGq9sYukjeIsBHflDs2Cauy9uZMqeevR2mJl2KWWm90A5x\nJNsDfDKCNuB5TV17FJNtcy8OIhf3HBcoE3sxuz/QK4evpJo21R6Qyi2alRx2\n3qnjlRg31Je7blynaW28qPsJNMlF0wRkV+4QiPrfTB0D/EQDJ577ZRRUtEsv\n7Xc/vWTXK6/6lS9xnWmri0vKxThnDCc4fSEX4nBmkAwxI1ivqrlUIQ2oXosK\n8iwTn//QVW+nVEobwApFJ+tuIi/INnIxuHmyXuVy8tWEZbRkM0YXq4SqvNjB\ndj+64+mOiJ72oOQTe0k4R6yF8vrS4z0c4vg4z8li8wdp2tsSalc2PncvV1oz\nfAsyuzkTQppwjigoZfOOK+6EY9XBHi6MAm8Oqc/LZeA6Z4wPu+H24ozuqWZ5\nZI1hfaf3qeGLHmn4h+lC5uMRbf0gNv5B8Uh3fSdekrv8gnShHO4oRWHLQUsv\n/7wdBYnbzURySGhXpUXA7jPSJJ28QWMl4FpDA6kSxOlx0o4fkS/+G+0IXRng\nX+bl\r\n=uo5m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTUyGJ1UytsRayKMf/3iCJaNUK+9cgeEgvRsGc9DIJygIgVyBvL4kZLKMf2Q7IbsZZIBIJ7DN6ApVTh/eP2xqtJ88="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.54993417_1551354106808_0.826582548140973"},"_hasShrinkwrap":false},"0.18.0-alpha.cab8e330":{"name":"graphql-codegen-core","version":"0.18.0-alpha.cab8e330","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.cab8e330","dist":{"shasum":"0dc40fde57159db9c6e8d74106772e5d7d3859f0","integrity":"sha512-fvZmHPA5GA5pa+sfrF4oEgr2SlhDOC7g0J4mIAc2FHaRLciJA3WEjYgaEqY0SUhcOYMDU6za/UF9xj+QiC47tg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.cab8e330.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd9C5CRA9TVsSAnZWagAAbg8P/3Sin4O3VLomw16i9yew\nr76QcsYAKKangQDU87gJBurWNtxuL4NU7/7jI7Dl5m16CPT894BkikGdn2UX\ncWEhp8eNfu9Ngor5RFkTVUtCSKb7rjhJfcrRwP8DieE9WgMtKvzsLdAzeO5X\nFp5vCsGccCuVXfGpWeDKlSbam9+ar0FKCfXwY1fWCuvC7ihqBayo0ZbcGaNh\n7XoKREn2wYj+XWlBtippp/u2QdafZRj+N0fnvuUq0hI7Si3jSCpou8b2jUnP\nn/HPTU6SM7Owrcw5hHW79eoxGGFxTeDMWEQBS45iNO7Ltp/UOGbbp6K9bp0G\nul9hjmyo0GzHCyPXuYQUh3tVm1opNvZCStO2TBdckWhq9G+VjKxvLYpv3Ilm\n2qxI3KDlefFdscVRP9DeT3MvCW/TiV1ClfoCHvW+0OSU8ZKUsOH7DEYjjxct\n5yFIBMswPXEMYBPxtDZF2hZpftmP8f4nMcBHqK554X/jOizLHgAzbssSmuki\nLwKanT/UYzBmM9QNfkYJJBRKo6ubQNtdup6O/aUw1tOCmZUduNJl63fGHxRi\ngrSBvYuFMy1c9Ks9lmzxlu+IgXJZHbC4gngsM0gr5HWsPBkerrWIxY5iqozy\nh/93tHvp+a6RCD5hyGS3G60BGiopfHV0KAuaroovsES91Tc/l491ab9qKAOI\nqrBt\r\n=JfGJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkB2vHpa7vzLrujmaeVBkS5aEAqRMzdJR3suYl1/gzUwIhAL9Pej05iv4HrPDQFapEOqFrD6KeJnwTY/59nOqe4hPF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.cab8e330_1551356088398_0.15341884853944987"},"_hasShrinkwrap":false},"0.18.0-alpha.e869ef7c":{"name":"graphql-codegen-core","version":"0.18.0-alpha.e869ef7c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.e869ef7c","dist":{"shasum":"d80422dbf143cc4e42b6c7d81f4575541717e591","integrity":"sha512-mgaKudYkEVT3N4xm+iUMKq9w3XF425+SrhIhVsqidLeO1zagzIfZgq/gPcXiCongYmShTeYN8+caUECL5Q/pMQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.e869ef7c.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd9WZCRA9TVsSAnZWagAAsv0P/ixs7tV8Hf8Q6X9bdReO\n5g0WPCOVR9UNLUXWrqeNmV41lGo4fqN/KoISGYFvYHAvLkRvOsMtCGn2s2F/\nKd2GtMaW+TgO5nh/2ljr9j8GVDej4eACBQTgn7qGJ88IW2qbLHhqPDYjYvzF\nYMTGFdRtJbElEKAjed6eZJyGBx+DwvkLmKp6eUV0Ms6US0gkETueid5NC/XJ\nxPdp2WTbCpTI/9bjUe5YaEZq2fouxevPgDbm/73msEcCF2IYNcjTeANdrCjA\nygDoUaz8RnsJulUuFBIQpTSYISxBzWgws41Ccgrm/Y5agJgEaEGsRLi4Gn0G\nUH2RJvUARJO4MGxULz3VnZhUvAG1hRz9FW0Otvo87WuvTyVUGQ0xHHxUmAiU\nwhoH9/7VA5WjzRZ/5ZIiOmr5xHclGGxdXlaDnhR6idKvBQSTmJFEby/sHwcs\nhbktDf+xw7LymNKZ64bcT3gfzxdE9r5lV2UnS7tR6cMeRWE4qsZjtjwzBSN/\n5elniUKHKJvVAyHFvzec1iQUDTpq5O2g3vUSR+dnC3E+DOYf3w0nn/zG780k\nhLLpLIfMaRJ22vOdgGRes0vxlBdwHKaFB86fhbWpQ3cfit+knBjdSytrKPro\nI4DiBRT2fyTl9aosDEQ8RUcVxFjNtCvM9GdNDEOdoNpwhNcdojwCZAa2eTlH\nIOon\r\n=soNV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmq6gdJwoqFViPHVUg+GkbyHeLDF/b9mN+46ZguxNEYAiEAgYnGuFspzWtBUdoYZ7/FJKt9SuNhLgRVvphEngIKmkM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.e869ef7c_1551357337030_0.745476065679453"},"_hasShrinkwrap":false},"0.18.0-alpha.9c27381f":{"name":"graphql-codegen-core","version":"0.18.0-alpha.9c27381f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.9c27381f","dist":{"shasum":"785ca06355d8c1e8c3d8e615ac26bd358841231c","integrity":"sha512-b1vHfEXQWWRVXkjarVkPD0tiFii8kthyQ73/W9JT887K6FVW7x86eARP3lGDSFcWqGtfE04bF0GPs7QKZcYs2Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.9c27381f.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd9tRCRA9TVsSAnZWagAAetAQAI2+VOQ/1MPWMaOX9f34\n1s9TDB4dOoh5M3l3OW3xZV+0YHxYBZCUmb/4mmrwibK4Rjci1Ematwpb7A8t\nbeCg3irGKed4KZoxqfOeZJ6tRXlbzeiTTdJaTqy+ORVy/0BdO88jOLyH/rZp\nOXQSxJ2TkhSI/MEDcpAiHB2S8LoyGmeIHZW/xgJDF3QKRPafQV5kd35OGjob\n37tRFh/q3xnkPt+fPc9TXWhq/lrZoKIDDjDZw1mPxPtaskzR1sF1D7bG+HDU\nGTTfvP/4kvoZlAQDK95x9dnSPsxZLLsGS1notRd/E72ouNL57hjN0wqhfIHu\nT7/PXtR5K+BvC91TQ+QFpoJb/EwtsSA6KJjxkkREwH0e3GJvJAV1pI3aNeDH\nZ1W+CnE9ZEFZBgGb7lGi18AQRKjuDssRahd7InBL4ASFRyx0ur+pWq+Fr9BH\ny4Hc1XSERosob80U/hxtmOqWukkpHYbpHWmuS7BI4v2O8eqUXc8xWZjnCtPe\n52G8nj4BkxS358A2R3us3U0SNO2whB3GAY4Bx1Wg7ksLDOG1aLyXB9qAhgOE\n3SI5Po6i5a9h+Qo40tljtTRSbCKYkQW/QV7JVQBpqmhnjV/NU26cROSeeshE\nnbjEiyK7Kt/dMAbc6aN3ywW1xE6T/jsQO6ntQCgUiIu4dTve+wp1WB8ksY6s\nPuqV\r\n=ni/T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDzlVWlRnP6sBc/EzUHo0uU6uC1CGw7TGJ333ieJJcvbAiBemNnpTSOSMc5bEi+zPHRRRJ5pHT4PD4sD3qqjRKb5Gw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.9c27381f_1551358800360_0.7736908679636911"},"_hasShrinkwrap":false},"0.18.0-alpha.b3e9061d":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b3e9061d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b3e9061d","dist":{"shasum":"b3cd0235fe769947e9594744f11bbb7fda4e220d","integrity":"sha512-NOaQnmp7WVp8RUr08h4/rp1hwuMrURfmef/FJ0ofPzFZE2Z1jgfgm/f3Ar1pgWfUByk98u1q009vXKtn46ncOw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b3e9061d.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd+DPCRA9TVsSAnZWagAAXpEP/2mhl/45RuCgfkCxq8la\nROzK4HTFgjOonXh7dAosxZQeb5frEZOb+Xj1Frd4I4WQdNvWxujtRWCbsVlo\nG0jCXHYD5vjCjHj/nkZaAWwPuTCoueLoCM6x7PBtCF/Hj5Jieq4ivKlMsFFE\n2OYiIq6gOQDiuVd3Z8idGPyBjoIz+hNz7sGxdrhvkcwZZk6SCerlrb/+BZSF\nxmGg86P6Iz0LEzid2z9L5xqw+f0IY6xYSTn2lXllx4NznKRneUHLCEQMChJ/\n8mvAguh7kd3gqyHOC/2eh3YbwUcB9rNSap9fRJrZm3k6rV1YMDncA77pmhUy\nMh91E5vL73o7Ess8pEszYYarOE2suGFMga3s2Xtvy+O/vrfJ+cuRY7OHJGlU\n3W1TOflpJuQnqlm1tZLIb0D0KoDhS9bQ7ewjTAfzTF+CJxQnR2yC0oYZYMrA\nrr3xAJtCL9KWxMifw7KM7Oj3crL0RA81zhi5T+AmGAO1gZ5P8Um82zjTYCmx\nHc6il3rEIRteGfzTX92oWWLY3Cno7rghI5CFV4n6O39pxRa9eMYQ59hdZQDY\nWwb+HJb9YaUMgL1Y9mDukc2keiCNJTNenSOhNHDGYFYNGMOiOmcK765CfPOO\nOgqcPCDk3Nhcq/rmZtezX1xfrvVZ5BVzejhC0wrVWL2WErDdyYQwC9SKJ2sz\nhpwu\r\n=C0gY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjsSJvsMEl3jtR+3ucDoMphUn5F8fKA1OFIA6yW9OdmAiEAltbhaZTmYjmYzSMiUCGA1SqFvSZ8yoaQhG3xZTS4DZM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b3e9061d_1551360206540_0.13845647639164538"},"_hasShrinkwrap":false},"0.18.0-alpha.e2406c52":{"name":"graphql-codegen-core","version":"0.18.0-alpha.e2406c52","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.2-be70053.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.e2406c52","dist":{"shasum":"c24639f4571a5f6a4eae4dc2c4206e47dd79c4b0","integrity":"sha512-fXcrs5QdiyEwC9H4d8BsJbVxsYJHQ2tCzPX0Jhzlag5FG+3SvCmkTClD5mPR0Mcz3yzzhFrKjWXLytN8TBdtRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.e2406c52.tgz","fileCount":90,"unpackedSize":88890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceAR4CRA9TVsSAnZWagAAE6UP/jH1RZrTKy5n8SlrZ9cn\nIBmN2o2c3Z96apU7o6bRczf9HkwOukibGdTl738jMzyD/enNV7HPmI4KqwPs\n5JiuTTsPct+aHYv0akvG7HuxPsylRgKjvPJvFFKJ9nVO7+azZI6mnmBD/4jY\neZePPKvyqWXH6x+s8fZylzo0/4jorgGrEcCXlj7J1+0+3dH6dBiKvtlLtwgi\nkHrFU+ksVlN81nYdWayFTW71V9ulQuqv8i1ipzzDx/s7o5AZBjwlNSDNJIEb\nzTMJOVxcYvKi5Afzb/dzzu4kMi1X6bqjmhj8Eym65CwfN6IwYygCOYlaVg6E\nc3aaT3+2C5PMXEcnHEtTKINhIjJDKIPQHVuWSCzctKdf2r4qd0NeasNT9q9O\nd/NzcVvRbAqSkA0eB+vCr9XkInpcYECbKA5vAtCu9gn1PfsCXFO4rEbX2/Vx\nx419tDKwLp17PpuS4mtPJc9A7vXTuZRqCmdJFZ/0jU6ifjCASU3bAM5UA3I5\n3eRsMPxV0qx6m37MQ9bpFVJ2nCETvCoh02ND1Y0Kzy8VeMOKf3QFep2NeNaN\nH/3q19SzI4fUmJXTEJe5kObomH0JSq8Ua6GBuH+3VEs7yMWj/SX42LQal5Jm\neBfL353wG0akzrJXhTiyX52gbHBMX1+9BCeGTqKnE+mYiE0vZ4xJtmD/u7pw\nAB//\r\n=Vb1u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZbb3Itd4BKf7MWxtGN6www2C4jYd0ciyGcYukaPj5sgIgQfQwdfR9Q71COf2tULiSFXonlGkuKpH50CP2iNrOACM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.e2406c52_1551369335359_0.8629870451736967"},"_hasShrinkwrap":false},"0.18.0-alpha.b9c2f9ce":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b9c2f9ce","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.2-be70053.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b9c2f9ce","dist":{"shasum":"c714236784d3c1ba4a87b7fc6cb9282a4bf45d3a","integrity":"sha512-Eg0PkgsbKYuNSaCLTN11U/i6nlhause7Wqt6/5k2yxYeLhJqQ/ol82crhU0hS3TC+uUejXUOTSq6LRJXxme5/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b9c2f9ce.tgz","fileCount":90,"unpackedSize":88890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceAiZCRA9TVsSAnZWagAAYS4QAKQPbWeAz34/CBTBiVuZ\nbzZQj3e5sYFc1QN5SOnhmdMNMU6ucGPVj7j6sxTwRItk7sJyO1yrEywAZnyO\nHHwIzABtTXcleK0rzFqY92qK5knAGnQNp18wHsSI5K9LY2BtZCDU0bIYxsqm\nzJ5JHwRoPnIBQtos1Vh3njno99Gubc5EnAkRszax0STUbcXaVrmZsy9NcKVV\nu0vwNka8vAodkt29pbXLGjjDtr6k/5CtsBvEa8v1BfTrlEcio57jye/d4i7m\nOFvh8sWFV6THtUxKwxynd0gP3km2KWk175ahTE3Nj7ZkZi9OOcFwv4H45py2\njl6KlIqfS5TW/qA+EszyDlVop663FypL1gWGz1iFA3lvHfWoKjV0l8Q3xAPA\nXrPQL8XvBsQCq11+9CiDNfLCIdDDorb67Q0wLnGBOC8GZCixM9a+Z0sAB1hc\nHXZD2v9ellmxoTDywEfLNf0+IG2ysaKXLiIPKx7/rDIIGNcpNsjXrmjYZJga\nwrDO3IxCZOT9WI08fjH3Oyt2Spio1nhNIwGcFOWzJ1hmh+Way0eTTeBbz/ew\nHNvzyT8h0pbedkmTw8yB12xPO/qldUSBhtw7FmhN5pUkb959jkoDC1/D0lOu\nY362bmq9lmk/NSMWTOba/UFPndyCtd/AnWZ0HRt2B4W1z+aXso4AkZYYd2Fc\nKAOP\r\n=4tyI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmmfw/AVpTz16uQP3reyS8h3Ugkrn6LWhTd3FH2EPGGgIgWCzN4xj8UmIUHVE0osenMVOhF3/kIJw0G3I9OebU9/8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b9c2f9ce_1551370392907_0.2720962421423365"},"_hasShrinkwrap":false},"0.18.0-alpha.d4458128":{"name":"graphql-codegen-core","version":"0.18.0-alpha.d4458128","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.2-cf77c5b.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.d4458128","dist":{"shasum":"6f4d1b5fa912da09798e52d241d1bebc935281f0","integrity":"sha512-lyQr7dKlMGcjha3yJ9Zl4heItNr74GRKbDEDnPcnJqE8uaDRMZRMlpjtoJmIz4te915nZiFzuwoF5dbxaCDA0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.d4458128.tgz","fileCount":90,"unpackedSize":88890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceBVVCRA9TVsSAnZWagAAticP/RPQMX9VqkhaPpyqd7FZ\nFGBINnm9aEthPixllU6MS8dLdJPnNHHF4jKYFJpzpCCfQTdZb9mhgtgjjWWv\n4HxUVTrMbk1OLgoAbs/08O5U5p+uUJm9UTrR0PB7W+o06vNdSmmItoD05ceT\n42oZ/Ta9Z/K8b/q6bIJlF1cUOpkR2Bg0oNmfRQ8XrcVl1cScsSqPXvmb+4KB\nzbHu/4Cm7x7IaHkW07/1XiEpvEeHAKvcpbWfxa5A+kPhFQmQqTOs4nSoJUds\nXDOYxEc4guDTAiNJa45qfEEADTlyeCexr74G3msz9DKrcYT3FWw32YENO8xb\nsfnrIzcjgPisGpv0hUE3ng44Ls7g2o5AyFkCdO4nAZPrnwFO8PH8wu2n8jI8\n7lmGoWoyojPN2Wi/ZLdrydOYUNWl82J/twrxhtVlI56R8UYeMltepBdvSFld\noF9mim2ZOkO2sh4lp4whjAMkTQPd9M3muLPkWn9YAfDt/x+GxwA7MWQRyLJG\nH2rVRDJkasrIYglJjIX3zcUW0cRoeGCb75Gz3sYFM6sp4xIRa9YDwo4Iaqu4\nswdWPE3IxX0uZhYdjRShyXCRzhplfm4o3zGHsXP6NDjODvid43U8sr1TN20J\nyGfLtrofMOY+ufVdCfO4VgtUi45AE/W9KRLLTNTD7oKGIda/r9vUYSBogiOn\nHMyk\r\n=AKFZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBXDrFW05d9kmHQiJioxEEYNlZL76S4kV+HJ7TfE+SMwAiEAxjH+uJPYPb1sstYnzcDIsxIW1buZIZdkL3AA/NUXK6w="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.d4458128_1551373653206_0.8071541599732306"},"_hasShrinkwrap":false},"0.18.0-alpha.e560e7bd":{"name":"graphql-codegen-core","version":"0.18.0-alpha.e560e7bd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.e560e7bd","dist":{"shasum":"642dba99a320946082869ebd8e92736136249580","integrity":"sha512-EGvkxLOSmIW5n44UcluOkc5PMB2siK9VXav9MzwgFNUNCfnNHzJu/20O7dDSAxBquhBrRdYGothZr41FKiovwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.e560e7bd.tgz","fileCount":90,"unpackedSize":88678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceBsyCRA9TVsSAnZWagAAEPsQAIEf25Mwrn6+x1YA6l6I\n0wGpngkirEDMW4D9PGmS59D0HM/XE7yLn0tTmrxFjuJTkpfxW+pp3+QVXAN+\n73d+SQFMvuGX1EDM2ASgqXAsZgXfl3IANLgQBYW8pybwpWIvDG9RKN3BKndk\nz3Zmb4kPzDFCBULpuf379aA9Bz8SsM5rnc3Kn10LIoc5k6AsLXgh8j0DzxXZ\nWEuUOGDlngThyomwxmPCOss1DahThq0OVr6Ee/u0f7yLfBHgN3KF3eUrylPB\nacfmbmOFsDTZQOr+SQ4427b1gMCKlwaeNBCxRyrEO5Sd+mvtJw7101VTzug4\nZbhtV3xXWnbhkKtWbH+qvnQk1/pyl+oDOIA4sfI8OvyWxIrPHdwMcFVIh7vv\nVb9o4tjyk2V2zP77jURRAccqupoYdW7FyBXpCyxq0k56NwXIJH/jZm55ELyx\nnQmFxaGREhZCY7jG9Z4ORAgbNU+dW83Rq3SxWtmG24HtfOT6YA/WEsCvCBHX\nX5D73xbH1nx/zzygxYW0xHI7rFJLuOLKb9E5+TgKd5ng/i4PwVPtTYGYSqOS\nmMlN0k7H6f3Cz+IBCoFVY5jQAapcTAuwkn5tK53KK5Qn8oealmt2T0YhnZe0\nZIzfUGSKKzP/fmqSs2/xQqwn4sX2ptYw7tU3uBgw0wj6H89r616OY7s+cNK+\n0DjB\r\n=mPO9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3X9lw3Bq/x+0B8PjVPwqobD5Hn0s1H7J+idZAo/135wIgD+0/eCV+ihON7dFytA54iOcKTGrzlz0Wrq2v/Nbrfd8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.e560e7bd_1551375153590_0.7146172153751933"},"_hasShrinkwrap":false},"0.18.0-alpha.b1d88ce9":{"name":"graphql-codegen-core","version":"0.18.0-alpha.b1d88ce9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.b1d88ce9","dist":{"shasum":"783de2df44be6df543cd410d2b28174a6df55523","integrity":"sha512-5PKOU99C8fpbPaWqYl73SeTUrl2kCh3OFFySnzAOLmLVxZBnvsYudUfT92nOqNnBMkGyNqF0uL5eFH1khTlJyg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.b1d88ce9.tgz","fileCount":90,"unpackedSize":90655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceDnWCRA9TVsSAnZWagAAp3cQAJ5thINavOiMsx6XuYX1\n3sKBgBG7djh1C86iVUcCI0I+kZnZv6qsueJErXOOBqj8++MqjimEFbN9vnVe\nodMuH1fgTWZMRlTMScQfpSuXGr3uYsOpcI3IrJ2NXBL/Zf03s147Y06T7bNU\nM//hBP9JoVtfPXC59I6zuagJucSPeV2jS3hQ4tAOclCHtwk56yoGTQmJqLvJ\nl/PQLFw+xhmliN/dtc8wR4xFenSiz4Ae3AsJtJgKHqOzkI1T8u0aHGls0FFu\nwa7u2pgUHDSPDlM81oew+FGlaJHwF/HR+5P2k/egbg6bo3FP9IbycwWgQim2\nKPcOeE3Atx8y4NIRQtHZQwcXmnC+VOEBgWRBP3SDRv30nT9+UlZMIcWMth+6\nSQBLO9nLTtcLAiHHV36LHdqpOvlr1JSELOaS9AbMkTRa+CS9Bzvhs1VJVAH6\nuSeU45HGxTLNy2ZdXAYtr6wH32Inp6C6Ij5YGkmDw7KIBPzQqiWpm7i3uBzP\nOaxJ4qDEuHpLZKwOj+JjENgH7J5ak5yvLjyvvqO3TYBSUUZbu51tD0JeePmb\nHeKZXRCzuvxgmyMJIVoISrzcibccNqpegsbprJ47xqe5z9Nkct6v/p41Ps1b\n4vdqgH1WaNY0Xb/fqSAn4LRJzv+uVzg0qZv2p4VK8g61vingKTnvob47B4cE\nGFLB\r\n=q9js\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICW4E9WV5RVNCwYcnjct1MazDf3mMzQChO1vLq0NM9GoAiEAunGzp3qzJ2wfJr9LqBMa0X13pp0JDRDnXunrcx487qA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.b1d88ce9_1551382997843_0.39671134578885736"},"_hasShrinkwrap":false},"0.18.0-alpha.d365409c":{"name":"graphql-codegen-core","version":"0.18.0-alpha.d365409c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.d365409c","dist":{"shasum":"4fd260c0318882c6255bfc418e6af6bf2b2c0329","integrity":"sha512-u+NzaxwDPMz+D3oIuWlVBotpC6ARE4MyKqm63qYEnmN8xj5fF2OMyaT1UlAwYKZiwyTpFi8uM4Q3A4uGSozhcQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.d365409c.tgz","fileCount":90,"unpackedSize":90635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceDoYCRA9TVsSAnZWagAAxOgQAKNTS8h1WkMcunJex5R8\ncjjMiYOUYjxqrxiqaKKcKS244mN8YrgxHP/nSsnbqLy8BUq3Nts03KbLx5l9\nTYgeILkc4MWq7Uwy+4NR8MWThLpZ4MeI8dW3IRNDj+RKvTS2ySCAiwTF6KOU\n7kzu5DkHhLS9bPtnT/bLRPimS7xhnBQP/HkNUC+FL5RkHJTpSbUUQ8ygqssP\nb0++hGvzgSIi68/seBja9pPOpUtZypBNnOKlGKvP5pJwM/bSqt+b6EK7a+Bp\n98vj9/bCl11ZE8mTyQVnsMzlFiwAuVRnsUTKEU1qzC8uqER+Xs+82OMfvcpA\n4PdVPhea9d5ohu6za9BOr7cpSjT04gPkY3F+IbbVkYiVi4AsXclTK19hJdHF\n7C/LfkDDwKuRIVl7eHAzaGztZdxdE3sjtJKWBJhq4FzWEdidVQDOWUMesJvo\nUJYvlqO0JJFpLzvY1bnPA0kr8JHjsnF4oSUYiYeNLTqZX3sllHedVORux7uD\nxBZg2LupDxGsEgnch3dFtBbsj+U52DaJfQyAyuMJJWC52iEgI58JGm+Ithmt\nSBGIG7W9b2/1l1Spcn4riybzS1hkeZ97bsp9Vxa1fZRcz/uoTtb9XK8RLUqt\nT1hmlZmaIWX92PGz4f/9qIbGRL4hs0iXAFqBQLVWU6QWTbqMR2v4Wp5Lsm18\ntxWl\r\n=qyiV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBZZ3TpGU/9K1Pqy9wIEzevUwCZpNscfchqKqK2DVtWwIhAMJhJUNA2v1Xa3vfX6AXO6EECsZGl61K2B2+BQRar1P4"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.d365409c_1551383063273_0.33119458329242923"},"_hasShrinkwrap":false},"0.18.0-alpha.ed01de77":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ed01de77","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ed01de77","dist":{"shasum":"63d3696fc50ea2a979f8ece0e78a0ded6d336e02","integrity":"sha512-gG6FVUCUZRqDmDQeSn/ierMG9hUelg8W5jV3H0tO9/iB2Ij2XcHjo2U7BODg1H3aFSm/FV/QiBG1Sj4fvgIXaA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ed01de77.tgz","fileCount":90,"unpackedSize":91379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceD3ACRA9TVsSAnZWagAA0iIP/A0e1xcX1E3hBcMMRgwh\nHXApna4Vzwf3bzHaPnZ0nm8ZWM7J/A60rlUIc0gHuslLi1pabUSq2apsaYUB\nmBc1V852Eva0QlrR7CGshY09dUMN4U4mp7Q7Yq5dlN26CGEN/+GwLDmPXkMW\n+wXKhPkgd5h8eBCPydZrHlW3JRyamybBJNmkO0uguV1pr5Jswim5KebkILW4\nUFWgfeBvdq9AwmtgYG8LgMOdj7rJoXbJ//Y+qTpWStRnZYkY42KkNs30babh\nD5jQrO7o807AOGEhdCT9zOER3d3eiiGbsh+TWMOAaaMUiMvizk/nftyvrnGY\nxVDTTgeQHVzK4b2MHy1Q2JZtQYXjVORDmoO6YAlvLcPiBizFTRTeR16ugUcH\nvboQXngt7ixo4JLjn31JjqGbN+R3moLebZfSGVmst1iSATZ0fbj3/2m4y6HI\nakm4XjuGWKoy8wUxAkD2gWtlGtvBxAmd52ghtVT0udiHKg/7zqyvzAac89Nu\n+qB00vKQa7Q5hxbaIwXLwA3YfYwFJUBMv9Z7KEdUu/6iyYld7/R/uzrI2ydu\nxVonKBeUAdrqBw/FnEe5k0fUIxlecEGJhNPx4Nh0VuApvy5mT/jm0aK+LmXg\nlobBRvzGZjgqLhsKicMgvN5w7vRmhf3YuosUU9g8SfMfgIRZ0mKK1S0gtsYl\nBsfs\r\n=FR6b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzTYICvmOEWEoGqnuL461HggMiAwMDgmBh/ufYSDo8AgIhAO7vYwjvPmmI4lHdoY8p1HQ4t9GPNRdNNuzP2Vk/ozU1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ed01de77_1551383999301_0.33148865364774216"},"_hasShrinkwrap":false},"0.18.0-alpha.c1b52df0":{"name":"graphql-codegen-core","version":"0.18.0-alpha.c1b52df0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.c1b52df0","dist":{"shasum":"c03498bed0957af0171a94f435df56d2aa9b1c94","integrity":"sha512-7PqrzcNn22PF2467s9UBK/uqVkRpQSCDADBC/mAhda63hl78Qy6136eRgB4d9LJs2aiLueDmYWEoy5Y7qwJ4Uw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.c1b52df0.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceEQaCRA9TVsSAnZWagAADhUP+QBumZkUz/Nf7x3NDwvn\nPu5KBNjiOniPvVl3XClFtrapCXRISqqO9Wmrxba1Jpndnz5dLlwPGpI7/A4Y\nkEtRp1RpTjO8++nBeBct7RU/IloaDl0GPwxpT/oNmXOxe8EF1Qwa8Oef06up\nfpa5qH3DEfMIidY/dzS5CLzAZF2sk1Nllni6CX2KRLQ7R8WN3gaKd0AjBkWD\nX/X3GzAkc48HlGcZaDBGTSq7TuH03kkOrROUfvXvwyhOEcL8I+6+Fvwkymcv\naiWhGK1BtljoODfVtRlMU8yhqjocUniUXA8Np3EPYtalBJKPznO3tk1etJOa\n8PYQbVeBtTRLnFNUCLAj13HDWatoVth6YS9sNwkHRUSz2OYt7JSy04riu9OX\n3/uvAL0nnGZiGgbICWHwUwmiXYLqFW8dt/ipD2lNwCilPxy9vIU0eYjs0SCo\nG6YaSsgex7AyRn+NTyjQrc3lP4kSYHPk4oJrjcV7CC6DRZJtIw9uvDXHe+eS\nhpvvw6+A1lbR6MhEfPuKbbFodUBoEXYM3EiTzBpt/mlXG12JweAxvTKR4MU7\n4MJry52NXbOHv0Pf2IaGKSRgqbQv5ZyVHrY+45ZNu649LpgNbvkYEH75UZNN\nMSzyFxJbONKTJs7byhgfXDRytqMlU7qEm+r5VB4GsFv3UAjehSxDNngzxmV8\nZYJS\r\n=j/Jh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDh4FxYOjT8oVDU9kfa33rqC7jYehGRmXB6FbEaINmNUgIgXEZ+o1FVSmMYo8m/kO5QnlYIL6HY9QPKEV1+bKOi4wk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.c1b52df0_1551385626327_0.7215430832304262"},"_hasShrinkwrap":false},"0.18.0-alpha.684d4512":{"name":"graphql-codegen-core","version":"0.18.0-alpha.684d4512","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.684d4512","dist":{"shasum":"fd2dac59beb8e1268bb605a55fd36fa8cd0e1716","integrity":"sha512-YN4vxIkD98sKVP3WYxLE/iSdwNK0ZNy+o/qffeBNv2B8IsrCmyRl1Oy3omikNwXDi8aGgczfFk321OsH8+DqlA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.684d4512.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceIOgCRA9TVsSAnZWagAAmzEP/RT9r+h8+Grha7h3J4si\nWga7Ao45LmINzGQbM4+81C+4NuTvmvNQ43ForUN7detEN0sWLk+YoBOah6hO\n3eHIphxlsPGbV25P1tp7qr98IzzyzbPMWSoGzY0aY7dcAgnaN+WGNppMx+2S\nXXGGIo0+bAWKBhw1lT0sKO8Ahl7DaNM2UrTTrfpmz9sGntzv6cvYVIImSV9W\nR1+lffvofs/cQ9N8yG6x43RryFw34GPl3BLdcvFiWXniNuLRyA4SDuxlkBlA\niIB4xmsQAO/8OOPh7eTzPPG4EneG18eu/wOL50LVOsWCJDICn3/lfynHsYRP\n+3TxlMDljC+4OgyLAWJoSZQdLpAgITorDbdinbgoPTbvplJfxSyqnLUY8vUQ\nz17gGF54LOM4fOAAzVZYaZ+cn6wCgMrWpdG8W8Z0Aa+eriyJ7vkbkuNwOGLU\nCiIboJg0oL4eKPFpmezMGEE34q9zgX47F49pNVO9D8pT0hk8BF9hix23d45S\nriDD5wX2sUNUE/DOZ9CyexoEfxDFTNN7ih2YDfDQ7RNzh09BeecUktKyww6T\nx4XCaCqJM9fM10uJhx/NIE6v2rjksaj59OziSCds5KIZOxN0RoWGhB9HDPy1\npKko3uDsN9sBv6YCb4XTBYFe9AtjfBiupry21bppRya9/UWxgU6iAvSPS9up\nsAhd\r\n=VDoB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID/cfvCfvyMiU9TDh1elbhpiBZYoeKjYIa47PgyLgMm/AiAXwPzFacCJA6G4rm668S/ebeEKC8JX7Ak9MlvPWG5wkg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.684d4512_1551401887980_0.1433370170754038"},"_hasShrinkwrap":false},"0.18.0-alpha.2ae25559":{"name":"graphql-codegen-core","version":"0.18.0-alpha.2ae25559","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.2ae25559","dist":{"shasum":"951ed920123913aad95762c302326120668cee3e","integrity":"sha512-MY5Ptx87Vwo8lBsKEsYDV72s9VmlIbZLOgbEej81/UIJlbsE7X5kr3wOmzr/lt0oufcFHmhkWyy3ECJqOevwBQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.2ae25559.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceIOoCRA9TVsSAnZWagAAr5sP+gKvHDLHTFqe8BiU6TkX\n2nAkpISRWfGb6E+mV39a1wlx/ucWGU+mH8A6NqTP34RaheiVwnLOCReHkU3H\nj7ggvOoY4KnOHH3u/fsQg+M+Kj+0+aSZuYlbit1b0lHXeXec/irU+0qlo8at\nap2JiRz6KTVBBAabZSeB2E3Xj7vAS8tVxnB1o7ZMExk1DiGP89llzQ6V/J7s\nYeYtzj9j5Bilc0l1tBJvLEHRCCce6n3O0gGnaWX2W22EFwetgdUH7tS0hiiV\nw34PSePkV22YshPQhFv290npgsotQKAJYsAjPhIEYolXSdaLNzx6jovCo20L\n+ffeKk6W+BuxFY2wrPR4MO8cDMTpZ4/mEXwnpNv827Erp0QCuQ8bvJ4KU39E\ne0ZzvvEgOSlQbPDM8BFey3lwhRFmSpI3sRQlFCKDnQBDTE9AKZ425gCAiPDp\n0r9Uo8jL2Z7f2WLMTPFIikX6Fmycb1k2lbvhB1huucVGeAAbF3FQ/Rvm9L8t\nQZcFmuZTxRnOQp0FEIAtvRqamoSgOrfWAa4Biaxa+DT7hQQKgVtIcDLLUL70\nJMwS1lHfyAC2LosjrRY1nhThJ07aCCtPGQkcEyFp9Oxx5Dvfw2Z6pRadtKC7\n7mBWxZyw2jGieT7KF6yWL5sDYTPLY9y+NlLeNvpgLfrtOSl3CokddwebeuUi\nN7rg\r\n=oURX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXfgBlepMDtJXszmWm1SG/exD72PJ19w9BpFkuElrD3gIgcE0J2KUCXJxxhQNIJEM3v0oBZj6BUjB2zHOo2aHAVb8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.2ae25559_1551401895517_0.7097921349318961"},"_hasShrinkwrap":false},"0.18.0-alpha.4989b6c8":{"name":"graphql-codegen-core","version":"0.18.0-alpha.4989b6c8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.4989b6c8","dist":{"shasum":"45dc504cbbef4c4e9d887258c7ea46caa33bd7e1","integrity":"sha512-qD8nCOqzeKkSI9TeEjFrvqxqNoNmmJkUf2bqmBwWhhdJbO+Qld668oxvrOx0gL7pDG2oMft9or5OJ45mGFNDuw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.4989b6c8.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceJuHCRA9TVsSAnZWagAATQ4P/3kSkBz4sDjTKAmW2sD3\n1eKeaaIv0B0nYeW2++GIeBUuZSw3z3wafZN34UabUoN92o1FXwLSYrTOsbIy\nX8jZA1SHn8CfYGuGgMLAwLj7Ehk5pHJMa9gxcK7rJW/gTqqbeWuIEkVxZX+j\nMh/3GfQmtaUC/YL10Balx0jAtt3k7aE4Wnvsz8vvapmKeof/MuBquMFChCJ1\n5Cgl+doTwnAQxgJPwHMTNYmqn3mzqJu3R397A95df2+k74N7qgM8wLU7SDM5\nwAuUDXosLtHSSRJnDZm7evE1jReHf0tXJNwkYLqL6ERKqa47kqmsq7sRY5oo\n3Ua11y5B3dH1e4p6+kunaafIzBJdZaU6a6gmmph8/djgRMXbBZCsg53BIR1s\noWGw7MLAYADFipKCKrGe8X1rHVHHuqhBj8scs3tNetcHqiwKGAUhz0nucoOg\n9n49Lj7ss+lRAtMANcQ0YOiwKQv7hY6is5TErtfYAeVbcWkVwb3CLDOphKmt\nCiji+pgzoGetZMZhwYhFiVrELWpbXn2ghGySu+Ov3s+m5smF2blerKkZdP0W\nAhqpo49BDc2C9/xP2y1a4W5i/Tl/RMEOLVhLEjj7oIc+My2mVDaKN/2mkhwh\nHOfuh+ClvZr2yQMvf8WV9oXIpzmY/C5fQp/RBSZrKMI/VB+DoE/ifjrnolxc\nwJmH\r\n=Xn+A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDahEPZCUxFXtd9KdQ3PrItvjnh7qcVfVYNevDsjpEEmQIgOrmFLWtjRy4DUqAAEZQse8B7XD8ZC9bbj7p8xV+Dbo0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.4989b6c8_1551408006468_0.6251115738499267"},"_hasShrinkwrap":false},"0.18.0-alpha.3b7978b7":{"name":"graphql-codegen-core","version":"0.18.0-alpha.3b7978b7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.3b7978b7","dist":{"shasum":"cfd495cfe44a86bf7b282ecec57a99d3bfc04d40","integrity":"sha512-vz9yn2Z6Hg6/eh5trWbKyuIPf7zt/CfzQfP/9fssbJjkpbJLvp88DU78EESevvUtfSb4IClhtxxx4NYervzr5w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.3b7978b7.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceKRuCRA9TVsSAnZWagAABLkP/jPEusYGTekKA9WnxVfb\nX1bVCy4K0dEBTxjZMWhiQ0dI3WHxQmeJFTRZSrTXzSeZc37mPm4R8wJF6JMh\n3LkxiVjRFkUps+x+6TRI8k/B1gJrKzzRB5MrEOzn8sRK7E744D6uBcKqOpuT\n6VZdcKEm3z3Nw/+cEyDbKBLz5ADDaHX1KEl86H9XASs6hH9Km8RqjpaxUgHt\nm0ZBMTV8/jWXSzuKgbgBRaBhiOPbZ6K9I7Im2z29OEDRbY35wYYA3ZWbaGA8\nhhfFA55hmEljMog80QvUUhWuGjUGbPlrplidtWHAszPHjOdm3byHu7P7sWeY\nm6Qli8Wl3AF1MR6sUWgkXxVFCGgkuRjJAYgpC0SwlY6GpNveH5+cHNnD3P77\nLLGHsVNO0b+jVFbejSajwlnwKPc8Ezb/B/j6Gfk2xWXSyrNux9N9oJpWgBtG\nHOOoSo0nhOFAqQJaCQiKMdxidreUhiKfikOBHUCXJbtJysz4ke8OQRUXJrNX\nvy/tHJOIyI9hasix6MRFkhtNkkLUSCXx4LwCeYRq22RxrP1unfL6m030M/6b\nl0txjRqPOFvdcmVk2WgU/jXlLGWORjjZ67TctWVJ6suiROu5eqOQn2oycN3a\nG0IPX8ldgvLGGZDkza7uUlbE+4CndxdEIwM8qy+sDfXN3ZZ52Nl3gRGsR7Ik\nRniN\r\n=C+oP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsf4iNTvZWAlzi0iJvJ5T7XCqG3oM7bCcAzifzbKhLrAIgQ16ZBcOQuW799I9xCI+EfPypI/mCP5ccgW1cqoExYqA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.3b7978b7_1551410285714_0.8334135681837"},"_hasShrinkwrap":false},"0.18.0-alpha.97c04650":{"name":"graphql-codegen-core","version":"0.18.0-alpha.97c04650","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.97c04650","dist":{"shasum":"4852c4eb099579067bc08e8e47a4aa0ecd3d7b7a","integrity":"sha512-IzSJ6yBZsmWKrFYTjSsv1KidVE0MH3dLy5SjgS7CN9WNGJvII7ezMfD52UINRBsevKXL33LfJg4KWKIpDDvaUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.97c04650.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcePH9CRA9TVsSAnZWagAA8boP/2Ugt3lFUzZM82Jn/0+b\n/BUWpWCyJN71SFaLvO0psMabsef3Wb+kDcXoDdf9Ru37sGxYWcy6WF1XH3GR\nnpJbjZi3CZYAZV/kozmmUFAvjOYdyIHycK1vJCkdrj/PnHvBFaiMZev+c5El\n0lMLe6MrxRsuhhnntN1SXTbrXNdhewrEhFDpSFd1ma902639tHl3nu/DCht2\nZ8dRuZ52bmN29Gr0yaiNkmUmusjrZcU8yV2bf3UP7tdFVtkAkYHP9mXcECNk\nVYGI0RInsdLrIix86YNUFObpn9ZRlqzhwajoFlxmOqgIDNh5c1jS4qUYwAYU\n4p2o/vVcYQZ0pXNkyT+wPhy7tTFTtRC4TJMwqitqnnukW0gnpco3JW25CVHk\na1+9Wutdoep4GJKN89fmsvJ3iRzUd9Kn3VhOtzsEcg9SPjCljgb3JJF7vH5o\nnoiXZbqd9ktOksOMpCavMaG0gakpiSb3mC7sCKYTcCBNDFZWT5eJdKEMvU0j\n/ypiSDofXH9k19O1FrDL/cNxjANyi8bgQ9R5Ja8g1nQ/EHLT3/CutbMvh49A\nEf02q8AucZClLgVJz6OdUUyVq0Lh3aD6ud4AdyUTg1BmJYuuSPU0nr+6KVsQ\nAhxryThSoZE9ameXQYpTJvJHHDBvpiL21Tk2wxihEzfQz4RFCZdKcH95DGZF\nP0em\r\n=n3dQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAjmXsPxpT/apvqRLY/WsUkQHE9z8spO2cgjBt/weCKAIhAJLvzeoXbkVX8bGYQH9PNk3p/GD910ggj8NhzXTTmqh9"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.97c04650_1551430140894_0.9402816442708639"},"_hasShrinkwrap":false},"0.18.0-alpha.46d48b11":{"name":"graphql-codegen-core","version":"0.18.0-alpha.46d48b11","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.46d48b11","dist":{"shasum":"b932f3b9ecdf1a42ef552877c08a804e4b9e64e7","integrity":"sha512-KLkYrWABqYX8SXErZ74LI+ca/yF5BATxxPxbRODesXFl8fpbkJz9yMuHSOkf6Xc3ZDUiI9Wv0SkfIRRD81qmpQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.46d48b11.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcePIzCRA9TVsSAnZWagAAnFYP/idh5qAiHtaVRpaVXGgR\nV9arvJG9IIIxC7+XFdqYXMGeHyAIp500XT25wxZ6EVxcL5VmmaVYON7EPOka\nW7R3F3Q64Jy35UlGenki8IVXgq96H+CFWlkrqpoMnxez6lM1ux1xHpHXiPWL\nsVMIp39kfFojtVqs/8qWKZZ5PGdHuPfnVuKoSgRaHNboI2Jnn+c72KAyyXIP\nANYw889KzkzdOMOuyb7nCfNB9cDRSXUQO8Cqj4Az/PnwK/WWlsEA5zdw3mG8\nUIXI0HOIigX47MxbNxpTaHMfCR6YxPLpRvln1Lt/O+f83W3RbFOZg7QVKRS2\n8kDAcfNSLWt84CTbqr4xMxhlKCehMONPFNhMYn70yksuzCgdxrwIG+cl0JYA\nbJB/MUnDGDvvK1z4dsDd06s2UtnpEQBVPaRW1CUTXZhkMus7EA81m2yMkNGb\nX4T5OujdPc0CP4PIg72VU6/jpP8UzDE6aPYMEqTFQG7LNDx0x0qFDrH3bIKd\n+I7P48XyaFqM3WEn9MDW3ZuYbekltIVTtVjCf9xyhK645+fv8+bDpc6fV83T\nESk2HMswdeHfuIlW6aIXAO/heXNYX1o6Lp4Zr0JP5VMO/Zm+S3G6nDn84i1j\n8RF+mjLGdFu4HRuLUIJWM3Fg72j3YBptjFBYAHIMBtFi0OMgt6f4Yuc9aGVN\nB4Ja\r\n=N72J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUdAllsobrwTFJDCiMlVON14tQoM8m1nbPB7PHPquozwIgEyK87ESpb9oN9DO/BDQceSHv7RYaHjcOuhfZeAajmOQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.46d48b11_1551430195238_0.482326547032782"},"_hasShrinkwrap":false},"0.18.0-alpha.9f09e048":{"name":"graphql-codegen-core","version":"0.18.0-alpha.9f09e048","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.9f09e048","dist":{"shasum":"b8092d49ba69b8a500bfcf55a4ade74688235da5","integrity":"sha512-jwie5xJVGoYY5XM/SrG3ZSxYQ/vXtnPxzr9HDX/CDu0yhS6+92AAYbfMFZAnEbWHpSDnqEOcDOPSQ1mPSGjxqw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.9f09e048.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcePI9CRA9TVsSAnZWagAAEbgP/284qEKPWCjVw/ln8doH\n0XyihCtVUBoa3vn8ySa9uuTXIIi5Ch90Hm2oaJbusmOdf1JqMhIKx0D8BXv/\n118Md087IQU4o0cfhiOM8HHJL/bW1ed3jgEjFIkLgAPH/w6RBAkjoYUJufuu\nmY1W7F/+CcLimxVt77imizxFhR5d2HbZ2vWJKN5eAb54rSiy7xXKvSB6tTIj\nAGruJsP+seIEeXah4129NmrR3QwEoDLqV7/k1f0YRAqYqasM0v9csLhI05nu\nO/6jCLCwawNaBGezlqr6YhkYOebTUBG21TWRkNMl8hFSXckGV1NZ1EWictUb\nqvd5rHvdz+erFOd0cfvnFkRc6/KtQXKjkBBTqyOd7ngmPQWrmMxHCoMk6XHY\nEXRdGDQUpRn0mWKFhg7qRdOd+jmETBmYZqsxN1pclpCS9UGYfrvgp9UUijvi\n/Z15pKt63lIj3gkKStMMxs+y+PKLCsG5BHJWhO7GwuFgT3GmfvUZ0f91VNar\nUYFl8fIGjeX0ke43yagsSbRUH3nSTSrD7mofubOpus6UXtOev01l0IPnKIWz\neoBvSlTT7bPDu+szAav0x8Y2gtt2vSRVy3g5mdOJm41JYNi3iN7sB7w99/MX\nJV/QA+qmumrKF5qJiy/6e1DHW5kiDwYCmpmThLksFRhkL/4GWBp2TO11q8pU\nsu8p\r\n=jVKh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLs1Iawne76mG1DHxvBhgxDxDTjRCuRMEXnGo0JCl8DwIhANUtO+Y9T/WcVcCaB7REQVfpsjBybK08Vw0qDDSxwYZ8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.9f09e048_1551430204795_0.7760668605618479"},"_hasShrinkwrap":false},"0.18.0-alpha.c8fe1b4e":{"name":"graphql-codegen-core","version":"0.18.0-alpha.c8fe1b4e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.c8fe1b4e","dist":{"shasum":"3bdf98fb4dc5e31bcc5ce537426e12bb8d48b94b","integrity":"sha512-aIVU+1bsHRhU4gkAlJTpGzljm3ERe11uxlH1vu8p5PoXcnr1ljDXyx/tx2OL/nt8VHJ60TOmY/9gtV5eeMkX8Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.c8fe1b4e.tgz","fileCount":90,"unpackedSize":88658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcePLXCRA9TVsSAnZWagAAr2sP/R96jPAgBBuAL69tBgKF\nNc8sq1zCmaNoeQOD/vZW1i4cMI/DW0VhmMy3X1sghJiYLXgSYmv4rye2sr2n\nQg0jC66nCmvS3t0G/rgtPBLB5XyX5pWCrDkv19SHqbESrMzchwMp/LD2icHA\ndHrH4s+xepBFe63hUYr9AqLHwtiktxcuTneJA6MJUGiQHXYJFT59eaC7wbXO\nVK+G8i6lyhWyXP6vVQ03UK0RFvDmv0xO0yMlbKoLuzI/bUnPyFmwDE+Hy0XI\nD6IitOAZaRJz7SHl2LaLYWhmkRIOM5PxfedTzqKODpV1j/NITj7ED+l+8Ax7\nRZWO4MUgMM8QMfwCuc3GoZcGXTOrNrIAWgCcSNsbfJj/LoyFCcIZlztaaLwQ\nSLmw1N4JQlA0X57flADDXSYxZmEVT/ZtuAwo1AGPuvJAGOSE5bxCpwAlLJ9M\n6+UGKECjKSfvbArdN9FstwVodPEw33GZ+oe1Vp2mGSNyiULCP5hblRDwV3vW\nE2+NhLh7m406PuTqBDtbT2d4sd6TvQ8M0JW1JyevRRBhmQVc1zRJGPW6a+Q1\nGJa6S3vah89kMPjJtT07yYdNA1dQWBok6Kb5aDcJ+5xNWKerSHZVS8tJDa7K\nIogtFn+Q9/vU83K7oNn9ey16jw9rJBok5/4cDJL84pluRcgVp/VgbVjdJjiQ\nkTNw\r\n=1lzN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJghEWbtgTPS/328BdAA4aQblsjzHjPQ0amFhBqulprwIgLu/ZLBwYBeLL6wU+GMwOtOfcyNwWf0K9sirkTD+rWmI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.c8fe1b4e_1551430358299_0.8591683417926248"},"_hasShrinkwrap":false},"0.18.0-alpha.3626921c":{"name":"graphql-codegen-core","version":"0.18.0-alpha.3626921c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.3626921c","dist":{"shasum":"ceeb2656540b29e362b01e83ecaa6866ca6388f0","integrity":"sha512-lM0A6UejjDhk20VI/clwHFbznZtnKwfY1QfJ3T0MaFKuU44bth6MiKHZ6iIe9Ol1vC7jWRjaUAQHdXePZCXXwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.3626921c.tgz","fileCount":90,"unpackedSize":91379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQHtCRA9TVsSAnZWagAAoyMP/3xnLjwXeeam846udXPu\nbsKJTPraSbyn6p2qYPRkD7yYklGHZp8EY8Zhmw7NkC28zdhxQI0JaQPytDWC\neVSXAtIz0N4y0Esqolalu/LsJ/0+C7fdVQpLr/G+AOVqbQgBUYL6eouMoOm+\nNHJv0YzdGr768j7d9RYYjJ2EsQM4N1D91NFnsN/BYN7OxCE2+M1Bq14t5r39\n6mZYVyuXMHvEku9YFS876qLqpIt+u8VDhN3E3c6Yeo2jPsv0gUwPI72fj8hN\nMWXLunTyEwZTJmhcWnbUi0gRVcjPvJKq93Q3JYgRyyid/bOac2R1EvB3W1Ol\ngl7u+5wtRNuznBOuWicMozCn8G4gyCQDWdtZdq7/AHuWUWtlF+TDMAg7YzNS\nozZY77UB3ZuTWWZERxX1wBhah3dnc8Jp1P2VM874w4R5SoNwQ++JVHB3Phs8\neX3bOsxZJGxk5jXlFth+jSSca3iw4ntsnpRFnemc2bnPsIVuoTuHX4FFiGBO\nRwcpN+WCGyTFPt/mhLmmC0OvqDK5z745fnCOojAe/4x62mtNPCo2vivKZbVL\nrRLum2eDxZi0oZ6zzgQBbr/VOeHdmN8j+9GgM2Rp82HvWK0zJU1wobakUqcd\nPQ8fQ2Kxn8EprnMLp2dGEgAXHSK+qUSR3PvMzqk8A1duyeGjaXBinrF7RgGT\nJW5k\r\n=ZuLe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDqiHa5sHivjhAh87Pygzy+c6tgQx5RJvgyDsAvPko2KAiBSq+n/d+ceV6hhcsDepH7WNnDzUSa1Bjfgy+VogHVIlw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.3626921c_1551434221086_0.2475288712578192"},"_hasShrinkwrap":false},"0.18.0-alpha.0a2f5006":{"name":"graphql-codegen-core","version":"0.18.0-alpha.0a2f5006","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.0a2f5006","dist":{"shasum":"43240436453b8815f90d1649494e9d4ba8842f7c","integrity":"sha512-hvgpgWSZaEk9uJzgKN7pbbqAGGnr3UxiaF/6fAxRbyyQDoZAAjZeY4xvGqz5KX3dS5aMfduAeVT0BQDrWoLtKg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.0a2f5006.tgz","fileCount":90,"unpackedSize":91379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQIACRA9TVsSAnZWagAA10UP/1u+5zPI8Cv/51KwEvCp\nEkTszddCzLWwCcK6olCoCzTntsXaYiWHCau+1sF4ALsSEaFwYNy3qPsxipea\nT+t9+K+i0BNGw2tsajeNG/BnY9sHqdfzQL2RGZdU9VZ04M0V2Sq2vs+Finoc\nzdzcS2PASsjpOnOp5jM3emvhGVcfMePWzKIjAhjvMqj9/F/TM9Ve3/lLuAL/\n4m2jDrM1dQJTk9u/Rt31ZoC4Qp5Ar79qbEnVU0KBQIIHdeyLbRa3KAlLqbgX\nm2xTKQhDXpx5uSFu7L1o2YClcs1MXNvpxTwZBS/BYUwNAnCHfDVrPtMLxf+W\nVLK72mccewrPCDwIOBQHIUSj5HmnDxaQv3DbQGBNxgcpAVn4EPAIb46Z6I5v\nXPVsclYudATX/McXGg/Y0gc4YKQ2Zi6TykNpR05NXaOdZ6gCuaCPEcLHUSg8\n4ac2NcrztugCPQ9EuR5yNdpMQsT0iHcY00E9AMUcuuXKruu87c4GO2jHCwNH\n7+IKrKTavoZ+Z4Hmez72fNP8HBGUYzNh9ycEmZaQ/KQVWYfewRRTrjosRqY/\n2hX5nJHDhyPCjYVaRP4d76Q6QhDokv3iZjjQUMrgXcnOK1fOobTUmaBiFTXp\nFYYQfuSHOKJaouJsJ4jNgXoVFU0Yqsn6zjPKrDe7AOTIsyEptsxJca8yrWfC\nk3fI\r\n=1Pu+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+6frJBC047fD2ZBQPxZMWTLbjGBYOGrYyB7oWLrosTwIgAJC9FabRtOt4x6f61guO/iTKwLvT++GI3h9AUMjjKIQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.0a2f5006_1551434239723_0.2793865849876078"},"_hasShrinkwrap":false},"0.18.0-alpha.03e18d38":{"name":"graphql-codegen-core","version":"0.18.0-alpha.03e18d38","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.03e18d38","dist":{"shasum":"8a72080130db7aa6c6ba1d4a6d240704aa482224","integrity":"sha512-UM4qrm1L93vIqfaWSLA5GORSVT7Qaik7Pp7QcwrNDpi7MwYyKLO6iJ/Ggaoz/NTfiIwzjAzr4eCJ+1pr0K1Qrg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.03e18d38.tgz","fileCount":90,"unpackedSize":91379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQINCRA9TVsSAnZWagAADYoP/2OgDdbITmix+4U2IRky\nOEjovTbMK2wFTmZJeUjsdO7c1pTD0lInXN3cZH/aP9J+renm/lGmX/ATC2YG\nyekHecwi0krWjIEq+AAUVnMKKEgMYH2odYk50yMWdwxetpNNY0odNddFOQ2a\nmwrgCfidZn38wC3t4QKPfQpApptTuQs6L/ihwHpnfePFrgC/QsFirDpksLT6\n/ajKke4QbB3J5y49/+6LnTSI3++WEiOZ4zC4KOpEGxiuMmcAFfggnPXOizQm\n1lkyWXX8BFeBaaCsa2SDfBlEG3ZpJiwM3YDbzONqtN1xKCLKA/YeQ60PjQW/\nz7HSgRHv1Yq3aeeFfhXU6yxlcG/IuSXsusglQwS+Qgu1EejzXFSp35ZdPDbp\nXVSibypK0yjWVzNgCVJmusAerrxP8wLf8GhS6jBEOGP3rKkJuKFGLHU8IR1F\nG9VE+EiIPMD/HSxW4F1JUnQ3TBlCERosKDIn/mdd8RBhgYb/l9msaUoceAEZ\nI7DiQx7kHtCO+XS07L7CkgYqOSzDt653k4TO8eTjNDhBXTrCytWOB7DBtsEv\np319wVbRcVB6iwXBPBC1DKVWZ1WoBsHjsvFOEB+FAxZWnr3l7N4L96FUNJAj\nSzuQ3Gg8PtGWckY8SCJZ5cEQ+YqHnD6tg91hr3gn6319iZfAuwDJwxNxmbkH\n6H8b\r\n=nv0G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHpA/3wSg1J/rJJqra+VP7A8fhi5PqwivD/duKsZAzHfAiAX3M0DjlGnzE0QZ450UbivN6NFsZoYqJEFnFGjlMw24A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.03e18d38_1551434252283_0.7209026386783433"},"_hasShrinkwrap":false},"0.18.0-alpha.a6c71b8d":{"name":"graphql-codegen-core","version":"0.18.0-alpha.a6c71b8d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.a6c71b8d","dist":{"shasum":"9a750aea07ca1835615607d6230fd985650523db","integrity":"sha512-XXty1N9xcWGNJ9q5lDx+B/gswyQ//HcP2MqhlPV7Zv8tF7WCQSHmR6NcYw3bRspxEewlL1heVFgcADWdPRCapA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.a6c71b8d.tgz","fileCount":90,"unpackedSize":91399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQJzCRA9TVsSAnZWagAA+AsP/jQbt/o9tLV36X8ZjSmQ\nrHyeLz7i2hpFKFmuLYCZNhUjoLj0vmSbf3y9W9BnFA7gqiwTXYjPL4vpY/Tt\nyjrEZNrLPwruCpnOhz8aWgLdXcWdP1VSP0D7YYgXtiKHLLfWsokD3riRK3/L\nRM1j1+ZUsLpkZYg5wTWC/tp8EYLdV3rWdOiEt2861xWMai3AHVuLKvnDhEpc\nD16uvje/Ow+lnBCpCqUGzgDyS7O0ubYcrYR3FPGOe0F1oLXuPE4jeEqp+7hU\nYdkksQt8OXHlpNsdZGWKPByQvnFIANetGg7ftpBGGDkAiAvCGcDW9tH1/7eP\nryhJ+3s9fbv+CwEXN4xf+fTvnR2XaC9qlVx/P+x4FQTZ6t6+IAMON4OiX9n5\n1l3UMm7sKQfbPXOXyhoXO9/57lwjg+rusvvgEkYrTtZ/4KiWwKgQghoXtE9M\n26Ex8EkHxjEaQy8s5NYO4CKwBiw1LqU351+NwH74bXp+moCElghyp874xiep\nhBDSRLYR6fRhE3JTA5W5f1Sp7L2lIZhOjG74QTB08HepmCA7MKRTe6d7PBjA\nFcTZlJ3IowqhdpbIUJvzlqYVliqGzorsp2okJGp7yCDb74TmPTk4/1+iKih0\nlBcywTQKCxw2JF94fuSjaQyZCaVA1mchyQvYW7qMat0UG75aSEGD6YtvPAXT\nrK4k\r\n=ltpW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA2lnjmyY2sYqpyhk5EDnKCBw0EI0kLo3t1ans0FU/CLAiEAi5MjyNvPiocbJhOUcbQKBsmp933wJOjlFUXblQJM92c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.a6c71b8d_1551434354642_0.8196305200287015"},"_hasShrinkwrap":false},"0.18.0-alpha.40c38b21":{"name":"graphql-codegen-core","version":"0.18.0-alpha.40c38b21","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.2-cf77c5b.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.40c38b21","dist":{"shasum":"9872993cb042360bfe676c0eda39784f6be20c99","integrity":"sha512-AJqJvTMxIPcmHpLoA/HKKpj3HdmNeCiWi+ppMm/fA7/kCn9Azylth29lYaIcITvxtlUUIiw3JYIUN/VHZD71Ww==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.40c38b21.tgz","fileCount":90,"unpackedSize":91631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQNfCRA9TVsSAnZWagAALmcQAJWFjJWhrcRFLQETE7r3\n8UDMxTVMl34i8sa5C56ddERVm3Zi6bfef6YaT+5Cn9+cfYddOXONlOo35MkL\nC8VxVpwo0Gl1zpSU23Z1Fzz7KMSLqSytVXpVMAJcJOpWhSUP2KN225NnWIdA\nCnZeNK7ys54ngYP64YxSDzTE9TU668Dd4x/2rX0wg94ar36B5IzTbXnFqouP\nv6h0EuTUdEL150HOnQeirMPsU6O+ObnIJisHp1sYKgvgkgVHZRnca8XUlVo2\nzLRehxz5btI7pho8Efw5CtSE++sZlZoJkA6lxP0eFvFG75lTLHqOhBblXB74\nezVS5BhQ+C24+ZHSEmaZdK8HjZhlmTIhcUuRttGwFOoijMNjAHHK0tedIM3e\n09qT4N2SxxR7rdhgQk0ECXHHtV9ZczPd1KqOR9s1I0GlIcMe08EBOoSlSYuZ\nnSUC2fiH4jD2xntXrdDoR+KwQMI1uWDkNEH4kgpESzPrTj4EiIpXjSkH891m\nqSH8sAX0M6O/wvCfoo2HKfctjvIJBR/ZaLvCB5pyq5nLCwTkQsOvgxxaQdPY\n1KO+MByJigsn+ajrUMQGruArtZQS7W01kChHo2NKdBdxRbAhs5cz2W+9ZrbG\nwCmPd1NNPZ4x3t8b5VAEMWxcHmTwl21hvmWxfQ4ZCHSmqsKegB6PMl9Qpx5w\nFxoG\r\n=rpVz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcxFgZH4TRMfXwHZvcl8oESGGQ65DAOyTJYp0xi2X3HgIgbkj/JDyuNXbQAIqafeJdsDCXT7/NWEvfNlm7JJPAsFQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.40c38b21_1551434590610_0.8440437361572217"},"_hasShrinkwrap":false},"0.18.0-alpha.31aed16b":{"name":"graphql-codegen-core","version":"0.18.0-alpha.31aed16b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.31aed16b","dist":{"shasum":"2b59023520f26f6d01c4a07d66be128735e4ec7f","integrity":"sha512-dKW+isWLtzzQkzJGz9XaQcZ13CGwfLDYrZczKSL1Qo91ZwZjbYnbcVl+UHWDJyR95fNeqwe04zf6pts3/rF9tA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.31aed16b.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQTjCRA9TVsSAnZWagAAc8AP/2g0JLdXQNqkFygK6lAe\nNTNbXranVYnO9bD3jsSmP3N4KU7iuuVSt5R5PJpB2BfvDTM+uZ/E2bU60Web\nskTfTRP5IxJhCMig74Xk6qKKyu6yFMHR1u6DHB4xbGWqdImkJU9Vm9YN08sq\nS0jYHtzvXEkXUtoM13g8W9t6heazra8s82OYlntn6KjM022JHM9QDFSiXOAe\nzSJcaHXrmvnBrUXItuTWQw4fLMTAMbmwYBa6oMapkyS/22VDwEqWyXj2DX/U\n55ciFFeP8X3GovqZpvXXPS1ZRHStX6U4BGwfuCV9gWM4+xWP4dfDfggziOEl\n/Uit3cEkXz7FA8jUZsQo1oJQ2n3f7pxfZEbilNV3jKlR2MgJ9qnyP8OJmTdT\nGcAu3kX3RpaaNAu2ikxMO1gAaBGWDJCEqe7XUnbXqFe2RvnChFjPCJgc/tRk\np6K1SPq8O2upwFTBoSCu7xJaSMHVW0aY29ipQIMN9JwPoR9t7gu1k9wQeFsK\n15ELtEIqpAfWQLxxMp9RgKcPInT+VjuY6ZN87rSVIqS9mBq55oZSmPC2Uk+7\nD9U//3yKxuid27PxZ8B42QFj5K3cM4zVxTdrQgWFJIreO/qJufqGesT8l4QB\nzz3uygbBZeFanG5s0HYDbGrqTxfq2kvRpYgkOlrStsalbkvj2+W7nh0oWgm7\nHPvO\r\n=xcIH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAFvY7/mDRbjChuofj246nQ8Jv9CgKr22cJPuupYh7AiAiBFuaIBrs8oOjOAEc7sqsE3UumzsYj9wxzxG5Pwif1ThQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.31aed16b_1551434978499_0.8938359734430297"},"_hasShrinkwrap":false},"0.18.0":{"name":"graphql-codegen-core","version":"0.18.0","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.18.0","dist":{"shasum":"4ddeae8b0ee06041d255b5f6e55e6f48ca9ca316","integrity":"sha512-XzFJoPtsIT8ww6FzFODUlD4h8ycyIKRGIhA86KY738vDcQogMr3Ejh0ntHZq6Y/zLtEiaieXSlXb7OymVN3vbA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0.tgz","fileCount":90,"unpackedSize":91606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQezCRA9TVsSAnZWagAAInsQAJzSvB4P650CjL3cnguF\nE/wFboQqjsWK2OMR0GUf84qEG/sVl/T7KAkxHC9OyGSaARVwk3AfcMZAbtmk\nRZKWAUaI7QITiuxqTwnyUGfSEkXnzfAn5bJAgQ1VVIwnKLrWrnkkr/gSUSHd\ngCr9EQPgihz9z3LcSFoqyKCKjNudhmqfX+x7xbzEgv0lm0tWH6CTyxXagI0Q\nweLGh3/x6ldrd/dMHIBzbLXdj6oAYveLVhfoXly5bcYJjft+F5KvPeeu9FzF\ntzF7diAiU8XTxNTK3GqUUnCxdOiXkWFAqeQVDscHH7FfgqJOdyISxUTSNR35\nEYYvosLpfIbzbKRgFPkrqF37W7pwdMYVzHes9az4ZIsu+18k9MF98slWclOV\nd9Mik+TbpDg3coL8r5iNhn14RgxDG1B74278ilc59QIi0+hDO+hw8iXrrhfB\no75AdgoGtYnLFg36ze8xKrALU3RWaegqdfkq1TIUvlVWgnI7leWtuBV+bv4b\niTkKee7c5Az13sBPJx/HZCaaNKmmOLY6O4gkfyguUgXZ/X/ppeovVkDUaHxg\n8Sz7s4QIsr/orKD8xrhfkTWgDTkHLK4a6fUxsBG3jJQwcpCuKXq5u0bNKk6W\nmDrCYAZN70cdkj2hWT4jAgpBvhvy6wvJcGRxsYbiGWmRQCscCerQtODvOb4m\nX8RR\r\n=lEWn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSbZF8EODIUuwg5gA5Wgl1nDQOWPCxuusIBmUY8LE3mAIhAJQ+CP0znmvRARQXUCg8ZMM73dxQP8POudgxPfx05NI6"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0_1551435698196_0.6793873206492174"},"_hasShrinkwrap":false},"0.19.0-alpha.71e6396c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.71e6396c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.71e6396c","dist":{"shasum":"33dec785d52432640e8c4ea0885ec156af6b98ea","integrity":"sha512-naKoYPj+LWJfln30ftWGDDmxawYRFDR9gsoA08AVwUHngQdyymdvbEwDptftIRW4Ws+2VDDAOiis2bCk0Bv0Pw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.71e6396c.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQldCRA9TVsSAnZWagAAq7gP/3d8fq1lsEZSfkcW6uTK\nKALSq8HcxaLjj5nHMKAdfNqL2H0cC8x7DYIVIUTch2mqFSWBtd8BYK8DdSq2\nECWfyGf8gcdmdPIN6vgj3jwMCJJg+JCnYojcP/2USw1W1z5Z/57bqVAfm488\nUFmVIdZX0AYq+Vx7JNjfwjrBQNChnwlwh9fTg60UvcLvyJXPet1Bg8mcGrof\n0pSDqnk372PeIebG3hDOFVrm3jFKBwd6X6CaiV8aHApZjWI9ZenjUG4tAA1/\ncG4RXMRDWC9/SXo5vJ0qNnZUWxeUNysZDJ0moBe9eGZxnuQY6BKp/EQqEwZT\nU22KzjPIKEq3PvsJIdTfPv3ba1NcqYO9gX1GZiqp26znLnjz9yQFwbrQX0qI\nS8qCdtDDbUY+BnZ3zTDFRVSyby+dC6l14ukdquNskNrNfr9pRPEZImOILdrK\naoB4vgHVk5tLUXkbLTSG/fP4ifYRmZS9gn+wzDl5zCRke1MNpMdHrBjwjd1y\n2oVaVsrdZFhnkwG1PhthQa9k5DkCFNKyvNLokd11PemEWB17kzlNe0zz+R70\n4L27i/fkWJ3WWBHfdxJeMq/vgLtLvlQ3aLDIUWRXZk0T2E+ReirWcFY+nNmC\nDDCLLQ4gcpZsaN95rbqOValiCWhHOoaV420/2f3vnLtFpSyTQRMNBTLJBJfg\nboQT\r\n=SLkK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE1nafX5839mEZtZTRsQ7V0ZFp8PhPK+hS6iF2i4iKlPAiABmJq8l10ki4GbmjnITjdVUneVU7DMBuDywkNecO6kDA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.71e6396c_1551436125293_0.5653925653113439"},"_hasShrinkwrap":false},"0.19.0-alpha.2249ff45":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2249ff45","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.2249ff45","dist":{"shasum":"d5587dbc8ae5e2db4f8692a754a40b72ea94cffd","integrity":"sha512-CM5oXT28MuaLHjgRn47KN4eTSYIoAIIzvd07SVZr91PHYz5kIWo1/2e4qqCDLiJ7B0+/FJJmmER/p5YRxZMphA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2249ff45.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceQ5qCRA9TVsSAnZWagAAVhsQAJ1tDXLlrPdmpxEvu9K8\n0YJlYPqtgy7rIE1miZ95uRNJ3/XvS+3UNlZ3pMzqKvcADQDtamDCOFe58uKe\n7htcbpaQhXaAklARew+3lA4CMKYJzcqN0N6V5bnAuf1ftLOlfBpie4xgxnzd\nbBQsZxtgaRYh5DSiRBT7J4ye5kqncCbtlO7M9dJ6lUnT3uSgb+WC9NABSAES\nslT4ZjOtyFb1SP/es/8QCyAIs5VAD2gqh3tnc5+R3AWKlQ5es2bf78N62+Bd\nH14M33E9dYnNU2z7tN9DMrSzG0Jp440VDrkHE74rFJog5cVK+sQIbo0h6zje\nxi8bqa+4tgbPNXl4Vkes3XP/Mo/q4tEqp7emb6XmdVLZF32VaCtmLcEzx4VZ\nPVZYlV6RfuZaVPEVOUztc/BA6Gvvy+3R4JEFH86x9UnC8U5tx/LNrWnH7GzL\n7jboikd4QopL31ij7CMWBnJuK145ZzPME1vAM4U/H6r7FlCthEm4qFb6Wb4E\nYWHmcIgRicjNpG2PqL8fQj/+DVNpFuQouUtFZXGEcjD/cAKjXEPnmkGgGLAM\nU+f9+q10ohL+oXTba+9q0XX0DZtLe+4xaaCghhb3rSI3HuYtESob+xp2eIlv\nPVa2I9Gpq077esQet6xwcpXePyV3m2RhWLAcoltOaLqeXDjIL0pXpt4vJWPX\nouuZ\r\n=VK+H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG8M4aP/OS1z5YhseGtBncwvJe4Kca8dz47M3396bxq6AiEAzTRPIdaI/JWAMft7JMkBNRmaYjcuHus4ilD8rUwH5Pg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2249ff45_1551437417269_0.6208267696173864"},"_hasShrinkwrap":false},"0.19.0-alpha.35980e3e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.35980e3e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.35980e3e","dist":{"shasum":"68f5eab7e13e25fc67511a18bf825a09b16ddfee","integrity":"sha512-/Zd7DgHSZS6i6omGt1BYq1KJWzEv8Ipg34z4tkcjdlasQF7TUaLU7+KMsGl2qOzZjmVN+wW7dha2A5744aPj4w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.35980e3e.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceRNRCRA9TVsSAnZWagAAfgMP/04oO7Za4dbpNP+RDBkL\nU3YYk7X4xAlLnwaFb5lk6Nmej8aEm1ntAty8PKD/cM5qHK14dlcwEW2mDMze\nLvIdujjYbNUs8Gje8gJmclpzdE6XLRJ89ZJ4EIWJu0sY03n1czO7qcI0pfw6\nJO61duhadGJo89oKnbOwdpp+42UTmokp/qM0mLWpRMtRmqbjjfWWe5QpLqCq\nefQW3254qhCoRZEon746RMJXFUdHY43ZBSOD11fqJRG63ZFg+0YBdjvE17+Z\nN2JLeCACLb8yKqij9HJ4UOxi1JQvt1YSYkT5EtrhHjxSh0j1GkoGt2/SAjP+\nfHPQweOcS6wcFCmN730JGMo4ANswtA3uUSCRUTPQDac3ADPhUXq/9OCciS3h\nXOw+Wd6wP3unAbW+4qHMJpX9LYPz+aJPd396dAqIHRJJ4OaMOwBPGI77M504\nzg0OWtWxzka7a0K5DX7mad9vyZkRp0bXstXYVbZYXyGoRB0yE0YjEMV2BsUz\nUMDmdFTOy/V6pS4khBfP+DVPesGnGS8YnAMhGA6iLDKvV7qUCOSzi4l/IJRX\nSb0yGmcTGmMIPvlvkYTbItpGLKrwDUfAdIdoQ9xe1s5Ma/oEsfmTQwmO5XhC\nPU0f0lSy2UIbud8bdROdhWGeZWKndXDkixTzs7KSVPjoB+bSZi9pOn183wOz\nWToU\r\n=zdAg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIESw/6w2EyMkdmZglabXvejk5qGegBnXcWd+RwsSb9JsAiEA+x7HbrTuWU2nzoi2bp4OC/XMa9AmQYioVEahf12CDiU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.35980e3e_1551438672744_0.14737436622017874"},"_hasShrinkwrap":false},"0.19.0-alpha.89ed12b6":{"name":"graphql-codegen-core","version":"0.19.0-alpha.89ed12b6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.89ed12b6","dist":{"shasum":"c1ce2e219ba00a74bf6781c1b6c4d167d401ada2","integrity":"sha512-z7FSauBEkHQ9eDCsper6FI8tTb3k2BnihG83M679znkxg2RF1lFT8n+pkX9+jc+92iQ5aOTSHvbfxPmXEu7Zsw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.89ed12b6.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceTYTCRA9TVsSAnZWagAALfsP/i8jaoY2CWDdGXHX5qBT\nK/bNI7u53tJLljPD8+RY2tXpoiCSz3wqVypXSS8IGWd5zqBcZbeBlbpcv6JJ\nsL5THF2xwGt9X6p2LdNOvf0kAf8boVIIk9+9fBRllVm0/Yr5/kpsoHCvZmUH\nUP/2mLhrA1xg/v4uc8l1KJWd8EROZQPzaGMZLBsHXa96reyKvVTP1kCZvmyr\nxwotUsWtXmY+cI1dXuTrCZF4LBGovGRwoxzQshGJBFhnisZRL8Q8hhLDMDiD\nFEE2O+aWDb6o8X60unL945Xx2LBTGnCpxmB455y+EdQYFGdO3+B3UFVbMx/m\nVD1YbHcpbTeeJYI3hZMZpg9MvogznKXeH6ogHrFWrxfbRY8MRz/g3xmYe3S9\nvDF3B6zHap1W7Apm3hD4OLAuX6NohOvYeYJI4pGATIEC6SQhkPlFtbUhh12G\nsopxzlhB70/zKLLCMH2gKU+TB/V2ARxbsXk9/kEN7UVEV1TgCKlZmX+AblEz\ndygrLh3cACiHUTEgIcqgWLJ/cD7IZ8DdQ+lT0zBZzDhtvJo1PSizGLE7z1mf\n4pjEqjaHm30aMXdSNB2UOpCd/Wi0CCfO4+zbbWC23S5xi9hUuDtastkjPZH1\nGxK2r71+A0NeiVS/m9ubCBs4YzJbyAwJRRQgWGptjnY0EtAQFrNaHgSGg27E\nMzhQ\r\n=uKuV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIWTBfG5W3Y4oJB9cLD/1Xss3gRYBDXN2/9cBERhZORQIgLwiix4oHv/Etdg+NJVg6eqGj10836e5/Wv1rWvfoXvs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.89ed12b6_1551447570459_0.12159686059668906"},"_hasShrinkwrap":false},"0.19.0-alpha.2f2a3a34":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2f2a3a34","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.2f2a3a34","dist":{"shasum":"623bcd6d6df71293f7157a9c8b7b54c78ddbd187","integrity":"sha512-pq3QYbA1JygKivazNgbxKWARmGD2Hule3ZLP13tJzmUJuvNfZZ1zlwbBBZV1+kt5eorQUiBTteHulS883v+TSg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2f2a3a34.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceTebCRA9TVsSAnZWagAAnQEQAJj5fSJCiOljKo6XUmKD\nFTz05kJBAUvRtToC8WngSU1DJtWmgUasYAsVUXffSm42GkaGJVpAFsz4S0M7\no7Q8ibQWpiasm/E6m403pJXYsoYNRFEWcPO6FKEEEdeisX2KLp9EjYUtjCi5\nee2gdecfMugcziAXVnbRGku9GIShYYHEzoNZWyROUKeQ8eV8TPMQdPKNujLi\nVmPB/0Aw2kr42udqeD+Z3tsEtEKfgrWKstNdBAJJypx47JLDSxoRH8C2oEXi\n8MeQ19y2r4Shpy3Zn0jenHN8CAhrSKJXc06mlpUaAsizJQY3GLshSaS/TBUh\nBEs9nAyDoZuz6v48fRFrg8sHwN+5OUAp1OnryXZzAJGUExBYd/3tYRcST2r8\nqtoDPoyegkQW3mZqf5OxNiDZtP48Oe0cOWsxDhZlJczHej1oikXgf+ail0cj\nvMQGXR9lsIyE0vwDsRgJ3DfVL8sCrKwDFqGukJeMlgtMMzBjHT32TSvk4Ntj\n+QqZNLsckCVt/DqTsEsndpBXopFBuKuznM6azrdt9pS++ooh+TkvtltHMj/A\ncPuMYqSt8jfMAZ4WdlRAFJtVYY0m53erL7TQD44c17DiZTcDqtJTa1kY+xki\nBYJhfPIqfUXD87udfxCCDAOj0U8sejNw4R6fQAzw9BLnMDnZLq/ekAaQjWBp\na1a7\r\n=kG7J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHr0wp7mJJ1keuaBreRH4vxNcXucdS9nQHIiXlpe5JArAiBpbnq9SJEthTvZOOnVudurOujfvjtDGmIrjVmAf4/mMw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2f2a3a34_1551447962812_0.6417137098200181"},"_hasShrinkwrap":false},"0.19.0-alpha.eb96a664":{"name":"graphql-codegen-core","version":"0.19.0-alpha.eb96a664","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.eb96a664","dist":{"shasum":"9e2044b2733edd844cd2f27846e847cdeb2371a7","integrity":"sha512-A64mHjjE6r5jDvNnHl4NUxtnCR62CMvl0g+xuIJbj5MZO6aJt9tEyGItzMeMJDAKaicTKlVaD5p13Jw4EL7fYA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.eb96a664.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceV7kCRA9TVsSAnZWagAAdNEP/iFTQsuN67LjRRc12KsR\nDPXOho7edm/QpZM7bJkjRStEz1mLYxfCV3taMXaU5zusHBpfu2Y5BtZmhQzO\nZw5RxiN63b9xglq3OXUGCieofPgx9iIim6/TqVhCteFmiwIejA56U67XUh1N\ndD5SIVZuJudaB+05z2yDDI0futqMXL4ksUw6J2MHswwJMaZ+SqewYQf3nZmE\n59ugRrJtNjKmhRjf/4rgipXB8iTtGKARzRL7J+Pmem0fZLTAU+3nAHmrms+I\njHSwlUfwyI2FPwUlCToZlplFdheLWvk21exvfxtBVQWsiLk1ftkrP7qoGvyO\nFh5eyDj0KVPNokbdk5yFoV1BjXfs7mUEx2c0l9U78cHwEkiCTRUI42IfKVY9\nU2C0TAccDCPWsgfoABQCHicMgtdcyqqwa0/Z8MxfwIoqa40N1HW7WGVXm1/7\nMKig+vzOBanRIT7I6IiKKbBWExcDAhTnap773APafXn/s9Zk8EE062MM9LY9\ndd7SNs+F1FSgdXX8GTUnYGF1cPyr6EreX4h947jv8RDuH7eaRDxucaI4LKCC\ncTt4egzhHUA5A6ONAxOYoK0yBdSQUdDXP5CyJrZbcd2p7+w//LNiBMDTBVrN\nyXs7XxyMxWOfG+bEFKQsoVzMeg7dG9ZqGobh3Q8E23qYwKqgDUHOCGwOclXN\n5fHo\r\n=utf9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEq/F4QO6pGuSQv7WC6QwHs6VfwlrGYoCfzcweXwt1MMAiEAyWpCi6P6hqVi4kx+HY/VluxhpffuDraBH8QXEsmcYJw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.eb96a664_1551458019953_0.05696915013102544"},"_hasShrinkwrap":false},"0.19.0-alpha.f6c5f227":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f6c5f227","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f6c5f227","dist":{"shasum":"b32fbd386c0d14e2d1e4cf9bc012234b7273c171","integrity":"sha512-4cMVarUYc1aWoaYpTWawSAjSNiAbTvYHHq163GaotWy8efo+5tdw1uUWO6uMnk6lX1ExDRX1zHLfBkPm1t43JA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f6c5f227.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceV8BCRA9TVsSAnZWagAA0y0P/3OsKjI4JmHYh2wWYckN\nbmmDgV7UcV3pzqNt7BVWenpW13qUfpMkNe+yPgcU8+MnzSONxHKt+KHqa8Lx\nggo4BnHKf2uD10TQosXVGe7EOoFS6g/yyoKbK7r+2HO6HFPZN1dKwH6QWsNW\nafD/YrrGTd1MqT0of/U/NkJq753LGOQei5NY6WfYO3byP/j0skn9sfnt9fOe\n7EjRIgLnYpU99Pah4nQdzWnangVvVTm8XM9lKfFR1lVVSWBs6aREE8Cki/5c\nf6uRYljqrp9cGqAdcCEMIXW+axDNkNN4aRVivKJ/jfSoGasnjwT9AFwMXWR/\nScOYpmkKny/nYnI5h8oROf1BwtvdYLojbK5/wxBgEpJXwwhSJPVeRZt/Z0gU\nLxChwryK5o9JaAt/RcPnxib3Ij5vk24jmE8dGrQpZJk8+xuHBy2wqqbeTUn3\nlc3FhICnvsZgK1fUTd8sMsd9SKQvajmdvmqxI1MTn4plCTzn7UMIKHgLe/bm\n3qVEldfvLBUHbAUgBdhkXGd7bUFNJqo9snIzqUpUe4/Y3Y1n3jVpS12UHYV5\n3s2PuN5pSOma+R1M0SfzqpEwxv3YlaxeU78PAZp1EgxPKTQLyzNwc13fQpxA\nxxG5+Zcn/9ZYf7p4pzt8eBoXCCb4PRnPlv+trJVyujNu0cmo7ru58moJNLHB\nbh4X\r\n=SItn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHaz7wGqIG2fOSdcxTMaaKhbMourPyIigxIx03gKZBmTAiEA9vEme/i9+X/nJLa7quJt1Q1k8umhizaGtenj/Gvuv+A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f6c5f227_1551458048688_0.13299894462385398"},"_hasShrinkwrap":false},"0.19.0-alpha.522954d6":{"name":"graphql-codegen-core","version":"0.19.0-alpha.522954d6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.522954d6","dist":{"shasum":"4b7d0b2beb686287fe7a8d8f53f882bd0f4559c6","integrity":"sha512-ObdM28rv4LxOpDKUlKmWUajc/f5CzTRC9SHiUu40uzBucZ+gt8acuwtQpn+MNw/Lh8Uy4z1ALsbaXuQ9dr9QWw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.522954d6.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceV93CRA9TVsSAnZWagAAIlIP/RfZdxv7/4cWXElm8rj5\n01hoSvtuS4B7NmIZiVdFDpC0D2U4QEdWysHknM6DnAXQfzCFSmPQTHhLvtA5\nHTuiJLvOQFfid0bAVdafMezeVI1hjOvCicaTeCj63omMTkkFRJzO3GqTFyEU\n2KGGGwOaz/HEU1gPoWqrNwCLK1bsE2EE6Vj5CZKkOUgnf/a23Piv/pbDPE/W\nu0sWsdJIuRWMXCuL7MOJobS3H1KY1le8wkQ5B7yXD1YNv3fLZ998lOWLSyqC\nEK9cIrua5zGZ+/MO2saHBK0lW1+NO4Oyxzi0hP24GB1WRITgfELTWK2cHP4P\nhErI2BAcRm0wS6rSbIsdKj8Glk+LQPpiA6POTiyYSCCZWT6ZQ3DGmWW6o+ZP\n6nCBmJNe0phVyobbIdMyLErkaUq7t7tK4poqnRiCT1uDVelHGSDs0no8tVaN\npRdrgk5/4KTy2vt4SaWEWHHWvPxQpXO5SYTcD76bb5776QL0atVKkRfuvyRp\nAUDMRbO2ecMIhLJPKWc2tztg9DwtQkaeqQw+uAILxoyTCjd5fvm8vP0wv00j\neawAT3Mt1634XTZ6Xd10xxtf9+ukdUJN3KU5160GnZI/XVSHE4QpBYEpfJIw\n71OMUseWxosYwhEefOTX3q9s9Ar4uKgOtijBMosmJR549vUJhfggCpz/bsWk\nWQx5\r\n=KNVP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEXUl92LEfltWbGwVgqJzejfRHWbjcnFKW8cDhSnzTZKAiBMI64rzclEQWIyUjtStmD2MVmsBlaNtlj+ecjoZk5dmQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.522954d6_1551458167193_0.3799997199953655"},"_hasShrinkwrap":false},"0.19.0-alpha.a6afb569":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a6afb569","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.a6afb569","dist":{"shasum":"aff8712dc3ec5584a466f7423c16bd413269a472","integrity":"sha512-1Boe7iWkh79tUSlMCb0ZWD4ByvxyXA0nguLPWRReUykwgD0yqSekzgLNMJFYjFhBdtkiTgX0wgSRkHBHC0LifA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a6afb569.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceZMwCRA9TVsSAnZWagAAFfQP/3CzCfok17/5k0A9RQAN\nAZl0YPSBPaQgGM/9O1F0TBSGiulFy4UZ+QGqD+ek79bvZa+wh2et6MrnOstt\nbXwzzpWG0h9I1obO0v/m51vyr9SNvQbbGbf+3Hc0mmpqnkg3LRuC4xvWT9HK\nTxBaHutmxiq6Cfh9Gzu7OTesNS6MiCSYYyLsiMugM6smos9i5DIIJ3lhdfMW\nqRY93/jDUiDzDSvQ0o6zFCXYEl+zjdOwrRDO61V5OlvRzA3xXSDsPTHmWrwy\ndGLLZONectjfaAXJXxHBzhJWNC4MDjuaX6lHJVW1V8Y/DvBT0bithb0YvkFw\necMDK8lZHpSXjDQ7re7t+NEBvvlN6kXomr3QpMKUdf122n65yuNg/7hV/nde\ntZSwuLdeWjGOsvGi5K+cxQXc+c//rPYARKsEDkxCA1SPl6MOOsgBE0upqDgK\nHRcJ2wY1KDaBV2qCNlAvzWHswRrGatBcLaK7ZQRMBw42yZQlUnXiUxZM/tqd\nIa+lHjyZ9OgK7JsXdkT7dsIN6H1kJMri2/UtMzA3FvemqBSGv50Gn0uXlLCo\n46EJpa4FJhPA4n0g6d9VG6m7uTxoQwB8MqEh9XWeILMSJVSIHuP1eW0yd9dv\nXTHUb+MPN/hjoyLSCs9nxX2TC++Bmyn2eG1T9CQPsjapKhyw14NqNzwWH+CR\nX8Xu\r\n=fnwI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGRpnjQBO0sDr6qlo3hD2gQRc5el8suSuupu1eg0DjavAiB+cDGDJvvIs39ev5nT87dh642jHqzNHIOCjVyd+3jTsg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a6afb569_1551471407804_0.8491844490785347"},"_hasShrinkwrap":false},"0.19.0-alpha.e7317ed2":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e7317ed2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.e7317ed2","dist":{"shasum":"d1010c251811f34e17433c86da1cfc470b830306","integrity":"sha512-uLM/y/k4gDD5lPIbXxAFbXDzaBNbFelqiWh/rGqVM9P+kne+NctRoyP6v7rV6iA/ExktI8OPQuNEkyLnJuCtTw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e7317ed2.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceeCYCRA9TVsSAnZWagAAru0P/ic0KDvocMKzJfp7QE3X\nb+HCW++Z+TLlmdCG9ar73N9LRQzD6ITVo6+s5XjZrZwKJCLwHpCQtCUDeMXE\n4U6mTSyc8ejLFP/ToxAa3b5lAZlgvzeB8cysddWJOczzj6IsPDxPOZRQoNwD\n/Ndo+BRoQvH2wp045mkq/vbTEmdkzceeTdLvzcdnVe7vUGZYJIH/u11qoGq/\n+2hQtDzx0e0zAPRRkD1MPcoymBpETASTMSUFgSsMdEDV8Fi5yYoJuHb9JjN6\nMsD3yg5VZ7x0WiAfIhk8e2u6Vkvzgqp8+WVWqCPLHuprvEp7RQVsZR+3UP83\n06q1BICKKz9QlMZRhHkBsOZUbYRSZFogTn9vywks3h5tvAvslz+eFE7a06xV\nBAnsTFCxLRiQxhUbPD9+Sb0OqHcgwBM9tzFFp1jqvPjuBbFiY3nq15Uwdraz\nUYz8hpU40g+/rzjzjxyH+BydnpVKkjOT539ZVIq+HHmTnC5CmPNcd9EsaxUK\n4vMWHGPQxXMH44eAHBZXgmoJtcnkXe6nyie0aqYZEDSIJTKNi5ZAIf0/QKhu\nQ3WPYtSHt6yQctp+aS2uGY5AqK23qh4vjGJWKLb1+DknKU4k7cGsQYH5H6Hu\n2DbgPFlCFz2X0G7IhtkI7/ARQnAJk1o7H2gocQdPD6c0OZrJTB4llB5RLxy1\nDiKM\r\n=rYPF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH52JF2Jqhk5zPBftVG9VfNGMrquCzaSpKEs5k2NX+V3AiEAxSzFmDK//FU+SRh1e5PfBToOWkO4/+zUBSIfFByWM7c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e7317ed2_1551491223335_0.39654692235972844"},"_hasShrinkwrap":false},"0.19.0-alpha.01ec7a55":{"name":"graphql-codegen-core","version":"0.19.0-alpha.01ec7a55","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.01ec7a55","dist":{"shasum":"98166b3d312756e62427ef0b354aa2d7ad531ad0","integrity":"sha512-6Ypu4ixAuLK9xz+Rf8fgQcAjhdNwypkk7qR71C4RSCQloZdl5SheeLIFHhBtuIjA0kkZ+yxrphR2ZmpIKHNcsQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.01ec7a55.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceeeHCRA9TVsSAnZWagAAL/kP/2Mfs2Im0xAwwFCQjVz9\n6oit9KSwE5EO3YDBZ5kUx7juFMN2p+nSd0M0Ez46KVc6tzYTCG1ZSirDL0dm\niuEUzDpwVHuclxwWb4yNNHJC+KAPJ+X+Ou007G0N9E9Vk0v64TGwrLJolpjj\nG7YDvgLBNOe/M9v1TlJp03A6dwIJY6yF4GaKcNkz+lNXxffWNi06H8NFxFkV\n89biq16761Klv/v9dQhLS4UyiRGqiQ7pgFinzOoB0c5RxBQT/PmQU9SsmToW\n/oiemfZ/svJbhO/rOr9xfzphGf3SFQQdRDeR/LSA3SmtbuhVpyfYWsjmAkC8\nDZ3+q3Pp5iLNKGFMJZ/Cjq4rXrdp5fK5VLTcoHxTZvD7K7StXRAYtxkZxK7S\ncWuWBD0TDQx6G+A7iEcfVryRazf90MuRPteYeaWxXzn1lWEaEYg1/sayA+2l\n1kQk4sGcBEgaNcKn4SbEKU3xzNQVeyXP0hoWfYYvm/am8XgBfVXSuKQ7iNYj\nLrURWi3oD29kFknao3IreobGJmGcVnOmYILg4MIuYDdzKjOagRDI/6jmKrFc\nOFx0DCqcfkU30DNNvP2fgyOYMCUPW6FYr/T9J332aogiuxcC60eFH7Z0jaLO\nLTxBLUMiaTGvBJIPGLTlp35Ey3/RF/zmadYFVLd93TKd3nC5fAilGVsscjtA\n7aTP\r\n=Avlh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNuEETdN/Y1C8NA9+wFFtXmBWC0p6garSx3CBcUKBsgQIhAMV0RHdgZYTVGsLSEGtHKZLv8TgieYv9vfpG+AwInhjD"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.01ec7a55_1551492999026_0.5455689567010893"},"_hasShrinkwrap":false},"0.19.0-alpha.f3b9e563":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f3b9e563","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f3b9e563","dist":{"shasum":"c001036e9596b22d47990d211b2872f76100fb6b","integrity":"sha512-q24VMo3gIXkeG+FfxOjSW0OT3PrhCdenhxcy+PjsUUDmnhjZICeNC7mg3IS/HMilQF5mSQF/kZfdsp0MlBm1LA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f3b9e563.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJce3lKCRA9TVsSAnZWagAAPoMP+QGmht1x4yC9j73YygfZ\nIOs20DZWHXMUv02fGofxe6c3IFze2BKhmC681nhcfQM7/ynChw2/XAxxrVv6\nXh70Xs6+0AKF4HUMDr6vfnfJC/EZVsz4Et26Ld9ypuRLuRBSR2okZk6aBxZp\n3IPGpkr43v4+wHOMYdOajqcuJMRwMcw+RtK0z0kxqRJQE7Wu2zuXW7xfy5kf\nkEdglQV/iqJijU7hTgnujDY/XCN44jdXynmhIWUubqqApZuQfat80xRSkv9+\nskasjj8JMgD5UjJM8Hd2mgWcNV6TbH5H5AjbDT3JgkyynGXlZ3DNBz6jwLHY\n4aONSHN1rKweGSKQuMQ6cK2xqBJfFHAilG1mmxWFf6aXDHlOCSoqq/Nrs4+g\nnviFnHP36SzOcxhgPMdIAClhAPi/VT7BqnFDviU2Q7w3/fpmmBIh1utxG1pM\nd5+DLN1CNzrw3KFQ6lpeyIibmyH/RifxpwIS7kwISskLTv8fzerxQRcZAch8\nJrZ0qSXufur5UnZO8joPaMwwwzHDoZLSDiWpVy9MLzCcmGCA88iKkq1uD8/c\nda/a6i+bVYlk9vamRfNp8bdejkKEINqECWByjVdxA9ipeniECKkhKaDyj7sE\nRqOVrSOcKSijXxkro+3EZ8RKuX7o9S96FN+pMzHhA0yfg6Hzb/gXa278i2Nz\nHoFd\r\n=s6nN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCn9t5Yaz8RUDljLftF89j94E5+bsf+cN2J2yTHiikWywIgLpZDVD5mn27FzeLZ89y5/Lf7GJNhpWLb3tJPxLyMDMw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f3b9e563_1551595849654_0.5126301100213995"},"_hasShrinkwrap":false},"0.19.0-alpha.a36cdd19":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a36cdd19","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.a36cdd19","dist":{"shasum":"879031aa2aafaf61fc7fac103b39dbc989030737","integrity":"sha512-m/6fT39AWt5KO8rFm4ehuIpLGSefNnfESZAJ9TFhkvsl2wgvLPEW2ym3NRj7ubcLBZgW0FAzvLCF2ot0+9GPiw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a36cdd19.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJce+XpCRA9TVsSAnZWagAAIJEP/iEu8ZYP/ddOVJBDoPH5\n/FjW2g3nTqNh1lSLene05bys49o5qKxg7XHdq2/w47707VQaxrnTb2OTyilr\nJ43AXLJGirnb7LxQmw9km5MqMIK0f2wRIb/IDf6BwicYI1UQDOKXu5aZF4H/\n8PQSOzg3dJlK9Glqfg5oeN1dTcMyjN/H8QWFfBAVWbad8jcW5CCKOvKhaFlr\nlO9P+kbj1lOeQrpEvpTdmtrqKqe16jm4JauKdiMM2/oTJzOFYNz+bjcXcEci\nEWn7Qq3CONs/HVHb1CdTCIr6wFuSb3Ino8OOAoIF3wdzAACzIbXpexX4i3Lk\n/DyQ5Ek4BnQ+xa6gQUcdkJf16bLJc4Ws3KRrXG+DX/dm97LJqQoL2qO402pq\nspPvVErDwqdR2f6N4iY3NWGo5VT97rZJ4ZumcIwJqhl2toExnnO0+Rs9pyNS\nw/OqmBd3b9ATpPCjROXQigbfu2b/LnQQm+oZJewnsGC26kDufqmPyb7sVRR+\nJ/CO/O498jFbjEZfgWTlcmK1EDaYVsjvs3UZnhuYji2T2UnkeQIDhB/dP1MB\nJ8wBlB8itScUNpl87bZvKZX5hZtXAMcgoHrgLbIF1vIggxmHFu/i7QR9mBbu\nGcPjFpWiCcWxTgBfGe2XbkAAPWj309VbcOD5Lw8UpvRQPa5gK5C4H1CUdLXX\niU0q\r\n=FGLH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIAyuJf5vAp3s5vy+WFgpHYydw/GgzEIgCXp48SqRMwgIgJsjaEAEvqKuN0vR+lEfgHGcJToiW9YdZg4U9qQHOWQY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a36cdd19_1551623656398_0.3244551152236319"},"_hasShrinkwrap":false},"0.19.0-alpha.762626dd":{"name":"graphql-codegen-core","version":"0.19.0-alpha.762626dd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.762626dd","dist":{"shasum":"345d6df81535019f91f3b06aed9f9790c1da3669","integrity":"sha512-YNTHGK4MZ7OuyQJS6nC6HUVvn+T3Edk2pwoZnSbUKSOO95EAXApPj/QYr01d1211EPhJG+l4QHxNPv/OhgnXgQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.762626dd.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJce+XxCRA9TVsSAnZWagAAjmEP/2DqCDAvFS+/eiXoPnNe\nJ/UlJo8MvZQuGnt8a17bmQR7qgfMmn/W+3z+HW5keLEUcXGBtrRSZyfCbUU8\nM99QScD8oFtdzThmiNEApxnGIR4+CgsBWv7Oy8sREzn8o9ONIqux+OLIWUqg\nYZ5OtuLwJfNoFI6mQYGYC1nwAMqZhFLCPzz7QfIU8BYSGVLk2R9+cE+jGABr\n/XWOl3GwSWmvlrGl6iOyw0gKpob80zW5rWEDNcm12PDrHAR7Yq0RJPgUgOIG\n9caDZOscyvhUTDRKtTGNA7c6Oy+5JAgWLvKYBgYokVkHkO9jatv6HaNehsYz\n8JpbVbGyGW/0Cxox++S+lBzpX0WArVOBoQ0UPmilz9DMmScxCfAWN3ZJgOtV\ncJxPLhMgr3lYj27noNt2AHVqiivxpvPJcDUVvvvZjEqmjb0fqEgqb/Xkx/sz\nN73AGaf79ow+m+ajKrFPWZ1JGKLFyGB2NZGH2vVxeRjneq4b4z5HSMrUh/71\n4v54L1DWV8dPl5ITAwqvLVFUakMucsHTF+1IlWaH10fapp0WQnyxHQS2WGpr\nuztfLItfiqbm1oDp+kR+LuY7GumrZa00FGOFH5GSTKHwDfU0zWSklUiOJFH8\nObtMXzUy+lsq2YP5ENtWEPrmJKfxUmRKDH9gO+eAgEFjyd0uVORPLInDBdGW\nLyn1\r\n=x2u2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCid3ga4VPyljSIU9jpQxNk5d2mJFFVUpJZmqnRVfpBcQIhALjsKgDtnEzDl0tn/cneuLa6KSME6ALPHPr5eGRqdbUF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.762626dd_1551623664822_0.13730806756512504"},"_hasShrinkwrap":false},"0.19.0-alpha.92a159e7":{"name":"graphql-codegen-core","version":"0.19.0-alpha.92a159e7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.92a159e7","dist":{"shasum":"08caacccfe12de77dd0db14e53191fd0fc0681d8","integrity":"sha512-33FoAl+yJsWbQ5CPKSW2vKVpszygzfwHmNwKnNdejsG75wOSNHBTPEweFW5RMt+mONZLTo+UTvV+4pg7+mC4Mg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.92a159e7.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJce+X7CRA9TVsSAnZWagAA9rcP/ibfmSG6Ccnr1scpm00R\n0/kI3TaMGvzPbBIRymPdA17vELkNtT+Y1j2KexMR6Bq9/3P2EoIJYL/IgSe1\nEfQwGRBSLGDJ/GwPSu0llAs1cBo13fK3UgkEsn5ON4CO6C+paMKobT+pfeiG\nn5YiSW+nQIdoz5Beg5JSLadTkG5OOSk/gEG4bSDXotIJ8RBqFl/DtlncNAzH\nfGBuNMA3HyXWtU+XsCENa56Qw/KbrarmwiwXrjtw8igNyPkSz7/Ah1eiX5di\nW2ImYY9w64SYqsOqsqb3w0+yWpOcxkDGw6XCTDI2zdtVc1iPUJ0QonR8s264\nssdUATcJJ+hpMmtN6YMhOfp3cDPEDqV1zolZOMZNoZ8TjVy751cvR+M7p97W\nxCMdAPBpbInCXLwlVXe6PIzkbJmlUyA4eoSwuyrEEJ8knONR+XmY+PeoQFWx\n8MB5jkKli9O3j2Qda1I1yjXrTJyA+Lh3KkpywHCeNx4AmWeUqnO7ThLGVqCN\nuV7LLSlnYGChjWh8h9w8flSUg4aAbHmNSt7hmi/4Nr9Rd50GDsNfz728qDb9\ntjtmg7JyGmbzHkg4ZffZ0EcIh6Wgt1/+rJ4kSPmtZ1uMt0xn5mrqqtM1P5+v\nHADSWv/LzPNB99P3Qb1uV9IqL86XMrsA1D7VRQornIkhAn3sd0ql39jsyqOS\nk48R\r\n=Sfbg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTYU7hiLnOibdjeno6R8PG31O6hwGeyLOOyfIdPDoaFAIhAJcllJowhSeDIDS0DjHOIYl3QflpCmMCryFwEMEUtV05"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.92a159e7_1551623674617_0.6276476565723073"},"_hasShrinkwrap":false},"0.19.0-alpha.79228234":{"name":"graphql-codegen-core","version":"0.19.0-alpha.79228234","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.79228234","dist":{"shasum":"5b94274da88c936072432b0016dccb84bda028fb","integrity":"sha512-Ve+Sp2YVoA6QfqBlTpCalHGj3aWQGqOBai1luOGax6NEFY8Q+7rNN2Fr9AslGWoCUleCBnHn1S6CcxeM5GyXyA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.79228234.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJce+ZWCRA9TVsSAnZWagAA5UEP/j9T8Q4BjpOAx4R8L2pC\nyYejUwoHESosZ8s77WN8Fdg8Yx6sSXIjZbNznsjoSViXovWNJe79hi4guMrw\nzwCpkV3MnrEhAlYJwUP65Meh9zy8Hs6TnbW4krlGn0/NcpkDqOi6sgAjAZMx\nmdMjlhbjoxJanYQqjsktYII7fzQpkWE7TbugUqDZPXgKLQEYdRrOHDRXX/0i\nEH0Xc9UfbVe5qEPTB95fI235Gw8ZuTYRmZyEIgvBq8NJuQY6+/OKgCV3wDF+\nxrClJvWPfMHHB2N+TtodDWiCbO1+xTlg4J/91AqluONiq7RgAcQW+8fkz8ur\nyrKVgmoqfjT0nWZByKQkBo6YXYBJVRi9HZvB1j8/DT/wzhSE1tTopQ0bLuB/\n4dTNy3jvcIBe0uGb9zldkDo+Kjicdjr5smFTaZ2sZdJPSiEhMrZzGuP2s+9b\nmh+BDYL+mYDZVkmTNgP1l4Xq+yZDQ8aTVRFpzE41TszY6xJ6zv4fqAz6QSqJ\nyNTMjmlZJESFiNYBPMkAUMHWcQjojb1dHd36pJDRq5txZo6cWBlibI8oeIgs\nHtw1dpwx49V6hT/4r1Cn2RPLwQ2RfUHXzgaARAlwy+X97VbErzcYYdjqEKfY\n/UzMkQObHFj74Q6YuKvUhhCJjXKUhGb6qXWtouqb93otDyAU0p85wFNOVRuP\nLnGQ\r\n=E98N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC927HpsBoYgNBFC+ctpCkuz7OGG9SZR6X55CpHnWfAQgIgUuakhaJK0tmFJoRpmwjcSFx2xzAEKRy8sSexx52eP0A="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.79228234_1551623766078_0.43193146485569245"},"_hasShrinkwrap":false},"0.18.0-alpha.23aeeb74":{"name":"graphql-codegen-core","version":"0.18.0-alpha.23aeeb74","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.23aeeb74","dist":{"shasum":"b030d09c884e90cacca6d47055b288734ac5aff3","integrity":"sha512-+7Bi+VXo0pqBX9juqz86bpe41btznAnUtJ7sZhiEdHJYiI5imdP64gsKWJsvmiBXK2a1EYg4PruBp4JJPFnzOA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.23aeeb74.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfKioCRA9TVsSAnZWagAA1b0P/0DwTDP76DJ1AlaXZMS+\nffqaqAE6Ab6wTYQyP4cJLxcdrTjXSqpudLghIJyQrSTxXpU3ma2QBbss4u4r\nY3gA2e8woJ2l3+ndzYe/Lxxogc6huEGiVoBsIjeDMWGe1UsmsiPtDtneWjNW\n0C+V7VTPhhbKaK0EGoDB9OFiQfUJBI3nsVdqiWTkkce6baHObDc8nlUd9EN5\nhW2gS+ldnSDx0rjwZVnPnW4p3xhSPX315yBp0kkh21Q89xczWGLCM/pGx8oX\nxYmCxpAI7YiwcAe+H/KiQSJr9iz2JcAuUV1sud9FTT89n/EYmHK2M1LXyuZj\nAyDoGj3FBKYqLm7SIARMEtGmEIqxQidEZ+Y1taxMO8EoTuS45pCIrgXY2us9\nLsrdzWLmE+nLfKzFkZ1efjmyyv94eJYn1+pbZgTbl/dN9kR7FNp6rmZDhVn5\nlPpfg/pjey2pn2341Pr3mC+Cx0vL3UDmhqiM5ovDwM4UOUyrceDd8XTuzsPv\n1822xsgCkD9x9+FO6ziWIm8fBk5NLppA0EfrvyOoRheO4aL9ccu7cZvJXFVF\nZxzIdC/MBDTSTVV1o79haiSPWzauIsdACdR98t4QUl0KgvUJcUPljzo+XuKu\n3ATkumz6SiStjtbBQjQ3wU/A+w8QfggDNsd7rGsQmXOx2xvPvx8C4zEiJfV4\ncU0e\r\n=xLWs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz/GnFm+ah4TqAD6n7US2xuqEVJLoK8ubemhWRg4EsuwIhAIfC11/hFGUyibaHPwIIeajFVt81ifzxWld1oJO/ZxXK"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.23aeeb74_1551673511737_0.6801153548401482"},"_hasShrinkwrap":false},"0.18.1-alpha.6":{"name":"graphql-codegen-core","version":"0.18.1-alpha.6","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"c0c195b17c3acda322e8addd21fcb9771c6c49ae","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","readmeFilename":"README.md","_id":"graphql-codegen-core@0.18.1-alpha.6","_nodeVersion":"10.15.2","_npmVersion":"lerna/3.13.1/node@v10.15.2+x64 (linux)","dist":{"integrity":"sha512-3gFzE6ytGEQSdAEOyjXM9Njmn4aJLHctWeLqG+9hNkCtgZ60hlicj8jGNQ3zjyucFNXs8V4zV30wy1/IDfV54A==","shasum":"ac0589dea5935b8e278054e3abd7513c31908e5b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.1-alpha.6.tgz","fileCount":85,"unpackedSize":92757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfKpoCRA9TVsSAnZWagAANssP/3MQ68AR0IWzyn26cqB1\n3b2+QI2v5mWZJQfQQB6bT7sTE5X7/a+P16AJqkz/818M6mV0Ji5q4ug9ERUw\n2U40/RR8CD1ZbTVZaQiXCUSv52OwE382lUQkd96ry0+m/jh/QzWpPQKiH+Hz\nZwSBJ2eNKQNkENJfAiNPctxY3Rh6e/E9TDXRS/POO11nxy5E7Qe0NOjH2+Xr\nG+LPMovcMglprPi1SYXe+b+6qptI7HWPIQ6GQ+y9KmzNa0mkEEMwwVemoCTT\nUXTi9foZueGyRsqiZtYlqI4uSJKPjStgDxvb9LoitqwUWcv5yy2Pl2JEVCe9\nuWbGdYPLp3/5OHQ63NYtOVcVlQHNoxJWuy6/t4ZG6CkALMEVAJOdcgwT6Rdp\n+HeH7ZYDO+efwMBJJLK0i+OKgwc1J6AYPtJKbX3uTYdS1ZZxpw9Itgglrset\nT+jqYtlqZYZj8vSYvRgJd2xDnCgJLOX3J7gQIPmthZ92Mfx7nlMnU6pCSG4y\nQsj8co2VfBP0akY1wDW0vnlSZZDk3p+dTaNa9UT4SUnURD5IeHWq2kTeNVIS\nxypO2YxA3pwfJkWhto0pdqOBcxa8Q/HdpJabiKNyK12upHIVKvl7w+iKEZfE\nLrzY7ZXi7e7MiPGFKCpeh/kPJLDMoVsYJStIB0PcywzuojidYGGDWsTTTjVH\n1/UU\r\n=MJ5W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1JcODRvnojdInmL5+DuIyy0Zon4j9wD7hoxrvcGp3zwIgCTZDOoNyZjt6Vxy3toMMBmFgzVAm345zD+bOoi5l6ZA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.1-alpha.6_1551673960058_0.9815310830355544"},"_hasShrinkwrap":false},"0.19.0-alpha.edb3d7fa":{"name":"graphql-codegen-core","version":"0.19.0-alpha.edb3d7fa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.edb3d7fa","dist":{"shasum":"c8df13d8430a831c17c090be8b2fbe0ca13a5726","integrity":"sha512-5zJDtSRFIBLROhODrSBWgsAPtPA/qVgBuQwWgMfouODnzf/ZHomP6Gjhq3bfikHvd1HW3/SUB1ptWOwluxIt/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.edb3d7fa.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfNjACRA9TVsSAnZWagAAT30QAIxCGBXxoigeStFr4N1O\nmXwo0RThM8s8QoiUSz+GzDPj/SPX4/9Ahg3HhAojQoOfc3mK2wAP1+tonjY4\n6cbx/Le+PWJi6cguCXxQqpNzRT+pwWbO0Dd8zRYwFnrjt3xyD5oKUDmZ8unB\nSN55MMAnm3CAL4V7HVV2rBtStdhDDiecc/v1JzmXpHNROaQd0eNF6Ii8ekwb\nCjm13dK3/gnCwIN6uj3M6MliiPnZ78iNbZ1xpI0RxidoQ/EPglyv+M+Po77I\nw9iYhkQCRD5oEBRrktSGyPPH7nthGMs1yTOxIANLGJWCAcWrG31fopz5R9X9\nxn2W4yLozYik4cqq8xF21RmwGrRSayo/48+ajypXfWvMkLJWOQvmEUbSpKUf\n//kQlPHT++NC59AlfwNcrR17hvAYNmH9a3yti6uTRPE8Jo+RCLQNa/Tg0y6u\n7783eI1QoaFR865beAS6UuQYaS6JhucMfJ7zZf+xKF4f4EYbox7XdwJzCh9N\n1HiXg16iDp1By9YisvMcj9hZD/auMK4mSG3FvfK6ook4mLbIcpKsNtqw8O2z\nFwNnrfTvTWqdM8+rWBM+Avbq1VUqIKdhurbBCsQVrG+Xofk4iKc3/ujNHtCM\n12kxRbeoq59RkPpQ5itTkN0b/AdHNlHV06IX832pmOMUKjnfnMh7PwgJ6U7A\n6UTF\r\n=Tk1U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpPyYlZ/IslMi1YK59qcfqCSik0swfXN+UReCcPG460QIgYuEDbIvd2zWohxErj9FKfXUclxeuNcBmnTKGKF+JpO0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.edb3d7fa_1551685824152_0.49269354872129334"},"_hasShrinkwrap":false},"0.18.0-alpha.ad875484":{"name":"graphql-codegen-core","version":"0.18.0-alpha.ad875484","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.ad875484","dist":{"shasum":"aa0f10043ddc700410591c2ad150ddb7eb711dfb","integrity":"sha512-beLT4J6CREGbvUk1DKPbcIc359v6+LIo5VuZnOwE210eq8uIlVkCdfPjCvJshFdnpkB7c284sGSUuyXsZSENPA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.ad875484.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfR1iCRA9TVsSAnZWagAAr7YP/iqRMBHKJP+HkcIw+4J8\nt+XT1+2zD5ueg072vBaFGtrO0KEHRWp2UndJsIShff+0rPq79AISWzDJr55y\nYA2bzMhfv7/Ztb33zCfcyTnYkFnsB4Yzf9Z84iDSDeuK3vbyfcGyw/AloNVH\nGn5U4kw2DwETvjdjVagURTJ8+DaE+YI1Iy6rGEZmeWb7qlY7bfuZtuA5lc6r\nmHZpQKVfSZBDew1d/PRUUkLjCosFIlcHcP5UcNfOAhOvIQlkXPeHhwoisCgr\nKhP2074L4dhJgGT/0Ce11YNXBdznjY5UUtovxJOjbzL4iMy3CDvIVwbKUuii\nQiu2kN0D1SuwNxIYPqYEkQNxcrRhIO4jTtxxuDSsX0x1Q6JsbQ883unIxHt/\n2uJ98JZKS05txKjawzvMUTck4UTk+uxl4Cm+l0sJSLKQ7u8XV36Msh6XZWNu\nFuPMwxasp4lgEf6ettHTuLvzD/MvT41H8r9mFyhZXyRIJdXHXq6T4bXJ5LT6\neghzWUriSiLlwD4zL6glXnf78zQyqnkXdAhHCGrlwk7Wdgl9V28Tku3egJaW\nDOICCvmi00ScL1V7xURvJvzRz/753ugyfYG1uRZXrnS/e/Mfv8rgCaOoz8PQ\nr6OCdiPwDVnBVU/ZX3GxsUiHD2ZpbW4HCyknA1wjKPPsYQYD4N+pcDU94JVV\nB3IQ\r\n=wj34\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/9Ag2GRF17rwmSKjwY5ndsqoJ6iwe16IpkWbsYnc2fQIgV1CnzUbyBe4GA+GAha0ZxZGR5fWvLwcg9aD8iHeJENY="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.ad875484_1551703394188_0.347750420050736"},"_hasShrinkwrap":false},"0.18.0-alpha.69f43292":{"name":"graphql-codegen-core","version":"0.18.0-alpha.69f43292","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.1.1","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.18.0-alpha.69f43292","dist":{"shasum":"20489ab74aca2c3a5bf2efbeec44b4fd036311ca","integrity":"sha512-gEFufXM+hZI+S1S5KEf9CUAYasCEbFPI+a0oP3x2Eu+6Ou4JeVBZo/BDMlAinwQxkH7IrM6jTLWVDgFwQ7ClNg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.0-alpha.69f43292.tgz","fileCount":90,"unpackedSize":88222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfSQQCRA9TVsSAnZWagAA0NMQAIuh2fksTWVUP/41cZgP\nox4YNEjYInJNknNcc3Aa0sB+8Wu01BXDqinCpGpuFlsrTpRtj7CPXAlTMyiz\nIif+z8FvlDv3VFoQly4nOW5/5dHtRQl50ytuf4HqkdbsXZV18AwK0WTXloPc\ndA7BmVf+Ng2iYhYlVDLfJAt5JA+qpIkWCO1r/KK+2geopy8fMPtMTqXVHQBr\naNAZ9rhBRh/KoDP8YXP6Z5cLX8194e1Zty4p06eZRHNkcxcROb6Fvgswq9Kg\nGf+vDYotgW1e3qRyBtI3p398jXYFACtnFy5lX9XGh1lwXPCHAjA7xSHXbPPp\nd2p9zH67MKhXD1Be3B0+3B8161I+N2zGRBQxB98Mi054u25HvdTO+IAiaee7\nCBwOb0wkwRiEa9nAKhEYCRhyp0+lI/PZGeSx+QC2C4q2bcUBsoTl98oBgTLO\n77zak+KeG8Bd6OKK+ZLPZRQiLKX5T9pS1WwrnmI2vO65Xa0J+//AzzWNJLCV\nPkA9R4VOvCgXHC6MM1aThC6CHKLeTUZj2FaJDbDnX/J2HWwGUg/Xd1OCM3yA\nzr1wLwOLO8lglOX6TDRAkrG8+ObWN6/i3/azYmsBRrR9ixIo1RlWVR2aUvSl\ni0jrRq5GyOC4D77yz6byYHWqhTy+TV9RXI5vz7dQpvTGwTDX50Cs2uwo7Xvj\nYYFG\r\n=9Cd1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChIwmXQXpwamV8My8GCyvctPh4d785SoY8aGmQHGhc4wIgc9r1QVLZmRAP1uqpByen7oR6XcrHcFylmcTh3tSVxwQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.0-alpha.69f43292_1551705104117_0.5264093966714398"},"_hasShrinkwrap":false},"0.19.0-alpha.31f290ea":{"name":"graphql-codegen-core","version":"0.19.0-alpha.31f290ea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.31f290ea","dist":{"shasum":"f6a8644c8d5c8bb1360aaa0f76d3e9caa8109591","integrity":"sha512-5snkdlAqpyMLmdHItlzpGPpBnS7oIbf87eADRQewUNB+XnWhWeZn8sjuAqbipsXOidv8HnsrfTx3T1c3F57GdQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.31f290ea.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfTS1CRA9TVsSAnZWagAAAJwQAISW2hv9q9PLWfdZ7dwr\n7RCy8iiNmWI6gV6WeAQa5rCNkwe6aGiWdeYxFm8MHLP8kunFN248GWJ086uo\neatZ9r4Qzo0ZnnQX4sRHuXAsgqOOAV3IyonvQGBW1lI6FHcklzUMaNmmEONJ\nOJ8YyPN+clS+cRl8TntRZDLU/FPeIYmfNyLeIL54uNZeMU/vI5oCQz2ogq/e\nOAaVKpoDmUaaS+/flTluVLD8WrgiAa2+14IaDJOqS2xIpHMtEZywlCTqBs1B\nJ7Mpuo4e+KdLoyRmVR5VOaJuVpkAGbzPcW9jS32dVNP3t7EutdPOYpHxrZYm\nxYY+wYJu+HC6EEATIjMa4LpPyJQZly5JFMxFTO8G1q1O61zfby6b7oNGlyPP\nruKyyLuNzZW2nL17PNO+LYQvaOKXeV8fIwRlOF31c+1fLtZD4rgDR1csEwbH\nvfF+oZvMZ9m/xwSgew2yrHeVFbaDtOJE86jTlh+oGRhhm8Ftep8OXV0wmU2h\nDWqW+i+ZW2rf/R9Qd7HpqMU8pGHDwM2r7App69YFwM9Z15VjpoxaoywzBFep\n4GCVOwG9x+DQTtQ84rSgZiWM452u2iel6KNIiUWVSzBsEqGIZJCLDN6rYqPH\nx6C+S53x/IQLsoqzf8OoABAT8grwTP8B/ESOOHeISqc+LYZGzAHAlt42oV84\n8QpC\r\n=Qb0+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxyAzrwdzSiNb1ttZ5a1KQ+t/l9s4ZnacjOmCJqNI9zAIhAPmfE/3QkbJU/kcxkVMpmI3C13Ipyn+uTl0Yr6HNJ6K3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.31f290ea_1551709364252_0.7125196075735736"},"_hasShrinkwrap":false},"0.19.0-alpha.ca269f7e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ca269f7e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.ca269f7e","dist":{"shasum":"053a987cde1c8f7f3a6b29f5a3d79b779ddb1f56","integrity":"sha512-4+jIEus30LuWSshs7IdWB0aqsXs0l7kcS2Vjl+0ht04I3eKHv2xmdng2a6HsH5IiUi7lFX1+SPYlLtDPTc9ngQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ca269f7e.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfTYoCRA9TVsSAnZWagAA9QQP/2E5ei9oWzUZlmBSxDD4\nT5GyXFyJ1Y1gdBuA7emRRQVTbLsAWHR9pHMN5cEd1cKgJxaoLG5i6onhBQhX\nvyP4Qa+AEIctcyDtDNut3owCZ0oyKtxL7ScSQxFto696vLI5rV/50N3dSNiC\nnsvMrTEvbcgOInGl2xeLKN9DHjf5reCKG4LO69kyNek5LIDQpBRjbAEc8SyE\nKEvRyp2iGAB9YgakeUTpF5b9LugbnZ3qrFKacsUlJOJF65oNZ/gloL/FHYo0\n/Rh8oxglNUiYuduzaEJ3r7XLEGXYAgFtKvEcqDU8ezXoCRqYfgi0uxJmw2Bo\nSJVaG8qDvt2PwbdHjHrmzxocDiNHxuiRXG5N4FJJoLjoEeUhY0YFcuoZR4eP\nTPgIADYT6qYS+ZvWuTPRgdL1WzB6b1AL9x1a82n44zj3OCuHgLncG2JVLbk6\nSyZUVOqU9K6vJ5PvlPFUZvtRlOsHg3rwFQ3WvDLEZ47KbyxsDD4MKDWX1URh\n+Tk/UzrwPvow5QWUPPLwJZqeGhobUXPOGT9RAO2o31jBIRq24xTzsgmDXAbE\n1xPnWwNWvE7WV6BsD8cb0CgQls45fYU2mr+1fAx+eyERYUE2TLaAoDGfEolM\naYopVqOcO+Jws9FI59lHI5+/aSijZPRLxktENoaviJsejStuFdX2zB51G4+6\n52wf\r\n=rVRf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHabPBMfUA0Rg9GeFz+qE/Uzk5oxujGrRtDw/ecJDn+CAiEAlOYqWPs6HGhH2IOvH1jKbWOvkjOO63i9GUOGo4hvLpE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ca269f7e_1551709735384_0.6471085952727442"},"_hasShrinkwrap":false},"0.19.0-alpha.842ab491":{"name":"graphql-codegen-core","version":"0.19.0-alpha.842ab491","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.842ab491","dist":{"shasum":"408e86f6b35959055061e48b7e5314c8f6ee6936","integrity":"sha512-O9AfCLa9szxrDLx/FyWbNmTKQlZ1ZLZapQCjO6Wa4FXuxtUrgVarPgveLtkb2ghx+8gq6BOr5Zf2e4ZBeCmawQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.842ab491.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfTZaCRA9TVsSAnZWagAApMIQAI6ngHRARazlktmByNev\nikTOoTlmRDed/alF8RrdQux/YT4kXEL//HThpcVwaNFYcnKpRJQOo7Bk1ubS\nrE+5EgQxGC4SHmY3bYtx4uUG/2rW544c4EeGrdlWXtaEUqyuLK///WILd6xo\nQ6BMZvD8EMHEbG/r1jXbxUPL6K0wwwIUrqB9qaIsf1htTBcA/Gfc2GnqCUos\nUjbzHmWO6ORR/dfa/Ucun4pRCFDNXmIcBafarvBF6lKdE9P4YQduWXAfH+0a\n6DtT6oVR63cFjZtEgdztkC+UTg5ebmCAPZeo5J39f7MowQtSOUpe3YUdqvDr\nYUc241MbeiWJ4i+4bmH/kRYM4QJ9HWowyg9nU8+Df267tRGFxVq7niunif+F\nsWmmo31hRhLTEhxY99rTIwe/4QpG+Yq2/xiOi5HHAxRpEQUG4kuXngJIUYS2\nQTapSp11wQFW7dsygAwa4snngObZjApga/5K/1hFFrYnYVhuHz9iV1GX7vSb\nOkGcBOBll8nVBmkBSQi8/0Bm008Gt97aMOEYQvcfXChHUYL86xX/UmfYUHHM\nCASlmw9tYjiC9zSEb9evPhmObbPi1U/SjuvOq0n8Q4E0J9HTV7JFSJb4hDGM\n3HxJRDUDL6ML4ICpOYYOCyPhoanEtKKD0wAj8sOEK+8LovVmwKXgGzlKs95G\nSHqJ\r\n=apUQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBFmXMW+NHchJ+U9FarmNkIDd/Eklc1zR49Pp3+XfeGPAiBxL10xTsg1TLry12D++Y1GKJtAeQgfmSCDVbCQylY6Ew=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.842ab491_1551709785544_0.7870393719738003"},"_hasShrinkwrap":false},"0.19.0-alpha.30ffec87":{"name":"graphql-codegen-core","version":"0.19.0-alpha.30ffec87","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.30ffec87","dist":{"shasum":"c10ae758dc837ccde0581b93423e2551fff75187","integrity":"sha512-JOxhtNs1iQHNAnJDpY41vZZ+QplZlCjXuqRcTq02MobjbRUlKkL+ESp8D+uicyDyeYl6xkheqSXzsCNsEWCb/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.30ffec87.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfYvtCRA9TVsSAnZWagAANn8P/AqRsSWvLB0lF71EUHwB\nvvPdBr3PvQMufLgWGzSyqFjRwooY8tBZIiWxaArb3FeobJRF/EfCxRi/4qV9\nuMLbWWKVJMM9SmmREZsgR/3omrRMKGAPN/3epS3W9hIv6ao7lp4scBRexLhP\nEA41NEIuoE6qo6YEBpM146KVlDtC6iND1SGfW0aOMVT0FnxoDZQbRDmjJV27\nGnk0w2mMMjrPV5gczNXoc8o4J143GXlOAK/dYQss54NfBxF/XIeAhHKrmCNJ\nMw3aVp8NWU8UVeqKIK3hFnpMHJ72q+zWzQ0uwkCD6JfWlUhVgC01Len+/yM+\nvt36zZaENsAj0NfivL2tyUiIPWiP0RfNAXif/hm9LJ/7gZq+kRGNGzOnJPd7\n2Q/7fVV2biwN+RHZvv0z7IW+Buety8OyCKd1ibBbdxTQ2sOEO8BOspGw7xkZ\nDSzFTj43uGZK9S6ygX8r2UA56GgIj/KdPa0x+L6hYhbAU9KcQb4re1VRW42d\n7mkb3f4ez699NgxQkws+gQ/68OvrezH7Iurri8odQ20+op1J5Ih0jXORhqZr\ng8suvFwXzels26SZvvZ9ekY781Xm2691uS1Qle3ZcLITdKKuRbX+XWn0gVy5\npH14nMu4lYapZsFfeJFs7MaAPXB8V7ov2DSsx66RdaVSwvbhF4Fof2f9+EEZ\nFlEq\r\n=YVv+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXEnK/qg7OjpW5Bx2mmd+/6oQFexRfedCYdtCqxp9rTwIhAPp3skA4jImD1iPM3bS/AhsULSOYuKPsx2B6gdCz2CNN"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.30ffec87_1551731692935_0.9971928243307977"},"_hasShrinkwrap":false},"0.19.0-alpha.b6975f17":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b6975f17","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.b6975f17","dist":{"shasum":"d7b60b3dfff9f73662fe47570919e4927145b68e","integrity":"sha512-PjSA4Hv+zlTuk6DrfwOs83kXy6TXJUtZPKL8eaQYIE68ZB2XvOvUbL3aCONp87QXmkf++8q8QjpBmijHRneSGQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b6975f17.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfjb2CRA9TVsSAnZWagAAOTgP/RKhgzztOYaoOJ+vVZNu\nBcVRKHKwI7EcpU3g06WGU5q9H4VV5WCbkfK96/G3poLyz9ZJDEnDlFTasAG/\nPSm/Bsf48JAlzYHgW0XC+GJSZ0KYa7meZIuMC3oR6LcWJD16mSSY6wAiMdEI\npCr4VDXLVcu4ip9jIpjJW7q3JhJFMproikWOg4Y6NCwuC10hnrM+SMLUCSlO\n669BARd/aRa25TsLxTbYI9eH2/VLURHfMePT3JGk/KQgbuc7C61O2WafQzv3\nenwdMFqaMr7RLYLTT3ctpW5tO40jJhRtSsAx8OATAGNm7AANpVo0p8jnHDmH\nP5b4eIXdQg23RK8Cx5lYTEdw6/klclLjEWxiu+OY1d4Dii+gwrxzQEgYUt9R\nEUHwst2T6u01RK3eMWhq2LXjBm5O3CfHvZAsuC6FqVBKWJN0S+PsX366SrQZ\nzz7181X4bXcdw2cMqpe0OXFk5SAkgyqrLeLD1DRz6Q4ChFuMrFvbv0tWssps\nOT3DBY+mjzEu5BsopOh1I9sK67rszqjR6vkeRmqjYtv8Rm0WEuKHFMJ6wxBN\nlo0ywO1BpoNf3uQZ0ecukuh9E3v0mDytmT9U+DRiXtvUH1iVKmAuHIF7S+Xq\nJD1tyXrSwXNKNC4TMQpPK5Rq6KFbKvoOnYVNC8E7IJlbOUbc0R4U1UthYaqE\nQDOI\r\n=wHmn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAVzZPGOz/LTakALVfVC0bsslXn0wkgvFClcn+elGEBXAiAFpax1rSEv/rbJhCuNluyuRXH5VKejo7VwmxFoSbjc9g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b6975f17_1551775477625_0.9283068943634278"},"_hasShrinkwrap":false},"0.19.0-alpha.658f2fa9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.658f2fa9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.658f2fa9","dist":{"shasum":"79ed041922050d98b6fc2bf9a949269b3a321e04","integrity":"sha512-Vgp5vuRzmQpSTAvtbV00zG7trwE8KXmgd9k7scUjU4IEA4VM/WQoQ+iXedemACRjJVX8skdvDDDD+hcM1U1ZHw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.658f2fa9.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfpb6CRA9TVsSAnZWagAAnXcP/2rtUnLAfT2Y2IaaBqN/\n5Iye4W/2dKM+YFqt2QHnWTtz0CsMjDtqFhWmno+LHZn6QALzBBKwIOoQRSZm\na46znz0GOr6bujLGs3S4vvaQomosJgPDTjgnilj2qeAak4xFWl4c89asozfU\nSMahkpIrc2+5vWhfjt1YWyO68a67cCoiX50+/VSRs//rdxHzoPRLH1TSHAzx\nQGTWGUuoWhSfBadTAA6HKKamd7rRaHfdkcxQK5d++7yRbnm1gPQsT6r9tlhb\ng1BJURxWftm1QGX6yXOSblCGuUyJzoFG2uWUdydV2SQUfYVjX587OGmQeAOX\n9tvDJK/pBE7kX1WLxqtPfKthf3BC7CdB1dydY+UjTUTdpwMb0TIlMUtbhU91\n/L5XGGUB88BSFqUT+l+RWkqHghFy/7NpiWYuypdujBzaPq7gnkCiWht+HQty\nX6//lIDJY6weyEQ28AIh1fdNao+qajDkprwtcMT4DN6zZ3J/HbwvYMf43Vvt\n2YBDixEX02nG9BIHtt0yWaBqdz+vIttBtQkXgc4YMTl7MItvJpRbXkj7EWYB\nchZWcbO1K2jgVAnQTYo/RM5XuItQMEBgvcDwBhcnaiHx4KeaVH1mi209cJ1h\nBsYgAkUgJLc25WikgldvQuKqeX43ZppEhHX8yHOwPCW7MVBRMjAKQfBeerQj\n+/kh\r\n=nxSl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDo2K2Pby1n72pVsWpvTQHoPAZ6tk+0S0hJyuHMsjfvSQIgONsGIhkeBpW5T4cPhkv3S8F0ydbmlMe0mkHcTIgpbAA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.658f2fa9_1551800058191_0.29618010436796904"},"_hasShrinkwrap":false},"0.19.0-alpha.6a3f1430":{"name":"graphql-codegen-core","version":"0.19.0-alpha.6a3f1430","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.6a3f1430","dist":{"shasum":"3849c5cff0ca97e0d172812ac2aca948ad49451f","integrity":"sha512-4H1BLsYDcakB3q4/FUSsd+ZQJuId+HqhwZrcW+te6lWQVIvCEL0x5caQUebVDR/AonRhZnRxPSralJj+c5unJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.6a3f1430.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfqJoCRA9TVsSAnZWagAAxfMP/RKofmOOxW/8zVdGNTEX\nHdCObxE9JqfNWinjq3CFzpzXkC9L887ORbpDK/I9ndPC9geIJztZHh2WmfgM\n08S2g/nbsbLXz7yQyuZaEmBlgrfcKiO4IkhMXmmLjVEMYl7wTvHePzk2g4EF\nMAEuxKPyrxD4azjVTnlfCSIS6cO6LVs9YpTpla5hOjqmszr9FG45Uvzp0juR\n+G/uNeOq1repIKr4DiXcwBKJJNO3kXFM8tIeLBDrg+ZBqqhI726NgMIQCReB\n7ulEwyHrK0Vug28Pe8z8x/m5c7HBWeiwUYcSeefAeDNvpWLm4VjIikrYO569\niCC7P3o+0bcxsdpzNe4GFC3ae7+h6GCcG7cMfMLG//QD1N+XXFcpSTd1CCPQ\nO80Vjjn5efKfJiDulqoH8EEFH1x9URhnhXJ8HNuU4Vk19DweLf56dDXXUiCe\nSUDXUN+HVM9DIT3hBzbJ3+2+HGb2517KI/hGR+lxktPkZ1AJjNTwjThkY2r5\nHVBHRVuL2gdfwNjQa9gfQG6/Tt3yST9X526ctaIMRFz26g1aBK9ZQGEP1f9n\nutnPBMmpLcRarwZ7GRAJ3gh70zKNeYnN77FvXDW+/dOMeZ4E0D5S6Jbh1hMG\nL6190fBLpvM1/GNbM397GDkl0KixMLSMP2iGRSBKaS+iUKVAucLxHQZeznCv\nu/aB\r\n=Seis\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAtZkCJjIj2M0IdGI4phRSJ6q3MfNIMf5HDtRu3mO8myAiAQPw7BHGt70T6W4oYk5k1vSI2icb805E4q7NItmeO77w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.6a3f1430_1551802984111_0.6296445242855606"},"_hasShrinkwrap":false},"0.19.0-alpha.c9a3343c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c9a3343c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.c9a3343c","dist":{"shasum":"cbb5aed17da9ef3e29f9befead6bd962622805e4","integrity":"sha512-ceGw6Wa7izX+01ByGHHUt4CVjk9DNVqXHo/5q4PoCfTGaPmtJA/9M1v/v4UdBTXjQEOv1XCWNdfHd388hadAfA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c9a3343c.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfqNcCRA9TVsSAnZWagAA9fgP/i+Sv52czduhoWJRdav4\nG/3EqMRfiRMkAZGBBC/2ips2zyWDkUMgF8dhAUSQf1Jxu2ecZTI7Ur931nl5\nfSvu1CwZUgvHBI60pMbZMIL8C9D9Pkb3KB5dDEsySIWbrBAWVdlWSkIpj6Yr\nyVYUxeCAsB7LomztmHkH1kCgvehOQ5YSCwZ1K/c38PGc6dI3qICyrA5jJcf6\nK654wktgc/jGTT5Z8D6VTgzZqfeYBacaGVw6e25TQ50dPCQiQLWaBxGwUK/Q\nyatpOmF1cHK1wyBpHHbFOj1prB+Z66E4txAn3jzhB0g3Sypv65WP8Ppu5t7g\nKjbVxL2zE7liR601U6dvOqJId4Uf2DkZICzeIl7LN7CqrM/JbyQK+6l6ToQq\nHNCqbozhZjSaQtSOPar8r/B60yds2Q+gWzMOTaxqkNCPJjMOeve0wj1FgTAa\nFurmlZuPUeVfgD+bKYcniFY52LR2Ft4s34zkxio4GaP3AJFC9WSTBb9H+lk/\nx4wsxNZJkc7QNm/d05QsN4BENdryq5vUqxH4aMYPsiQQzG0T38G7QrU2Rp3t\nWlfw0vB8EmopDiPPpGofkFzPGEKi8aDLu6Ybay+NYH3XphEgBq6W5rM68TZJ\nITJfa3UHSIYDuMVHTsXrSVWHoZIWQkunaifBRbLnefDcnPCDpkejB6dTXf5F\n9Qem\r\n=Rtkv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBihage3plvh9UnAecahVrcvkLDxDNcQhXnOBWjZOjeiAiBHzMXD8K+wdHQzJ4Mq9Qmo1UXdZxsJZCtTm8lK+o4v4g=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c9a3343c_1551803228323_0.11896883462545804"},"_hasShrinkwrap":false},"0.19.0-alpha.f4d07ddc":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f4d07ddc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f4d07ddc","dist":{"shasum":"bb2d85e1a1659c0e4d95050d4824bd951efcafc0","integrity":"sha512-94QNqMM2idR+oc0GKADg+o4Q3dEtcjtebS0oPhBsaQN7rMdhzCskAA9ueITIf59CGhfezyhC7Qk9TD5zH+R/KQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f4d07ddc.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfrC8CRA9TVsSAnZWagAAZ2kP/RfnuByjo/lTKXeovKCo\nDVuiorpUABCC2a/M92B/03aWV7dbfmCan5DCXQk5BvjqP7hlmsrkQNjT/pao\nNCC1i5waqG8RsZvr0GGNA6vyapJh0Icz0onx9pvwC5FpBNqz7US7rJuJ8UXZ\nDx4LwRXgXUY0k0hfGohtbl+2v4H4p2QbOdV22F7yWgNpinhWHfOHVA3zUJHi\nfixAOSjsjoNz+jhhoNyatVRZVlEsncOdimQx/YEmKVfZFNqLzXt94HsOSFM0\naz1Fc1ajWLTNYEOUJML8CoybZBEv/bn4Y0cCpC9lzNTYH2UF9eZ3b9KeiDK/\nieeUe7lZYTRqhBteEpKOdGmogtuLStIYry9AEKn1v5xTOfGNpnTdptlPAnqf\n/+a97+HMwWIZHS4q6GTnZmVb/vTaHen5l5EODz6e3pqLi7ipdZfADDgE+eMZ\nt8YmAmuyWhOLTkBgf3qQgVjECqrmluG9xIrIe3ktbb9bqF5dfYKl4XZbbRyj\ntRtsn9+tQuiwR/o18/jqVf+hMp+rRQwTQFAyFAKBUlmm0Og/B6sCHhmXFLhM\nX9iFK4lGSuJq7dLPtf8jk6Fil9touJqtwaqB8ybEXB9D9CyNKW2a3f8YYu8D\nsZjBKuRE7AHvCmcQwToBdPDN85y+DUFJeIxmOrifYt71acIxoEP/sU0zfEG+\nHKlK\r\n=j/hH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/ijreA2HZZ31p+WnFZTjyNSqW+62P6oYLvLgZQQ8tNwIgXU1duzpT+upUfrk3vaEscivUFnAFiZ+spRqx7Pd1q74="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f4d07ddc_1551806651349_0.40676760991202765"},"_hasShrinkwrap":false},"0.19.0-alpha.f9467803":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f9467803","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f9467803","dist":{"shasum":"6fe1077243756ca20c7d8078e856fcfb6ba2a266","integrity":"sha512-uWKk+gQna2PXLb9yNdG2A3pa0Ou9NlvClTNd9JGpTMjqqmCmPf/NSbb8a6mlvWczIMoKxgFGS3kyFHi8zKKGNg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f9467803.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfrSoCRA9TVsSAnZWagAA9X0P/1IlYSpGHKIKqty7fPNd\nmdrSVmTvB0Zn1C2Lgt++qE144jKjggCbvybhB7rvds6euFThPIBrM6aHwa45\nU85SwqdF2l/6nAWMQC2LKGogdlw+pNq5TwQkduucFW47SZrpdIcOhIvFYIu5\n0uQviNHBTluxtXOcthvl2VcKYDbDsMpWmjGhUAbIkJG2sxYdvy9Vz4dB24Aq\nYfLtyXnLU/eIAyAs+ih19RIqjTk0/22zLLMlbzw/vMNfqsKBeYgkpPIQLHVq\nQ6v8vP0N5QwvbIAQvz7QNTLhy6gxyf88XXgU6MLqv7t7WZf7U9/XEs3WcA7K\nMSppFXJlmDX5h4/lX38kn4BCjr/Dr4mgwlCslalXx8oENQZWKuMVycFn6joP\nNLY+LW3Vl8K2iPzCZnw8A2XbbTgd4uUZXJt2GYjYXUkDOigxyAy4kFBhdl/F\nEv5N3yk4MJ1a6geG9KtLwb2lgzGd5nlMqgpT11wpGAnfCl7sULOtToYyKSA6\n8xbOU9NNbHxXh12b2zwW/RnrV+tz6DaUog6/XYVdM0fu4U4c+wn78q48nbgi\nNGetgZTXYF19ZquoJw/mmON56WeGM2Z1dOOOFDw3xZ599EMKqqOo4cbV8XRY\nGQWYbfvzt3TdBAIYkbS7DSidzm0sNJzMyJn5St3T0IJBT+vxHXtwBdRe8zxx\nU+04\r\n=KGGv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB5cGdpJV5CziuZ3TEUNFvCx1MGUmAztavGAsjinAwhAIgFse3zSr5WATlddSWMvucSvpRP9OhV8LLLkpLUueVrhE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f9467803_1551807656186_0.572209498133021"},"_hasShrinkwrap":false},"0.19.0-alpha.26bc98f9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.26bc98f9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.26bc98f9","dist":{"shasum":"50cfb26a15a14431abb4ad23102fa024cc1ac41e","integrity":"sha512-nhlIrAtntzAo7OFsEUh470sL28SKMXOXofL4HCWinyBYNquN2RErGsok9ew9JMulNidwcD5A9zXA0VWeS+fwPg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.26bc98f9.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfssYCRA9TVsSAnZWagAAfK8P/iT26dg0h6Nk4ynDI+Ed\nwEELohDOtm5q2fd/mSizWsvOvKZfitZvax85PC9dyU6ZrjRQjWs8J1POHuji\nBH9pKnZ2XLGwavSPeli5ps6BSre/r3XKudOlYh1r2RLE3XLPv23RV5Qf343s\nNPn2fCfdA/EY+dLP3+guSCoDUH9ZIN8HZweEo3goUoZ1YU8z+/PiHk712YV8\nsuQwpaOrsw1L41vhbttOGCinZfk2fxaGUApi+NqdQr6FrkiGoE39hO6pMKT2\nORKIyTV/HusrD3ASybemS/8ViHsCPrKbLuulMoLb1I31ZCGei3GyrROnElrA\ntFiDLgGkv3TON9+K3Z9BXv9MSmRtVR77e3rVaDmLSI+0iI6n9aIhCocO+nIv\ngc5IdaXSHhkyyA0mPNy5IcWeZhatM1OhJOPd+wN5U0Lt7FK85Jq/K+K3xjC7\nL8TmdDF+uod0/7ywc0goGX4uuTPLwaVO50ro6FgMrsBl7OU74UPhL212cpYj\ngXVsUvviofPCPHkmW6W3gG88l6haoE+8rwXKgf4jE+iK6vK3kDKjB27zz3mk\nKwB28Os1zs7cpMCzBvr43jR7kUD+U4Oj/ZohEYj9SdcxEo3W30Km9oh97IAe\nd1dHS+zOf6gdCG0LtN+AlSo2gPkx7/aGI0kU4R/PPKMTe1FuF4kppNMdyoLj\nmjTw\r\n=ICha\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICChdvveGOcjq7tT3q60yALLVdrJOoaJx9AGE+eZ3iVIAiBbIjrMye66YOTClW6229aYziW/AV1ySfvoANozChwdYQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.26bc98f9_1551813400081_0.9541140332815019"},"_hasShrinkwrap":false},"0.19.0-alpha.dbd8179a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.dbd8179a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.dbd8179a","dist":{"shasum":"7d27f168ef8827c524c8b198ca43586791351010","integrity":"sha512-n729d0x7+7CFvSLj+yWJO0YH3DPZ/EkMwG8L4+pRDV5RO7trvkEW6dSCh9eDechuUS36IFrLlsFBeUOZgaREGA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.dbd8179a.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcftBICRA9TVsSAnZWagAAt2MP/2isIzTH0tMgXrc9VcqH\nvICL0YHplaztvc4hMdewxxFZWa7eyPCoKADlplI74dKaiJskb+luOet8UOEi\nPnqDkktPYbainh91idjEH1ZHN62Pz86nUzurGsuBq4+hI4zu4hb0o7ya0g4+\n8uV6yigNOUUBd4J2E1qaTZBP15slfWbeVL6nLrofc9yG54uRfFhdzUormY/f\nP1YYUg1ToXaCeVRWuasNvVWcRyDDLedJBYRi1SWHMfS2MQTjrpNqdZEtMQtz\ndUdhxfoZf8uCbI9iIjZMt4ufb9NiZ+McC8y0dUumSSC+t7y7FTanQYy3fGeP\nSyf5dqFRgKngtcSZ7A6SEx+zpMrgLtXR1cXJoIaDhbNHe5CSOvMuMnEJn7/G\ntxOJXiL4s9E5otGBX5N5yGrU4kSwvrgFDoK8gJxY2qZIUA3IRvYI2X0gyI7X\nITJQqZ6VqlIAH7/QlgUWuXyOcFIrgy8DQ9kMTGBUizhJi6v7C1W8OeGZdPQv\nHx8pVhZDrMfR4OObUTjuMAbugAiPq2r6pBLlKTeDS1yQFCu7ffrM+pXZYNrS\nutf3JWST+0OOTzot7F22i2wAb7DIUk+/5mZkGY/eQYsyIzhsOl9/0yECOOBX\npu2aF9K9dCVZQEPOQF67/BhCROzxMk5ot6t5/H1Z6CmZuAyTV55SZLUH4jNQ\nmOjM\r\n=OhVw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmmDcbt2PscuZlB8XTwC896BMkeJne4F5Y1Sy7NrctFAIhALQ1Fn7EOmSSoC7vtsIy238tl9Brag70HmUMzOkVYBK1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.dbd8179a_1551814727458_0.39379759856599206"},"_hasShrinkwrap":false},"0.19.0-alpha.33d94882":{"name":"graphql-codegen-core","version":"0.19.0-alpha.33d94882","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.33d94882","dist":{"shasum":"cc51cd7358da329d3bb643f54d9502abffb752a8","integrity":"sha512-zhMNrtW9+yuHoJ1hbcBh5fPjiMOP3lHlQi0Y0Xv9+Oxl1gweH8jyMEGAyrQtVPzBf/Hta8+ioxa8UlSotZ3vFA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.33d94882.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcftB8CRA9TVsSAnZWagAAXMoQAJ/AEeQKKAk26uyzLQxB\nfDI0DxegQA53OfurxyuxrVc2b1aqwxOqqAuqxMc41POzhMs61UCJ4JeT8/q+\nIEum8dnNT3EHVxiPJQvEOjrq11dDMLp26OTEdNLi30UssAoJ7Sr4ayHJmJ1B\nMQbAVlWk3I14FfkGvbxk4oPo29FGGz9KPbFzWjcIIqn6r+zgbdfsc1CyJzfw\nJahJ4/qDsn/Why68122JllemETFfwu9OAR+2jtR6n0mXS6Wf02u3DHrlaMWR\nI8vbCdvz1mVkvZuQLCSCvk+EUB1nnxh9FSlX0bCtxDYBR2S351wByF3EJUUc\n1qnOs9COjQcAE6f5oyL+rqT7I/UqILhgvPWJuCwbjWfj+L71DGbBK2p6KvEz\nXndgjLlioeIEfhuJwzw5pf+LI17GfOUgYvt0mHDvZX0uZ0Os0x/DfSTIRKsx\nxtN0xiISy++C7CrFuGRThBhbsogK6tA2u/BoW3pJOEKGaO6UogueWO1gdFcR\nsK+l6G//ZSzLD/VIQDR2N+uB5umy125alvOX0G2e7aBtoSSWuCFzBEF6wofy\nQENDpQxHgk+YWz4MhBnDW2ljBRTP+WKLWpPhTH55SW0JJw1GSrRz9PDEPkr2\noLDt1hKl8TG8azIT3sz08Nb2ymJi75hiJmMHPtrk7Hrt+/9EmrQqhK93o4I8\neo/2\r\n=vQEl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAp1mrHMvVr9OnbcCOJtbxio51iTFM//HsD6nOnugex+AiEAgX5jpKi8cJ35E4NnYQI359/D513i3ZaOr/1Obn9oF6I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.33d94882_1551814779869_0.033233956262626485"},"_hasShrinkwrap":false},"0.19.0-alpha.f67e8608":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f67e8608","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f67e8608","dist":{"shasum":"3914df781b41c96c6f078c77428be0fefe6ca0e6","integrity":"sha512-gAiropEuucSrnXxYaym1NFUbF1UqgV3ni2SxQThrORqhFiWBgxvYXRRBQs9gulCp1uj0B3oeU0NM8jWuPymF/Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f67e8608.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfwXjCRA9TVsSAnZWagAATOcP/2qvRHAQ8/JA0W9CUwim\nV/KgHltXVspIuLYA7rAsQ94C3M9Uj3IY7mcETxNBAEox1PMrtrbL2/xsYsNX\nUEuaJMRpwC1YuBLMFznrgWGOPI9/v5rUKBaGUdRi8dQoCTbR08xgy+ZyCj07\nazUGBqzOgKtRRNL7XfZruJDprS0SQSNSJtbvBwehwcb6zvoaZr3IVhMb+LSW\nT8xTvF6ix54msRE/d6M067Z3n39aiatB0dSdIydD1ca7jiO3iKPZEFMT6ZrL\nLED1WJDuyv7vmpbZapGJiKLcNd1NVGbuVMsJXNc+hk49bqPEOQ3Ceh8a73EZ\nVKIopMr2GkA+UwXRWW4vHAbCU7s8zn3i30ezYk/JdP7sd3j8jVL6EAidXRh4\nJQFqHIlXn5BzE933meeXrkm7jBaMUnqEwwS03xcTF0aJTND11lIIwwEya+VV\noQCQ78GapRgk80LkUmhdtDU40el0cG0rZ1b52SusPCrpPx4Pr38CCaYdQfwB\ni5J4PAoxqUIuKHiThFX6GbjPUx4TTbomcom/9gBdtgAU8inZekcuSm9TDO9H\nsoTpNWJMugvt5+y1EurgbGOzq1tajq7f85NQE3XacLd75boM5Q2L5ZFthbgX\nr9mjyIGSJoxW2Dd36GeODvDsqBwSJIdpJrNSZvi9BzO06RnCLZtVZ9zhtnkx\nAPmF\r\n=VgwY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGfyX+5G08F5YbEH0drdrf5p88Vq6g/1q+agrKnq9fzPAiA7QoG9XNR7J1YszsdekFajepIu4oQ0QfA36jtZOoq0yw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f67e8608_1551828451081_0.401609565986228"},"_hasShrinkwrap":false},"0.19.0-alpha.cca6afa8":{"name":"graphql-codegen-core","version":"0.19.0-alpha.cca6afa8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.cca6afa8","dist":{"shasum":"e4e21013bbb705f534876b90d5091aca645f9226","integrity":"sha512-sx3HBRjQmydaYtUjY/zKybuZWyKtQGQ0uLWvoWMtB33cKowj5BMOyYO8o8pt5jlmoy9rhPtm3kja3OZ2TcJA+g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.cca6afa8.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfwXzCRA9TVsSAnZWagAAargQAJPSlTXR3ExvHpACJhXu\n08Y1QUax7K5AHfuy8y1mfssJC/TI9oaLSMJT0/EmuES1eBbfuj+7193hpVR+\nBD770c7Ups8fLskl6HsUKnXlZIgvPpSbfcbIjpDbXHMJ5kGEOKOHqQ7hXpek\nYieH5Ae8nsDFB8tLj9vEFnzOqRNOcaQ1faL+9Kv9e4mJriVwretu95iOSjrg\nUKcVXcikHLj7yg+a+dtPWEqX0OAQprPgS7t8KuXODUZiIXUkdVoYoQ7K09aE\nR+i7qc9kGLia8UXonjZGKmaBPZZgRxOru/qiSOt86qGYVtqvXKqnvu7WHPQA\n62aNxxrYpQtZJgppZTKTgefXYM2M262iuVDKXuL+xzRT07YNk+yrXow8RvLj\ndzHmTjFhqO2SP7E39Ig83KhPXgIUBKF/XRkcSRXn2Y+ZHk4DZlu6VRfdSqlO\nYRB78VIt1BPmEnMJQJwjqlCSaDEcWtK6o2l7QKncz9gTeIe03Rvv03F4N1IP\n9F7EK0jI9TRj8Y2GViZFplOGDW4SNRD7HSpghQL5US9AmN8dXx/pvSMPgFHC\nI+RPnKdcoj9mTdor/bp9T+Pf4jb8UAhYltovKyazAtjch+yYpSEJ9p6Seal1\nW+Xpu3lsObtKFTc3ymKsd8/YTbLQf3r7doxFPsE6b8kiujqIIMYUO9LPdX14\nxfrj\r\n=eYOo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVNt+vs8Y4HgxhhfOWHJV1Zojx1S9q+UATOx7TKnCdNwIhAMQA3POGhyKkocxE7UEwIbK3kXNL2ZlItBJRJU4KqKwq"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.cca6afa8_1551828466904_0.18236436926780897"},"_hasShrinkwrap":false},"0.19.0-alpha.ec4760e5":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ec4760e5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.ec4760e5","dist":{"shasum":"61a60255a65c5841f8136ada95c42c1b61b7186e","integrity":"sha512-GoyGCOVQad1rcf/2hhui0jptRPd0MVp0J1P1S9HJwrTAIEN0fF8sTsn3QLJpQMrU8kNdcTl2ORd+bWiVkCcffg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ec4760e5.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4MHCRA9TVsSAnZWagAAvJ8P/RH3FHCcE6vmbfo6+kER\n1cOr2qd+P/lb8mSQORln4z9sbdITyixQpNVtTWTrWofIZijdXi216i1+kWOH\n3Isc7TTZZywANNMldUc+LoCXmeDjCgUO6T22W0DrbFqktcApdgPbYJ38Cikx\nvCsMex6zcwO6zw56aaBR1B9za6EzKwfPNQwYJLfes9zqGy664SYrFgJR9H+p\nq3Hi84juE4QV5hBdDx6viqBiUZ1ubebwX1cWR8E1PR7vQN8x4Q1nSR+ELsp9\nzURBNQ8i4bJJb7FmbPS1inJJIN7V2dHX36P/ldZzPC1o8RbyllrBN2FWDCiM\nn7PZ1hzNb6msN2oXEtWBtRA5koXoMz+6/WZPJADHFKZAG6hThoqy9Aun82SA\nplDzTs1oo+rAf9qgk8nWItVmYSmci1Nj59mx+ODaVmoFqS9RjazAZaytfEk+\n6fmENFEKx7YlFbMbByPY+zOuEfagKB6SxD1Ds6QTm4JguFMH2uLr78KuwKM8\npI5xDDy8d1AsuIiwmNpPD8sKIn+6DRWWID33HUv0oFXxZ5c13roylyb7JpaE\nvhUW0G6SGK+/m6O0GmsyGdzEjUF6WkNuZb3mq+Y/oY6uoD/y9+m44Z4T5ugc\npiKHbZ4jsbC0NapcPkbbQuiU3IxOQqmMoETC6YAvnaIdfFFGGWgd68NgdUmG\nyBx6\r\n=8rMx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLFhj7SBhI/u3v+g7FHNdfE8L9eluFff/3UxrBoHHcpwIhAJ0JSg3rIubJBpMX76003GQQFdjgf/Br4NF3MgPQyjTS"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ec4760e5_1551860486851_0.8078991348615745"},"_hasShrinkwrap":false},"0.19.0-alpha.6888a690":{"name":"graphql-codegen-core","version":"0.19.0-alpha.6888a690","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.6888a690","dist":{"shasum":"3905b6b8753fe77ac97c459c25f12618f80368a4","integrity":"sha512-o4cloF443e2lzLVfQu2FxhrjwU4FiM+1X5VDFE3RgiVo+VS5p9IBzP2A7tJCGI1RApz7jt+gg4HsnvGp8doUPw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.6888a690.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4ObCRA9TVsSAnZWagAAPfoP/0vI/LrcpPJ7o+rNmSd/\n8txDf8EMW2d2pGYonpn0FGAbUU1sTLrim0LsW4U/I34PBeFY4pprkodZcDNR\nys/LYCJBtshyI5t1jP+u0baatuAP7IakBa1AuqhXl6JPgqA8iH3rQ9lY3WTB\nHOvwjeIa3ugKrz0SSLynRzwtqLdEeHta/VpeY80fTQGIo+vn1lz70ZUIWwHj\naTTSlSFRer/YX6VQ6jjNngHhz2KWF4va5oZGpH9vJmZo3XcQq5fSOGtuW1Ai\nS5uTLmDN6OkcgxVolipEB/fTQ5nXzfbOzXkzRpkbh6m2qPjzhd3dDEjaQqWL\ncvLmaA2xhi0sR6rNhlAtquZiJ/xRAzeHL/tT5mJwk8zzfOiLbAqln9UmyON2\nycnaItdUcqFVYIuvlGoLEDJ9GHIm7WONA/pIuXKd9524UthN1zI5u4kNWW5a\nhRWcOm45r28zimWlpg2mB6/hRYiiBQjEmkymhEgUhAEg/23pE9yLho81dgww\nv+9hw7MQFqwR40Ph8bzGlJVAnlbPrjybnyuM/Fw4U8rVwjZBVqtoWc1IYe01\nuGEdvRrzBb3596zolr3u4vkVmu1Aq78Icqr+vLsvNYi59bTrw21X/y7L+Sl7\ndPGEIfMh57sZBz4k77Ghn7usX2SWZf/J4WxOvZCNebV1UIRkq0wJVArXlNPO\nVrzj\r\n=CmSk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlnzASw3Rd/d9aL0esXtZRAiTZJZMpDqBq+ez3ktOeEAIhAMFpjsp9jMA2OLbWuUhqIyR9lbLLXlyNG34fiLJdk5Mt"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.6888a690_1551860634399_0.14201120859938676"},"_hasShrinkwrap":false},"0.19.0-alpha.b268f76e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b268f76e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.b268f76e","dist":{"shasum":"544e1d1238abe5ebeeabfe241e3110fc43b1ebf1","integrity":"sha512-Y3dT8N8DxaHrBM2R7vRCNHXkvsI7Y/9NK2uPxbAFg3rjhlKU2Vkqcx9dtPu+s8XjTQ2AMuc+iC0bLR2+1FFHLg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b268f76e.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4PfCRA9TVsSAnZWagAArqMP/iUERc3aNUi6of2HBaE+\nYVpYFoUPl2mP4W8Ku+d7daDAdpYai5ukFGcFcRVNFY5a11BpcOr3LObqqjE/\ngqS6E5Nlp0ahC++z8pSz/mlpK2tVX6e83YaRIsao2AX73y5zx+2EdKHS7mDX\nJ+ObqQlM3JsIYmZL3HpiCHyQmxoRgG8kSxFbJUd7EyfzXiaudAh8eDr7GaP1\nPwVJjU0ILd4YEPDfE87KufS1Co404MYKLBkECA8BgXmyNJNI3B9Def3L67JX\nti0ZjLgJCnHtDZbEi0hmFvUkylcG6U+neSOLiryECyAf5mfaHr5dJiPCyEjB\nUhCj8Y6II5PumBwBNW1a4pxF4h37ZINCEFhYpjmgAJqk2PRICyWrT3ZQE5nU\npyS/9alBrAxmcowc6T9g4fL+TOH33ili7fwPWiwsBEN15jCwn+hajs5sDWtX\nINdhIJdDszjAQ9AHovMPQh0erEn+1rXkKz21OKsa1FFsABpVNN1HUqz061Yc\nm9JF+yaLqo5D0N68TrtA8iG/Aa/k6Fy8A7nlBsfC38dcjNqLr/l8bdi9QqP8\nzhaM/+mVDZx2POvBmTGXD7MPqI0iDY0d4vZ61T/gQfQzuDY88uaf/zIAcbqT\neAmTA5DVQXF70ulpm7fkGenXgTFQacUTMJmh+G/YP0ZLdBpnjEFjDqvrpFw9\n0ZpB\r\n=KV5R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHoBevyPl7rBL75r/KH4VlHU9hz4FWcFB4pOMz878HE3AiBE/nYyIGYNIU1WIVKKBMFcLJy/3BeqK52NiNmrlX550w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b268f76e_1551860703250_0.9274881008731979"},"_hasShrinkwrap":false},"0.19.0-alpha.004d58ea":{"name":"graphql-codegen-core","version":"0.19.0-alpha.004d58ea","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.004d58ea","dist":{"shasum":"5d0b710442d73bf40310847b59645e6197909386","integrity":"sha512-bY+um3CpcTm3ofDWtqm4IF+MQi7YFG9budr7yyuo+HbHUJ/OdIgRy+nfCk5cVwoyBo1nsRFg38/kkYT+ZOlJkA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.004d58ea.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4P0CRA9TVsSAnZWagAAFfEQAKHmkvBGy2o6DAa8EmyB\nMaZmM3GIpw566LW6iUaA+YIYSLsRwQZUWpZGIRreP8ilI3QJySIS14vNHoH6\nfyhFRdVnLyHwjbrkalQwvEgGY78TdFtYmPLatPE3vouB7oppa1zigoiqfDMx\n/zX/HSZD4HmCYN9pg0fZ7fF1Ys2gdR9n61PbPUUyUmVUO9iF4QA/jYjOu+xl\nb7QmigjIB9171s6k0YgR0q7XIHmLKXcT41EJkoACe55QjUJ28qC88lzZpqGy\nNuPHEThWICsBeqOqbJddXoRXgC/s35RqSug5b106/bkzehASCqdseVISxVei\n2UeKHaIxajK1LOJ/8mCvgeyMgUhXe5cxghxo7AOgd08E+owpG6R6O9dyGjNW\n+49axasm7SPYJUZjHBxy2bKeGhOM/QujM9fPbKBT8Htk7RP1P9A+PFiWhLSt\nA6Z41rgHwmUT+YNsx+3K/0L8Wm9xEAZAEdggLEplVi8y0ms7msj8q3xRCztA\nTOdKFIOSkpZaYwIKLmVK+HzVU8WySZ1L6AytGGwd6caThdhiX+kTTCDEOWHR\nRMJXd+kgAzlrwDqZ2mF5XshwQRju3ZSQFolADd83QO9DAMsg4t0phUDowGj7\nqxmpQnOLalBE2Nd27EyYnk48L2ffZmaTgEf8S802/mSmnAPfCWBYaYdTgdXp\nk7vk\r\n=IOom\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLcJBbqqAyOOHDiFDrKb4rp7ZW4f1Gwf+VmLz03vx3nwIgcchBKyQHw1bP+o8I/6eXUxvVlZK+9f1ME4nwzdeAWRM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.004d58ea_1551860723782_0.2428637806070395"},"_hasShrinkwrap":false},"0.19.0-alpha.b6055f5a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b6055f5a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.b6055f5a","dist":{"shasum":"c96cf8151c505e073bb4d5ff02e0b84ad29591c2","integrity":"sha512-H2XIcazAx1J1/2upYcyco+LAYoDbZCUSVRUaYkbS317UtioYEnFSWgc5vXFU1fZ9bl5pLFpkQ07qJywXCoCFQA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b6055f5a.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4RwCRA9TVsSAnZWagAAyr8P+gPlXU+1owMdEdtRpZXn\n7d21k2YYtwpEtLuBZ8IkbeArQrnQY8A0J0NG2ye8+HqqpFGae33JVU20v0HI\nV5rZl9YbGLHnB1XRv2/dZOZBE9AqHqgCLuGXBqj500EOdMlgCYgq44aRVEw3\nGMWicwXWs1WsJiXTtTqYF9G/ZpYO6DUUTi3IMBaBEQpAKFaKE4+TUPGz5lEL\neuQCqIsUJYOOWj/bxwUCdG8OqriwdWr0O1PGyNPBpHlQf3x89pf0ZO/szP/2\nLDbngAIege3T7Kxr+6AhEiJ0H5adH+LLbfFkI09yeywbMYWRz0x+ZXKv4g7Q\nElCjj/XVY5m4RJTvBl040RXMA4mxDcyGhkmDbDf+2QuSco+tI50TqY7Ct1xA\nSJ9HP4378tn/FHZ0z47Gkv4L0BR3gPyC1HGSYcUAUILMeLjH8q0YhuVsJRXb\nh7LsaFBw6kkWJwWqdDzfF6YBTb48Cwh9rII2RyCI0bGzW2fyRy7fBhstoJmy\nWg/mHaSx9b7KHnaXxztbk+c6r7gmn984DUsiyRUJ3VPBiMx4+IGhuqYOdTaC\nbev0MM0VyFzru2oFXnItFacPAT9Xsw3hkOCX+ftzuyTl/D7gsmLCfpeoNKfI\nkNBjGdijWmomINliVWUi4kH+UC/vVq9e6fP5mo03OAVGDILem2psDrKmm0hG\n/nFR\r\n=VOcY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLBrD9dpqvzyEkTqYZiUnQ00fxhuCvNy3Bl6bncmvlZAiEAwcgobEwOuIJSHpfJIXq1MOI1ktZRNnhRHSULqEkf6us="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b6055f5a_1551860847634_0.17053800868922608"},"_hasShrinkwrap":false},"0.19.0-alpha.268be0b4":{"name":"graphql-codegen-core","version":"0.19.0-alpha.268be0b4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.268be0b4","dist":{"shasum":"3014c9d173ad26b55f9fd1340a6bcbb6b5e139d2","integrity":"sha512-Ltt+9Lu1kbXclmWzrPkBtGQS/BFpYaqh7EQf9rmAvEPBXBlps9der4LRUG+74ebKu/YzufEYAVX9cRFdEtokQQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.268be0b4.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4T7CRA9TVsSAnZWagAAjcQP/jholPKq/wvIVK56rPUZ\n8tJ7/ElgVGH2OaPxmBvQHfjyp2iY+r8Uzc0+P+IKE+m7fZG/3r668jJMY+IP\niJM6kaBzef9NnEDDib+cpy1yYj+nAlMw/YItcEQXcELAdQoJKSZAxvDoNfBw\nyc0/yQke4bGTuXBM4GyFbn4zpfDV0QRHpbMgULGePMQBSBpPK2XHrdcXEGkK\niXsmnfZ4VQjxLqYxm1Sa60NO51x5tSzQwl/Wx8QXz1RX8eoRSi+1YOQtcKHK\n2+Pth13f9dGs86K/+YmROvbP0ZMaedsSXsEC+YOsLkmEaNfeDbbS4zW30Pj9\ndtJVZHrJ/mvZN3bCm346W5rjTVBq/2D1nWBWJ0famVbFYiJFdnobMVIjRP88\nVBbAhSW6a1hE4axqCCLU6ioZ4cMPXFsBmJfsNOD7WnzKZfXjfKE0y8bM7NC1\nT5iGnDisl9WNxOZA3OKRY32OlkZ4ztVkKvHgwnrSl+zwaetBhcYccwVZHrrb\ne0184H+FrRCjNhRLjCG5kJ/jBo6eKxKDKhAogLNsmu6Mo0I7pHDiWApy6ZK4\nDLhGVw8X5phyWE3eW/lJB2ajHqTGxRw99UczPrLgtdLWyUm7m1PiGhq94aBx\nnVoKUdOzDRRJhRYupQlQiEaogMHnztmoOBtA0+FHe0c6+4hqIKAeIAhJnnOp\n8S6n\r\n=zlo3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID2n4xG4zwwaCVNRMWWqDfpq9875mF14psSgrowIRJx1AiBJd2HvBnjeyrrk8GKUhtOdzVrTKCioa/E0IOFeR93u7w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.268be0b4_1551860987123_0.533691404881423"},"_hasShrinkwrap":false},"0.19.0-alpha.12044d80":{"name":"graphql-codegen-core","version":"0.19.0-alpha.12044d80","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.12044d80","dist":{"shasum":"d6490f5c597cf35333727dc2aa79356b2fe43691","integrity":"sha512-w3m190SZOCews+p/qJOmY0FdqbOIB+/xhByFF/CbhK5SBRsnWYvtF9SlCDMII8wqiVLu06EFgGnz0vgcfbIcRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.12044d80.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4UuCRA9TVsSAnZWagAA+IkP/RoV0iWUAhtF597+Kc2o\nHTnnNO3pkune2njZr+XKrXCTprW9LvKiR4peDBIe2OdnYH/4iJiKuE4giUaj\n13Y7fTZQjVw588uh0JcGiSm6gW6udgEgHdWbaiKOZqgyIc/U2wHmUZkrN3Oh\nI8+yQATqPDEZS+MjQmTskZJWCiX32kIa774/CM7GFf4ALN2x5ape+mvN4qlU\nbnESRQ/GX1CZLHIi7rQhWviMbkDXdqcF+F3HDvrnz0LJSQ4/zKlPXVMjNw9A\n7tT+7yzTrXRAXS6jJZVgIg8o1vsWCw1SX81Y7lNYnngMiAzSEdW0d1vorNge\nDLFG0UJBK7VHNeKQU8rH/pLvUqvKkRL6HsD3414JsGbzBnDmb4YRAfLOBJqk\nscBfapHHBNfRVaobB6YnhfwltaaMWEm+Ajr+dhpd4WPusIk3Gr4oJ1JqRBHc\nEeeP+A49NV/fPDUQLsjTLiku560ICgaBaCvpf/FaYN1oIpMUa1VDvAbc88ST\nACyDDa3VGsJII2FQmvIdwuAtJxxMZqluc/uvCmGS05Jmg5d8RyRaY3wGynDE\nboDVvkOnPbtyf2+z5i85WEdcVpqwv2Lj6oYpPFjQb4/sXS7WSwHV5jkDQ6iK\nqcDI+Iu1U3RxPP9G09JQKhpSM4fChnxlfh5I1Hj2aRU6tnPg+A1XxT02Rbnu\nK+NR\r\n=VmXr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCw/RaHz2SIYl2Mn+m4K7d2wGm63raPDxWo2IcLqs2xnQIhAIQaKM3wu0i2u4qGguf+cPtsHr+worFAeYYgFWgQcQav"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.12044d80_1551861037146_0.3981927818495521"},"_hasShrinkwrap":false},"0.19.0-alpha.90973bc3":{"name":"graphql-codegen-core","version":"0.19.0-alpha.90973bc3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.90973bc3","dist":{"shasum":"8f62fb86c0e2a4290045278f186058be9abd4c31","integrity":"sha512-stKri0w9QaWqDMK6PgeXJFz838IS6elDoZ/YEMkkPDOLbxr+jkNGYfMYvxx37sLM9oP4uAnVJ1m00O3684BhyA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.90973bc3.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4d3CRA9TVsSAnZWagAAcHcP/juIA4EBF7alb6q6Hrkq\ny3bhf5Wp0jxjrfLf9/KUNCfnlTX8wZ5S9hP6kXD31i/aKaRrbtimC6FROvHq\nxPw+LmsQM7jg9cu3VQSaDTtpTf0eGUlGB+fZKbpf70tjCSsaZU40DXpoU07+\nJd3tSkDQ7+hkajWEInqY/y5UqbMSlh5irvbIkKUK2qkdc2gVynG6OkEHupuW\naiQR3pFKHOc1IuAyPlmA0BGa9lQwrTwsh7MMFvs/s7tQBbiHXVQsA9khEJGr\nHzVS7WpF3OiMFPkHfXrnkGbf2s0CgG0sILKmlXUyjZ2aF1kpAZoUjGBEsaZt\nqlji6zZ85oWjmt81j2gfT+tESruOeIVyGVe83pFo83SDTwfdVxVeYaDNuabk\n/kZ6kIaI83jw/Ag0eBK2CfWpssNW7X4Eq8xPc33rNMiwkHveHbrBIAFxCGUm\nMUm99h8hYctXKw3AMJybdQLalGKw5Sgfcd4HD1jnz3S3BrE7pfuZwn/dxYkr\nn5NcmN+Rtymsgv5asplavPftv1vEaYk1ujKoo84wOl3S/ENIPIqP/FvPwJ9Y\nShwuhbos98g/X/AtcUqvjQC6grDIvlHHx022/OW4La2ZWyA8rcZPzBLW6sEr\ncLR5fFFYwjFo48qExHtwFFHjw7ADMPvBRNfQnzja6d1APmawz32WbZEoFGKf\n0dDq\r\n=92Xd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7dFCENBakP4R/8D8CJFrREjezUcchNLccOrps4Ms+HgIgd7hozcyG6cCo/slr94sweuDNXqEohPuQSHVUfISd0c8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.90973bc3_1551861623351_0.17132615666395412"},"_hasShrinkwrap":false},"0.19.0-alpha.f78a122e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f78a122e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f78a122e","dist":{"shasum":"dc4c582e8bd14693fcabcbafb9bdc576448adff8","integrity":"sha512-8LheIAwi40OYHVZfeVxzu4SHul6vqC44b9PAYLucoatNqbfkIpgldVe4/uIX93ykvlXdmpkaGcmFSz46iHLwqQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f78a122e.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4oRCRA9TVsSAnZWagAA2/8QAIrln2PGOYTzgY42bDZB\naS2Jm16xaCBIj+e7CSTGXiCSNdKZIDdRWYRlMsTHXl5J4BHhsx04P/vA7HG5\n+cvBz2S8BqGSiuL8U+JJDw1ByXJEPhkr80E0W1ZY2c74LiJpgwPTj0c7iiS4\nVCilFWQgVvb2qgZHABBPS70+Oj7XwiXN5qGVMnKSv3RLtPclUAMsuPMlAcWz\nS6eerBtZpltK9Zn2xtSSUjCocMlSIzCo0j9i9Q58SyTQN2is0hlhO64gpY2A\nQd8l2LQC8anq/PyHgpbqZ3nhvTv7NEjkuLgpPCJVqcGxPRV1ym1qwo+VSgg7\n6x7Gu6miws4aejX9F1IIzQyFYAK+nA5HpBbREhAhkp5IHJUQzYgcFR51zDAZ\nEjqsjbNlyk/f5Nf0DxQpWEQeebreNVJqjPVMMyRmEJ9s1O35PIyQ9H69WJ2c\nA04vlFd6usyHh/E9wwp5voBq27EJ4H7frJddMJD8b3fAiAw9xzkEb2iwoOnF\nQmWQxNYoDRWQp8XhomdwSOHqXLlLpIYpgj/Resq7dTRURhWtYp7phvNEUjOI\n+Np1e7gSmy+LIgCbIzeO92qdltOjYcYIRL0Av6fit7ApuT8OaODDWvAHidQw\nqdGlhE4E3j4ISTcqVklTph6b5S1F4ARabfQvwK+hNiJ24N8FBQlHi0qylkG+\nE16O\r\n=VdMl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChmB45ighoBW2ka5ykSVOxWulFSBTZXc1mKfT1obuOygIgYl6YHKz0kXRZ4bs5RWcNghZ3uONWmtr8CwnZ8eM0dng="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f78a122e_1551862288611_0.6128714933290169"},"_hasShrinkwrap":false},"0.19.0-alpha.893af3b9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.893af3b9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.893af3b9","dist":{"shasum":"21a78e16406479602c6d34f31364c93f10c606c8","integrity":"sha512-F4liIQBDCJ6T/mqD8k0ygSklvMNyqs7qO2+w+23C6pSDychjbnerGQ7ZDXIJ3EOdEAX8siR9K2pghYY1QZiLRA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.893af3b9.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf4ofCRA9TVsSAnZWagAAMAcP/3sQAeW/6Pd/1LA2u1rU\nT+M+0/fb5s9jCScGpSrF0l7jW/X1RYqyEKfaQvIjvrNLt9s9cHsYchHb8py8\nKw9rRh4kF8HlTyJBR1Gdh0BBr9Y5dXoyYE3rfiD22niCRggnJiK3rjAHKkgw\n7Oj3AqCbPC/WMvI7vuL2FEKVqeYc4Ma/APvmcLi4bccPwOTGdQ9qorMu5xrK\nKjnHuEw7XDfRapacle4CjVLyHKR/pS1UfL4pNst547RYivQzlYYJj8Gc1SKK\nk92KZkAeqVIuskdhKRVeBBHG5FrnhB2+rwttBZ0AkiU4b0KOF2BGUOKbCJrx\noADATnUMdBsdrw5eUZrT7En/IUrzI3FhiDJN4prtbXvdnfiIF762ZbbBg2RS\nqy6aHn4ePj5Su/9D/PT6HwTTKXxfanhUTUKV73YCdac0R2d1tFr5KCWFqMn6\n9MGA+2AOZSackyQSxlGT+4cXJJyJCC92PIzSQwnH2y/FHGPagVwzkXJ1qFSp\n637/sUYhe9cbcIgB/j3vkUe1Rriv0FQMqQJp2ZCvdZU0sNlbndifpL5Op7vk\nHw5WLkxG18sUE2TYVuvAc8Vy4eHcGRI/HIIDXYtFQdhCDxzEsbHQrKzV7cQU\nJtUaLWNQ8ACd4DtkOuCCnWV9u2D4zlzWOdkvBDU8kQyqgEJX113P/j4eE8/b\ncu+g\r\n=0lTN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgwHFpldSz//810CrBd5v420Wy9rAIMMaBRoCCpF9HbAiA1AxRQrxXr4xM5Ql999r3Dsr8oOgWhrR9JDm8QmVI6ug=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.893af3b9_1551862302840_0.7730276692585019"},"_hasShrinkwrap":false},"0.19.0-alpha.ba991e7d":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ba991e7d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.ba991e7d","dist":{"shasum":"f46165e48d61e8cf6c56d7523374dc91cab4b703","integrity":"sha512-9KjEUjhK4668wKOP17/haBK4NCSrQplj0tBJjscdji4QTTkzj4YV6/szucmt8vchMEI1Ik9nvNLPiB2QVpq7MQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ba991e7d.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf41HCRA9TVsSAnZWagAA6VsP/1EngJO9Z640KtrCPATx\nfPMwkE3zIGqqptUxoQ8oy/qKAq7JxINjYzLgpOziBpLrCdKzXr4tStlZmgHc\nEvwedMc2J5EToo1Ww3taM4a72tgJVl7CtLE21RELfHTfSmJ4c0uqfSWZv8+/\n0dbPbRc26dr1/gZHmZyNOnhvUOrLZpB7dlmMrBxFEtb7WlJj1TjnZyGt/W+8\nmzTmR7EaIQq7Jz1G36NDNe5PPwyr7kbBq6+Eb7absBe2ji8pTia96SeLNlin\n4WA5ij7fqLePXzScjY8GQArEN8K67mh7zSNvoKSSN46YTGbCbRpa2XYsiJY0\nANOkk2Y7TdZK7f4ei4ga62zndL4uHM2qDK//FB7y2YaHiYeMuqKgzPWDTg/g\nwAYqPFCDBGOPD3f+yQtY6OnR0mRly+Wc5A6S/oI9pbGKNkrgs2pF6Qx38aYL\nxbXtC61xAhzbC1h4zb+fOM6v7JbNZMMVukYwM207+rbts9mByEB8cLtfX/qj\n5uZ4QIk312JHn2V6JqEsPxWl3JArPCCaa8sZ6OO2ENBvF+zjK/IdmYcieMij\nMaiqdWacsmCat8aL1OP2EeOBmfPKoq0rT+0GixcNavi9kyqYv5+2HzcBzkfr\ngFuzw4t6P2DarriOPz1GIroHMCkV6bvBioGp7xYJiXeqLYmpuOsJAUXuxx9c\nUy/i\r\n=J4tR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtybl1NipFB33LJJGMJKe7j8jn1zsrA3KPKA9GE63bIgIhAKkuLs0eEhsmD0XazwYxBc1ZaEOwmr234+W+t0Y9BKKJ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ba991e7d_1551863111160_0.8400202596540485"},"_hasShrinkwrap":false},"0.19.0-alpha.c608c623":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c608c623","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.c608c623","dist":{"shasum":"92f85419ef4af96904cd989d7b8a79633974c1b8","integrity":"sha512-LvweF581fkNtCvjg9ylFoO5bw9H9v6rhh0CBGiBQ2uyApEbj54+Ml8se53ZFqs3IAr2jo26VijBuTX/1g76bww==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c608c623.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf494CRA9TVsSAnZWagAA5o4P/i2ka9vlFg6ORrvHMiel\nuo9d3x/up1tSFF1wYWcgVWx/5Ncz4g9fys1EX03SKaGZYFy9By92H5jnVJ6/\nHXj8FW6giBqUll/QvtXbmPdzkaRpYh9MqAsMdgUiNlSWLIwuawMk8X7Xsv81\nYywlTfbYyE6/4IRiCcEg5YrRNA8W51zUqN9F9UTE+6ECvc2wtU1Lg4GJMBWi\nm9oiF4aEQwNQGNIf1gTIhPaGH0HEpEtOPnszmTU0C1NBJhH2zIwmLfsAXTFv\nPVM+PU9vq+sGh6BSwN8WGSsQgL5LPpqVu5GUPfCaE7uHCOtVIUOyFa7oyRgL\nm9gmU3OV036Xk5MSqwyTGIkfect32hm0Q4Ma/reVW5N3xFDEH39mXyJrnY88\n0rRVDvzHifUe9Fw11rUbQXe+lr9i+SGNfv01GKn13VcxO0TprYJxi7BxbyHH\nBPLyQ/2cCwaq0pytjzKxbImaDBQu7qNlES2w3/R2/0UDMKOAqti3kRFYp42c\nUusVPN1m+FyMxodjA9kBCVjmdMPFjDEedYNuNrweZf+ADiaS2Z24hqwul437\n9J+XMp1kOfOKuE4/tYYjBMCwlaFCsOqEaayzGPFbEgpq+o+2jZSYYo7oMmb3\n/svKqG/26wuA6RhfKV54unOf0O5DK8MQHlnyZKU/vvkQcaKO05KF8z0vcdms\n/jGj\r\n=lBaX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/vP5YksWzYR5xgOhW/SNL0+u/QM/yI2dPL/CK0HeKNAiANRCVrn8anmG0I8OsgvaChVwPBhGx3stvWaBiK8fr++A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c608c623_1551863671564_0.4079538214394569"},"_hasShrinkwrap":false},"0.19.0-alpha.af581cd1":{"name":"graphql-codegen-core","version":"0.19.0-alpha.af581cd1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.af581cd1","dist":{"shasum":"c29904b5307a0d7472626dc04f85ea09fd124995","integrity":"sha512-Twri6ct8+H4Oybzsgy+IYMOKk/3t2YoEUKyn2fiEOR4Dd5AtHBGeyFJdU7fx7bzzgfNL0dRO2PVfCqDQNtXrgQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.af581cd1.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf53uCRA9TVsSAnZWagAAwwkP/0QcxUfvO6FU+hlkdV18\nY1INDLM6UD2RAds9vOf+wDt4EnwVaBzAib8mU7rYSl6hpNpdatJWGG83PHOB\nawn22PWZKr8aNjiPtSr4EG//FVWYyY1c7e43yqOGEqt/9uTuTKUuxH60mK0D\nV6V3yyWiLHpG+07ibIsu3FH4X8Jkr5qSfxi/VagrQAPfvGMRWB/aYCtNfnyY\nlY1MqZAsnxNqdDTgLURNmp+R+kvB8jdEk16MKPXKqsqkGPYNIcNYFTdlMgrE\nzCdlilw86RK8zN88X57M1rhzmH9aspCg3TvvNCO6kTlxKtvAbSRnqVHGoe/F\nDxhkHJ0IluEofq8hLPr99eRhO6ew6b4MBX9UrdA//tTpuXuqz8IEU/aztCOu\nCMBDNnpN3dGEhu7lzo8K9ar8Zt417octiq2fy5wuT2CDombKU8yQ9VmuaUh7\nqIeQ3uSipfuu87bQtgUwXoSptHysqrmWFKU/LUPJPrdEny+0UQsOafCk9NdI\nyKxQYIMOMJHLIrgDQGVDJt/0Mn2RBDfSVh1OYyu9c5J2Z17rghpBVeFhzjn8\niJC+lnaXLyZXlXKFvzIOnCRXfyn2qggTsgXYfPT+reTcrsbVVmxr3JOtV5Sa\nAWfVJ3bYBRQQxC/azdTlNWbLNeBwpo2Ske1AjM21WYvXZlsFYukrpYxtthHn\nsrUr\r\n=Dtqy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDk9+lxsrvlSS7Xu3S4sGtR0Dxm+kVOKQg+zby/DmSSwIgTi8cJWW5VCA7V79Leyc/NwBOZ2lhvOxgj5flQhjbeCw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.af581cd1_1551867373800_0.9062785994765172"},"_hasShrinkwrap":false},"0.19.0-alpha.f9e4218d":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f9e4218d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f9e4218d","dist":{"shasum":"08e23a6faf545a8cab631a28a2865ce1e4e0e455","integrity":"sha512-PwMB6MGfM610ITmgKnjeJ04Wu7XSErkt1dFZMulaBH21Y58Jw0RIVmMV8YfJwIzHw9SHhq7MbT21FAMT2WGLvg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f9e4218d.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf6udCRA9TVsSAnZWagAAcOoP/RcSvOyWB2Uas0Q68Wkk\nglUsuiVSxXzbjOtuG/cwVNcOUe9K0FJ+574BZhQzW+tIzkPK0zfhaarXqkPS\nl1J6ZWyQBh5flD0nscBDPziC0bLSQdSKoe7VCBm1oNVYKofyloFN3goIW3jp\nmA+yNr3htFFgHiDKNPdugsf19XJ6oRDRfGzyZEgjumKZivlmDPR3dYPyRkd1\ns5ylzMbC4x/haEvEZKWf6RkLosdq3UWgwOgzZr/S1e0D9o2zN0LvT3ZD2mKW\nPDqOwVKbKv8yJpxYn/N16TvI2ghxEjnqhPrsWbWwoTYQYAjc800d/tf45S7i\nqPQYb3a35VMG0kcLk0+i6iojBDluhXQpswY6AROcHyJGUIaVuJ/a0JhjDlTi\nN9mf1ER4meFQaspkfgrCwtb1qJlT4Ng4AEgou5df6hRjavaeRTDpC5ty2G5b\nCLkyLYUQupcZeEL/gNYLMfA7fsWFjGafAByd21nzEzZNx9NjxA8dRWlDrNLV\nk9sdhD+n03xRLwYaqIf8c0OuBsYimJqszQLioNpGPqF6puIaIVOTfdvzq9Zh\n8kJWaRqxZ5MOf4DhHZKytZIvH3Ema3oJpMMLXjbpCCALjCbh4x/I6cqkq/Ix\nHX1NbmisyDyNqj30V7QgHgsz1oq3niVCfO2Ehjhu4owyheV56wSWJoLZdH3+\ns5iE\r\n=vsVQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDm/saYlCVlY7wRJZba6/xIEzEiE/cF/Wpg+gvlHNkF7wIgFbrwRJRubJln89rX3cvh62y5WiYP8Jzw/GPCg/JXgzk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f9e4218d_1551870876704_0.5347961894643873"},"_hasShrinkwrap":false},"0.19.0-alpha.efd0a6f3":{"name":"graphql-codegen-core","version":"0.19.0-alpha.efd0a6f3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.efd0a6f3","dist":{"shasum":"5c36999fcbc1f1ace4ed6fa42883221649d9aa15","integrity":"sha512-++XYM+oADZAjqQLyisl3vE5BuY6Gp5FO2A0m5fBzLi0e/S23IMewMX2GKUvDQ29nL2p8A4dE42pJyRjZ3EaAag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.efd0a6f3.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf8AWCRA9TVsSAnZWagAAJn4P+wWtQbILl8wloyl13nzp\nGaYHunGxSsW5mKQctm9quDTDoSMImEBC/F5iQxqM+WSu/liBV9F5ZJQ4jsae\nmbe5BEdYu1bAqCW+fHStGuUmqK6vk+VeYAV3c5xNs0GT18NUjDhYKBWYoDCl\n4z7LPe/mLFbTbMm8Ih5A2ZG+VfB4T/pZp1M2il+wOrj63i6y96O/RUFreUPx\nZhK8Qlkfdr59zmtML0dwIZbBYNH+g5ubUy5rqqYH2MkXLKm/sFBocuzQl3jU\nl26/cHhYZ8WhzCzwXWXe4ITpEsYgmpsyUCfhAwV45OuVt3KxAywQS1aWj1Vp\nE6d7KCC80rbYw7f6cer7kL6HNgpy8RGg+YYdScKboVCPj/xfIy7j2D1CIBEC\nWd3osyzeqKJibHc1jQ5x9q4AyCL/WS2uuRy3JlU2v9ahhLQfWOHaULbdkjHH\nseKfhpEM3YEoMX5NoqJnWNEBSCBm2tRzlecmQUrJZkZUYkUtzpxgzxeTk6UC\n4iYSzzhW/NBVF54gOs2aSUtO/w6COzzcb6Qjb5BYqp0in86LNHDvQeq6vcOs\ntXWNCXmDCtX/qqXoxtAS1RRyONFkAgrKTtG6crBjWMos829zjQKaJArA2fnb\n0VC5OVB/cG//8yTKYW43imkt2Ucxpqq6Ir7c9C2syq3w2xxqydmfXxJfebAC\nFLCW\r\n=YMIc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk4UyvfAjrQzrvygpZXiJjB+F767jNxX275MeVf51Z0AIhAJZxVGnXnZnE2xBEKThTV4w/BRSHUc68nIJ9bBCnI5yx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.efd0a6f3_1551876117210_0.6044050644799486"},"_hasShrinkwrap":false},"0.19.0-alpha.19988f95":{"name":"graphql-codegen-core","version":"0.19.0-alpha.19988f95","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.19988f95","dist":{"shasum":"f944a4bf6ce16b09cec6cfdb796e32c73d5ea861","integrity":"sha512-uAI5jP1pJbcGSEbvBdjiIJHCRPN+JlLRF3nMPWuFQtsnRiMjS93MRdgNwx4fVikDw7HYOAbf/wofJLDWQzWlig==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.19988f95.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf8MKCRA9TVsSAnZWagAAqcwP/2DZa29lMl72Br3pX8Nu\nb/yIsL1PpOaghG7TH4MPyUyl18GqK5sDJeg/1p80peg11vEAdnJ5Nw4WL2Dy\nCo040ReELq9vLHiKxlHThHjRKwkwF3T90HG1uK1B6SSPZuB6pHPcWdb2tezb\nI0pOK0ffvQLc/gAe53BT1Wc0oOteC99kq8q9skurxU9u+YuF78xTTdI6uvto\nqAlqj3CbeV4lcFmXtJDCru6GDOOslGHJVnxUmdBkwTIKeNuvmo0Cv06mgBvG\nv+VF3cmN4hsgUBCm06lJ+LM5ai9AbAajmS6bTAcE64KsIdYz426jMryaK/KZ\niB30XbzspCcBBwYJn4zdpUScQbtpmk2PycfcP42fmx+XJkcUlGdfZOJQRIyU\nMkywpiSHd2ZCR5xiomf7SlD+uRtdPtSYoSd0X5mg6phPMBbSllioXCiIj0O2\nQLBHrWZ2xYhtXd5GAiAj18WC3SITB6rI/73hQjZIxbOcdq01iAy3w1+fLZBy\nDZc0UODHZY7IUEa7QrMcsvYpjKtaRElx24uAC+2Du1KmVzvr/ZcMj2lh6dg/\nWMsLOui8mNFePWeOk13vDDAFKLcgfvzH4N5Mls5Wfc2XZlVX7ggLvDpzCzVE\nlmvKWuxM7wSwhIVe0OL1SqSbg+8Lj6x8xjX8hJFiI+Dkun/1bUYiwGghjnAj\nSqb4\r\n=tXZH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFfU66CSjQ6DpEWQBZh7a31PiCsn3csTRsDBt9so2267AiANBQYvxVGK448PnPujOY3noVmaBhktYCDOzXGWNdUvMw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.19988f95_1551876874089_0.7435534301774398"},"_hasShrinkwrap":false},"0.18.1-alpha.16":{"name":"graphql-codegen-core","version":"0.18.1-alpha.16","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"gitHead":"2d20be06228b820a4ae721873c1557d3912fe8c8","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","readmeFilename":"README.md","_id":"graphql-codegen-core@0.18.1-alpha.16","_nodeVersion":"10.15.2","_npmVersion":"lerna/3.13.1/node@v10.15.2+x64 (linux)","dist":{"integrity":"sha512-ChkWHBbjGbVwSBYob1AerwioD6jtKQAPYzrQ86ZnnMSk0ULE8Rz0QZUwoSkhT+gLCcUSk/uUImZW3RW8TvLCaQ==","shasum":"e49f788845b6fa827f9e569cfc443e890c6c140b","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.1-alpha.16.tgz","fileCount":85,"unpackedSize":94477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf8OdCRA9TVsSAnZWagAAwowP+gJWi8MyV9a8g8eU7qAN\nzQ6dBgkQ9Bs2sNZzF8DN1b4b5uU56+A3BpOCZCgLtXVuoRrAHdOM8Os3HsKr\nivMs7LIFol4Zhuc5jGZipFioBaz9jF/yUHkfsqtLnsAAXy9e1RVhR7qTMdIW\nvKehHT6eAhCKL9+I2HHeFQux5wsEj/9+OBbcMzRldYUn5R0NFpH/MHhwOBqB\n96QhhVBvmZICL8SpPHc9K9YfiiH4e4pNJI+e25aNGoLM4vv1twayqqqIqJsR\n5awAg4YxckAcblrMLJIlX3xcDArY2c3x3b9vYKj+7CS8R+Ks9C8Je3DTKRGi\neU+ejaQSAtz70ON1tW6BG7Bcrql1VFCxEjV2qLKPHHoySfnNXpBRDp31mqpz\nPeLyNt/osdUo59b+1xnbMQfYuBqsgYHXAzAahS/kyuPhpa4hRHblc/TlJZYv\n56qlNU7QLXA8caeHH8kzKZFbRqjo6oZ2G3PVWNtNiu1IHspBSujokR6tsg9u\nzEUHIUy48l8/vtxBCKcF7hl5V14ludSXXoHw/FHhF592ZFSv8em3u6jskZIX\n3Gvqdmm7LMUajcAEnPCGVi3W9y/zTRf4jUUlSwHwYQ0eAstvLBfeEVQGrTYg\nP0NuIAX75AhU2+0GAFDXJhANGtAQQaDqFP1GnYuCYWiypVwfr7nyukwJdlvY\nkuLW\r\n=tF2W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvgaQ/+DGp09nUr7SSs4cBS3wQBdKXttDdUPyP0FQF8AiBMu7lUvgN27/PiRjTMurX/CnKjhecBkveUABw8nAI8+A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.1-alpha.16_1551877020602_0.3088374089578103"},"_hasShrinkwrap":false},"0.19.0-alpha.1690e3e9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.1690e3e9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.1690e3e9","dist":{"shasum":"9920cf587090b0328d98622f6be96bd7fcc13fae","integrity":"sha512-xFiAJdv2p3UkamqwIEYJNyR+NFxa6Jfo6G/sitVOsUHByZvrD/5QIjjhlrQJkUpqJXE99HWtvJUMCJTDuJQ6hQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.1690e3e9.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf9f8CRA9TVsSAnZWagAAAc0P/RqMavJsdnrXye3/v/Cr\n9Xi1UV32JOhcZkFoQd6lL2sGpairY+VMEj7QfnPrJbDhTLHQM600SY+klb9h\nhpheOmzJ03oiCGS64R/73KcC3GqAwGxuvA9MVaXf7+vY3Zln917s09BGrplg\nsnlbwt0/QgIf2lmaMAFl5NLDNCD6B00EmJbmsgjUqRhsl1BUREYJT4A+MZyP\n5cWFYfJYxiUnCcGhrc5YufaInVmM7vwV+ZbZrIoy89aWqgULrlebrhvZjmtW\nSgxYCaMr6eVu+DO8S6LpPg2L0LcmBSNdi35Xi6lKvmoJ2J1RVN9wJ/nEAX2/\nXu/teVxVXnjLTb/Qlfdb88+pCiptzv+0QCXh4rVDYlzkhBez2s7UDew2sZ51\n0Gcs2KaCvbFgH6llTkvjoR9gE9zzAPdHsmdaWq/SWQU50plGtipqlDIMwH76\nQspj52QQYaf/0iaqnVS+SHNhtjziNvfsfrrlWC+qI1ab0jbFPSZSaeMIhjyA\npuiicSzan3WJUOcEP1QkRLaSUbpdiZyfUO+9Hgh4/vC0MWaVT7gd6URfDwOM\n36u9gyJe97u9Ljsh+DuB4qRTg2U4Ums/u/pXHWushRTTWynX2u+hFkzsgts9\n8Nmz/0wFXAEBo6GQGrcLjdAzMKxspcOVLEVioMKtRiJKH77v4tTjw7tyWgY2\n2GMi\r\n=hQBm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMjTwODTQuUrIw+poPOt5iSzxg4oMEiC3BSU1q1tOevgIhAOBMoYmsu4HfprGIh4+lCwk2sVQdpNJPuu4gY/gqc+B4"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.1690e3e9_1551882235619_0.5004254764638016"},"_hasShrinkwrap":false},"0.19.0-alpha.6863e55f":{"name":"graphql-codegen-core","version":"0.19.0-alpha.6863e55f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.6863e55f","dist":{"shasum":"e809e568f4f7a809a98fa417e6aedd0dd5f8e72d","integrity":"sha512-nXDo/IihOT7V8PXBuMa3Ey6g9n8iSYUOtk6Ww2QU/ay6AoADgLYIx8cPzBwtWTan5JWyTCXDLnDzcTKZGZmrmw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.6863e55f.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf9o8CRA9TVsSAnZWagAAj+IP/0yv5iuRWVWlMApqknF7\nxWKWoJwkoSYwlYn9aUh+MwWVHnvaN9xs4vBLDxf7jXJdKSWdqH2mMGw7zIAq\nVn7K0wvzDvxTnQZnQfT8f4aaw5+VM6QQfT0UR3832roNiFGE6esK38nGXi63\ng/1gVmVmpsZCAYfNTiUlGBWgFjmv7C2/TgcBBlAiNxKd0WG/JiPVhVDLr9xq\nMGgt8S0fSqudCa96XhKX9a0mzIGJoAR9GSkp8FSBk2dgp4kV1Q6w23IHiyRO\nnBJGnrgXvxKfwnf0+nJ/3SPHlN/5uR46/sYiyiHbWm39sKnRcmon8V1eIMSj\njJePHxRw/V7lF2DY/FlP+pA8UPAXGBXC7VCOzJ6ysScQWvGUeEBdTypMSOmH\ny/BPapkXsKuZAHLE11QZSHPKyO+K+/SImXZuoe0WVtEZsUO/NJlJu88MP4dg\nJH/SqFegQ3auvevG6WUDPhObqb6NzFA4hjDC5gbXy//fuJbx077Ur2bKYsRr\n1dFhIWCn6JUeodOwIu+mqT++zvlFP54a2D7ipBTx6AiZpXbrFwR+T0r8cceM\n79RqxQeD/SOg7xnrwhQ5iqgx+SnZ+dlSUg9LT33SIcaN1Ang50Yix+f2883D\nBMu/1Nyw923XQ1ECVD7UxEBxD3gsaL37AAn0+JRvJKWbrrqXl/KTQcnObR31\nfdUL\r\n=+Tt1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHOFRREhUmoPZnyi8TxpzrJzAfsKTLhDlMHYo2R/3wJDAiEAi5xxWQeD6OTSUnobPFbto99MG6WPYABKQjORoZPEBqA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.6863e55f_1551882811855_0.08205013922835391"},"_hasShrinkwrap":false},"0.19.0-alpha.7ed9765d":{"name":"graphql-codegen-core","version":"0.19.0-alpha.7ed9765d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.7ed9765d","dist":{"shasum":"0bafe67fb8dfe2f79b8445d2310f0a94daeac3d0","integrity":"sha512-8DowWHvvD0+b1YsWZket3DfWNi/pou1jDLIATqhLHonyDrGcqyTXNW+547d7+3vHUtY+NvypXo9DYMBZOrDBbw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.7ed9765d.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf+9PCRA9TVsSAnZWagAAa7QP/2ZkScj8a86NYqrHpubz\nv6nAzkjSbjP9c9JMoobqnr5mk08CKGMBs3BvYRpnHsfW6E+M4kE7i6/vWez+\nI2kFQfW37g25qGd2AJ2AswNB378WzxuCwz78ivwVLZwc9/I+OqtBtHOmT8jt\nuiV9pQwBao/GfZ44Y5kk9DADvgGEtnGDeUFrGvujk5RzcPlC09AXlg2Whsly\n7YI/bc7+o0+lHFl7WMDCYFeMIuIxGOPRoWpLoxVAbbzxXJ69JFi3KIj9x+Lm\nwNsAJcmqvvuH/W6wQD37HrETE5PXmzbtP0VEBx/BpKTCPseM+PaRtmmXhM9o\nqqSwuoW85TgP7RoBog4Hfweu3RX3yJlfB7+lBEq3suxkieMuQ87FID4TW4xH\n23GwSSIy37WYbCO1iw07OFMV3ZqHOuL+Bs0mbD4ZdUnwIt15NlS6UMnnwRkE\n/s5xm2DlNg5elTZFvrnCNdtuL8EA79IWqmx/sHeVyUNzU554Tdeevb1IsuQc\nkmwwl6N62r7obgLl5EyjdlV7LtbdHKWoT9AwgX04tO5P1dWabbFiFS8Z//zU\nXPs209gBVMLi9rPpTKeuj0Zrxos/3xJwlGnHb9qFokZc3VvYH2YZgiQalKD2\nS+nCmluUYLWnGTDNZE535JSw/oJwCupjF7rqE6gHQlMiVfiwpuiYiyjdt9hu\nZGO6\r\n=3Eps\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOE30soktveB3/v5spXNPh2zmo7Dvsgt1+mP5CWKGvuQIgRLEXiGl1voVwuJABcloiTDEnTqq2JewKpLEWFlAqqt4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.7ed9765d_1551888206390_0.023372559449531538"},"_hasShrinkwrap":false},"0.19.0-alpha.b76e699a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b76e699a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.b76e699a","dist":{"shasum":"3f0e3cc05cd859f48952cd551859a67408c39dab","integrity":"sha512-AeroDb9mzw/eGj2v1jeo2vt6qyXcSmNyS4RUmZ3vhgxQkKxqUbcTYJeQ35jKuq+0npOaHFPxY2hbG4gsggW/rQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b76e699a.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf/yICRA9TVsSAnZWagAAXoYQAKCXsZMIf/jCWi8JAQDr\nIBSlDLb430Tn3SfnDETMvSBD3dU/5D+wcwl+2PSv8X64ktbV3Q8TyMXAHPIO\nB5CBs6sd1XTJ19royj6vaRKJUkWzq3WNgNcyX9vMbU2lXHLVV3paCPqhebee\ns93iRw/vaUa2y4ZGUQ2K5WyGA3RbpCGegm6ULkKKHRTM4sI6um36Oxk3Veiv\ntaW3exgIEWrexTrH1DbQf+J9YV8QRvlOEiq2mO9dE354DXgxps8XDrHaaRTL\n96GkKN+kj2MzP5W59z2JhWe4s0Ov6yGv2F6Mlo8FONTlxIJl4Tc/8ABnTx/a\nFma/H7Qmvwg/wSzVLB2sDcCZ1NLlNdHW2gRBJFYhbFJFqmT46b0rUx/tmGSX\nVvHViQ4aJWok52g4j1iV5qknskXGz5HXqdiECvMWDwxzECi59Q2AJSX75bnz\nklky9doAUHm5onnLNJzKh6qtbNfhjBGh6QhRMOy76Ghj3LzeISrywrAmZN6Q\nOijQqT0usXt3tc1WdpN73yssXh1cMt0pN+IFYPRSF0m7jPaBnz7gc69sIRyY\nZSNwxaJIuXEIbBBU6XQLWnsmbg9SCFF7e6eFjASBciQoaW9OVdUNt0IhipYw\na/V+j7jLYsdBaECBgqFO+MJZp2Zz+7bqeHXJcCYnxXT0Le0Y79UbaxFziBRN\nB0O+\r\n=9Nb2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICiwvcKk3+KyazGTskxsDN0eS/+PVxQPUjIdr6AdEz++AiA7b9AF4b6EiKNxNWPHf2c2TpwxkhFArNEpMMxe879l7w=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b76e699a_1551891591359_0.029556112711945692"},"_hasShrinkwrap":false},"0.19.0-alpha.5634c385":{"name":"graphql-codegen-core","version":"0.19.0-alpha.5634c385","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.5634c385","dist":{"shasum":"0fbbf73bc90af3c45e8cbc19bc93f40d0cd46ddd","integrity":"sha512-4zGOjipniTz3FrXoos2b8a+TfQ+GNKs+BuwdTPVlEyKHFJfnDOPnPdzRV6WD5sSOBVYl9d/pxVOmR8PYP4qtCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.5634c385.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf/1CCRA9TVsSAnZWagAAjJMP/jkMZZsj/JrQ6veYNG2F\ngQQuzomKcwZxC+2IuT3Qfzy7RuzMt2tn6LbEWPwQ9m3H6k196pdI3VqQC5y5\nEkoIb0+1OcaszXIGAjKgOQiAGj+L1NXFew6UIvXBIMM8Rqrldc90+Aiq1aQi\nIhXWt16/eglTgKhX7ySHgqTD3vvIDjExM0pH25/klf6lexnZs6mN3Pe8NTLI\n+wPljzXwAQw+gEfRrN0Pho4C1dsHyLXsuL411gDmGrkxq8WREXh/soSAwYj1\n5HYrBBlNzNr/HatCEqhyVnz44oVxORBNVnI9kQuICFu9nRy/fl6XJoukg7jx\nPpck6BxM5QOJ8uFjQ263OisAijMo4UgOatxPVzPV/ok1SrhS81CEYUnugsS8\nBpR3GmKlL20mCPlkOQBdqrUfURAASjWRo4+cmTtEZoomz8qzNGwUkC7eyk9v\nv+lh0Vgq2kE/lfRF+Sy2xXGBHNjFE8JbjHMVL5jqjg7mdbj1Rc8DlitFedL6\nDmkm6DBOPhHlZIz9ywCBG/3RPD3BuEPXdY6t9PeXhUl1apITX4b2pptR8Oeb\nauPWiLOJRfMK40Z7u1ApGxuHwPkiDtq1d+kfrOMLZwxRK/aBabRtDQDfC3Z5\ntRhccFnvPfg3kare+XVpV/i6CePJ2TIoZ6XHb+f5QSWhyWmr0aaCpENJ/RNH\n+x+R\r\n=JtPz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCt2gju0SUNKmyCn95XTfr78zcZnzCfEuPlQjyR9o9UzgIhAMgZx6prGfZMTqWgYL7dJu9ghc5cqwyqbaQbPTnkE3th"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.5634c385_1551891778192_0.7429131990383253"},"_hasShrinkwrap":false},"0.19.0-alpha.e4f85226":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e4f85226","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.e4f85226","dist":{"shasum":"273d06b3256dcb43c0f54f9c300fc8321e1784ab","integrity":"sha512-eojoDADczm8MkRhF/nAxKOJHwfS0V3tMGD8mNUwf5Uvi+d6EsWqGoi73sc/10FHxsz5yxMv6e6RpzOQ7ocrZUQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e4f85226.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgCyFCRA9TVsSAnZWagAAxmgP/0vdiwDaI5II3gY0mx6o\n/5NeT8xEhYo6tsdeTU7Uq+Jju7ftb70BGEpMo5cXgLY9SZ6N6Drx/f04yFvy\nwuI/QV7lVivB7KhbCT0W/rhQjJU9JCtUZ7ySjZu1Zrul8DwsCtNToyjS28JV\nGTRO6ymcmx0K5BUTGeUdQ/lWaL0aQjg4nJIvSQRrlputFMpnftTdzyJqion8\n2OsPIfsjDO/m+SkAs+DcH4vgc9WwbmVrP9dExsR2XMwdD2bvFsgt/Z7KzKYU\nWQMf5hXRadauuGVmgArv8R5AfsVYNKsgX/x4CkshtzTpxBg+WxZDeYbU25de\nkwS1c5Zy4J0clysSNQSQHs16srZGinHMbvPOVaUA7TBk5I+W0QzIfbMCSMFK\nAYZDkHedeCq6z/ctvshCp/VyZQ0AuDxdgBc0vu7itO6JZzh65aaKw0ZLgt0I\nISE6sOL3cx4iDwvi1Qj3CnpZ2iFpyYYe+DIOfDQZ70tR+LK/BJPX43CanuV/\nO/MCu8VYuHyQtKkeAHmrDZU38At1DYXYoXKc0dxmo+l3MDzbEnaowWxckhVP\n7Kj7F+voiiKylJNm0m2NmrFaIqHNSxKw8o4h0JhWd80D/EFXrU995pVrqiPP\nhJSSsupRkAzRqm1pf1TxJYASuQwv/nxoD383aQ8SSJz5my7/ydJMzsQfuoe1\nA4g1\r\n=FkdT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSEa+tYpoiX+vg3qp8rkooCJwc3xUCPsM+5Zi2MgQWYgIgFfBzavxKi7msGS8CwoESfiJV1y5z2OBe6YaG4fghuV8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e4f85226_1551903876571_0.8376614517395171"},"_hasShrinkwrap":false},"0.19.0-alpha.85754bbe":{"name":"graphql-codegen-core","version":"0.19.0-alpha.85754bbe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.85754bbe","dist":{"shasum":"afc1fb07ac9777689161cec94bb434d2f2e5182d","integrity":"sha512-wgZEBBQrMDZVLepuiU6YnyGEtjdCg00urNN0xWrP9mumxTmzLl5nxdT+WUNjqbqqmKj61N9g0fXHvJ/B8gpSAw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.85754bbe.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgCycCRA9TVsSAnZWagAAllAP/1Am1AiJuREReGdwBNSZ\nMMqe6wU9LAkPNI30a/72zewfgEr799PftfqnbHFC8ylY0ZwM1smbXq4iZgPR\nB+IT03m5qDoxXm1eC3qwSW1QerH3n3Z/Oe+4cQ/LR1HC/v2OmRMkK8FbNg6W\nElJf0+IcjKQakfVpn1/dQXUEB6aPSYKps7jenQAbOba2ty9Z0zmuiTV468bp\nCCxwTkujcQ1CYdrXLLSbJ14w+QjGvRatYow6RobUhHU/tprtzGkTOtZrqtYD\ncemwputte+tXFqezYaqfD27CzMKZpgJO1YEtctz8JgL/rD7uIfibD13jvzCx\nn26ZsQRwPJWWxNIWM4M5oOxFcNrYsm0wzmEiEc7eQicGKkTDq486/LjCk3hV\nqSaeaklkh+FN6f3YA+c9omSRNS9dMo1ZvWY8e3eEd9c7MWISR6qK5nm/hIcb\n5JEZ9aZo8MR9/2WP9/gZjbZ/JNdZYYIlnBnz6t4gRr8pUqgvx68uE5H+fX4m\nbDt/84V23rKcaOh2YxW2wJnFlVcBEmhURQf9g8SuvldarUXplm1iDr7EmqYb\n6R41zZ3xiPSMJsU5DX6WElAKbsSmnlvitNbivfeAwRWx2UGMMs8QoThFJ+Tr\nhDuSHPOaf0aCeRfgAXaQx9Jseu/R3r+6dvp1qsb1MkbssxewoqWHEm1vOM1P\nSqM2\r\n=yZH8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKTL1APdJwIPJe88UGYxTy3cTN9OdYeUnAnwhFTOjS1QIgPFr0wBgkb06U5HUds6yyw/hK/7YQmXFYzngYgMoIAhI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.85754bbe_1551903900140_0.8884162517423384"},"_hasShrinkwrap":false},"0.19.0-alpha.4ed7031b":{"name":"graphql-codegen-core","version":"0.19.0-alpha.4ed7031b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.4ed7031b","dist":{"shasum":"cf2b84884d238b68f0ce466e0d040094e35436ea","integrity":"sha512-aMzbElBKAGr+EdV3ZrbSJah7rVg6YtJFmrKDOKCNuM3bHuXnUusPvFdrLMDn5mcEhKtKhRLPwSXTBZxJKfxLew==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.4ed7031b.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgKBvCRA9TVsSAnZWagAAVKsP/A/dttQTIJQju6acP3mk\nvAjQpOQxqC26++CSwQLrRdfRABGOIODLuychAmpONyGpOy/6sOv5i+/BVb+N\nCZ4CDSi5/xxsz7tUcrCd7RbnwFxd+f+u5a04hMolAfWw0M3AnglswkWljzu0\nQ1d1+sbK5TVSQUmiC10EnAyLFRtHdkZbvYw75S6PF9hwMBfnjs0PCF5YTghh\nm8lUFq0Yzt8DWztIK1SViBMRX/Ovpp7JViSUeKsxYedRcjioTfwFhOkeCrls\n+HZ0DK7wyClVhCtAZS3JmWwMAGtWH2lka+FSwaziJxeQETdY53pilys9AoCS\n2XmzrRQK0SETFtlwtbAlb03vVdup/fLbspDqSlt5J+zmZXqYeBkRP1OAF6nN\n7IXdiolFq1dnmNHVbwWjI9xbScTBa+1uL2GRmUU3PmEw0ihMNl3qoU903FTF\n55bQpcCvFBKRg7M7mQ55iBBfSnD5+qojkZKnuMzJr31YvhE5rr2t6/a1mYpD\nTK95TDBqCnkcS17EosF9o2S6VJGpCmfLxl25VERSibXtwbzbl+cXBey6+IM7\nS+cSO/ir0e3rI2Xy3PpaqWzG3ZfJt2CD9Qtx6R/HR1WoocgCFFYNIJgy4DKt\nYl9FmRVMXlfiPmhNIBaFVdrjeDKobk42AHwiorxZbK/XScUyXfk5oROCi1xX\nHvQ4\r\n=2mm9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXyTlbaFYlRopMuTMyym2DCo7vOnEYMOIJX2FbrQB9AAiB6i0wRIWvFMB0QCiWqfphNrNObbobuFPtw22+nZwM4nw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.4ed7031b_1551933550914_0.32552583266728563"},"_hasShrinkwrap":false},"0.19.0-alpha.7aea222f":{"name":"graphql-codegen-core","version":"0.19.0-alpha.7aea222f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.7aea222f","dist":{"shasum":"f829dab92ceee133b441bc7366459cc1cd78815b","integrity":"sha512-ZqEVdloTLAQGz9/sywylxKv27Y3saJgGsL4oN7QnkJEwOh4S4JZPjZkZ4A2qr7mZKQ5RLof32fIZGjzHbLYIsg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.7aea222f.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgLqFCRA9TVsSAnZWagAAdqEP/jF6sR6vx+mNIFKrfCuO\nsMsBOlsEFDUt/80m7+jZV3lEgErpBQeDQQUr7VtxZ1i5vhlUnPPLDo+EHLVR\nQQ5yQOnELaLNMB1SdQ8XpWXtWY0s6vYtsOYt3EScFzG2LqAWXWDi6MwBBS/n\nWEZNOEQnOQgM92WZOUb83OxVCXFZRJIM0zVPEggymcC4rSAEChb8iBeOQLyD\nv4A4yyM24XIwnwm8otoIrWb+9oqisIgMsvwMrAVKJIuGTNkrBT7ihaRJ2EXQ\nX9zi5XMxnJuTYYB2oyuI5YRXyl+vk9+Ur6KGQI9/nNWLuuoSEKpwxNurlWqE\n6Uzh28rTC7NpzLHLYB3Bl4ndp+l8Pfx0DpNWDY2kLwIOH16KzAWr9Nee9gy4\n7MzFl/7BJmQbAcXEenESy9zzxw6BGbgyjiRcg9PTxCSg4kho+qVfFybcgD/o\n9W7ZH9RuTEd0vV3a/YRCmeee0REDP00z8OcQ+Y5FDAQqjfgeowPP/IbK1iE0\nYKqOjZl1rvp2ASd1kMksnkkdcmKLeuNuEAl2GGwEsawvPOSwt6CUxRT0MTID\nARYntuyPPzYa3TWpA7sgE70G46HNYA81lGjPV6UGCGJGCdOmiIjFD9QXbqNX\nczBm3q8FD62lKpS6bHW4t2rMrd2CR16i8ily4toPVUDBQjJavi+VuQTqfkqH\niypz\r\n=8rtz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjwv2qumVLu2uDsxuPDf6HXO4+ZPclc5TeG8P2wgKgjAIhAJKM8l2ENFm4sYlyXOC2Ktk7i841OB7b4FWyyKFP1FbF"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.7aea222f_1551940228221_0.9600565252971451"},"_hasShrinkwrap":false},"0.19.0-alpha.81053f45":{"name":"graphql-codegen-core","version":"0.19.0-alpha.81053f45","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.81053f45","dist":{"shasum":"04d7d69bffe74b8fa2d8e291353c0a12f5e24a5f","integrity":"sha512-mUKJ/ThJtYDuxa3cqZpOX2KC66ji2sle2ujX3AJKovNRvwS+1rWoKxpimdPZ5J+FnXAkvoP48Q6iGt3qNaO2fw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.81053f45.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgLqbCRA9TVsSAnZWagAA7cgP/2HLZZcUoJ8fwuZXlddz\nNAg2sTTZgiXoRQvt6MR5JuTiHwfLcDNaD4j3belt0tvUdFhf8TyczJdEU17e\nnirPzxeODSEKtgnaY0ZMsl9JoyovzN8uYgKXH4ivlCulD26ayh8Qj1QVRah3\niK5iXo/Hq4eQXtkH9fSV2ZlJ653wAOPjofC04sKr6yHNV4y+cffGBQI+M882\nFqGQpdZG+TvOrlQkJpczCNeQ/AIVAShkIrNBIw51cdk9Kt6GWt5qvjZFXAC9\nRpjDl+7e1H389EscI3yInC2AJ6wCf2O9QlV97J4qpl38GBbA7rRjoqbwrnfo\nUhIWYdSbVOMp6kIRWiUd2ZYHCb/JxIvIrI1dp2HjBiJQcbe/w9i8N7Rv4ErM\nOzFsfCrDNOB+Ooo/7XxlpH5BwEznxRvbJVN76jLqdcXflm8umFbquWPZi3UC\n35orByIh2S0yo7Smjj+XAtFmFA3MoXWkLdeGGjJQ9uEkUURNfph/mcrVT8G6\nSVRt9GmOjmWlJB8qRYaugAZC28gje6AKKGAAbhbk2v0evTUK2ZY7zey8R65W\nYO942TLkHFs/veD2MbYiHufyU2uCCeTBlq7M8EUvoMEEuLCnnj6ErmuMw0pQ\nm4mer+7tEC4DeTK/xzewR84qPhcjLoaR4c9SJU9GXTfE9ILXpfJReeTib4Of\nAV3u\r\n=KlAw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE1UyPbnt1ScYJ4VLEmDRH0x+OcHbuLHGQwjJ+d6Op00AiBDip0oNgiRTRul/NRWajaqTu63NJ0sRwwgNEa5dcBfsg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.81053f45_1551940250414_0.08163639313329618"},"_hasShrinkwrap":false},"0.19.0-alpha.e1b6f2c3":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e1b6f2c3","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.e1b6f2c3","dist":{"shasum":"6e598092043c3386ca49487e9397b136f808b837","integrity":"sha512-LLmhZyzwgwF5vmwLzKEbDxLR66LTm1LwajepEDwLL94A0lyBGZQv12Vbnjerp806DA39XSclNSAdJCjv/Xsvtw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e1b6f2c3.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgLqlCRA9TVsSAnZWagAAG5AQAJGO24118DzEGZWfntbs\nHw134RObLI2grMnjOV3BD+dnm+5yJsO2kbse0zKEnr+L5qJhtOWr81os0jVp\nntM8DahnC96H1bIHHNRwbWjeIKyJ/HsKzoFqA3VhdsKilqH9OhLNG+W8uEf/\nAgUZ52Zw//NfH1CgBla9lZ2e8Lab31OP8omCTAsvVDuPIEQrWDKGlbVPElJ/\nc+Si/1YAbeSyyKPtOd5YaTyzaltiIxJfZzl2kSgh39TSq/piGpe7uu2157dd\nKor1KgaVO5RqYRHikrS5k56v8BD+F7TMwB7OrqFZNmUsgKSb9Pdwa+ZP14N8\niesQbRVSq9k1VWogXYd5GlBW0P/baJkZMRRESsiXsiN2YAis/O8HlwJctPyb\nimZDpieQSTF+SRixRDVnNWhrxx6Edo2oKmwoRHMpVhmA7ExPpupxy58PI3m7\nbYWrv4VbqzLrWgZd+FcgEjQu68HjxQRxpnehkYdKLr1y9JdO6cwsSuRg48ie\nzw+tZoT4JfGUs5RG3bXDMePEeS//J2hf2RNMH/7/1TcjIISr5FKmxnknrukl\nsVN9ys4HAnCJXy1x2S44S4NQ7ZyWDIz36H3c5BRnULj73u8cfAGN0s1TYeO/\nZ4x3btt45JYMSO5OjYcPE32ed5plh/1BD2v0vJtn0J+9i8BP3rgmPhzmO17k\nHyfy\r\n=scMQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+cBK/SlJl/HJrzett/E/BpYdDN0L+4cbaUqAL0CoScAIgEoWzKHBYxEE/x+BWJkGk/zt+7iK/sAmoUkr23IUa8NQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e1b6f2c3_1551940261208_0.04252571197539523"},"_hasShrinkwrap":false},"0.19.0-alpha.620515fe":{"name":"graphql-codegen-core","version":"0.19.0-alpha.620515fe","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.620515fe","dist":{"shasum":"811137e6e39e78675aac9cba19cc9dc969e34aac","integrity":"sha512-lGleNewTJ3bYvyheMWI14CzgEZEv1yUOx8M/5h8pvFlxZp/53uJxb7DRTuzDppKfbh8RXWaHllnq8lwYv9M4sg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.620515fe.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgOtPCRA9TVsSAnZWagAAQaAQAIsST/bYfX82APzz6rwI\nMRv0CjXP5XZ58weU5QQMJ/fYvIdnKG+mmwovQkQ8Me7vngFs3ZIsb1CB8A0j\n0S+icFKhQvwy+pYmaeQiNf/VYY4hPuXNt+dFnSj1FNRkCs/nNxUlz+Xpjzn8\nbGNY+iyZqYz8iVznhPGFFx9p7e1uv1dbpFB4mXkVK9t4QM/SSJ+fs+KmFsT4\nDJ2AJlCrx1quEMUMC0uWwFxnSDeU3CqK664PXCH3qcLqopCvfw6QH/arBH2b\n1ZjTBhiamWliudvgvva97P+G7S+JMVxkPlBEEi+XTAHVqz9GpKVAyBXvur5S\ntGoA+uwMl+nyNDrt0bbmVL2ZWzEfm8QhXsm4yxuuIJOpMyt42rsNa9smNQ0f\np43yJDsG8DU8QyW/SXn0Vxawbc5W+uQArLb1scei2KeD0vjc6TdoOhAe4rfB\n6izlo9JhWbtc99IdPVUzvMN5MIEPbuBxbsN4Gq5iZELnOYVMqi2r9VK2qCTQ\nMDNlqnwZm0KrFgwmPUxtxQM8rgPTTQlLB6UE62UbAEtu+LqRnDFlWmuq2O7M\ny865TLTnMHNKla8nFjkCGc6MnznjHqGvy0uh7C+352DDfYDo2RQHuiUSY8Bt\n60G5q8Dm1S4kFMk+iv7hl+kFCz2ae0zncNkDjFpZV4TlfT3IzkCFTc54/Kjf\n3Aa3\r\n=amac\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBKnu5K7T5P3hZIfTWmV+2s6DWWwaJUSViDGgaTeKy0kAiEA5KZ9eK7UAtQDHxvwMIkbgrkG3TX7RkDwyuZgtHKjELU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.620515fe_1551952718918_0.7325299236533933"},"_hasShrinkwrap":false},"0.19.0-alpha.ce9824f7":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ce9824f7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.ce9824f7","dist":{"shasum":"4ea6040d265611d6d27ce2862d91f74b901a366f","integrity":"sha512-sk4T7PiGOHslomPscIA+7fQkH+ELPdf9XE1aDaGqWV8JxBcT9Vd7jG3r72eKby3GV5y2qfIkgaYKNAqc+fr4og==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ce9824f7.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgSBsCRA9TVsSAnZWagAABuUP/2CQcULeReZFjGjYcNRb\nlFPuB6KhRtLVExpHm2owRG/EBeJD556F1LStXrvjwevuPeHqIc7tqKtoNRFM\nbHMroCRLSN97tO6/t/tA8xMuXQ+Tswt8dF7jxETw5BxdHzZ01k0p6zKJcg6F\nylZxGTF8UcV4kAMHWqUPhC5A+xGCy7oMLP4Hohf2VLhVTy8ernE7rMcFsFad\n0edicYnfguMOOMqUVhE+8+8XXZJWF2dIB/tOOVHCwBkC09V06xZ+cjJV3MWV\n4NiSeSN4AbeYR97Xn/MLQsZNEABmaQxDlGQm5WZt2nGxpQdiUBzcgrVvqY+M\nRbwrgck0lPxSTLI/LnCuqm7FXF21upRY1YFC9OEm2Lcbqf1+LfbL4DDQaZcz\nmMkwlzz+eD1VEEhPbxNgNlPtAGa+b+9rISLjEb9KBcS4RUTYcTi1giYXyLZN\nSwS4jy9oVxiZugkzpcgX2BnTxmVNKPeodqPepSXyJB54uBEofeSqq1+rNHSn\nSDEXxc1OefsryOqzzPhRfd0mkaJYN8I3W96vuM5u9PnZHjVHVEr3YM9eLrzR\nWp75XpGqQXjIOA7BxyEI85MdGqhOEEEtPpAUVtBkQCOIhl05/rSWhe9U9s4u\nMsuY5yDWWwcNngo4XXwlkOZFrGDek5UhD+m2VYt6grkNnJR1Nr+HJxC3RwBA\nSs9r\r\n=F2U1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICpOLO2f66SmJ7BK5zN0R+VhR6kU4iU4VPJOWoMXDghJAiEAx5b0CxIuih/U2N1BEZ2T0hedYPPrDBZewFWUQa1gPhI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ce9824f7_1551966315388_0.2525906223753638"},"_hasShrinkwrap":false},"0.19.0-alpha.80bb6e0c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.80bb6e0c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.80bb6e0c","dist":{"shasum":"ed760f5c4fc154b2c6dfe42b98b65bda4c70fce5","integrity":"sha512-85qeSwELEVDLhvAAKMq8rfex9tPr3AQ2DCQuFV1ipfkianIzM+DKfoFe0otY77E342sXaQU0REC6hcDbOIKT1g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.80bb6e0c.tgz","fileCount":90,"unpackedSize":93333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgWp/CRA9TVsSAnZWagAAXpkQAJYBXhzsC7/4ETw9UOr0\nkVDqh3CbnR9/XCt/9GVZ3VWSGVDwfw3EK0dI5k24yH8U+Eb2K8cc9Zz+u1QB\n5qE9PThbZ6aulfCOXzMaNnTPswgM0k7YoMDnxQxuwNiRnckOoT0r2CbxObsr\nOFRRcFZXKX15+UMCnEJ6BC7bn536bPx+QUKcI6XHVW0lNLADPxNGytBqcIHx\nf0Plts87uxZJoUovQXyjYbLJMrp5npbiseuyFyU8SGFRwVuWkP4fUgBKziu6\nZ23+VgVOSUwkmvaETQaLnExhUpI4L7MBgwHwnr9yoaAtEyF7n6ImNkTegPPj\nu/Q12loeCVsGNN3X0tHyp7AaGXSbbqRmWVluCW0a3UhrGjFdR96CIl2rGTol\nn6nY1GyshDHrrdC7/R0xLoUaei3OfMnveFKlB+J+jtjkLpoY8Hc4O+PpumCw\nmZ7Uw99aZascAnZJP9A9l+rEqTemk63X1ElCe1KG+3X+TDk8GpLpyhAQ7VEz\nI1uBigWJROiOUnezRdH3Upg9FZgSRAvDPNHwLIpWI7N4uEKlS6lALFV+uuOI\nkYqSmG1jW40ybRYP0oHpEDdhDy//Yee4SE119FtcqQm4dsSQUacxMFPOYvp6\nj5WDT1x9Y/zflIFFFzS2fc7Q7liWl9J5N7kwau1+DX3iP0/YgWXpO/TvEXlx\nJExx\r\n=ZFgr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFSvr+XSEt+33W5cm3AtHv87mFK3OSxpJKvRohF4wed1AiEArcAWSLcXcMwiulwSYLnyO4qE81BrC04GxJmrdcxzWQI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.80bb6e0c_1551985278231_0.4406113331115282"},"_hasShrinkwrap":false},"0.19.0-alpha.7c0f61be":{"name":"graphql-codegen-core","version":"0.19.0-alpha.7c0f61be","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.7c0f61be","dist":{"shasum":"64a2738ac7fbfd51a70933453dad9109db2467db","integrity":"sha512-q0iZbhs9xkXEtI9ARyKyHwicH34dGpjItGjX2oGQEFfDAorQFEzEtiTDEuje7ng9XdHZhGlFNrIpq2Fr9j+lLQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.7c0f61be.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgXaHCRA9TVsSAnZWagAAUDYP/0nS/h11OonQOpJYBavi\nwnwwvnmgReA7l/g3GVBlRwVpb3KbOR/SmWCGkHDwIqtNgCvuxDnmyEQ+T3ON\nYsJ2caXlYXfC1wX3Z8UIu9nH42aLZG0E0drP/K45f7tfcq00PCe/MkbxVzPm\nQBUnDMePRyrEP7xxthHHUNtF3ZCT9zlc/HKzm/4qsrONEnA6LQn7FYOs2Ixr\nmnKDnXH6brU4RWyWSUmEW1fNVrzh+KHrVboyOT74ta34ra1gn1A5rxLgFTuO\n8+9I500zLk8CO2RKdECVqDFPNNrBZvSW5HWtOJNmOxp3XOVC00zKxkxma8y8\nRG9Wc+D9MtQ+acw8AiD8TU/D+elmyLrqMMKUCtSmurRYpdrn5uEhmAVKa6GR\nDK1JXiHHvDA401QMcgeOpja7HFmpsb4DqhFDTjncog/UEZfH6qCgLxs3ic4y\n6D/8uCf0oqrY6GHTAjiddmOFei2ijm7f9N/3Ba3elGydPjrGaisg5YLIwmiP\n7arQrwmd5Y+zcj59qYzGWtE7hx38MJaf1dkIWaJg6WsaUFq4SEaBE4RxuUqh\nu1Fm7D4rGMxZ295PsZ56C0yfyRVnehs0+ma/cw2zBBB1yQ7g/MEQcbGHR21+\nodsp9YYRjsf9QzS77SmD/eHYN/pGR1pf4Rf0HHvKroiuEw2ZWTkwuFNsG8rm\nUC9x\r\n=ravQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg++oBlAk8CXkm9oaynZkeZQT7Eo3b7e+TTg/XX880HwIhAKrTsQblEBcOTX3eG8a3QUFQRg/1PoGdEY2tEjZVC4V2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.7c0f61be_1551988358823_0.500859153281906"},"_hasShrinkwrap":false},"0.19.0-alpha.50be825d":{"name":"graphql-codegen-core","version":"0.19.0-alpha.50be825d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.50be825d","dist":{"shasum":"bdf10a21583fd7805fbfcc98ae54125f7f7169dc","integrity":"sha512-pDQJZyJs86eKkM2PlWQ4Th22KyEJ16rtVC6V9r8MjFItFwGkDHXZqxlxl8mWwj9hu2GSnPDqZgoQ/ZSmD8tg+A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.50be825d.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgamFCRA9TVsSAnZWagAAyh0P+wU18VtARN65kzDedB2/\nAixmmV2fdFaDz0SRreQ3tPuQsvKQ17orumN4/Jrhdi0rq3K6DqpGm0z9RHaz\nkRm5nTO2fmx1NfpWTpHpgr468Fowgnf1iZj09OyWWaASkvqkuxFhriP4h1ze\n3R1G5a87MGpeivGC+H994AVRR+lTbREJ8doiT825vF2k3DPU8vByKNyMcf5y\n9ZPEFpugYr1csThRbndgwLD/+FaMYUiT/exiYVwCHh6TuOEZrhiFwZ6sBMut\noAGHx3TTuhBUMOVDCN+60OKNRuTMPiWh5RphRlSo9Mo0FjQu72rabe/Im18f\nfAsWpu2cvnv7SrAuyRL5JExlUoocZOXK0GcsZH9gPlY3xT3huiSamLUFxP9Z\nZVbBh6PM68W7HA1D+LfusKuPlN6RXoI/XigBmpMHa3CMN2HRw3T2nwrgg1wW\nWepaAX7xs7xDBP4z7mRhin0ZHxb1rFp2dyp2HzoObixAlWv3WKu4MsqFGSyV\nM+QPaUeU9IIo1oIVW+wdsy0yqxjzQVe2Gy9h5feqklU9PLUdvfFkf3Xvima5\nmEf2bOMQccICq4a8hHX3/Yo9B5QTKCajBLtOR17Kly8O2bD8tDCu0cdwtHFP\nVkv9mYZ+jbe44dNzsKdyN1CZOKHuwEl8fRVL0gBiPDyeNbzId8//Fgmd6yy1\nbukm\r\n=7wh+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF1+v8it+tCyycWBuSQey5Cmr+i3bbuj9m2idi3E3x/AAiEAtRJopt9tQU54uWMPRuM9QtpnFHl24f59wTVGa3sYIJU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.50be825d_1552001413314_0.9989768916431894"},"_hasShrinkwrap":false},"0.19.0-alpha.a0cd86a5":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a0cd86a5","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.a0cd86a5","dist":{"shasum":"5b69a1fccc52aa8d58763f6a2695d2a5e8b46020","integrity":"sha512-9mfDFeX+yrKuKm06HcU+8x4u6Ob3JtQ6q7itTEol9J/h9FO/ytLUSB2ncW7t77PsnzOTjxrhJPlaWSkpT8NXhA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a0cd86a5.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgrrICRA9TVsSAnZWagAArEMP/21ABu8iL8zck+W2R0SX\nFeC3K2wyWSIXH0pQPT7qfHV/tov5PpWXZuYtmwSW824hurq8h9c9FknycRji\nybSiMRJCWVMiZzYYUKgZinuxa4+JkAAEOveIGOJPJ73FWWkln0biOGMKtSXb\nvI0oF+COwKXSf9g5RVKzFfkmQ4c15UYQf+Gl20AI5T4RpD0IIu8sJlk1YTCe\n9lStRfLIzXptzWHqi5T1M/TBgbU+tUL2KR+pXU8DXTV5/mtTUu7ZuWU8ux7K\nzkNY2IIntpMGi7dpV0qIhCRUy/TlNfztS5ooE1sa79wgDQoALpNs631fv7KR\nsaY2pAq6PEkqdz5PI/TtmeopG4DkjE3JIGkZE+jLAPaAIHJQ0F1Xn+y3PpZp\nj+q7hNt3TOmfz82UsUiusC4y5nR5Rl5YDSjD15wCT2ZP5Vg23FdbmMHhAOHO\ntmjhgev5yRtQaeHBf4FMO/hPXIeFABJG2t1N/b1/f7KFMjE0XvPH8NAfRhB8\nIoa46xzG+W84lw2NT3oMRCbAsbaLMk+RLMHb55iHNqIJet6itMfgv2BRdGun\nANi/2Nqw810cbbrhs3Agte6cEsfzsseZxFFc8+UL/baRq7snu2BG4wFvWr0v\nsdWwyyJL1H9EADP2lGjWHqESrtRfWDxczeqgDwqv4ywXM4akP1t2NvPLJiSw\ngraq\r\n=LHic\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqp4vbqD4QcqKPET/0swmy2pH/WuEDwH/ZkFBFWcQpOwIgRj9J6ZTg3aDVhS9ApukwPGxcO5XXUZhCzTaS3/UEpho="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a0cd86a5_1552071367487_0.9016226541739327"},"_hasShrinkwrap":false},"0.19.0-alpha.45b0b826":{"name":"graphql-codegen-core","version":"0.19.0-alpha.45b0b826","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.45b0b826","dist":{"shasum":"82ea4e4caf1ec153d8867670aa592e4af6cc59b5","integrity":"sha512-dbPQWC0VWumz2hKkgbvJeJqjQYIgXqZ52amqO52abLL5PKdFcb5/ohjaCOwh709NRDwdD3V0mk6sgXAuHbwvfQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.45b0b826.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgsQ/CRA9TVsSAnZWagAAvNkQAJQ4/TRsbbsJqTUb89A1\ns88JmNLvXERFSwYN3gKA7V0HwYi1wl6UPQ+WMlMG3jn6VDcUfbYh2qLbS/D6\nMBfmmvhUBzgfnl0QHE3MN8tASmqLNA8uoK1F1THFeomSVty2Gq1JKT5TqQVi\nigv75osW6WE4I7fzbaaNDQ4PM1o++l6U1D13nfUd2gtAiwZ/y6KNGWXh7ltR\nePEKF1AK4n00BHTpZbf6dJm3nnaI9gXPhw6MTkJrC1O3RcBG0WwB/JyU3+JV\n2jx0wbhpNkOcI/S35Am31X0PFAHWUljNYGe8V5i8HVAHB9KwzFX2Oyps0lsN\ndthhEAppnvPN5MqEevIWXNojrf84QTAaoXpoNlvquOUoHMCsB2S19oiFovp9\nCMW/xW8fzfijdmGmfA2TKrt6CoNAViw3NY1GTNx2lhPqkax3CNdviYwjgdgj\n8NpIJzHTXH9VWGt6eEidd/Ohe/8rssIe2GFY+2UDbKvXHh04dYM5h4fCEejE\naXOwFwcDkLEMISU4rbTsy6ADoleHEGujAsd8sD+X5IkRLOYup5UXVvqdUcgC\n6EWFNjKegBIrK9CRaU8jJq0nV2e32KCAoVPRKH1TM+1nxKKnUUOsTJDXIjQU\nIAbqtD1oS5ppX+HppvOJbEIN/xuikHPu7VQO3ZPaPvPMSFtCWYBmPZhq9595\n8FEu\r\n=lQGp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDgtxLXa0qgDDb0MMBKhuJGzfAyJOQ+ysR4PBgO2940+AiEA82HgD2I2KfBYQJK1kHqrcsRJwXvpTqS/J59t8wV45qo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.45b0b826_1552073791214_0.7107847128250853"},"_hasShrinkwrap":false},"0.19.0-alpha.3973cc8b":{"name":"graphql-codegen-core","version":"0.19.0-alpha.3973cc8b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.3973cc8b","dist":{"shasum":"0a839478da04c43245ae5c977b2928e89cf73334","integrity":"sha512-UQr9ujoGjhk+W/FIciBJCWB0hUUkiekEt3TK+Le1ipYR7OjpWlCkqJ/2t9eSlyeHsDaANhu3o9EewIjJRmVZDQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.3973cc8b.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgwnFCRA9TVsSAnZWagAA8GAP/i6H6CwAFuBlRIP4ThM0\nmAoXq7Bc+0Y9TNhwPxPppQzZewOeN37Kv1XXcQMeJbunHfXoD/Cb6jP2lQjT\nt3p5OLbpTaGg+Uoty2OpjKJPwyBGCx0bW91wj+p4tf8o2YNm+M2BNmpqHPHS\n8ORUtcucesKDw/NvxBfdXPVEIMnbUSi6E/pTUPRF7anP3HIPK5JsAQD6afY0\nwnu1G+6gT6dZ14tyPRiejBCPiY/maMpaR4o1+4ZIchAXZUCHqbLv+ixjWSWT\nuXuRll6ThVVedOm7N7Q3K18isg3n60d5eKXCHnnwf2xDR+HzWhW6qC3Q6Am5\njpDNxusZgHkdC8zmAdEswhwpPi38Q1XUQDCnnLEyMDdoBDNbWpxxeUuAaD5W\nYn7D3gaXY0TQ8KxFucJ4Ws8TmSLtfDxemkZXzC3/E/DYTeU+wttdtws8wpHk\nhAprVCvFl50jbjftDrevpchfpfnzypw8D+3ArTFwXpsOvIO0E1hTFTmicWya\nmpNj0QaiJFxI2i05djYP7aPpkvF2Cgs2ZfkJsU7gXSpSkeY7X43b4e/h7MMw\nJTKmlNxytlAgR47UILIFVBu4jlf/tpd6VCr/3ypO6zyKEas/HC6tNx9SSlYx\nNA/Y4IGMBa9ql7MI/MU+98puhJQNGoYf/BUiS2Xpt23OHVFRBENERIz53THp\n/If+\r\n=hgNh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICi5gjX1bzp1/nM8/fdNKPkClGxQSe22U9jA7BtLwNycAiEAi+wmZqvapHCyNhc+cb6xSkhvdqar/BFJwSzt1YQdIoA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.3973cc8b_1552091588847_0.9011721465328102"},"_hasShrinkwrap":false},"0.19.0-alpha.ceeaf808":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ceeaf808","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.ceeaf808","dist":{"shasum":"226690bdbdedc53c15813950d2f26ae1f32313fe","integrity":"sha512-GLmfE0/q9Gc14SWvFmfjTGwBP0wI2YmEhscjbARDtl8CJ8i6KPJhRw/y8H4teSqmQZOrCdaLJg7wXd6qkD0m6w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ceeaf808.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchiETCRA9TVsSAnZWagAAJ48P/RQ0Um/jUJpVOpAhHJa8\nnj1CASEjUhUuJRtreMSulYBc7lI6VQJNQ8fQZgfQQuh56piEjlZzfjolSijd\nK3+MRu06/UpEayIU71OOZaF8mGImtx47zc1iQk0fNExVrbZ6F/vRIYs/FJdH\n9+9ngAMZcDR3zLj7PVNqAvFO/IwOYRiOow4pQzNT97eh41fvaZ4cwkIuWPU8\nVn4xwR2U3CLjIw8h+ilp5BZHPMxqej1rNGseYWWlFe7ROC4mKDYQwOdHeJmj\nU98ko2wutH51Oulug4t6acFoic5IJMV+Pyqzz5IEN26ErqAeeuHXuWkvvohr\nVHPti7xpiVcwAVwQmHOX/voBiNt8j52kzdnzI1wI6vR6VR2tL5WeLWhBDeI6\nMkSMZV/xsepDis/n20lM9x/pg6eyPeh5cD4MO9700Bfd0EFMM+O7w8pgvVXa\n42Zc8IA6QMsnjFtT4tTcQlQdxBQ17rD+yYEHK2UH4X46xHMkZlHoCOfg/+jJ\ncovBZYwevfh0j0RAe42Y+vL8sWWXr07rLUq2oo5mdtzWkfNXKz9GMSwg4DJZ\ngmb5ezhPWe54oGqlO5N7x8D4OcC4nL7b8jBom3g3M8IE8DariNM4ljR9FWA3\nAf6xKy9t5FO0A4D8OBqfCXPPiMeoInVtdvvHaouLWbxywYvzW53yCyuzqG1F\nZLgj\r\n=LeQv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDG+y2F5sI9GnXqtw8qnnacft/ely33QbaBq7Li/OcH5AIhAOxEoiJFzU2Xp8DVSkUhoSreDOEnJVIFCJuzOstkzih8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ceeaf808_1552294163008_0.3443814778751084"},"_hasShrinkwrap":false},"0.19.0-alpha.575474d4":{"name":"graphql-codegen-core","version":"0.19.0-alpha.575474d4","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.575474d4","dist":{"shasum":"94e19377b167eeaa6b048df136608cf16fa44abc","integrity":"sha512-zZEq3v0FdGWeW72l1uVOTY8hTd3VObl571jaaGl0BadWLig4Qm5Wj54XIrTYIex+ZU05UAZNNdrec+np2cwqmQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.575474d4.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchiEzCRA9TVsSAnZWagAAcOEP/07Xott6cZaI5RiOMwkO\n2/5yXFxmZZclPdAl9teolCW93YzZP3tnPi/ZAWpjV2agtpdjc4iToqt/NVXq\nZChgr0xtlRpnvU32roryNxuydmFxL0LyH+noTCwnyRhVzH20rna03aQarogx\nZwhMcQioBCjQy58e5eRDfKRK8sPEuAuJpgGHvefloHKX8sGP/rbuahIvn4Ji\nceZRnjvlydyOzsSgBAamFvHFw8+X463C2IM0kGfYSU7rkd5IoZXrt/fSrT5V\nJRHjKTYfSpO+9zhmHTQlPi0XKMTBu2y7pN43NA/TDMeJo+wD26wwArL25yQy\n260SDdgd3rKhATUg/mH7XL1RVW5CEsnDaVMKXYR4w65Rzpr+sOb5a0bdlcVK\ncpgYZnD7kPY6NURr7P4k19RNeZjFLJikLFloo5LY3iqK6qv9XTkGHOTrxfJS\nxSS4rOYpqBRr8cZktf34E3EtlY7qr2fFXwFvJgRq+iXg1iTO990F2951wMq6\nk8ZwYHxpMNLDJ9aH46u0L5T4ctJ1VZR92oDKKhCCgM1lO/X09heCoL1/vfvs\n2Inx8lWb91H9eSmSAKHOHz6omMDKJeqT7ZfCLgy/x0RLp8oVWsZMmdVgvmhE\nIJFy6lQKig4XzlV5V8BUjAx6bAWY3on04fhdnC68+6lk7HmgzAPvm/Yx7XLt\nVO+s\r\n=LhGm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgwhe09er4moRwInyB15Ate6UqkBGE4CT+rfJdtkCnygIhAMPdRb85m6orCsQY8jBFN4Lnjlv0dqDzhF7iIxaVTuSQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.575474d4_1552294195088_0.4305209479749761"},"_hasShrinkwrap":false},"0.19.0-alpha.edd84a2b":{"name":"graphql-codegen-core","version":"0.19.0-alpha.edd84a2b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.edd84a2b","dist":{"shasum":"1145566495b4ab354020e4a587b107d6d6bc0c21","integrity":"sha512-FgMERBbE5O3rr5RaUESxseyktdJAtPWjELN3JoKZgcKvnHddcelnPcSyMze/N2CvEVyGSl47zmHQ97towDQ+Qw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.edd84a2b.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchj5sCRA9TVsSAnZWagAAel4QAJJtTGv9kP17zOmSBDrE\nj1YQKmdfE3+jl2JApFcn2P4YmCKKGLR49A7kxfgS1FqtLS4edAhwjzceb3ta\nA7QwVkdlXRwltr48/mSUUhJpJSMpCoC6s/Q1114tcgtaGLqozatStvAUiVjH\n8wbvU3Zx9fW9CD5zl6rwG0Ucgf2gd1tcmHMO4x/Ocak0e1cr1nPdaBUIoPeD\nCHSFcql8v9qW6lmXXA9KkSg7H2u+YYr7VIHx3wBHJR53cq5yREmPPe5DA9rE\neDt5XE/ZeFNpYa4fMoMjpds1FswQvzkL+dO4BYBBDTyg9vZxvjwgxv39ZK0b\nuE9CgT1GHort7SgkSMqDZZydJ23w3u12ol2V12yt9YLACuDbE62IQwS27w+U\nvO5m0MEEVSRMqz2me/pMws6LTDl4miKj2EapSpISaRlypGzqt1AlSUok0e0U\nMPPkY3BfxrB11I3wAbixShuszrvr/389HJ6GOdumTqrV0IRY4v2oHPwJspD/\nnhPdEsGFp4uQxSQQXq/7TEqJcGlSLpPlnKBVcX4xBxoFxw2vZ/nGoCZjC+UC\nyzbIxaHGS2ZbAWAKXrege36Uh29voqEvEVvlif6CfNZizjEknN/hPe9oLbEz\n3p4f8afnK0HtjESdieqXMLnq3q7kTubEjbo9VJL42A/HTEn1NKcSWPEGTje1\n3UVs\r\n=ke9o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELIQY0udzfgszxHDi93cHqHRVDs5WlukjyvzQX4xXoBAiEArwM2ImLnAgPKbn40p8ojdnmdH/YiZ8PTC7080PnFuD0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.edd84a2b_1552301675194_0.5670892820239202"},"_hasShrinkwrap":false},"0.19.0-alpha.35a9f308":{"name":"graphql-codegen-core","version":"0.19.0-alpha.35a9f308","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.35a9f308","dist":{"shasum":"a5057e42e7ed6402e5807c59cafc7c4c1bc45df3","integrity":"sha512-ySclvgbFcLg9nGQHWU82Yx/7ikFWFBl+ECZAQrm0umeIBJg+AwzoLBmqHX21VN+c8zVVY4uORK+tUPGPPTllVQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.35a9f308.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchmK+CRA9TVsSAnZWagAA/CMP/2FXl9jPMP4EoTjmzGei\nMRwLdJgVsHmeNz4QX3x/aarggSwSxdxAdUxp0qjdi46yQJx0buX4rOhqE20m\nXnoQCnzDdrjpW0vS1D6Xv2YuIJ/Rz3yKoBEz5Mmi4ABEClklRa+Vdf0p4EPH\niR/26V0yFDlZbs2BdbE5ww7oi9hGL6bgz00BoK3Gff6UywnkBMJdyvGZYP60\nX4g6c3uh9VU+b6ZYdR7AZzAdQyQlQ6iq08Zi+er9QIQXGf+tl5+In2nVHFGe\nzea2xvwcSousKk9uJle3ecv+9Ez38E6eeQp8sc5J4RfKI5Il4bInkAk97u4h\ne6auwQPFnPKIcsKV9bwE7/u/m1F/L6wnAWEXzVL/Rwj/4VSWys/l7azeX/Is\nEE7nWr0VhKnuCsnfprvgtzSh6YZ+dMgLLQphQT47s/BV93G/B2RLJGGMHeK9\n3XvlNCtGNnzERmKiq6E+2jzlUNWNEoHw3PkatYx8ygM6GyD7ltTCGTOKDvnP\noUa+P7MMMZW6jRdF9IkIypfzUumFrySqSzhpu9yHP0v+FI4a79rgc0kNoxfc\nEcUA79UYMXWlZOM1qyL0A92Ofk70irx4sqZ7hOQfnukDJrXCXEVB9/tGL//1\nQqtfxlYK0WQdEuD8Etp42yL3eFYxIk6CHHvnBaYfoPe2iijNtE6bc0V2tU4U\nsR/M\r\n=GoUh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaVGy75CNYT3r5GQYJcSI1E+vyO4JgGQz9HLSDGZZykAIhANuJGhqhZtRe4+9nGCPCfYGXAAYCL330CBObZ8gTuDMO"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.35a9f308_1552310973780_0.9417399687223038"},"_hasShrinkwrap":false},"0.19.0-alpha.6299609e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.6299609e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.6299609e","dist":{"shasum":"37da2226db57f673c68e9d35a1a5cc87569963b9","integrity":"sha512-0DpFkIYqekt2V4UjQPCB32Oo0Yl2sIY58x8MyRcf6yUXowNdiTxnw/qVcm544MaXbx5OZa2kf8CFdtqCdCiC5A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.6299609e.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchnrYCRA9TVsSAnZWagAA3usP/25gUUq2pojewD/54Wt+\nxfGzOQwMaxiK9fXZuXjHNcQ/ZLloa9HOETdcM2ZyGXJGHspZq0GQJOMEnfs2\n/K/ughkqjLLFSVWMMZUrcfXeuYbasxtyjZ7zSv+XiGnp3oowonqu/UnVzwja\nGMM2ZMWyQsdnUTpBw6sSPe8ptcqtx23i1DVkY6gqsTxKKLFKnWa+OcBkFusu\nq+yqDUSQEbTGTAm1km6dgNXsk+qtg+nMgV29R0zzuHwdddSIwiTE0SNHtd4g\nImOzfINElDHEA6x5axIKnW0H7oELr5KHSttd1oD6BNAFUecSJhKupFZ5JWy/\nfJvvz23hjhrGwc98jXj51j/XLL0EPvTwVNOrqGIT5SW7o8VKkVLJEbB+DvpU\nSdOA5WTgasX4TrhX7YXde7WKmA1QTEseABTIakN+VagtlZL6+Dc/opjNCQez\n5Yy/tYXgIjjuiB3lYrye06l5xuvgvaSDaUERrgNdk3eEPPPUnwsn0vEaXOh5\nqedcry5bOO6VPKl2KjvvaAy/0S0kSJ44jq6wv8a4kc7zHOhJ0BQ5T8DIbUUU\njZ9ETU/bdnm1mQRVWFLQE4QEwG/7UfpB0jYnwQAT9DqNgFAiPZuR8R3ckbzd\nRP6wYJPnnMJloGAc4isHBc8MT/xsFjovpxqUunVFw2VcUKr5AtN4wHSrWigT\nsWL8\r\n=m6ON\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDv/+OCVPGdr5T++DogJ8ccpJRjLHvGPjNPL4fdDrxI/AIhANeuInpA9a9wkysqsb+jaBcF0E/B8hqxQ6EWBD9fBHxQ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.6299609e_1552317143579_0.16697477348887335"},"_hasShrinkwrap":false},"0.19.0-alpha.c197dd89":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c197dd89","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.c197dd89","dist":{"shasum":"cc78c20fc7a64fa840e250c922e978a277bf81fa","integrity":"sha512-Ibu08vxDaNLuAmqZguxCzmjCiTc/XKT7JXtPm/xmhyIdzg66iKvZ9nKT85/wUAxysUgAd83T5tV3OrwJ+EZ3Ng==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c197dd89.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchoSxCRA9TVsSAnZWagAA+LwP/imja0tMtLtWmF5Nlp9t\ngm5F/jFMZyT/icOYaJsXMlyu2klOquAn+qvmfEXHDNz41hfoDDXFcD/YQDpM\nSNsw48hYI2EEwwRi/HC8YFSbXbto6lfru2wxNSo7lGmA04v9qfyQ/w1BAOii\n5QBHUQz5Z7wQpEr1IhFggk2YMoVagBwpO1FAi7tQ161+EsOB1BHKwVV30Prw\n/z+YpTU0t+xdknQ6eUCUPT0pXbDJlP0RoTTx1qhjDvTsd+IYjogeknN2idFW\n3zOUjcPiCwNmiTtp4iSk+e9uO5bMfhrN7G7XLHp9bhzItk3DU+GgPfdjZ/qu\ntLJr6F1ZA9K5rzTVdgnYWz8gT53kA/UHkHKFlrHCyhCo1VsGgi9ZNiEQwyDp\nrXW+rDrhf2Y+4LaJ+xjBXek5ZLidy9XibQBmjqkj5KGrTXzQz9YkqG3X9j8u\nZgIt7HPPs131VngDT1SYDEuGKCBvUt8Il8imZ9TTBy+KN7eA3X40cT2A4ahL\n/++m3ZvohkW9ei5mNc6z/blrsjdspF+PvmQ/hHCwPBZ7qgtMkF0+B+kQdeUo\nHvXZX0xuD06N38jLA6MyRcRN/qnwHA67gJETUfepfhFWdIFnOKslLceOuZ9L\nCtpA+hRiUBLwEf7inTJO2VMlZEngkIdDahBWoEqS1Zi+o3EO8MwziRMk0rW2\n/yIw\r\n=jxrm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDj4UgpN+TsdbM8VWXj7hyQOMT3csG3W+4ueYmMUqS9kQIgRS4dT6P2ywF5q0NiBYWo+U411YRe01OWxdrhAyRlvtc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c197dd89_1552319664465_0.7637807134553134"},"_hasShrinkwrap":false},"0.19.0-alpha.eaadb84a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.eaadb84a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.eaadb84a","dist":{"shasum":"e969fe01a2e5dd50f87aed18329660df79e894ff","integrity":"sha512-O4WvJXvIb90D5aHQFLy51VEmzdoHbYVufoyLGUnrkv2u0m5h278bKjyUx0uUJiPKdedLCU8+HPoxJT5lFWFgXg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.eaadb84a.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchoZiCRA9TVsSAnZWagAAjyUP/jhHbcQa7uYGkWEaUHTB\no0ml75lXKrL6UP7He59CJUlS6t6luQh4BmwkDD5tA+HlYF1T5gberR1N7yLk\nkY4+KkppO32jeLFXZGruZ9znOZRowiUBltVElOXUjYKjb34+owPD3meleGlE\nvz0ApZ7Jwfx0tGw6FOCV0IDy0fR5pB6VM1h4InytuYYS+v7n1TvNn7UIkfPH\nkzpOVxMCJg/4oA1NBGPgUM8mZ1yg5V/wjbi5aLfgwThYRb3NFSQLHN5PruD2\nsX2vxMe959couakEvPGA/fo/EIoErPgeicjOfvJTIH2phMl8/dIXKEKilql7\nmn396sTJ+8ax9CXY1WjpgW5UblaRjNDyMIA4bK+Sd6RgCF9WN1DZ/KVF8Kt3\nrqXtmNrq4bHsynhdaa0gUENjv4m8iITParxNmJpRXymJ5phZ7JzC7cv90igw\nmuLtV+6ArL1BbmVtZnGRy0zuegjiiLCMTXwHgJWNBfm2+is5aP7kYT13Gt8m\nTKptdXM/8Zt+Zw++ivgzLoegjcxyI36I60TvZ1j9HlBQvPL3gzTB+MBrxAEw\nMP5zUny3lLDXPIs6VfNQ3Nb7MkLEx2LSs+n+FZ0LweVsu6JBYXE3lokHRwMi\nFEFCJo2iQvPg8Kb7AuOVFnDe7N/WsU65YnaAdGaM+PnTAdFjK3lsNVV4OxI7\nMHr0\r\n=A635\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICbNMOJUM9vujDbKyEA8edMu3Wm6Wnw6P3IjJ858nU0bAiEAu8d7DgLHUPMzWWCUgEaeUUVrKhOKxUGy4aSiS5cfnHA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.eaadb84a_1552320097239_0.8096804438259975"},"_hasShrinkwrap":false},"0.19.0-alpha.b8a815c8":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b8a815c8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.b8a815c8","dist":{"shasum":"88e3727d1f24338b88fd8859ee8af6c6e741ea13","integrity":"sha512-Pluu7YLC3foSFFQysskyNIlCpbET9LUaxk+QZRFmWdwo4X7qcBy/EOZPZHzBQq61VDneJ00dNAKjHhzJcDBG+w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b8a815c8.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchovsCRA9TVsSAnZWagAAMr0P/3hQfgsbZJDKjJDD/qdT\nWFOXw9mzjwkQOydY9nRE2gZMbyQ//jIyxmNa7pVd9yR+NfOB7u/+44s2mG/f\nxcrBnOuK7ttBV+UpHCtTe0oj0Apiahka0A7RWv1dYd3SNOsCNa6Wif9X445N\nkH0X1UDuOsadQvTpKB6/Cb0o/eZ0h+dC9Oj/zvTRpGrN0STcqBWjdqJ+Anu3\nck9H0CR1gixM8jBaSIOphsp5IK7jfLPzK2d2RF3bJ2X/G2x3mL03CJGMqtGT\nCe7/dg7tZNV6cE60+cH87EgnlPhcgxD51oZoqBui7v8gzNdW3FgxwCPauoIO\nobM3HRAIjH6bB7ex/9nl5ZpjDPhiNknGgTYpNTpCyyQZKYH7nGvcD7tsIN8p\nX/9MXsBkBoEboSNDL3dbAOiSi8k2jaf8EE4Y6onQIlZEymsG003ONv3l1IpU\nIMWfZwJ4ZEu/u+CkJEKArQ/qkXYVVIWQM5sghG/AZEO5/DSCfPQaZcs5SNzN\ntTbTZ+QOYe1G+79Wq40hfLhHGmm2g3RfwMwPc4AcNJkyeFualvT2xmLrDIun\nnkUfG3RY+DRNGy+GK+SEonQi2kJvWPQc0apfcrbVXZNw/UsOufS92/ivRudP\nkMq4EsndPxqSjHZW+wKAayzssEPbR/6AVC8G4V9EHUzHmXsJIYRlWA47mAVC\nQfY/\r\n=MTIF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZhSx8RNB+Zxofu2caxTDfIiartgGNPJX2cmKZ1xrKqwIhAJh4DYp/lpzZuAbcfwv87IOSra47JwXsvG9N8hDHxQV+"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b8a815c8_1552321515729_0.9344538368445341"},"_hasShrinkwrap":false},"0.19.0-alpha.0d1c696f":{"name":"graphql-codegen-core","version":"0.19.0-alpha.0d1c696f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.0d1c696f","dist":{"shasum":"0f64ad113c6240729ba1e58d4a8323cc4f5a5212","integrity":"sha512-INxu3H2SYSpUVTurLv8Gkue8zBnvm7heOBOLnSynMPn6h+DqoCyYjUki7Uo4zSx/2elrFqbhzX7tzfxJP7Vwag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.0d1c696f.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchpbCCRA9TVsSAnZWagAAQGoQAIELqVLByhAUo9aaBCV6\nJPNjKeMKJWm1mabsY+LLSzkE1jUKTXV9NGGlDDu1JhWtnzsGuCfRpFfLK5Wd\nitACRe/Bc5RuBpHthzva82EQiYbLwgkQWsOWzcUAz+Dqr1nZEdenA1yXzyAT\npDEhrXvj4zaXTfO13loNNn/NgJYsb9BN7EChw7bdJu+svEmM756zrjs3GqXC\noDB9coOVhCBq+Cm04OtSPJidT1juHjw1jjpuIhqN9jgB52vYAvPNkChAeDmz\ntoaHYvPIUkGVXnHnkKBzxAZIIErb1bSq9qpadtoobeXsLXLNzQllB5/NLXDn\nWvCWn8Jct1ORitJrj5172IbJU+AYBd7glnFaXwxyq08WiGkpt1RECHlIXqpI\n6LBj9J9ua9xjOy/nsuDyHgbqQcJRQVPgIIY5irPCox6bJrUsvCatZ1eRKn9u\nr9f8N+ZPnJrp67vt/Ub03q2HDYBhefpGCtfHv4In33BXFANhbj3g+KMKsk1U\nNKf0yQEGEc1cLE1V0Mb+aFWXn55O6g64MsmG/+sKqfTbPk9nr72LE21XPOqX\nd2GqchZCU/RRvw0SzOuKQoV3BZMqKftrUIKWwIIS90fI0/aAVjWov7/VE4Ka\nsrnu+QYlO8DQIR1JFUJx9vc/hbOLMmNRV4avLljG2ie6A7crAswFxFLM55qk\nrE7z\r\n=Cp5n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC3nsDRjS8+Ml9iqdHizwXMG/liqVxSIaGYoq/EpWQ27AiBS4L2JVjIHMgmA9Mnl56Ft9OjJxjds2QNTte9BNK1KdQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.0d1c696f_1552324289699_0.45097178969073526"},"_hasShrinkwrap":false},"0.19.0-alpha.1275f653":{"name":"graphql-codegen-core","version":"0.19.0-alpha.1275f653","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.1275f653","dist":{"shasum":"486f25d91e7a115567056d5032f7035a0a508a08","integrity":"sha512-sHcqhtNP7CAZWgBOhTyZBRHRyME6OCbZrZR125w0/87NB0U4uPz0VkVAcK6Ob+QaqnOx6ryjIjfzHQUeOeVXDQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.1275f653.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchphRCRA9TVsSAnZWagAAU3MP/2J+fCtMMEp+5hiapShL\nNjOBQkx8GqYB8KoHakClQvxERUS3QAp/T60pSKbcpD7dUKM/shKfq25py/IQ\nfzsxcUhINqX9KRA3n/eMr+yW8ifbLIWwT4Y6+ey+D07aqPRES8+EyAYb4lwV\n24txZxYWi8ySJDal6RscdPLI8/6VujbNbBqrzSfdxJxs4cRnCVSNzwNJ14BS\nqrPPo5jVjjQmkvxoAD/fCGzxepugINj9R28Xkqt8Unxxv1eVjOb8DE/bSVhk\n8ptDwMlajopVO7HSO0O55ihUxRP5oZkTvK+FLr0CirlQGcU+fxPER9hRZfrQ\nHwevACM6ddKZjv0wwPvCFmecUyt4bTjnm8Jcyrsh9d/xb4mVLw0lScGmpu7r\n/Lx+TRxcrQJFCT8WM4Rc/0fJBjvpyiCEpcZfroZ0haOqtfy95zacQMTYdtNy\nsE9GZgtFvu4PlGATnEKttZP+VaqJ1qHLcRG9i9OC/AcWl1BlLrFJq3FASV6y\nURLn63dSMjc1W/BiXEyJvXrd7WtiUV8Rt5NRcJJOpcsLHp/PeB/WrRR3bH1P\nmECP/6J99EU1f45FoJsTrrGABhWMnBVk5Un4/8qvoJfbis+uMAMAVAKvOk8E\nZqm67t1Nh4EjXS0n5QjASgiD6+TjXP9zux1VN/Zsw0F6KihBRicvqLwM1UMX\nGxso\r\n=YKvQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVsRmeHBm7Eh9VcxHxUr92UzcH4hVbb79QyY6e7YYJnAIgQQSx6ucDPxHArhA6bYMbbL780MNRsjDWBoYJQE6VeSI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.1275f653_1552324688583_0.34336106244847064"},"_hasShrinkwrap":false},"0.19.0-alpha.2da4f267":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2da4f267","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.2da4f267","dist":{"shasum":"a341f8f7974ee2b7b1d45922c9ec674364a34068","integrity":"sha512-DGrf4adsF0q41/oyOhTkGMZKz3xt65yYSNMLZBynEdE4vzz4F4cCLDv3/X9kex06/6xduxE63kVBakR6cqt/0w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2da4f267.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchpkFCRA9TVsSAnZWagAA9VkP/3zjP29XJup7/37+LU23\niTCEb9PjkY3j1Hms/c5TJeLw5LAlOpSZ6BF0b+L5lB6rxbyGTzZ7VPRTHKiJ\njos3qTX6QvLYRQb5meUEyf5uhWGB0P/7fWSn1ajhiJTPne2vmARbPA5NDRmI\nzedQM+aA5zkbO6jRYSEMBjUmn+nEA5ae4AKuiR+4Vk3lWPe6v49qXCA2mR61\nXqTvPkA9agFM2oJ+B5uA7yLYVBNNoCiXjvEsSWoHHbhTZwgkAe+JgACoUmoX\ngDdAQtHiugvogh8Az7eNeHATuqmRFGj4kvevrkINygitXGSMyiAlAuoHYjTP\n4cA8QZasaYfaVkkRjnT7vX6iOKWOLk59UURTtlGNFVUdNZMoVZ5ogSoBhYfB\nWMJchEGrlwnwrKv0ur/dGBBPEAPe7D+W0utFxujOVh1C8LkorZ1fz+0iOEIF\nnbiNkyOGqRLvDZ+liUzxH7NNaU9A+W5rcz8Tb+xZozyepBGHpqkj9RMEvKqz\ni1Nb38nJTBGOl66laiqGtk7qEjvWGuW2/eHfDn7rsEVHWXwXXUMuW5s9RaE0\no4yH9yV2eyr//c51iSnq+njUj17CxeFqteD4LIbC8LYY9/69mg1QxBUE19Np\nthLc0o0Pn2SD1baPlPvo7fZIdwYIZYr1aRPaNZJmKWFGYo4zU022o2RPopin\nxKva\r\n=AAYl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAMNt1YF/noKWlXCAzYImWB1g/KFTxq1/6KqU/VE0RBgIgRSwNDW3gwPhOsgutu3e/11VlPloeo9GfQQbtDVLjsXg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2da4f267_1552324868225_0.14214756054224198"},"_hasShrinkwrap":false},"0.19.0-alpha.aee3ac63":{"name":"graphql-codegen-core","version":"0.19.0-alpha.aee3ac63","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.aee3ac63","dist":{"shasum":"77f5ff598a6d01a2a376e09343e033c9443b0f16","integrity":"sha512-uUmKCKPWQ/zvnqnn6qs4YjsnscKHHHheuBvBU2LCWDE8bepDExuWEQT1wko1Q+AQZqIeVY7YfyKw+LXu4za2rQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.aee3ac63.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchp1aCRA9TVsSAnZWagAAEzwP/0u+ngTVfKv2S0V9gOJ0\n5+sHk8GBRiIaCfZjWxmkOoETlll8/ykrHs4l6BFAHkRIj8CoyjU+3BqtMURe\nr0DCj5Pv3YDmt71FAfdfoWXJiBlOcl4iX3XfGhp2b/J5wEVQBq4AOYCUInuc\n5trmT9TACP90bWg86+73C/ULi0uJbNA1d/fo3cEtyhU6mH8tty0XbTgyF+6T\nItHcsT3q+L0WE6Kiyb9ZAtYxkRiIpz4JvN1F3Ho7fckxCiRtkPH4vTDqZXx4\nD7QgvBiF1QnQsII+GoxrDwLwJf+2uWljUpAps5a/i2B/QVVMRdKij7pypnNW\nNZClAGZ2MS2nCckm3/qgY3DmqFbkn/XQQPrdQe6hvkf/vgEnv2O04nC3g00s\n/0hd4VX+Df7/2vPOQf04Km1pIMVk10K7GJVGQTnHLaqKDybUU6QWE/aOMde4\nkS/Jb/mECCl3nQrsCvFGJ0AezKD5mqxQ+pluHC5iS6QPYIt0yf0puJr2OenZ\n+G//tOrMM+BQFxlnt2OPG+8tuZf0JMeXo10yUUkUg6CWxKR22ifQbvLw77KK\nUDQ9ntXkxubi8Dn9gTpn8DSINcecJujRf1U22aYE0bspZ9AvYLRfTwDCrxEv\neEwvxAkDEHBDEpGhAMkjzGzmOWs8a51oV2L+L7dPjkkwyeeJ9s11M9VB9/Vq\nP6VG\r\n=ZjGN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICmBFhjAvO5F7iFXFVcPR8f8B+YYEq/4Ck5QM33Dd36MAiAniG77NijMX3jjqi28lgHZJGTMJq4m/qDZVAqC1uenAA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.aee3ac63_1552325978029_0.2520294865899062"},"_hasShrinkwrap":false},"0.19.0-alpha.d3a72027":{"name":"graphql-codegen-core","version":"0.19.0-alpha.d3a72027","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.d3a72027","dist":{"shasum":"9ea4c85e2fbe3a5f97cd60ac9d0a9ae2a1b2b46f","integrity":"sha512-sCnoaY1DkyH0cUpYy4HBb1z6RjQy7mQdmWlKsx+iUZWlat9utk7PjUca84PY1XeNC3AElkeN8jALM6wVmCOSkA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.d3a72027.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchp1wCRA9TVsSAnZWagAA+lgQAIW1kUlDSnKlmmBzt0pJ\nRxuJm9ciPOR2V1MXutHMvX39m2fQ6HcKV4S2aUtzd6XsNcPaoYac84NEvwjD\nn9F0b6u4R8lw2RDJ/cKLfuCjuBiL15WyVbyCcJqXX51yQqVg43J8SCY/bR2G\nsPzWUIHi3/YacyPGQblYXulBQ6q3+kB9SFFc8kaoN3fCLHVRZwh1Cq1ufY16\n7CGB+63EkwLUb2JjsOVvKA9PhNmSeezxcDEWKErs/m//lMVbzMswvgsj+fz6\nJveMZ7rlxQ362L62yHa50SOA4z9PqGFdHr1FURB1Z9djJF3EjZS9Naa7uLwX\nLK5OwKALMT4TvJ3yPCoY8IKqMNQ1tSjPIfq1XJJtzcKTSXv/VepiksliPtRP\npEvSZ5+BBRKFxhJ+4WmPx06Rgap94dA924LJNjvA5as0PoGebqN265rsjbBs\nAkHsGjEcFt9vcGvj7gO8Kl9LK3gczlVvhyLM3/lTafSv5AryVjoyIA2vm+LV\nUTyJWyjCvGCa3rzJjPqo9hyjj9sNvWeFW8L+VAprOqXMrfkFWFUBIOMRzqxE\nRUq9J3/UghcG6aE1BiJZY8cRsDsr9Wy2RWK3xla2iKvA3kRElNAXvziZFMdo\nv6A1z84ybJ6U7uqC4YvLFVoSKT3IOSEqLGfUnawVqqFqnZ72K7LGqFIMM9Ag\nPaJh\r\n=KAtc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICTLiVQgibnGRmqVQgurqP+Xb5QCiZCxb0Tm0HVrLukpAiAp7VNjeIsf2heXWYd1xAYKbAhA8i0v0YCFDF0Mkf2VUg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.d3a72027_1552326000112_0.18930584888065782"},"_hasShrinkwrap":false},"0.19.0-alpha.084e1254":{"name":"graphql-codegen-core","version":"0.19.0-alpha.084e1254","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.084e1254","dist":{"shasum":"24787098c54be8e6f852381a434320ef595c8162","integrity":"sha512-nxT7mZuM5KT6qBIY5SzVQ/gvrd/cGYwRrXNlJyMSZWnkSK/G7sBrTizK3IFTqe11Ms6tip13BTqeqTHIFyU2mw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.084e1254.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchp4BCRA9TVsSAnZWagAAOBsP/iNTtQWn8fndfM0lNFGu\nHADHswfKvCMQGGoEwJXacbpavZfTr9fo+COpU9SrxqoVj2i/O/Pw/9Qogodu\nWeof6yvCPlswkk7ZSFrVEPijGpzN+dVzKqe5RafZddCojcrxtX6EplDppMGn\nrWNxQnDRlPNNU8ufSUtwc+IJLzPaAVYndXLz3bk74d5MzYrDikzj6jjHE6Qs\njBawNrwv53GxZTvzXF4v7RH91XdxF2wnAkm5ikqH/VhS5RDhKeBJ2N/98WtQ\nwlG1uOEbVKgZO/2jga1jmUO6UWo7X17kdZysWnVu1OGGTJ0jXYpkYbs1sOEf\npGMmShjlg8k6hRLvHEYUw4lDO0vIX1PGOnUzjOSk0aEXMmYONXr4gsOj/KGS\nH9aY+UDVKipYNw3s3wZG7dC+mDLTHdU5FUakEJf0eY0dK6y6m5lOVucBP5yL\nqgQoZgmlMa9NaM/rAE7Z1YfDMRaxdTPVVAR5ecNsPQ3ZOIUgZJNQWYhRGdIn\nAsSFSXeNRidJ0wk2wARSQa6Xot7AgN1X9rXXjK5OJJNgYo+U9cpjEFYLQsjf\nemUZzfZS4AJP/vhV71tx08I/iqo+NHMXDQ6Ibn9xxdIZoByQMjiFl6fhYuAQ\n8vk+e5uYg0vC8qSFMCH0HvmsmttFqlKpChu4kWCtBNNhOmDbno6puSLz+wm5\nL+mp\r\n=jh9z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyYxsOZIuigdjXx2rqSW2uV3R5eHRT/l9q/2Zw/OVE/AIhAOkFaTpwFFLvL7uBLl4sJkck+LWxJTbvFroQJipEyR5Z"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.084e1254_1552326144917_0.4055221809612293"},"_hasShrinkwrap":false},"0.19.0-alpha.2d4a70fd":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2d4a70fd","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.2d4a70fd","dist":{"shasum":"8437263bf524b40d784172b2b76e44460037b307","integrity":"sha512-ziw+8UrZdMGuRs0K2wC50UfiYfkk4Ib9e0L1guktoZtv3xo+r3nEohRJ7dvAY8hng4VOi1RUXCnZw5i38SrW4g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2d4a70fd.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchp5NCRA9TVsSAnZWagAAXVoP/iJJ2Q+OiD/ni7vnQwuW\n3nqIUSSUtyeT3XwndTCRN280WFzbsyLUOIQLSg8ifiXtE2fGdBKWVP42Rat0\n1n/osV2YGXuq2EZlFifSPJoOXlN6z5noKIw1ue/mSEpSotH29TQ48eja0TT2\nourmwXQpMY1NfcWIlhxqQzpg6obIGTiU8UsQXecXVQKCV/UxewwZSzE1as3N\nlEp137m4XOiS3OZmqZWw125p5l7/6MZ300z3lYqm2asXWUtQRlE1/5aOqUeE\nucGaFfMuAzKFZ4E1NtQuOiOGx0F7cA2wHNd/gCtMFrhEgBYoYqzO4x5KGhDd\nttav2y5OqLCwBlN2E3XD+s22jcOD2FOEaS2EzSa5HLUiMIma/pK7Mk2jZIYI\nE9s5dPYmmsAnq331a00WpjkyFhNstkD6Flq62B0kt6sZrtAkqLeFF6TCG5Gn\nsh0GEa4hf4GjWVDFUP4vNT/cuNHgxj7xoKoq65H7szhCWTYWwTIaMNdwVFCP\nU5d4ryUTmDxLYTgHHPgtMUk1ttkWDkCPbyNSU6zlfGM6p0lhPBmpWlFciIDW\nT00PvAhpvSJ19o0IA685w88iMl/j7+GkwVHplg18Q9hn56COY7bwTF2CrA5B\nCPx5IKUCCant1/JPq0dMmzHRAlj/YJ4LZzhcPNCpB+3sFCbvSOafdopBAxBy\nE6Wx\r\n=6s6/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjKuQ7JHcPMBzqmOSc8rkkdAQDZv+t9VCnCeY/iXkAsAiEA9rJy3s746c1XSF9OmWiNzczPAx3y0yfqBDnPRR9jPtc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2d4a70fd_1552326219579_0.3702080313447613"},"_hasShrinkwrap":false},"0.19.0-alpha.e74eb07a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e74eb07a","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.e74eb07a","dist":{"shasum":"ba7fd6ee6904a0b31eec585994948f8e48407eb1","integrity":"sha512-r2/B9ZulpALAxkO5PViy9WjtVHAD2bp1RoFp1T3LoEvSIohQiGvJf6CR0QCpbKie5V1TCdf4h6O2718tckp8lw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e74eb07a.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchqklCRA9TVsSAnZWagAATPkP/0vYhj3Kn6VkEqWoQTBq\nlqzMGhW9sehD6ZePpv+CBojQ/j2dq+QYQ9hfGGCMfshWe1YRyCsq07Dqvhqq\nzT67D8UgbGIWz+GEvr0tfI3ovKLAW8TzcFNJsYjdLeXSav3id9DPUojgLZVT\ngGTX7UCOjG1t1hi7V72w8ZQhkfmnH+Uk4E/yxVhihhkjxwN/H1sgio6Upgkr\nfXwfVJ8ugN16PxjQCf+3xnZsjNTegiycH7ONVk6RywJWLz0LRWhcl5yLtoVX\nxFRzg/TvuVfOPTI35nIIDy0USHFKw0qIvQHkzy/vs9gq4z+jHzH2aGxa4Ocj\ndDpSptl4jv2RUUD4abYTD4/TCYeReA/L35vOF9agZCi4VW+vLBrW/ljjr/Yi\nVIj74Imd3pmJx4JEay4u7FNDgwA8qzbrHyGGv341qr/SmTiOI0BvilDHDLR2\nSOoa++GS2ttvQea5SBufxug4yQXPIL+H72SVCqVA8mU4mmXVTsDPTIaP08zk\n4YnCFfmGW55aY/dHQAZg/nGc+kAuXiN6MJmbrlvggAye8sKSUoYZQjZwlYtX\npXRgjIUKbaGFpggY84MnskFcH821VhgORLxEB/DB23krrz4bD8/lBHnhUrYH\ny5i4yN9YJtVbHO5zX+qp+TNYCyEhh2WOIjPAsCJOgT1YdvDpiFUbtdELgrlH\nIHKC\r\n=K2pj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/aqBQ5U47wNxkF5ZQXfkJlMH6qJdBT+focXqnAurH3wIhAO0dxuP3P5AbGF2znQiNlNkylGIjXobpHvaF+K+dzCH3"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e74eb07a_1552328996703_0.8940544072138301"},"_hasShrinkwrap":false},"0.19.0-alpha.3f859ab8":{"name":"graphql-codegen-core","version":"0.19.0-alpha.3f859ab8","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.3f859ab8","dist":{"shasum":"4820b628c0a86ac4306f14d331145d3feb53cf53","integrity":"sha512-rGKqPVl3a7w6H8x/C1ifVFmze9J0ML+XbYdzd+Abtt3VEDUNDNtVxF/DEtFRE905lVxT/ATdhaRsGMlcmi0HuQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.3f859ab8.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchqttCRA9TVsSAnZWagAAZP8QAJf62n5HkSlVr4tP5WQ5\n8POGCJJe+EeLdEbNBg39yxmrRnkU61esMcQBucEAPGqaf59yK2+Y6QlEmIUL\nPTc1FqAFKJRFHz+t3IuZz53MHztfRm9+1LvsyQwXNs4J+i2nR4U0vuJ2vtPL\n2sSgMqx6cCVhCVJg3SxIfIMuGpJeYs3k/nxjQGPS5LfGo4OYYLPckcR1mE1O\n8eBZroBlnZXomhzmEXqzC5blshnaYqOqu9AHa03KI+LdvX2QWEv6VyHjECRM\neIjizNCVwYH/fNkSdH+NgnSpbwlaqSPsS0UaTemPC0KS0w2xkwSi3GrdZt+S\nF1f3BLvTRnkH0Omm7MgCoPYtdKGntVymZlgtpVtGKIbnn0qKTVXyP8g5iDHt\nJzl91UgMSm6GLfKug+JahTYOSaE0UMiE3nAIciOn1IuX++dzVRFc8xWwNQ4o\nZZVol3PCjNbPJZqTZYUKC5n8AUIjexSOTkqtNlnh6GOlI2X7Fi7DAePpy2Jp\nvHMnXP9sZTMUzcXZpvmr7cp6UYTFSNcakLGPHr0oODO3PfHYpcO+QcJj98uf\ns2qrxVBEDRaE5Xpf6DvDW+kaRxN1EPelWs4klvQP11PwY5Zi2m5L/BtbjiiG\nxtEEypT4rKEYssm5GPpEDmOiYW8yEWjIkdQkzzysL72OIuEdbd5vQY4C8X0n\ndzY1\r\n=2IBB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJylfrKpclObgVBX/y4gjGno+ygoSyiXjt3p/RwLevswIgTVl8L+v5SIOeIYSleewqZzBZZN1ZUpGFPjaeN8/LRxo="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.3f859ab8_1552329580302_0.6639655910253082"},"_hasShrinkwrap":false},"0.19.0-alpha.c95fd6a7":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c95fd6a7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.c95fd6a7","dist":{"shasum":"8c41555fc9875bc3757aeb22cd6b02a5d2b026fd","integrity":"sha512-t37K604p6ADfH2cw+hFjrr3gO4X0NiHjBiKMXULznH6q67H3beaXxC5lvFgKynPtwQbYw7KvRD1bt3jIH0zhaw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c95fd6a7.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch2sqCRA9TVsSAnZWagAAz+cP/0LqF/Zv+hD00vV1zEAf\nqkjQCWe25cNUHf2JyzD9SYtNQcUpvrzZBnfd0aa2gwRVf4CK/yLXVHkSxEAU\nkp0dW03YOHJFmrr4cNn6PjjOY03subwGPdbraxvjv+6vG05I47xKQ0gwZ9ii\ny/cb6KeNE004KhVmetTzrUrx2+BpMWm0HZXI8V7/PqSvzrPuFHYrqiWq26fS\n2eGU6gtX/R8OcG15nU+cg9VQE/nsDX5ayYnAUtE5L3B5vHFuYqCDksK0jKO5\nqIGPy2/c4q3TWJGVEoB02bJrhBpETjxpeRH6Xw3foot1Cugni1kHObtn+l6D\nvMTc9TcTloVpvXUNJ5A70I63XyXCU3UMzd14osmPySc553Gz7dr+9/rLPJzP\noPnDDowGbaH50YB7KBfdrj+m65vrMlQF00vayrazHXxrgnB6CpENTaSAXY5J\n4VwK1qPnhLyWcu/HRu6p+nWpX+w/Bg+sIredv6l1e5FZ2GfvzeV+hEStEs8p\n3xJyGxxzbh4UOleEZSOVz2cWhi5lndpNa4fyA2QiKauHOvoFvAqASIhDz3Fn\nK0ySkx50UEHN4Cp/OXv++jNGCYtsw8zENcoOGTJDXHIQL1kA64Vw6RYBM8Nk\nHWk7YUpBPq7bCNFoC5veatY5jQwPQixBbfinxLKn/f/fbNuor1oQal9dYdRQ\nTMnk\r\n=BFKQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2WqeOC0+igT9eVhacVbsfxfXoWH6R0o8Gx2uokF6wYAiEAtbEefOb7Qw0l+A/SVYAnx7uvIUrHp7wlroW5gtI43+g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c95fd6a7_1552378665876_0.9909728510340914"},"_hasShrinkwrap":false},"0.19.0-alpha.813c8d3c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.813c8d3c","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.813c8d3c","dist":{"shasum":"44f7ec014058059f32eb36fd3fabfcc8e10c50d5","integrity":"sha512-xRP6kHJmso//zVXAY2neY19qn1WSBRqPKQM2PhuZIt+elpxkgDv4wU9NXf3eLL26PMoaZwcqRqAz/jLxhvc4AA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.813c8d3c.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch2xgCRA9TVsSAnZWagAAwp8P/jCKcKjxWdevfVgR76l0\nIxxjEQ7QxHJmgf9tvP1uVUWPB/iZnVz2sW9mOFBSymW6G6HoScPpIoKcH8Yt\nZgUFqr33eMqVxkb8RNFpl0SJMOBQKXW47Sg9SZL34CK48mPcYgyQoOJzf2mY\n9SZ2L2mhK/iAVyoWlq7z3mothYv4sDwJVnROP7opiQss+EyLbplcXVVnF/Ws\nLkLAalgyL65BOGT7uJPbmge6IDaXTscE/YUpu7Qib/YqWMmEc4rhRBXyZSqx\ndVRQwCsZRoaz3LPk5u4ih8vtxPDMfOzGUQZ8/8KtxzK3rzOsY53Yy5Q/VnCR\nbTZzI3plW7377TkM2Wxa6pLtdoMD3ejirL03FKiA4/JD+Qq21YyiSXqRurGf\nJeALj3rEi/hztCvC4UNsv450YwowW6x2YOFimzgVDII+u3FH9/JXTRNolz/A\nwq5AaPKQuTxJ9755A29Lom22R/iw+MrMicNyuWawTzbWc0tI6s7U4tCAHnTA\noZHWZ+UlO0yD3hjZ8CEFocHoCyocPO8NAUVyk+Kwv36Q/jD3Bm4tp/5sMKmt\n9m5t8sAFqmRZ50KH2V0eEIqGTI3WG0GvITawxLLaxLM4oehcb+8zt/5NSLI1\npAHUOCFjs6XwLrqU7lSVhBWjlkNHjEetDYIJeA89gyGd+OtwH5ZJ4cOdDoDy\n/3Aw\r\n=mOPg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGPc1s14Hfhx1d7Nwec5bTdSLMsChDf7rtQiOxMXq+B6AiEA0RfoSgwHBLGU4YNZc4WmbBORHKGTmd0IPAbvuWufcos="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.813c8d3c_1552378975295_0.4025159251845485"},"_hasShrinkwrap":false},"0.19.0-alpha.a3a6b268":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a3a6b268","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.a3a6b268","dist":{"shasum":"5df6883cbd3c99d29b81bb67cef04875e9cde251","integrity":"sha512-Dm8ag5bmuRrePBXJyeMFHQdvYAEuOmKUg66u5mduzvyegEV/Df+9xN9UUDV481tOZO8+ha2sR+t0s11TtIQbRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a3a6b268.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6lNCRA9TVsSAnZWagAAaSMP/iAlz92ur+l+GVhT4Yn9\npOTHWtNypYO3zPrzcuJFtDI68HT3iHL7CK30gFTpfeUotmBGECR7LkrJhC7T\nuh2hnyDj+osTwi9+dFztkq6AfY5FOV3cuh2sw0zUOhLWUE1y/fuwbkcxe3X9\nYMSBErjKi785Adm6ST7fxMPQm3aeNA0pTXlNwhtX+vOybtpIsNjk+pbEe/Ko\nd0N0EVEM/JVvcpAsFB/0gRrXyOBVAqusQPOFRRwj8/ZtqpN1hMBPH0bnO462\nZX5MiaE4VVqpYbMZ+ydOaWAI3CrupEbsmPZsCAraJBiwWXI2VmohlwlXao1A\nJiI2uwaLwAykaZWQ1VLQQ6DurzYGzGq3UE2LagpSS1js3djRvz/wBNQ3JAiZ\nmjPXDX0RPp1XFoZq12W5gPvz0PpSmkF9uqhuv8j+5x/TsDHPJyRskCBAt1sc\nMPWPttz6nx/ktJCyf+s8l5wvRSbZuuUrSD8TUHDw8i+/WwmshLTynE4YA9LG\n4Fu3YZH8A6a4P0BPTQrG6XPLC+ADwwnAne2qEEYNd54k+3ubqHE3aoZd1UMI\nla5S0bkrp63TPRRDYlpavOi68fpGgxodUMJFV3atZc9INbAvo5Rf6J3y7JGG\nanIfZ0x4rdAxplKiNIMd+rGi954snaZLG2gGooYtkgtOmR8z2FnuEQKIK0N+\nXxzX\r\n=jFJZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+uMzCKSVcGx0LsWk6eaerq3lrr53mhVRLxw5cfjwZcwIgVZ316q9qAl6YfotES30BVDeYcv47XRfvdC8qQBpPH8g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a3a6b268_1552394573081_0.4167164790438469"},"_hasShrinkwrap":false},"0.19.0-alpha.ecd17774":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ecd17774","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.ecd17774","dist":{"shasum":"69a0f499d5db56addca80338d786fd07000f15bc","integrity":"sha512-1ITBAm+PPSNoPvdLSlJ5gk6C9SwWzqH5PN+av2zguSg73mZT5EJfH5Hm2z4TpHcbC1h/Pm4wpC9cvZmRvXgCIQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ecd17774.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6lYCRA9TVsSAnZWagAA+dYQAJpvEl9Zo8RjUQvaF24G\nP2eVxK4TUZA3ZpOi1TyIMNQH7eXyd2fU9S+hyuDzdj7eOi9DOti8vgjTZ4MQ\niTYKf7TF12Mv5Z9AUNOancXcbrHAtHA4TZSTqubL31+M3a9QNAJZg1pMAUFR\nzXr5UC35djKdZezlyC1JGVOEYczwEwStBm8ToihTJ3Q5GgZfaT3/HbEpOkjX\nPT+DWhDcYrFcjpIK57xfQK05aMTH0UIJMLi+J6NVmJl2A9cz15nzkv7Z+Txx\nIRIvIV7SrHdOif6NYb0HdmMGJzMfNRH4wQ8g+7gdFLZTuf8LWAjXZCaodzRM\nzR58pT0D1Ka5uMBZAA0Vx3sXVH+OZek8ZeVeCeO6m5qFAbihxYNCNenGFVTC\nMWSEy2TDW1ZX7QjGEKIu3ruNb+bjU6RSqhY9AOBfeSO0hz4k/EUe2P7zzus1\n0fLltKjeNqZA6nCzlXa0WhbKyZYd5c31coUAmwqVA50ju+8tXkw5gZ3VM5Dg\nOV2TIdJbpCGElRdMke08stdCpt55eA5223moPhtLkaGzS66GEd3tm9ev5Skm\nis2AFV+UYjCdEC9M8jC/AnMkYiD4N3DdrhjDLr053PUUdnpKUB/6D1gq6kmc\ngNk86N7Zdo7ldJrckYxQdFlsvpWMfeipmWOvyiJt5fkz/rnjjjrB1BmazZOJ\nfjIC\r\n=Eo4x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHBTrNzMhJ2/OL6pcFPE5GSS/2uFrf4EjbFyt7+13JPkAiEA1equcdyFDrx0TMcoF8xn9mL4a7LUOeLSljsa0o0GicU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ecd17774_1552394583966_0.9395183289744282"},"_hasShrinkwrap":false},"0.19.0-alpha.d99a62e9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.d99a62e9","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.d99a62e9","dist":{"shasum":"32a4f1cb80d2ec39def8dcb3b2757913728c7cfe","integrity":"sha512-cIalUYtcsM+GWADdDuCJvWRIWOh/3VQ+1F6UV8RsSoQCOMVvpyc12py7zN4Sm+88TRLCW1LW33nPprK5m57Owg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.d99a62e9.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6mKCRA9TVsSAnZWagAAf3UQAJCr8DXoi6wcyOAyRQ+c\nnvMZFp248ClQnyUc+153aRE7SxgCrXtu7/PMIEBIUAKZMrtOs+FbLopPu62X\ntUpNA2xpx4l+IMs8YI3Lwy2YXTs5pgcO9clAu8CzxjNBxnEP3iHgoqrYaiwW\nKMTKXjBRtSfqs9zXlrctF0Rn/oGEIpLtbe2LdrGd5KTCCmq98F7dqJnk3T1k\niwPcRLPLpSASSKb8Hu1zFr7f8mBxeoC7jIXrvxp3s/jFP8Wocall2wL3wNzL\ndruJOAqlSuMb9HIibBgXbDbfrMpAsaiVt3CVA58H41rxvuoY2cMSBKAQn5ST\nhdzjb8rroafO/NRXT5qWLSrySAbpK+Cb9I4grri3fQx+L9NsUaeqrILf3/Vu\nW+4JTqpuoqaAwpzP295AWw3BriS9qtltCNkDOJyjuQU/oci9MLnBshQ9P73c\n1lRj1hUdQxTJfOlmB2B1UryR4S4MAUSiU7tdG8e0ik8KMRw2R/Tnha+y858I\nXkwwM0d2Hj5zEKw6l9iZ/gitfatK2Tga2cdUgs2GxIrBIeLnERsnth+R8Cjb\niIvzzYCbQu9UWD6YOAoNgsohtX4bVskUYFjUsgFp4ppd82qMTx9imgx04k1X\nql3+Z65deH4zr2mRa1vhC6/3VpwTpPbG4uOFxnhSYm5J7GH+Bq5eC211NIYf\nQrdp\r\n=sfBd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB5bleNg+6my+HQfW45RETuLiYlbYJ1/UXMaCNBx2uPFAiB/D8LAHAoXzTJgohxiLSR2zVw54FlJOqvoMG9ahxR9bw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.d99a62e9_1552394633457_0.09982399433417788"},"_hasShrinkwrap":false},"0.19.0-alpha.4e578a05":{"name":"graphql-codegen-core","version":"0.19.0-alpha.4e578a05","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.4e578a05","dist":{"shasum":"41742daa8563d67d6cb2492e848efa1516053489","integrity":"sha512-25CgD9OJTzGeic79pKi9OVJKmCTaPPBWTDCeT4NVIEMDh8b533OeME5IrXyvu9PE/zgf0jOqtpqh0X99jxpekg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.4e578a05.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6rSCRA9TVsSAnZWagAAXecP+gILMP6JbRZfcO7rlJo8\n8CgV6vdMM1CnuL/C/YWTqUaUJy1J35OpcWz25uNfVUx2tGuQm/M9yv40raBG\npirYhwtLyf9IEiXsWmXf4T6lylKK7J1lcn1qXm6pTiAu48m2zKzZxL17nRDC\nGaym5H85QVSM1b8GrbThrUia0SpgXoxEbns+FdOVYOTe5nTeFy98HzAOrE8C\n+6jJ+SHhAvuvo7S8W+q2lcgdcx/b5TV3EhxfGZwZ3dvNck4fD0rOpINqEtBQ\n+O+7Jitf5YwDODA3dGCMwXW5BD3RD3vsP03Dv6Ne2QB0RcD0Uc54BKVzMdMD\n3eImrwxrdmVBBKvRVtM7bVOsj20ssrV1rtw+DqMg5s4ChcbAxb8PB7csKquA\n3MLSPK3Nb2GAkXVwFuBlPqJj3Hx6M4lXGY9vgtiMxdSy44LQs6el3pAOERlN\nquZGQMxpiUtwd14K+gXXhMhiHKuzTDaKW39tN7hvZwjMp6uggZ6KXyGAiKtc\nl7jUBFYKmaOeWddWLVVSTDKVjTEp8A262D9GwcKaPHpsl7Fgr9UBVJnKAGZI\nSNqlEGzFirGpncjvpNILZxTaSOxhoEeFvE7i+jttOlzVRQ1MRCak8Zn4Qa22\nQD1zH87y3lw/U/w2Cf5AsLqjdytcwuXpj6m1R7oKkWagQNT7APYyw6emyPEP\nzD6j\r\n=zgjj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGin6tEgI1ZuIGt8SF9kWY0SQUqEu+64TfJ22WVecQcwAiAa5kuJ4ymRughuzcEno7Pv1XwejlVluotPMxnSHHkO0A=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.4e578a05_1552394962117_0.9009290121808546"},"_hasShrinkwrap":false},"0.19.0-alpha.2e648156":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2e648156","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.2e648156","dist":{"shasum":"7c2a04770388986ec4f49f398c647aa2a821e042","integrity":"sha512-qlZ89Inuj9oSkQHNe+0yDfDwb8rVwe877X+aIg2ZyhbpuKECu/uy3MHIzChreNgDri0CBZuhDN8UL7qsSg41Xg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2e648156.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6rwCRA9TVsSAnZWagAAkm0P/1mC7hQsJpAr8gmSDsOJ\nnoz9p419qPoQEK5n8p3UtBwWCWINAWMSnwcg5+lqm3+tEf+zXEtogfUgrKHc\ndxvjyYLkptad1o+2RhC8SkJ+ZPYLTXCUbyUcdQnqE0Reus0evLmAumDh2LlN\nAhqUvvhqCN90GRkBrzbQPaXBywk1T4lZ5j7JawUq19L+G6jQPPeS9mP4eg1f\nepZCM3qPO5Pt8ezkSiQ+CGtNpZqBc5JJwxIH+xXOelbcA5u8BfRwaaRlDQqF\n9dt+wm6KSCLamaEI/Jec5XkLLDwmnKF69S8z5WNdqLKSrpqrILnSWVj8BbVQ\n73KdSbboW4ObA8iZZwTmciIhn4UbGJvAcGiUvzftDU/TXl/yNXssBA/WIjdJ\ngXEW1FlTehn9VDFPI82FEUPbes3Xv102ctdmNEzdZvO2T3tKiEB2NNK3vg0b\nuRWVsoUn/2ndCzS/gOdkCEGFDc6TbkOaG9ussSsqeBADTMxamAxtt8WsySrP\nWxnvRrSYAoZeAG1GRtpMMRr63OAIuu8QmoGyNMNxQ8GxglHyyb/rgcHIwzNg\ntoxs0oftvaCNzQ1+FtU300lLbC5NF+c7H41NQ2i+5Z1dVZ9boKGBPEWPXu3Y\n0hRBASL3wX330QYvGudrqxiabKXcBIdMU+rIlYzBVZJ5H2PfsR330Ex2pihW\n698g\r\n=tLme\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9Fn5rfMX3hxfR7i/q+Xp2Cmum8BPaL3y965qvzUytaAiAhP4vDc3JGnebyjQ3GRGSfk7+GSMZkuoKtzEczI5ZEQw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2e648156_1552394991830_0.29109501573495034"},"_hasShrinkwrap":false},"0.19.0-alpha.b4479bfa":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b4479bfa","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.b4479bfa","dist":{"shasum":"7776910cd07e0be521aac66064fa0b883d340d7c","integrity":"sha512-VKXWC5LWd7gdvakAfeKK+ylVayCyjD5GK3PrdXSPbGd1qQ9CM9WbBr/27kE44jmz7svbUsaH9mJLcD8Cil5hkw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b4479bfa.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6vPCRA9TVsSAnZWagAAafAP/0qpRbXF2fsJ6A4Dh402\nXYIbznG1u9l9gi8HWTWdAgwF7+YUd0RtkC0kHGUM+P6k80u0htNhqTOZ+OLL\nTWwYBFrHYkO/CtZFHm7QR5A6OsXFVr+OTGLMEDE8XCfHNyjQbB0jkrYfPPgH\n+Bxg3kMWlYEV9YCtFnkhUu96sW7YKxzJWGX+x6PDzmkr3kKVRAw0W/4pcUwG\nre3HB+lZ56F+GA0V+lC+05iC0zPpfRCbElNBHRJB4x1QQpONPqKe6IfPndpf\nhdQ0cadTPiGSlPKsjgXxs7qEWzd11eerWVgQGuEgWHYfjvxTfedhgx9z91qb\nAhrDnkaZ5Ka5m3GdQujispS5azgOMsl5OCuq5TCDmu38dHcLf9eztMC7e27v\nomWHXwUYVdM46m5Ej6pQKCOd5tdUoOgLonkiXHT4VhH+0BeBFWjlXQZVqXTM\nYmGgnLqCJVdVR1FuFMr4YiK21wGblXV0o/1zPuf+k337bJxV1F7TO0NEZOt3\n/wNXDp2/Uv5zewrzcaAZGrzg+Rwg4jPJ1EALzUMqrFLiXnk2U4yGP36kulTJ\nmO0ZIYGfRx+OLbTrJWlaJtp7wWddXbru06aRPpQ47hDXcvZVEPNkv7hdKMlW\nrTjNhrEOkBValNO9wNCz7ePtxkQGgpix3826mL9YvnW8Pz6FaIJH+1vQ6reG\n6+tN\r\n=ettx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUbOmBsaSHY4oVtb5SFFCVS7tq8GVeG6n1zz8S+ffX0QIhAKvaYeMbCzZMZtZT+7ylMccexdf7dWF/SSMByXe7wqgg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b4479bfa_1552395214342_0.014733941259867933"},"_hasShrinkwrap":false},"0.19.0-alpha.f77b20ca":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f77b20ca","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.f77b20ca","dist":{"shasum":"073238f6ab038eb18c77743049e5e713d5ff107d","integrity":"sha512-a3PkbZbKCK+9nU7NXvuV5P38wo1Wch9yXB4fs6ZxXIfHbN58Ct/SCuz13JHqkwR8HaRAMHhduxIBPfaC8zxJfQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f77b20ca.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch+U8CRA9TVsSAnZWagAA4kcP/35z9MKku9QJJYfv07aG\nz6y8MFeIDHsAAYdXSDPG3/Nsn2EDq01O26SQEU/s+YgOMABzdM5RzlSwb/IG\no/81AjXi0ycn9ler6UTzR/QJ2yCmzz4hobSElOvURfz3Dapbf8aa6CFpATdO\n4pp/H+jSwqtCxTMqUPDG+yDNDnq0hJ9gPJRAPPQeULpsirkYOMmm0X3mCdXT\nK8HDmIKzOxNikhTAUtVtBNv5/a1TGQscVmXh0XsMTabGNDD+cuUCSNU7Pshp\nYo8L7BtWT43uMLWbMrldA93nXuynGwAAC3sXRwb3PiT0Kg+kwMhdyuiiZmYk\nKWO5QIza5PdOw0s+E0oLJCkCpgYUc3Z9cBrhqFwkejIqsjLIGEkRCZ/vA1Ta\nMjnT3eq23zk316NmUf/HsSD7eAiBvppnFUoJk5nUUWeJBQZE9aPEmDUh59tq\nZ+1BZ4DiYv9YL9AVSH71fqVmCu6JsrsjZRSfCAn3z+QZR8kue/kkEzeZl6oo\nE3V7i3lg2szVATmPLj0CllpAQX0LyKPnNn2lonZN4zUs70y/dYiV7oBPxyo+\nmieUa98RLmlPAtpOVUNhJGhObkdX9sXX7MlBg1klFX46CpfodCLyqLSQOK+a\nfCFLpzhDcM4RhH68PmbeDyPJSZrAAaqiVqU+2Y2wLcFD0ighmhLO+/DAX17S\nszii\r\n=6jcn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAWV+k4o8pd31kpYTPevTheQpXhnn0ZI1Js6H30c8KpjAiEA3Keb0DE7ojHh9jjQnDGe9rGkMgIH3LpJtDs/tGNnH4M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f77b20ca_1552409916357_0.5582972972004046"},"_hasShrinkwrap":false},"0.19.0-alpha.6f658f74":{"name":"graphql-codegen-core","version":"0.19.0-alpha.6f658f74","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.6f658f74","dist":{"shasum":"d2fb3cb79db157bb404c56abe5cdc4867b65674f","integrity":"sha512-2JVOJHMcInMHZT9wizVQjqjYl25Br1c6F9TpYk03/mMD0gxjBZ69TjveSThPrqiVGSLnDYmmI4EKlmQFjqUhvA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.6f658f74.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch/s8CRA9TVsSAnZWagAAaSQP/jZJG/DSYG7683v9eRbR\niB38bkzHv5SBA/iuPjN5GM4DFdrPWpS+TckK7cjx00xUhwvbmTeEJw/wE7mr\nG/X/jkR5ZA0bdlaKobBelpA13d8tJgTJpyWiO8TrZoZyFnabYEAZQcF20Cxi\nYOSj2WueZEd8NBcEq/D6qOXU9l0fJhJOZ3ZExUXpl641an40MtpIMAez38CI\neAHwp2eKgfVumym1yBZtR0o1WW5yNZtajT9JWYvVM19FELLBaDloCA6hXh1Z\nSHz0UK1OrIxnaqorIDktSNhq74FtVbPExy6PrN/E4YPTduLa+W6V6a84Flx7\nmOxR4/T1hGIKwSBtegDhJ44nNOpwaZePpw+rjKUy5VosqCAsksSX/N9P0fuO\nzVfPgu/caRt+hsEf3NP3sLJuFc3ErWZoZDde2FSHCtJkCHeoNtvmykGWPSfr\nQsr9EhAqlSpOI6YGPqTcztKsJOhEs2u0f9iugLYeImy0+6VnbxyPhKBqptWm\n33o+1MC34lVyu4eizTwQlvqpngxk++DZjIsAbSMEGFGwEJ8wPUhcLDl+u/G/\nJILkHKnxSjiaCQeNuOetNkvy3v5BufKz+2QVYmm2MNucSbuElPqOzV+xTg+6\nKbdiDrlXlk6ZChdIG3bWvk2RiSQIWHFfOSKt00O48Al5S+gmtc5qjRHT2Zcw\nf3es\r\n=Jfz+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGHNDYdMz93P1B2mHLn6+HjJfp2VKNcuDBY9DF4cG45QIgOHpkn32/TquWyUHCQmdyjtFNCQqB39Zwaff5g29ahiU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.6f658f74_1552415548149_0.9730183307706852"},"_hasShrinkwrap":false},"0.19.0-alpha.5da81870":{"name":"graphql-codegen-core","version":"0.19.0-alpha.5da81870","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.5da81870","dist":{"shasum":"781ef9eca30164c1a6e24c8e2231113728d7f23a","integrity":"sha512-hG479tQaqkDY1Kb0j09o0a7O1ZkYBDc4Baz7+dOGHSqeHzKSrkC8VDXfQVRqwZj4WxFeGY9i5hCq6moBLhjh0A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.5da81870.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch/uhCRA9TVsSAnZWagAAhfQP/RXqKkw+aBmU/4AI5UkP\nDytti+Y4wD3zzlk8BmVr9B132F0DTnTwb1miI6nDeIz0dIoHG7bm2gBJVEAz\nzTLK28IQusvZVPf+vmQkaPNFGHBGu5N0jWyH8OeIuEoyuPQqEZA5TlrAk3dI\nNEtkSS4/XSqWCg1gXE6goSM7eCqB5a+HmFkYo0ySh3Wv+JgyAiBolENFxehS\npWzVwGQMzAY4ekxZxIEKPGc0y2BYZSWTNDqvpxeH3YLLHSekCvjY+kfgLHWx\n/Zm4JHoxym3841gK81LL53zTFJmwko5IuxZgRlFwp5l+VkvbfJ2t09kCzYrF\n5s2TBOVv0FUi+tLMg31vtsY6i1J1dLQMihfi3ATywD2tTvHjQ+adTtZUcDbu\nvGUmHV39X3O/eYaUwoeqljPd7wp6E+o0T4SBGBONVHLonlf4lOdTL29pLw7j\nS5Kjn3wJ4fD7JFVRhFPjSd9YAPeJTXLepTO9q8zOFcHLLgx3Jue7hWRTH8cI\n8NFmFiniriz+3QOK2sGC0YHeJ42G2RowYNCQICM7lrycfjMbXA3TcfFNUkC3\nT9kAJ8nJ/6BdUsaWCk6LjWTgI8rqPuYAkUSd6vVu6G6kH5I8yAH8HVm537O7\nOsGHua40f7Gt+G1kMFWPHenosaQX8vzzA9MEF8ZHH1vbDMnCahd8+ja6ZqPV\nPlZX\r\n=glS3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkDSWTsOwk+2dcX3Q9fyEVJmBQA4l1ggVMBiZRFdRQnAiEA6pMPSosr2d433Tq1eUNemHvgkQWA82oaG0mXTZCCvDU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.5da81870_1552415648432_0.004421314056074266"},"_hasShrinkwrap":false},"0.19.0-alpha.100cdc59":{"name":"graphql-codegen-core","version":"0.19.0-alpha.100cdc59","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.100cdc59","dist":{"shasum":"f7ac0b91e6ed21f9a7269e9845b316caf57cde10","integrity":"sha512-NhzRr1/m+OX4Igk/ziwkMc4XEBsggLMahEDNzUzLd6SrhICLx++l7YfgCsrnTQ+Ikoe807YR9iG1mkUc17KuJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.100cdc59.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciEWpCRA9TVsSAnZWagAAUz8P/RnD8sGfceqUO/z+q5LS\nyrYPLSZkuADmXBSbFcCqMd/8wCnMzihkAmA/2xv0fcqfl56Dh9QF8okccpF6\nD7V9TVQ7eNqO+UXA1IcYI8bWd6/Jnclojkw9X8iaBczbSPgjBjS5NfBf/7Uo\nrNmVHqq7YsqgKEMxXWLfJziZbBtraxZVq2ug2Ri4v79B7CMkS9dvGQgXJfzJ\n40OS69b3dU8cDjYypW54l5nKS/XJdde6TsjlFLfHQjIPbbnEAza7VMfVT4Hl\n8M0zCuUKIm6wjLFGPzxopnChM3cjb5vhwh/YfmSH2GP1jAaaUFIuxyBAiFOd\ncX1vOzElgKPcwEjSuTo7MphE9WeGu8uEZ+TFOoY8jXfcPNr0fhmYRScjmsoY\nWg7/94+pNZ9k/Q4h989gH045LTiDLf7X242vL+bgUwOG9x+dicsu1ybVwO24\n5n+DLV43Eae5ULASOlumnulpB2NLX60gHaA8XqEFJfeC7+37jxBwNpNuqcQB\nK/wUxu+RXQbJrLa6Q2iriu7CRD66nS9zgB4eAuVC4PH7jjbfc4ilAnBaYcpE\nPWsOE+4i6AoSoQ8BsPSOZ9zN/LHem4Yf6Sgc4foktZeSeIuFzJuxBUmOGbhw\nAjUgXK6b3O7l555ga+UWYXaCBmZP+3vWVTLOMX/ytKTcmeAVueCn1ijcUKNi\nuTgg\r\n=+rE+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOPCsZfVmHeCoq2aSfIEENGpnI7u1HkfqlkjDAmSe8ZAiBvggxMj1TTqH3sguWuw70XAzAxS3/sc81VsMV7nL5hKA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.100cdc59_1552434599959_0.9254193636583132"},"_hasShrinkwrap":false},"0.19.0-alpha.1865f150":{"name":"graphql-codegen-core","version":"0.19.0-alpha.1865f150","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.1865f150","dist":{"shasum":"14b7a73ea12449b6be1c7ec9edb6bb733d3f8950","integrity":"sha512-6iE3Do2hKp364Y50xKTXOr0WrJHqXJ8AhEVJ0m+zt14aDmMg8Yhk1zTxmSM5L0eurvFd/hgSSQFqzcUjGk74VA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.1865f150.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciIYGCRA9TVsSAnZWagAAzpMP/0WgusD854C60qhCKkyi\nmyLzqkfcfa6h0k9gTU0cPkoKu8F+ZJ2aL9Ne98VhIX+bQIcT6PszI+lPb1Fa\nDt6wFdl9mceLbNfwjKwqkgJHEbHxJUNj3reZ2tNnhIWoUJuOukW+vffbcsgF\n1BJH996wAzaXIdxc1lTgvZAPHVvu0Pl438lvEVyP46Sxlhoh5o/OSyANzyk4\nGNyBIy/9btA1wrAzJcVMVvjCUQVqDDS48VbFcOD5JvEczkDVJmDXFOwC9tac\niQZ+UE9HaWVK4lufI1TFRhXmgID/P4MddA3EP2mm2Z3P7cTkkZ3JMJs0pt79\nc3JiszqHaNxCp7YdKqChz8DMY5qOix0RHOfnAltVNzxDGuCVOKlGDQOfFSbv\nCMPo2zhhp3bKKF6BpBoiSavihchVZymqIrWuChkiMU85mcO1oW4Sal0jSn0L\nvErSYInzZEKV54qOO8URh5P3OXWhuahmq7DXERxydAKDW1Ck1LV+TUGechrQ\nevTLqezgQd3jUFGI4NW8nFgFHAcf69mD4Q2MFPGYgXcrzoVIU0yt4sFGZlL/\nVze1u7/1inE2LzgOAB0TfsDOm1ee9qkil2PwUUmcyxoASoWoKUxcgH8LRFUV\nm0idSmUTLvcmRL9Hoo4DCkxs6KbuVs0pf8fqp9p6LR5b46owC4rut2c42vHG\nQ6Er\r\n=OIk3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXOmQ0F7zlGVV+8+NHhbS9X1v+3jTa/D3uqI5Low72vgIhAJ+Y8q2+OfywBnaKNm/lOYmCEHlNaEVPI3sSVqEsdG0M"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.1865f150_1552451078089_0.10359472879551035"},"_hasShrinkwrap":false},"0.19.0-alpha.48475fee":{"name":"graphql-codegen-core","version":"0.19.0-alpha.48475fee","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.48475fee","dist":{"shasum":"85642d3832593abb87041e132006acf8d81ca00c","integrity":"sha512-fYXN5YLnCzgaw/RwVQkcqx52L2jysUDTtoee8nn2WdLIauPrz5ZrX/6r4xySGpxVaGszWNz14S0ooS11NkezdQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.48475fee.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciLEGCRA9TVsSAnZWagAA1u0P/A2VkPExwf93NU6Z0rkd\n/aMBD0e/to+g2BAJOg9/oHMV7N7ALZHSkAeQHKyan3n451wp01urRUo3eauk\nWV0JlaX9fj3GB8InTT2o8W7KuatdSHJs7xMbjAyVewWRmfsJ6NDz8SKPLFha\nQGgkLFZ8DWiemfUEuabA0BPwMrZBpns0f7oyjzwwZ7wVJblzmV5VPQNuxt03\nlWAbEYTNTVsqhxkjtN1sXMYCLZM198SaW1MzrDJwiF9LWuNPRfTXpOLRfMo+\nIlecZo8oKHuj4XawBIgp08VdvucO9s/okq5Fu5yzVDbCyms5CoE1KUD/VzCD\nDT+3y74JB1yW6tJBSFfn2QEmwanjZXCLWHrPMOeAlFcyqEsgkPmAa7X+DVA/\nxBkgzPWFg6v0fEfnpfvvvp5e5YPCDnwr3ZdHzDDukfyHYh4sJemIEO8zOZvJ\nry3UMvLEx/1FKYJFHEV7CS9uSNuOzeX1tAShuigdjMlIjIHgQ+nV1UeY2AL6\n8ESa8sv8NnAIUYgJIBmlFHZHQY/Jh3qSzOBss4J+gDdk3gEHBjCAvrKWEqA9\nvGIPhXhHuiiXjwW0HxvCO80ihFb+LpDuVvgYEcdjLFcJowrXGCNTCt1EUo0R\nzZiSizS1AXq5uO/YR/EbKVW6p4rZ1JtdzFlOgtba/REQGzmRfABQdE5tcwXD\nhZgI\r\n=Sz7A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjO1KA3mceI5yZNSZoH6+04OOP7MwxNqzLCWyrLPoELgIgAspVpe0WFCn9FRv/+omp7boukhimAAciZ0eLULXcTEE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.48475fee_1552462085989_0.2340963709332715"},"_hasShrinkwrap":false},"0.19.0-alpha.1198c408":{"name":"graphql-codegen-core","version":"0.19.0-alpha.1198c408","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.1198c408","dist":{"shasum":"7b896db1a25d662e8d3858a1d2a5ae0f30f60905","integrity":"sha512-OyywAhF+7IiCZ4J9OHVUbFWR8d2aLOOjPJp+8tTtDXQZtggOGeONWEGlfxkAyDvZVZPcV55pa4028lTKQLcgTA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.1198c408.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciLElCRA9TVsSAnZWagAASyEP/3iIxSfUMU5HHBaN2F4X\nBjbpvET6zqOu0Lh8ACs+QzxZoelWpaixHDFqJnQMHTH6/D406OeK6p4z+PkX\ndcxt9ogzfUK38L+/2qzP6MuyqCRIUat3vSyB2ou4Ex+8U6plSUHYRywvaBL+\ntGTj0d6cphe2Kn0rvrQ6ZO1i51/k/USsvo+T4sMCbzvWllJqobFDqrl/E6KX\nXk1KJQvN/ejk1LGOislHMKIQ3iDrhESBSaf3gpspk5aOboT1Gy6H5VFzV72F\n6fmsacvDjcT50pwbGOKCh7f0hsyT8ZOA7J7zVg/GqGor/ugZ2EwTbeASQmlF\ntIkWXWPmyfPU5MDFjzaUSigW2yb3TLysCuT/XQ8l+IWJjBt3sw+VzSUB/zsa\nEQz/3L2JwUYkNgXhCpFxyoON4Ot0sWKp+9RlZ3znqytgZKHOwQqowIKXfW8V\n14RvvNMMChnOBnj2G0Z6mhk3P7t2B2pmtGXoYr1n/6lcVKZdTHzqVeGKE/Yp\n8RI4kmqnMM8wh/jfveDXc3DzmRqrADKLDgnKmne1KSqkmH+3IiSQUN0svzUx\n1AHW+PduiDST9PQK13dWmAoZXe9nqA1n7cjU6THKQKmnVSJivTfHl3kzAnQm\nFaNapI2QXsl7VTfksUfAR5AqZ90OW4sKdNL2dpv7lkN4o1Chy8HTs3DycjJ4\nrtvg\r\n=jlnb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBrgRVuHhG9IrshiVjy+vGwC5LnBU1wexbMKvEcvuX4wIgUy1NJRy16/kgoyGGgkbAKIkFPChqHuSHGIk2F2b9AIk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.1198c408_1552462116328_0.37730211394895297"},"_hasShrinkwrap":false},"0.19.0-alpha.dfa96422":{"name":"graphql-codegen-core","version":"0.19.0-alpha.dfa96422","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.dfa96422","dist":{"shasum":"85bd23eea92d207a0b33346c9412ff86ec9f37f9","integrity":"sha512-ekkRFQhvA3dI1l8zvBfpYcZCFMd09pubiehy9fvEgUbiiq2c7mJyd256J5OOtM2F3hZC3dSzVe8fWa+3Vk475A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.dfa96422.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciLExCRA9TVsSAnZWagAAvNgP+wVaFKQjXNQeGYQfL9Se\nSaXUueVrnxYa9wlHbAPRpSueW7KVaMWAsPOVyht49vQXV4454yi5Y9kiI4Xj\nc7stybfOiHt1JV3xk0Rsb3xhmhcKYPIKAg9uRu1fAawHSMdzx+19yXJkh+1g\nJY3NI3ITn7vJ9zNfiPc37ycbTy71WR1rCxvB+pl70bjjiOUUDW303oGUinaD\nDLjr1bcGBFzBCwbTbSNNAFZyNHJdVAxlICj8Zhzt00TdzK1oklqW1wLD/ulE\nc+Y+/8kNVwECTQ6tzlnYLgSFexNIHClotgKBHE+NMty+ZjuCUggdROMZOxYP\nJyBYzRVMeTR8zY9+gG3kVpq+N/rOb0A8oFloXjDGD57GGUV2XAoEVhjte1W1\neWaINUc2fE4P+BJFpmdar2K1oQjQaQpMWEQy8Uv3Qx3iNAbLWRT2VR06Q5zK\nAsfHKDLWc5ypdG41sasRvPW8jZRM53Soc0+0pD7FQfQ2V6qgbQxkk2BxVKX3\nfuW5qnVTceswqxPNlmYEk+nQN3Gyey6dtghr+RI2K/1IESqnkNrhVbDxZpyz\nJHOph/JIDhyE1Z/wwj69vpQxnZrufdA8glCDvuWnR1aAF4tmUZ7pOaEj3NqL\neM4lz+PMQKD6JuhF7flPtWnwVuhDS8iyAD+RSXMnAMzSm+z/TG74mE87Gxtr\nkVFP\r\n=ki86\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOHFYB7dF19fuRua4m+2toA6DbbR2sCg/8DNkEBA3kXgIgLywlqzVZXvU60sPDZobyD2Q0yVjoA5Hit54Wglg9VcE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.dfa96422_1552462128751_0.5854683032863797"},"_hasShrinkwrap":false},"0.19.0-alpha.c92069bc":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c92069bc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.c92069bc","dist":{"shasum":"3377bc40cbd21e8b1112caba20368b0203c1b762","integrity":"sha512-ITQk3G6lflj2MzfRASekrG6YKWam1H3+6BYc09DKDktQlUmBH3cZufgSKt1dZtAb8OfaZ67FOg0SOKaeqyulfQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c92069bc.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciLLsCRA9TVsSAnZWagAA1ksQAJDw0G6T239Kk+1+92SK\nRhvTQw11qjPJEjT//cRrFXbXkr3ji8pbNJ+f6xSlkAu+iJLHvwwChcGqRb80\niCKejrLVQSk6gmNkeIgXrYngSHsNPbNG693cjjxVVoDuYXIAM6N4W7e/5dle\ncvOwInheI9n3PrIKLHAYes6l0lxq7j/Ha+vXVxLYy7juo6k+J4iD8Zn1XtJ4\naAdmfG7441jj0NrHyk3OaWVbsv9ngVHwO2Ak7FXHiz609JQTV4Ld3mvl0IyM\ntYMaq327afF4oQMAzeHu0wjU1VRlXRbllwC3YFkeKznMp7JmHySeXsRNV1CA\nGigds3FeMXzzRvEpUCYbsncI1kepxdV0xHYvbyaE4vIeDcAxAapqvq2w6oe9\n9TWhKIVhpIReSY0La1DIblz317E2EcC8Ua1AuLH2J+AekdMA+7Ui9QviC2f+\nQ47LYAIHMBUcVRpgj6cqvNdNqO+nlypDkcG+n08IU5D7lM5XQl0N8a+Llvik\ndZJG6AdDitXy09dd5Z29QQnA4a8wnjB49aYohcfZ4oRHI4gY5bH4VVRx/0q1\n3KuzvI3i7d/g/i00RzX8H7Td8YzhX6CdE6tFaPKbhWr9Xe4hdpfpQXg13VkA\nrqn+2jvr/YAfjSKaRLNuEeEKV3SkgNb6BY5OMra5qiRwpcWS1djQPwP4IhHZ\n/rUG\r\n=l96n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEHBByjuxRyeKSt1bgqP6gjUyJ8onN/6FhlthGqHBOS7AiBTd2TSmokQ+L+r1w9azGC94WpIxU61O8BigzI1Xm1+cw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c92069bc_1552462572111_0.5969246335942886"},"_hasShrinkwrap":false},"0.19.0-alpha.10ac8723":{"name":"graphql-codegen-core","version":"0.19.0-alpha.10ac8723","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.10ac8723","dist":{"shasum":"b6b90fac8b80a705e08fb0824371311cd2603c1a","integrity":"sha512-rDaWJHiXw/Ci3lUNGnmvvPcxBsseM3AaqQzgyaDeJM3BMYHeUMwDKX2Of9jNw5tRo8YCH7InVSsE9DARiDct1w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.10ac8723.tgz","fileCount":90,"unpackedSize":93159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciN5XCRA9TVsSAnZWagAA1CIP/3HxYw/YgzpnMKaF39N5\nRMYS8VYZu46nYPO+33hyQf4SgJUHXOR206L49qFAehF5950Z6XvPIOs9NiZa\nYE5hd49R7bKoEG3ddi1YJ7Q3e1RryFHx+72pevhDZizzC4EbIGkeg8MUvUMG\nlvRudND8ofd9Lc04CYW7XXV3B61m/FwhWtVJqAef+/LZb9jIUahQLfffLTT/\nxu3zYFOtuVvmo3HF9UHMvJ5jl9SMSycsUh/C1T8sqJXPGDsTsmrSVWttbq4L\nQtFbw4FRkpy2aZM80CbEVmTVZBiXyAsU5OJhlYt5AhYdJTqffWEFq5Dg2BGo\nS2NKfBm/jJ/gqk5RT75tjAZEfJB/rQU6HIoL2ci8MWLbmI1CMNVAy2sXuva5\n4UoezC2sur1hScHLhRzb0HCGIOh2cSIfiytzQ7d5NhJXBuixbtcBpOMtxD2A\nuqHO5gsqzzuNTOduY50gBj6fAHj41EwKflPO9LkQJWEChfMGasPsVOoPUp8I\nWXWb8OLuFX8censvYGfh8VxqdYBOQczQSxvPSOXMOGiwVCoz2++tvU7/Dnnq\nI/6Nm1/nJH5UeX2i/Ac25PV/s9+QLbvFEonFh7eFlr2Fq7Scnx3DWYzQyHZN\nM7PkhFmRcDr8wZnjH4EfyrJUBfthkXyQgy5iJwJ6BRQsovIFfPwpNorQI78w\nwk/A\r\n=n3Uk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAubI8RYJmlLAL4PS+qB5iMW4EkKU9Xbz5/dta/LgCzAAiBY4DEzMIZWD4op2bbQogqhQD++Yp1qhZ7J0Uenl5r+nA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.10ac8723_1552473686440_0.8963379421617734"},"_hasShrinkwrap":false},"0.19.0-alpha.af1376cc":{"name":"graphql-codegen-core","version":"0.19.0-alpha.af1376cc","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.af1376cc","dist":{"shasum":"d0609f635d8d92e009841918a117a3640bbf6c10","integrity":"sha512-wLIQfJo0PQoT5FJivfqMDfrOFFiyfsPAr2htI+EctgwbG5Cx+ElgBJgR4acdJdVMkAh4B2rmMnWJ863mAYd1Dg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.af1376cc.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciUwbCRA9TVsSAnZWagAAz3MP/29hgXIyvZeBayLZpkY7\nbk7B7FfRoE9neX/JgEfAHForHQLRoJOWk3sIY2nOCDMTUsKJ5igf5QExUS2j\nIlSzjwRJyOLehCqX7DayKQJjAFSQtpCCbQ+5vqThvoZYrdDB1VtbqgKpyGj5\nJdF75CrvvgI48WwjUMJKfYDr/pTR2SCexrCk319A6BlBcqCiPNr6F7CVubzG\nU+qcxBrMQl6VBG8I7eS9Y14JOt3cIBcS+NxHH3Oh0KqmBx3klUmVOoCIGokw\nZZHtp+gGjRR0M7MzTvNunoj/+F+1VKd2KTY5mqd1UYTkMOVl+fEpfKQ8CJLw\nINHzo9WoQvlzBW7QECHKkzzJGs0DmwW54z6ejCqE/wQFF1wyDViZ2p1MWOlX\nZ/wk/HtrnmVnZ2mzpJA3ztOJV/fJBdWOEdiMV7GeQg8S4C1Xx4fw+xAMOd1O\ntOWjM4usqvNm67fOBFOISXQ5OAckAUjViGUQDWgU1fJJ2PUKf1QNNpLOTnki\nLHOfMtlb60xOsMaQ3tkDv7rIMyr/vgAfU3rfJxoCdUFP7LUhkmvNZYhZN+45\nKCPigJw5+qzhoCnlks4hiNRuOxNX9f/Ma9Ax/D0OYXlNeLrb2/C4d4aiHhlx\nesXOxgqN/4e39s5c1FPUWlkTp+LVGiTLA/B0cPf+Dk7BlWrZsBZysbiFfFvN\nvkwQ\r\n=nQsX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSs1w2ZfpAlFdL5CsbhmX6tMnNplzAm+ZzGQi87wOQRgIgN6966jUieNomgg2cVIhIT0aIe8wJoRh7iljq0H9nVtg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.af1376cc_1552501786322_0.8109207722963012"},"_hasShrinkwrap":false},"0.19.0-alpha.cc52ac6e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.cc52ac6e","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.cc52ac6e","dist":{"shasum":"f7d25eacda394dc26696d373fe707354976fe685","integrity":"sha512-jmh909jGJC2+Ul72qGO3u+0yffKBM0TPGvz3epITreC8VAuzPR+7kYK0Z+zt7etSC6+zkBmgcFi3SBiYV93LcQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.cc52ac6e.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciayrCRA9TVsSAnZWagAAhb0P/izRwbIWcbp4SSYMlrQK\nk4fisCywZY0fNyLX0W/BEfK3KO/Ibo4HmNxCWV1/tIjre7CBjsjCVR+Renoq\nT3V41WeN56O4aCjbt/vZe5Fm4R7iRuvbNf4e8/vN3IRU5WE1AfBYr686vSqc\nRFRyztWaRWalpckow/pgBt3iCLmw1kYEeV7U0XPT9IrTRwtxFMnzch4q5Zqt\nw/PKriHG6j5E5c5bzDXgBf2rplY50qzIXrqHcUXQIS38YT+9qVzCem5tEwOV\nLkoWDB4eVGEUfJAYdLKHP1HFqOcAQuA2hmUMFvABe5w+T3yVMq10T+V26nXe\ns0qX283kIu3TxCSWvog5JdUA51YHKW6ykgGH5MPpcXA/kFa0jmfcFYwZh5w+\n+F16UKCs+kS02hf+sICLYcAFIvx0bM26ny4sI5h8xoCH8FpeaL/1ELytsKsG\nd8ICJdLYCXV6kS2vI6I9IaqVE9jEL4YelOTHF61GEp3+WJcEl/lG5l/xLSxQ\nc+1Gmy0aLs5GcsaMYCllV2eTjyixLgHLXb7nem2IJrA7w1q9XcpV4U0eMfM7\nDYhts56yOy+OUQSEdNjOWgfjEv06ssp9Gnq9GsNqJzClMB4cKqB0RHo/1Sa1\nlvQpx2an2DqwaG0CMkFWoS0c4KYQp60SNN6kKdxWLh4Jt9e4cUg4lCJkvrui\nTBCU\r\n=ZxsY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCHgqtBJpIG/W74dYIsxyQkDgjI9fiseXxolo6fy+IFAiAxsGNxGmlGOZ/cJHPm/P2x3xA0KeZppdlbxlvA3R/SGg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.cc52ac6e_1552526506874_0.18397655924282308"},"_hasShrinkwrap":false},"0.19.0-alpha.85311445":{"name":"graphql-codegen-core","version":"0.19.0-alpha.85311445","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.85311445","dist":{"shasum":"fc6d580d2f8d5e68f26b0200775a84c4f5ae3f43","integrity":"sha512-ix+xplwwgpOkxS+gFi6L0yhUJFeF5FonLhl7dsImjOxdq4Gykt81vOdAeyp3kbIMNrDT4MnBK5XuSLqGjvWqZA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.85311445.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciflvCRA9TVsSAnZWagAAepkP/R3OATgAzXCdag3kLGsL\nE0T7wHIKFIm5kE4YaF+91C6rQ8jTQ6RH65tdaRLI+MZZfn/d4/hjutmZ3LwL\np3Bdsoq3Qgp5bixhw5bXVExcOXX0hYtyeyol+iYzorTid9vbBMa2hYARaAVL\nSsnKkPWn43iZepc+mouQzH3egbYArQt4yhpIq4jQjx38RNy7VgJiT3Xq6hkS\nEPbZ9fUH/2q4IK+eM/6f2N3lJkULDNNwX9eD0sBMAi2BaNnImuFB7kzU9tm3\nY4fqZr9jL/Neve51nZiOVVHjVjBZ4tUI4+OFXMrHbWMuMmtWxkhHIOW1gTjd\n6oOeV/Vv4k+MNb46IHZAT8/VyRi8UtrDjRM9W2s/HRauCYJWUOLCXos4KMCP\noZ284Og1BBhq/3WKTc2OkpVZyLhcFv+5JPygCU6/RWd+Y6wPwDzSgcBcnL3+\nf3MDif1aQ+7EbMdGM3RWman0NysZs3lFmlEorhOTYf4D18AxSdCSTb0+S8EW\nedicyuo+dmIK9KdnlgdbfadXZnqsgWC4SX2KhPaDzdL/JIATyQUzTdBt2f/C\nfMYnVuYuUKbtTZizblA4S5Go4aW7zpfhrrfpd4p8zHjJ4YyTbRI5Ag4016n6\ny70QZOz4fVbzK9GET7ktMrh/ZM+aX+F/FVqCSumQ0Oe1Rkc/sXxk4WzQ8APH\nP/fU\r\n=zjNF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyVIsZ9a+u6KEUslgtLsZdc9LFshtpjFQOAKBo8VKb8wIhAMuZtboaP4SNHDIYO1ejme/JFeW86QXLHIaVSZSXQETg"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.85311445_1552546158467_0.8443585428039129"},"_hasShrinkwrap":false},"0.19.0-alpha.22df701b":{"name":"graphql-codegen-core","version":"0.19.0-alpha.22df701b","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.22df701b","dist":{"shasum":"08f5937029dbaa066988c899d5f7ac783122e2b4","integrity":"sha512-DK7puigrZjX26/CA+DWvwHPtH3lFDvf5QAwGV7vmHgVf52n6LwVddeScyPFbg7spzHxSdP25QkTyLBedzjP9hg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.22df701b.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcifl8CRA9TVsSAnZWagAANqcP/RorymoQsBsA0ZS1vxSQ\n3ePpqxQVeYH7rQHcz7HMPLyjkE7/kLZx/DQKCbysjiqmWvax/001BRP5zEhr\nZZzRFy6aCKKRi9Td2ByRFwe8BMi/wmgam/npLadWbj7MWUe5yXTASgMZvyGv\nXtfYMN5woPN3Dz6ieW4UpYBh/w1pfxmuc/7r2P0EOuCzTsTl6MidZmizzYgo\nFyhaVgeVz98y7yhoE2HKqPYAuAkFT3rvwcwG1vkOG7AUbJfZYaO5LbhUcf24\nzHXM4Fh4rc8zMUf1+CyjhaPbeLYJTPlpBfReHWwVMxvdrem+37vDj7whiXLM\nxqMtk4Qbv8elUtw5kJEUhwnAzXpgG/pMBeGC/bcfXWivlEkQswZsloisgM6V\nrRw1fLqKobyUx2ya+Jn1aDluihcD5qVlASoicXTyK7FmQRw/Qtag/Dq41z6+\nmaEIxOO5dT7m8e4m89daopwIgKNchLMlDhyqHtSBR9gESpDqohqD/zIDJFgn\nOcAa/8GzuUADQZJMBvwhQbSm1tIwUEz1bdgJTJc5ILBICGQcKSiEEFH50WKc\n7R1MQdfNiCoHw7naa4UtKWX5LZiopw+nTVESaKWPmcIauJyLmhlvej1AwAa3\nDbSRfYBrfYHGjeLQqPiNW2dGJ9qM4/hKqnNdIaBNzleTtTCQ1t/Ny36eI9Uu\n92Au\r\n=SsYm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiJ9SC7Q8p0rXaNRkqk5o1lkWIL13ZHXmk47gMuVbXtgIhALpRk2ubH+3tjyhCE8icIcD5/CMXF6+hbhwHjAIPc7u8"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.22df701b_1552546171435_0.26117021196737444"},"_hasShrinkwrap":false},"0.19.0-alpha.66950339":{"name":"graphql-codegen-core","version":"0.19.0-alpha.66950339","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.5","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.66950339","dist":{"shasum":"9eaad3635f47a907e983b33c8095baa2ea1ecd3e","integrity":"sha512-9oV+u4vMJ1aAlq3IQNVfAPtT7jBW7oNW0CVCSl3AI1h+Oo47YRiT7RCq0tl7mgzx7DfOsfVOLaayo/KzdDq0EQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.66950339.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcijntCRA9TVsSAnZWagAAtB0P/iiyMQj7Z6lUp5tBpopW\nvP1eZfWWpwc6T6eydLVZc7BKHqZ7hl7W6BNwp6GnNtjLCWv2V5l5YXB5zmAN\n5JkZOv8ldU2hnJKsblJd0LUIePYWlnBMBj5YUF71EMJc0XIUMh+lk83tOPil\nHyRwck9MyDSBSJyCkMZodd7UPjQysECR7PQ+uZHSL+tjb+1GLER9+qQRmN5Q\nEYgOIMfdiJlgIaDgddY2ELgCIOu7sJC7e35L9TcvIt3IIBiY7aqsmNK+1OLf\nA1cDwgzLPNsu6h796OvDNCDH5GX8GLv6vRwwG2o110y8nWCNCLDTQTIwc7Du\nI7w+m0j+806fCPVM96BRu1CKV77txT+oM/yJZRXYsRmqfbtWch1DnTe1UGSd\nbHOp61PSrOWYgmuumRs4ByR+EI/Y+rcvGxlAhAfXXn12WQndKjId61AuuxIb\nEDMaB36033GEd3L+8OhFPUudq1HauLZJg8sagLUmGS/LBUxjPe/R4SZp+TkZ\nSVmD5EmpMGAmxYjEY3kRVS6NyRQL6g6XnTyqTTB7DRi2WFlu/T5D2tt/3VWr\naIFajpx7umVpNs1YMwUc/1bHCeqm4mmLn6oUR1yNWzAYw0Q5AjphMIfJng1a\n7UVEIQzuK5yKJJQg/ACpd3NZxcO5p/0weULJmyWcAVTkuFlmgYPla4a5hh6j\ndiEq\r\n=20pT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAYP08UcAEAs5t68EvuMmEYsvrAyU0XNbjbtUEmGvm62AiAEH3pwbaLVA57uUpI93BUA/rmNodUYcJzIB+SwVRyvYw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.66950339_1552562668799_0.19692752679874204"},"_hasShrinkwrap":false},"0.19.0-alpha.73e75066":{"name":"graphql-codegen-core","version":"0.19.0-alpha.73e75066","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"esm":"3.2.11","graphql-codegen-plugin-helpers":"0.19.0-alpha.73e75066","graphql-toolkit":"0.2.5","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"main":"cjs/index.js","module":"dist/index.js","typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.73e75066","dist":{"shasum":"f763a0619dffa3d9cf9a96ba57a2de8b02aa6ed6","integrity":"sha512-I5UrJNPNbKvaPjmxPuAxvIS2sKZ4PFa3BM/mWlxdyeZpUcndWVa5ct3W12Hzr5ZtJ58Pq0jinSi/PpYitlvQ4Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.73e75066.tgz","fileCount":23,"unpackedSize":14150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcikhQCRA9TVsSAnZWagAAl2oP/RlW9orKUX2qGOMGtQkl\nbi5SEUTbJD4RMSxK6233ZyNjUc3Lr/UjVGYK+5qHTxjKbInCAYh/gEay5Ph4\nOdCySJXlD7j0dyNd+ihtk20WItpxneDYRWoWTL+JZ/YYj2s/2xM4P+vjThR2\nnkIWu0nTy/jaXFfzj1HNYAPNp/pPvteba0cjM80h06WNX/KhihJbPvqEKxxZ\nQd4OWsF9PKsnnOeKoklnKmBzdACKNHbFhHA+PaxOqhRdNXwRJl9rcY+aPitx\n6TDIuR2BvcoUh1MT4lUfWAeGksN7wp+InxsCFBXJfAy8wD1zPd2ywvVHvclT\nznaw/nATu3J/Ruq0xoJtppVfDl03UUzDI/+owreOkbZUhdw3AtO9Z3+UMhhE\n0UmsrndUg01WtAchigWkxJfVKH4cZJgOandTqr8BRVAPaMK+blqn0xz1QrVU\nBot/moV9jGNrb4BLLPRcC1u6gdXewYoghjve13DLbeE80G7frHKpd2ymdebH\niuRIaZ1JVr5478sy45/bvdQnKU+v+i5Bj0StX5/7PZsHze/Xb5zLsPzaK3HG\n21EEvBDq5IjhO6BvkSmRDJJj5vaOf6kbfQ13b/t2qUc4d8uhMbJN66NI7ofr\nTK0qjvarq0gPzvFxanvukIl0TgBX5TGUamAw2W5/Q3rYBozGUjGLxYyPA0N0\nXsOR\r\n=y4pw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6zenSQPBNEM150FomzLHZ5PcDrSGokHuy0IXVkohwQgIhAITge3b65dsi8uDulye+fS6qz5eaJnuQxtyGUhJNjoFZ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.73e75066_1552566352113_0.016327546580396035"},"_hasShrinkwrap":false},"0.19.0-alpha.ee93d1cd":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ee93d1cd","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc","test":"jest --no-cache --verbose --runInBand"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"esm":"3.2.11","graphql-codegen-plugin-helpers":"0.19.0-alpha.ee93d1cd","graphql-toolkit":"0.2.5","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"cjs/index.js","module":"dist/index.js","typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.ee93d1cd","dist":{"shasum":"6646c12368e2194ae1bc8485575ed47567e09cc2","integrity":"sha512-j/a9dWJmr0bPsBRJ55mk5Xw6IE6+aoQXnfEkvZpVgXvFzQUYX31bnuULGMvXp8dhwYImGdUeG/0lp6ui375wCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ee93d1cd.tgz","fileCount":23,"unpackedSize":14174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcilUeCRA9TVsSAnZWagAAYaQP/1AkE4MnxcPDzfHfK5vR\ns7vOWxNEXms+WdKmmOgB8r8DMSkq+okJ8gPFncLq2XgXv5F44HKvZ0LLSpxr\nSrmzx88GhTmN4SiQv5Toa7Wot/EklJ3TdyP2ovizqPeGxxArwJBRwzl09NI/\nobBbgyaOGEQ0gdcA9+0OiKSB2Qtcj23WnX4Eii1C2olZ4NzG+ZysgW+vEYNK\nRnlJwO+y+D+CGqQ1RAKYo0Vc46f0WZ4EhfPgW+rkhEa7Uxk4wl0KW9Cv9jiu\nDR8yftbL0CsVplxVDTWGXgpLHgTtfyM2r3hYp4zbfVFW8NpTMDHrjaiYF73W\nyLfDzbEwdR7CC20rCt5Wbn/ir7YK52fXBqPBIlmQpvWc2z4LWtKbzyiL5bhn\nXr/onrc6/HyKhTh7ER/U2737YJ0Cf6hW2WjcHXL57Tm+eTPpgqAVL0lKnPdx\n7hfdTq+g/pchXH0AaObiOIpIdXI8K8reM6XVZhPQj4q914JMYiaza1jQjj2C\niB6LFPr8CZi1IXj1JV29tWzS374JxG5z5H8hyNtA5l3cq0BWgpNJ4hGJsrzb\nU6ClFoMIgKRB/+78L/OxrO1binbj6S4zKSeAq1iI44WA5pHmssXwGPX7SJ1u\nLvj/JlHbRcSNI7Vqhig/66V4cc67v8v7iXUd7nL7t7UveMuc++lkbyom2dOg\n+AHq\r\n=qQH9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+hUnLmQyDOzr5dzI9/7O+11vNrJ09iWJkbZimzhp70QIgcLNQl4do/CNkZgXOXhOG51CKccDaC2B6CvDZjP9Ayes="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ee93d1cd_1552569629592_0.5407328854711133"},"_hasShrinkwrap":false},"0.19.0-alpha.67e66c5f":{"name":"graphql-codegen-core","version":"0.19.0-alpha.67e66c5f","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.6","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.67e66c5f","dist":{"shasum":"20f30094e82c1cc96fd300c0b681171db7ed0bab","integrity":"sha512-gUM5mLvmirRAuC4ulklpdPgQ41CyiTQPd3mlOVviCEhMoTmTuAsn/U77sH+Max2mTyFYGd+p2pcV0vmyWhheVg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.67e66c5f.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcimQXCRA9TVsSAnZWagAAxqcP/jc42wS1Urr44rK+mNY3\nVXUuo9e5hvJfccfHPqzBuVqBP6BSmrCeEkZBM2UI6jrX9kTJYeKQxYG0xwSi\nRhlwMmXAe0q0cWYJIHvQr+xP1YzgfLn4cy15t5Q1u0nDsYtQKYCyjklbVDAH\nCTNyAj8DaHsedve6tomtDzRL65M9f6qt7JY5kRpR6PGWj6n1pafO18ZUDT51\nxoLTRwVEZx8re32S7Jy7hTfBW1gApCN1CRkacJ95LL/Of2AQ28g72HLWym6o\nUE0V7jpOTi23jfPpROVWFdjDUeG8Ba/LkmksisXsLez2NkPcYjJ0yUqGKoEk\nRe77uLxh6pV/7ubcwPNBrADnKpNqn6RtjzX6VuyLLbZmvv+eNWhXi1fChUwP\nPHQnxjq7ljh5pBdQU1c5sUeEQybvvSHmewnohqLEJ/Y/d+qzDWNGECpzFXan\nYFum5A2i3ez9GGNKQWysXq6+22WR44paQsg/M7NKxSl74HDvLRra53eruf4O\nrL46DaaY6OuG2OSlKl2QZPwx5CGsVd1+qXc9ksec9tXHeQ0qopkFfGRf4lJK\nPPno7ZcUzF+EqIk44wueQLNZ9Xa9sjEeJQsER3tU+ddUTTtlvch82W46Y5Zw\nVxV0MFf5DK1KX9oc+PCGUHq5vXXkSQRIxpmiP+9/fV5XkPhcodbccpyhWUS3\nOdiD\r\n=6PdU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYQ2dyvl7iZy+rLKoJvbJz4vt00Te7o9vS8Yf/o20ZNQIgHETXBS6M/tFVM5/b9SuQLkGtnUwEGm7+rL0oOlp2Sas="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.67e66c5f_1552573463198_0.8572615891916548"},"_hasShrinkwrap":false},"0.19.0-alpha.58c6a93d":{"name":"graphql-codegen-core","version":"0.19.0-alpha.58c6a93d","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.6","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.58c6a93d","dist":{"shasum":"ecddccbe510e3f9151a22905da40a450fd1cb7c9","integrity":"sha512-Aleq9LAC2QwVRYkc+2eshsX3lMMvlMaReW35c3rIIEBLaP0CRgSmd68lLKgjLyn3DmUkwphcQJuHd0ZDbCeM3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.58c6a93d.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcinOPCRA9TVsSAnZWagAA8T8P/1S0GJ3ox9tUsuDAE6WQ\nku+lCsNjhLyYtbXmMm7+cen0InpxRticnB2qhzWu8UdLKqEaa0T7qX3yCAJb\n5HRJJZxG1ElJVi1BDD4kkieXk5zwWV3eRfaqaXmvc8IZkQVUaYu5o1VK8QGs\ntKUorOo2cu1tsYTgcUrgBbDNkO1f5ZIImGMfDtHvy0IHVkm8u93cWpzgiKhw\nSo+FMwnOCTBc8l7RcTHHJfEt0KG1UUjfg3fCzcBiuwUWHMHB9BSZQ5lPP+Tz\nM50sw9OK/gwmaCG9D+2NZOFiWIzLitJZZrYL+lnEuVcDsRshquEyhIApFsN5\nmGdfW7uitnCifhwRonIGxh63N8VeicfBFCFTPF0LP+0tuDRWxlY9GEIipAoA\ntztTCMMTTKtvHQuvsK9I91ZAsNXy4QYtRjn6wyK3cAhvj2gOAfwRfqH8DTzz\nhXpsyoK23QMrSTFSfpeZCY4ErSXxP/8wen75hQRqeFUglGWoGxFMm6A6iZhZ\nrDQKS5nXxsEIXpIMzbGEr3jKX8dIccA9URznuQdYYlMvZDn16uwxihXkZeXL\nvdxkg1mYzUuAy/uCnoXIs+NIY/5JWt3FgW7GY1UqLGaWChIY4MjNWo+4d7dm\n1tUOVbiFg78HEv6zGNy8f04bjRE2wDG/+Uxd3EU8Gv8p7QxqJE6wg9rB0E7+\ne92r\r\n=exZ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH0gLxSe9zIyJByduEiemVkapAHECgv/6YV7HO/caEGWAiEAi24iDFRaz9O6YerVa7Q0uKyHSh+jvrXt8VniZ7Xko8w="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.58c6a93d_1552577422648_0.17583717575474345"},"_hasShrinkwrap":false},"0.19.0-alpha.28c537b2":{"name":"graphql-codegen-core","version":"0.19.0-alpha.28c537b2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.6","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.28c537b2","dist":{"shasum":"2df70171baa491d1ce2f09beb0be9dc1f51fff91","integrity":"sha512-dKsca3JlfmcjUL0uYjkFR6Ermh21WNjLSc3RgJ+peCbFbz5xfMFqvK0DhFA2ZsHh4ncTBsOR5LdNcp/E0MZotw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.28c537b2.tgz","fileCount":90,"unpackedSize":93340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcinOhCRA9TVsSAnZWagAAnNoP/irf4dcSiT1M3On8Ai1t\nmBelW676ORii5Kg8CkqQNjxeoHq8ClwkH7/6Jr9ESOdYiLBH4iLyOTWL8XBY\nCP8NhHOxzPlPWCjlcUjDVKJ7Ve/uC5niXj8SuX5t25JL4HcAYZrKR3Fo2Pd0\nYL1DiblrfpDbLAzgZOzQ115a35CCOMoPufj8lVxtMJGaVTd3RrAR8tmBblxS\npOC/SxHZbApBEI/GBqFohs7CEV2jdgfWlH5Z5pPqmX15Lo17n5K9/xL6ENku\n31SbCwQF81l8QPZy82gEstGw5KlUxhl8PqsvRIbpfTQzDl5iFJyABAnoJ89N\nU7cI5Nps2MtBxaup6HnwlCqClpyM5APUvjrmY8L49PRPbA77LvhxuCGvOxN0\n5AL47UfiDorndGSjK+KgKnEQZS9rtS/ZfHwBmexYaPc8iekIi5vTXuYoChO0\n/LD0CNIYRnR/tAk9W9xk4qZXeLcyZEgGWg+c4WVvTQgZjZYrZLUINaB+csgu\nRk9VE2j0G2WeJcyy7bPJasoEizf/MufansiTnt4fwIKVwed3n4/2claSA64Z\nZjN4kFEl//kgNzh52UJIl+FXKRoaNVtA9ngBK61jO5S81+FCppgHnz+LG6AR\njXIfub1ntCaPTO/Mx1YLdn4umSt9Vuci2XVslObXZJ/7jOcH/HWlPqTVUNEN\nHqmA\r\n=cbJJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAoSbvALV/2UDz+DrfWTKZ7GCqf0KUiF4VJpEueT1/yDAiBFw6J0q7tDQV6QRYoW2Fv/NiZmJhYZgFwGH2RoV6Ba/Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.28c537b2_1552577441132_0.41685345146155117"},"_hasShrinkwrap":false},"0.19.0-alpha.fb3f63d6":{"name":"graphql-codegen-core","version":"0.19.0-alpha.fb3f63d6","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --no-cache --verbose --runInBand"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.fb3f63d6","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.fb3f63d6","dist":{"shasum":"a1e482155dcfcaaabf9a0da2fb7eaf688ac6f19d","integrity":"sha512-1ihPpcQq5uA2waNiFxNE7WuHVG1mNTmBH87ljF5k6/G8DJLR1rsODrWDmjJT4gYDzybMIaMsF+0qtZlQQberRg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.fb3f63d6.tgz","fileCount":36,"unpackedSize":25725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcinTrCRA9TVsSAnZWagAA9JkP/RoDHmA8dYaJxnZ//vij\n8NMikpxcVGiiOenJGK4pZ/jB4CuY5cDCFU5e+FJ2fj+JU/nUXjtlgBsMYhjI\n5GxKaVvMsALSG/nG1KpxK+t4Cd9ZWva/TymfTxITiXofGq71JlfnViB0omul\nyCotEkHBg81R4RiBaWaEVooJ3RBsKl30DPmZdy0bB3WE+b3jQQOCSBGO75Wy\neW/d+5zgu/iqv5j481SCyPKhcIdSXxynM5lfxGXC3/cOGPEur8rfS71YU9ow\nlxaDutkcucUjQMLoDmqCjTg8DJU20jThnbIb7rorJ5EcrLyp+7nwUYmEfz00\nnrejf9bbU5Hd0tnohZnhfYdvZQTMCuh8KjqwQCx3Wc658GD5+dMPICZxLtBS\nN6ufNlNJN5+IVt6E+hsFIIiimsfEi0TAA3yOrh+b4muA+cWuT3GOiOIsEK3l\nloWUaFZBabNGgL30ClxwTh/gdl9TVfSQ2Y4k6aoswTOwH9wtwyu4Mk14NZkP\nguiWLyfye+iIYTqgiZMiNi3JXQkYi2Af27RFYCdjEZAzy8EaeDK/TiWZ5qY3\ncVSvQF68PkbVz4PANGuYdjNqavtUb+3HiNBVoQ82eCU71B6y6/CheuUdW09w\nc3ZzbzOLFTAyQ3Tfh7XdjC8iVACO8Huc2kaa3CtokV+MScgWt7K/orXaHI/3\nYSKE\r\n=Lik/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFU7i31EESZnTKjBhE80/gVpzD/dHC88PxDXtmPz+fz6AiBucPE1YbmngpqMLWcdPYLMKugYs3/70r7XB15Q7WPgyg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.fb3f63d6_1552577770811_0.031624173268622435"},"_hasShrinkwrap":false},"0.19.0-alpha.f30ac657":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f30ac657","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.f30ac657","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.f30ac657","dist":{"shasum":"28a0ea29d198b4108abf27d1898ba9b19d947ba4","integrity":"sha512-3PG5GFjoc4KI/jVtc5Um+YnsPoOBMe6cwmlexIMeKAMs3FuaHzXlNP48zX0K5mOpxfwUKTotxc9IFVw1Coc9xQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f30ac657.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcioHyCRA9TVsSAnZWagAAaY4P/3tjegrE82zydJzzRtKk\nKm4hpnJOQGEH9Wh2QC8NMDFnnzyPf37UnntGi4/ZwF0XFjk66B3+1JRjvPWu\nckRlLrgr6aCITwyLng5u+kdMj0KglGaAscFIysxdOY4rh/a+Fwd8/n7grsyZ\nBxisUK9riHE8KrytqLL4Rr/sUu4d+0z//5aP8z+9P1tpurx2MQPWvb8/oShX\niYuGmj9HRej4VsdjHF5/joNWvSm7kg2SfKquOfp6ax9ugKmxeer8z6/lGLeO\nsddw5G6QwP7TrSQaCfUsHWJ1AqwsQRMQZoPadadE/x2zEJ6ewGqu4IJ15z+t\nriDSTgIV0gvFao2M4a4Z2NREzKczxC5rIsoA/F7NMuTRd2lBHxGizETPard2\nmbRheuI1f07XGAqhf2KdJ5IuEp2ShcEgQBm9szVa1+M16VI/6grZCcNMT0zw\nqApxx2JM8VqWeOluc/E4eJHWMsZ2fEucR6k4DjCCtSyCnmXEUjOxX1ieLNTd\nkjWccccy2Ib019aPt2jU0Ipt0AXk67HmYBgwTs+cKGAujCGeYKCclDAaBT4m\nKDMbr/KiUhoNOda2I4CshdLcHjaIYAxUZ14bGKzb2uVS2OdC1fUprb54INPN\ncJaNTbybLhhwIFcSBfUx/YNabiZlvdZ8lsifBdvwwhOIPg5SJpIQx6D73j6f\nfHYK\r\n=QngK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJWzY8A8jfLzDivNaPz8lisJD7gUcCBXnH4P7ZiylIKwIhALIa7OOs5ZBLWr3ZSpEaNXgcfSPRWh40ZbFt1ITXh6zo"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f30ac657_1552581105785_0.7961740845824061"},"_hasShrinkwrap":false},"0.19.0-alpha.645c985c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.645c985c","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.645c985c","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.645c985c","dist":{"shasum":"c9f4ac646d650ac51c55b7deb389422f4f56fbc0","integrity":"sha512-jss+cl0E/pPsM0k9N14taPpsQIKmb5I6moAoBTUSc0T+wdcqjMuUESOr8vcwiL/0ul447dH9lXGlqkl5bd0vLA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.645c985c.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcioR6CRA9TVsSAnZWagAAk3UP/0yV6n+oBB6BHZ+2QHCW\n/Yv1SsDauART9uXseEYWjTy+U7AaSTFa/hi77d57EUwmIGuZSylIYe+DFy2g\nbhjPFJZSDfOcR7GwYDUtzAFm7BvGVGH4kd5jIDZ8t3+2T5VsGtVJqolVlNKJ\nnOCXjDGQ0QXNZ4oHvbrO8L5cDTZD+3vHqZUVrh4lTNZHEfOUsp4OosCNBDR8\nsypWA8APvQ9qa/LsPePH24sB6JDogSdsPUoU0w7WdQtgkho1wPbb+KELd3HJ\nD0SZZbnJxaVLKvgVXQujvaQO2AQc+9TqUGafVRDkm9Dt1nQ6FqI1vmU43aJ5\noOYqPLBjYgbYz3YaE6QmZSjgeLgvwpgF0RFiQtWYetjrlnrnFN8ZXfwpBuld\ng1VLqG+SvaYuegcDVFv7kMiXqkIrmcDWyu7F7pA8fbvC8XYz6U73EknDP0vf\nEoKUm54a8gpCYIYw7RG99dZgMYEN7q2yfDoISiUPupKCe/YyOmNnbZQbeAnR\nfJIQiq476RGdw09BYQz+445d/2uZI5UBaBcp0sJlEqsFdb+951+JpCYz4hX8\nXdXE7UvCNlQO+z3l1ysrTqTWxdU+GZQTB7l1fxVCLN6bAgxQ9mIDw/nVD2Rx\nTRBrLwdYPnC/P2E754MwxGxdSo+t8cfx7n51BaPiD0sWbHh+nhlwQssI7gj3\nUAQO\r\n=iqJX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4Uv4kz8nH2DyWyRNz9Pzb4GG+N4rvIrP0KK6qMLgw0gIhALAtuLENHVcGwn+UGH8C7UpcRG5RTdOwY6zvDvTCkfzU"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.645c985c_1552581753340_0.7670824301677468"},"_hasShrinkwrap":false},"0.19.0-alpha.e10f14df":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e10f14df","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.e10f14df","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.e10f14df","dist":{"shasum":"763277c5cc7359061f24e4b8d3a1ebf239e10417","integrity":"sha512-wNzCiZ4mmbUA9QbrvknVIutDRVk9/Emep1PRDLjwqvLpyBkeci6VaFCEuLwut8DrDi/sH+PZ0cHdvuK+JsZ5pA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e10f14df.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcioSsCRA9TVsSAnZWagAAJL0P/jXBH4zCnTB1Uh68QS0Q\nSo17HStmStS7jV2R2zqW2QrQf1dZBqDXZNuuxvAoVwdrxu+341ubOjg35Y0d\nGuPguJF6ap5UtTeN7n+s9unI0Yrk1uAqUEvHmEx5LJ3WjcIhncwvel0l1vnq\nr7gAb+vE0WaxOVqtui2/SoIe5rsH+I+AJKglr2G3fwwg2M0ToujiOx/9CyQx\ncCCngfbScyYQUe0HL2CkDoRwNXzt9Q9Cy9/AddTHdlH8ndgqicbIwYDbYfsb\n2BRgStQ3dkFkh9Tq8apauW3WSEsiqzBrf3Iou7VDSYjRmkVcUvjw2tpcbgVA\neC208gjvCb7c4xn158uu5iIN5HohyilU6vRv9S/hwcvWmP0KGf2MpqAfYIl6\nfXlze1lsgGw9x9o5iBjTTp0iAyaP4VBWqEdofnRmEQkrsQhfcmq9Gb8a3Wbf\nZSd5LS9Xce7xjpBTzAZ+cIZkT1+qX3Z1Q1SJ18bUjFajNLOBEJI1+y462A7A\nGGhP6dJDUe1lqmMrsi6JNOgSFNKWCUci0jtDDXjkt2VMi//8ojYirQIsbmRj\n/PkA0Egpg7Ab3jGE1QGySblnZqmDrJswL65/FrMv0PH6VP5BjV0R061H3uJp\noGA9fh/yC5ifUB4LyTEKiGyr46AHzU1U5pLQh6HRJy//PbNKEzog4KYMlwkQ\nfFzB\r\n=/4mr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICHFXi4EMuMQlNua1GI4HXuvSxwagMxO1ILlLFIwQCtgAiEAh1KASj3xqtluTj4dcJ82BA8mSAw0L+n90/aMF2JBPt4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e10f14df_1552581803902_0.042634405462190994"},"_hasShrinkwrap":false},"0.19.0-alpha.07841c6e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.07841c6e","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.07841c6e","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.07841c6e","dist":{"shasum":"16ccacbaf0ea75bebf4db61628e82a4e30be7c3f","integrity":"sha512-iqATRHu9k3O8rVRSzJhPAi3OaRG+4gVbmVdWyaF8+SeM+jxr1JDh7fu+C6QgssTTFEkXiBsd3Cz8FOqYNj0pCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.07841c6e.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcioj9CRA9TVsSAnZWagAALcYP/j03Q3lvrxrqB16xWJcS\nVHVOzBz4Jo6j89vP/Oq9yIo+X+44ZhGd4frPJJ9zyI5lVmScXrUD0jCpCtdP\noDEjqT+0dd28SjuFD17zrNxUwFyiuCgGAgJSD8xwTxwIYdrLaNCdVuE7x41L\naPEL8PnQkA/TjOPIUzC2ns2Q3vOlZI+nxVA1cN5//YHz/MDRAzUqpa9ZyKu/\nx2KJMS5S0NbxBZT+/tDQ/6SIZJeqdR8QjqtAnwX4ZaeFvnU3gG+p82IItZ5B\n5RIdVuj3D3ZA0ZTygDNGlqwPAq6STKS/zxTOtllZyuyGD8GqcpHbrrpYlwUg\nJoCShmsb1mBOob8uLa2dwcsgZeVTZpPXM7K6usskAb3Rlwp/gvzodt1fvVXN\nHmmG2VRhBZZyA9kqQtHgQaUzAUbCkWGYjbd18BZoaIwG32Z56OWZBcfI8Yb0\nQd3pf4ts2CZ8UrSdmNKw0Oh0fm+5xMJyhMYuhYs9Ftf5n2Fnr0sV/laIdUfN\nny6YEBsAPy7vAoNH8adjiDZKEMYOaZGovaI3qzMg0806qGi+PrAbMHsUHzHr\nmZW/K6TOMcd+XEumIjHtKNOqhISz0+8NOXF0/oIbWeqH+Ao0tWOcEtnLtsVL\nFpdKxm3F7LkkAO4Z8wSLyRVWiw3EfRUKA85iEnYA1TZYEMqODu9lrTnFDDys\nR+7W\r\n=gNS6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXZ+TLcS+us5JuqFJVEl1E3Y+V+floMLc5s0RbHyqlLAiAcWspU2+ucir72AF0HIxpk8TpM130FXEkV02t+rPeqRQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.07841c6e_1552582908595_0.5803982562303271"},"_hasShrinkwrap":false},"0.19.0-alpha.ece75266":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ece75266","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.ece75266","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.ece75266","dist":{"shasum":"e73c2fcef53f4d2f2b49f7576cae6d904c6b86dd","integrity":"sha512-v/Xh8z8l0EhFUE1jiScOC+8qSfc9Sz+BmlbFwL7YzbcxD2YjA/YRHmUHGqliC7fydYeCj5yJrAzCmJ4bSqpDQw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ece75266.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcip/1CRA9TVsSAnZWagAAE7UP/RZCZENJ1L3iWZ9FCt1d\n88ZEZbuf4CdQoA2THAAuej9GcLKovIwzgj8Idh1cEXXCxsYfD2+8doYiDuOM\nZpnnrRMrxEBu0/wEAJPoDviYMU4Y07/1Jtq8rn8gCKPfg01BBgIFBLwLL98g\n4gGOvykbP+fWMwMph5FgNN0eCbJCKAM3498WxYX0OGc0sVqB+FKs1umccpeN\n292QvOM6TDGYv6tKIecg1EdNvV8xWlqiOFXs4DjZqKnyYq++rUu7g37pRmvV\niastz43BQZM5YERYKpFtXwY5VKzjN6nmb4BApOkOd/T0As2oK1AQeMfTQpea\nu3zoebGGH22k43jkrU1wMR/l79JhrrPLBbr0jFox0bOIcaZORY7LuIrvwBjK\nRgnRQ7q2TJ0RHR3umWdLxGoschZkRBbhJ26ncxi/RtfPD951QNGUm1nt4ZQY\nWufmRksht65WchX6ru/jWrhhwFhyDuC/Hn8QKkjC3xt94HocwfdIPe7ytsiw\nlTcA624lBKk5SOx3ZIXpqgUm24199QP8+GsmSZPozrzPidBFFuchkFVeKlH4\n0Y85fNDQYhNNea2Arc8uHXxUasBFQasV0XiSTBT7BhTmpvA1FPGpSt9EARbM\nDAQ1v4xYMyH+I0qNatKKahFW/+U8EGJhGMn1zJZAkiRkJ5Tjj8wFYjmaytWp\nLNdz\r\n=a/eu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuv390D6F1A/dJYAXQUHztsnrE5LgDw5U81+b9mEh4+AIgUEZ6esTd0bAZnY8FRBPOZG7Rb5f4zeSfOjAU7p7Xyb4="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ece75266_1552588788739_0.10455161902633847"},"_hasShrinkwrap":false},"0.19.0-alpha.e87c7ccf":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e87c7ccf","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.e87c7ccf","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.e87c7ccf","dist":{"shasum":"b8b7d3f113ecadf6649cbfe0f4c041e50ce60861","integrity":"sha512-N0cTQ99V4u0owZ0e9l4SL1b3KtniO4Th2mjQ42wTENZpN75ZppUjx/i3U+RRXhu/gkdBGGXGyuQuFGoU99pCQA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e87c7ccf.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciqRUCRA9TVsSAnZWagAA9FoP/A0OcFOgqw7U6aib5x9J\n+BjP3PLX2kibTBPZZSST7XQUnjdvrbu1jQ0YPEipzcAEdvnY2BOZx9u4Fv2a\nl7ZTelPvyK0si+dVfCQNvDPDWgUvQ9lNMUuuM6NCbuGHz1/WMnpRLoXa7cYT\nojUePHtRjwX9WMObitcMv6vUxKoh5AYZBzjPx4U6h1bAQIz5py+uz+LkSX34\neaqQ41m/Glue7kYoRHXsu4Xx/FUCCM/SNkk5823DrAo4NU44rO9XPjyDBPv9\nK34cfqkgA9ZXfpxCnq8NRiABMaFb1NmrDMjUKNUr1lCFeBoHaju3H6SimEOG\nbX600XuZBdPqKhJKxFvTUaqPmL7eH2wWyrv73hUcarTBlz4etXS3+jNuEXC6\nu8pq94w6ZinW/p+OeiXWadj43KOAabn6OrsGna0qLCayDE21BmfSOIFOYRL2\nTmkqPhrlp6EPIKHH6Hbojo/KcrBXFROvG9dxYrtEwCUZ9wsXY31fNHsynLdH\nQSXvFXzk5oxL53Khu0F/vHgQ1oi6RxzVAG19HzS1ji6+F2PXgkOhfVHTRo2n\nLfjDcLuzHcoz+1qDW5XDbhiaYPY7rM3OghVrd67SKdNY7oIitfZ/i7bUD5Fw\n+aYpU200fmozTHilAnvO2gWDFjE/oZ+XpRkdc7DmhYAbdESVns9Yz9704nqs\nBL+t\r\n=fZD+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJcUDds2gZrNapa0in3p0ECrIm7rT/t/45+b2PwKbQ3QIhAPl1uheI0emAbjA7ukxRPsLoJ0sboi3X2M1Vrz2RGuQ1"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e87c7ccf_1552589907476_0.7587913985847721"},"_hasShrinkwrap":false},"0.19.0-alpha.fe542283":{"name":"graphql-codegen-core","version":"0.19.0-alpha.fe542283","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.fe542283","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.fe542283","dist":{"shasum":"0a4da6890fc6a6fd2c85f3bdeff5f9f881591de8","integrity":"sha512-jOoPYhpHcz2ZjeFrMiyQXF8vC0CW1Bh1PtXaeIyZLM4pxDXQk29MfbkYoMs27bWbBZPIC+Tu3HfpPrhwJzSS+Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.fe542283.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcirvjCRA9TVsSAnZWagAAS3UP/1En5AJggmhg5cytDJov\nvUHX2944WWXuhDHi9keCFCYg4qQIKJVXd8AgIfPEE2z0nAZALZx1tY+tX++C\nW2F6M/eXHhEe8oLBXwOgh2JNIe5I9uK6pU/H6Gbh+/fZAdxgncbL12rpTXMg\n+yv2cfQQiSqi+BwyNuIb2/z1HRCZm5JhvtDpECYEjh6qGIiMiyGNDGvVUvUV\nzpa4hEjwA8fBO1+1+Qa4thOxn8mYVWpwqZZFqyotYb8WXs3XP0INAFmviPrz\nLHpFk0XhkHpGwXL0hi0S1az+ulq/jovQbaz+nUjO8wxzZQSgeu/GR5bRYa1Z\n6f5POL+A9btN4lUd6AbqdjbAUbwBu20IhEo07vfFdq6mJNTJ+Si6u0nC/Xf5\nNfQhjYIhykzRLcQOPym5e6mZf7//QNSJPb8zpUAaQsI+x4e2pWPHXhqGGr+w\nmFdAyVksBFmZC1jsjNQqjmpWSlTEk6+wRKuNOV8GOMiaG5ufLVQtY6EYsUJZ\nMn0ZaLP5zOWGLdaxCG2btsFpUYvyt5DQ0huCL4KT8AmRvz3vmbSDq0ggrBiN\nCxg3INzxv90OQJp0+YWjZl3SceSTzgPwk8EJ/W4KceBg3vva9e9Au+sil8BQ\n1KCdHWDEPmW9AsRVCYCdeLqKO2ckRhBtXT0uSmI2hunS3iueUGU13rj/GTzT\nl1iO\r\n=LnRl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCf4LGLPRX6Wuo293e+7KpXJAPIwObrOHRNkOTRh2b6UwIgYRrwirMrXqeRVklLg204V+EKpvSW93vwIBYvC1nCs/8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.fe542283_1552595938598_0.29452987422009924"},"_hasShrinkwrap":false},"0.19.0-alpha.67274bd9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.67274bd9","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.67274bd9","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.67274bd9","dist":{"shasum":"7e382ec41de1bb39596389f63c4148c00fcc6f74","integrity":"sha512-wLr16R5dKX8U7DTKZmGzgG3CT+0GmgvOm7XPk00FxNcxan7pLEGEEeMwoLtqgKeuosaeoErPb8cVsAULZJCuCQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.67274bd9.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcirwLCRA9TVsSAnZWagAAbtEP/0PUPDMRIjdTlwRF9HUq\n7wOAWOPps0rSbTcGcz2G4Xk27WSq2S9H1VRFAHqBhA6RJQTouS5ZXcuPfd0j\n9sQ/oVLFL7GQxhTozyZoaXLlUM09RA+AA/bK1Wj1A8nLpf785Emkgs6tBuJS\nJRrosgmoThwjeZaRs7FyCxfTtpSOT4eUsKmCWyMDiPzGWnPE6CB4LZHRsWDD\nWZn/b4vnDbfEtke9CXCDPAriy7QnS9WAPU0QojykJ5/N7MetUueqASWB5Anp\nIAJR4ZZF50J0a4gwO0z8AkW/5H/Ay5RmApVitwcKLv7spDE+xVHY4VaUNpUN\nlGtrUpJKts6FXBUOBxqQ9ix4uZ03VvTS6svKHMcMpRAdLmKuxMhYE8tskZHk\n6rnL8PC6THMBED/qQeUqyCvHbWo6OjIxWnFMgl6c1NIESvtlqMPz/iOhNahz\nrjl90SNBSNJDXJKeYIbAa6RQLadrLWMx0QOG2200Wc4bQdSJzEhOEt7tf5FW\nxbOP6C12HrL5OaddPYbVj7BWVwbcdihVAeu/MWBKbC2W8WzcrchfxddZJXTz\ng3AcnK/dL6rhogu0PlnSc5ULO+KNSfJRpy3EpgKrBEAmWCVQwRw9TLpDi8CH\ne51TxvqagKfM24LM0i26g/dXJ3HZPG/b70XKHemgioUYU0UpzrrjOSaXCuZY\nWZNT\r\n=eaa+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDld0BcZOV/TUnoLyAFkJojjGG+QyVK51RlqxlGmssvxAiEAvYhar1LVdMqOCNGQEJrdunj5kw7XR6TUQTjQyrNMSDU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.67274bd9_1552595978566_0.34225434753821604"},"_hasShrinkwrap":false},"0.19.0-alpha.85ff402e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.85ff402e","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.85ff402e","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.85ff402e","dist":{"shasum":"492b5de3f8c9832ecca493c9740c7efff52b9eec","integrity":"sha512-RRWGOssicvDQ8y5DeN+FFVLAdOvSNdEfciDhm6/WbQm+8Oj64tNUwxTjaSSdBttooU9zY/zJ2+91w1ixWldPrQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.85ff402e.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcirw0CRA9TVsSAnZWagAA+NAP/0PxtGAtBuonHuR2XBRv\neD+MiEO9a9F2atAo3lREatHerecFCjtG8PMO6DiHwHaob4ifKsbJhSVy+TgH\nS8xWbfeyIq4iACl1PfJYngKNvB5WCNHqGKtKK2sdu5GOIodbqfWQ3is938wK\ntqpEc33rTcnMA5Ctax2W9aZLb7hOhX1QQHTvcpQeqEh0qTHwNwlWu/6sQDEF\nDBJdeOWKySNLN+xqltMhxnwNosuQvf6BTFyvxU4d4luPz8v9yBfuQaJ/Recx\nbnPcqroQZh3tKanIGNiQUYDC9Vi5RzW7mwM4LylUzfWvk/X3pADAaloYCU9C\nHQCZB4ERVpPcMlU7PRqIaHNsUlEB/NkuwePhBWQuDOPSn2A9LwhC3E8fBPV7\nDRm4SmtvCaIwhlj8UsdhLu299PmMkv7w5BIttVbvxElWVOCZ1VSs4qccgsv2\ncKhsd0u2yG/pnwx8UEBjFMxWngKR0JuYEta/op4znAjVn68AJ3HaW4AzSU+5\no86VzIplxSjw2yt1axA5j0QBI1AFPbZxga4J/PefYicJSzukcIIPAxGXpKMg\nMalLnNdNVSNxyokYWwndwp+0bxkvW5uyUBhtTjm0ZnFyik8R4QtaMilI0+mB\nR3srJzhzahC73PjNnDzXDMJ6XnVAZ+Qn3ohEL/bUDbtun8Q0Au16rNrWjmp5\nuDHi\r\n=r9WI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFlcJ+2YU+TPslJtHT8rXK7eYo0Hhozn5hDhC+kOJKThAiEAlYAnbt3vHcU6WH+dwYHr3Qjlh+N5KRVDt3R+1UUb36c="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.85ff402e_1552596020050_0.4881385467631667"},"_hasShrinkwrap":false},"0.19.0-alpha.fdb0df6c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.fdb0df6c","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.fdb0df6c","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.fdb0df6c","dist":{"shasum":"ffbf22cf5ef88505841b5877336382333653f80d","integrity":"sha512-WWRkgxBuQlboAwX3gtwutvS3sFFgtY4tse1BVoDQaIRua086Pg9VYL0eKKEty30FeF9Uva4VidCONjTlCQcPDQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.fdb0df6c.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcivsECRA9TVsSAnZWagAADb8P/RI/rbISg6JNweTi+mrV\nY0QvmZWLp/a2lRKG5j5Mem9H7HlPPLhpsAHI8frtTZwMmI0aVXe8EGwwuVc1\ny4z7dH9yE76ymJh8kxrgU3RkvQ4gXsWa+AcgqiSplWnykyuCUk8IkrEIPqO5\net3OINmhb7Ea59NSIt2QTZs43QjN9PS2DOyHCAV6Cpb9qoN2Yp1e/zuIytFj\n/Ba2nHlQUp0PKbBqJgLgrJdQtHl3FpV3X1XvdYCH8X6WAJOgOBhVSiRsMqT2\nht7Fkm0FGcX5bHcWzRI76r6/i4OWAZtF0pBbUnE04DsrYYI8ni2hAFLk4mlH\nD7Vp+yF81Nuo9grfziZYf8CdeFhDD8NEqW9wE/hTbZsEPHLsPc4lotLd3CME\nISy9NPv+twM+j8QCZKzqbwr+veys4m98TsXnDLj1CjqBikd6MJM456AkCbup\nqjN8I3NHncD4Xv1B4rNivLyTQVCqzLyUpI1AGQSRjq+kPiLS91IOhNsaPo/D\n6wBHd88p7AcmJYdruII+NFIEc7P2kqKRDst9QtWeSQepjE/vyMvduWWmS1C5\nQYVJdlRYopyfQPhZ5nowqqDL4jcHBhJ+iBqDMW8LRy1RnEtmAW0LWwV0pktE\nB/JZqi2jhVA2HxTKAY5jdGnqdKiHx+ifkQPdXzgghaU46T28f/TgEOH0HV3+\nyNnT\r\n=lgZf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHNHx6uVFIjhmDcQTH9fYrgrPfPs/QjINazgJGs78px/AiAkLShomJ9vWnlwf1AyNkMAsKgYZKCYftC94fnx9kelnw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.fdb0df6c_1552612099825_0.8624516089297736"},"_hasShrinkwrap":false},"0.19.0-alpha.351a1f63":{"name":"graphql-codegen-core","version":"0.19.0-alpha.351a1f63","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.351a1f63","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.351a1f63","dist":{"shasum":"0733518d36f40a4607dc932a21cf1295f27bde55","integrity":"sha512-IUehs1pgCg0c2dI8ZjYZEk4IS0ZTwsWsPFPqFe/P1YhlHg0f6Op1RJwg6zX0yBAd7BhJRi78x8QTBCAMRaBYjw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.351a1f63.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcizM+CRA9TVsSAnZWagAAzI8P+wV1zclPJC3U9767SQ5b\ndsjFIIz5XoAzQSZwlcsHqvjR10As9TIvMyhaKQBSXyQ1sBi3CRJ+O4mtNgS2\nqrSbApkID5DaMZUfyWtBFwRgiE/fHZU/JVv2CarqgSusF5qm0GUzHjRKPisW\nOqojdmss346iKjUDKYnBAvYY1Bbu/TyGAwwiOzYGtEJtjPI3zQ17t3GTwEUf\nsqbIDTVTDQZ9Ga6gWaDSQiSIgFe5z3p8fxpc+hgT9dGB0VKqDTpLj/RvcCqM\nazsf0rjXZps79vMYrDY4cVUPSV2ucmCEplJEByz34O5s7LrSaTFDJ7JFrnAM\nfvxkbENj4M0TOfKoJ39Qs3DqHVQa9XuCohvBJlcndRc4iO5UZFVgg7REALMu\nU+LOt3ALd3Cu0JO4vCZmw7JkkYWuQ8wrsgdNaSk6J7mS8ouZGZsBJenBdeYo\nAUspmSrLkpxtznzbYyxcva16IQL6Keopu2nMaM/L4JGohecbG67mrLv75vGa\nhO88wWdvN21ir+DU9TKTZ6Na+D2Js6B5LI6nRfFYIgmfWJM0vG7yzmJJ/ycV\n0+FPdi51ZqswD0KYbpOc80ntymNNDQRJk7fZEEYtwbzC/WFKutItFt/jGc+Z\n3eq+lMvP1k8uBMdAJEp0SWxml9KqQRJtqA8kySjudfnEzXIIJbdOfNz4Qm+C\nfC2K\r\n=bMFH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAv60QINVteAMiEoCQWJwNCIPT8PrX9qNhgZpRrusKj3AiEA4gOKewQjCafelaH1NjWmYu3WYywx4EPJk3aZV6b3YFs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.351a1f63_1552626493594_0.4983106141194007"},"_hasShrinkwrap":false},"0.19.0-alpha.2c737cc8":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2c737cc8","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.2c737cc8","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.2c737cc8","dist":{"shasum":"f054c4e47f721899572d4b451016b58b7b67bf06","integrity":"sha512-jJx2OxSlqLAM++xUQG2PrfvD4mZZnzD6QOChkKWy8er5ngb4Jgrh3pnKDkrherLW4vQ+TERE8pBDouYBu7U81A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2c737cc8.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcizNbCRA9TVsSAnZWagAAF+kQAKSPGZrWqahqbnIAPSLy\nuYL9NRpP4M3Kf5YmJKvirL5LLMogACT44jMKVE7N9NqDpJ33EAq5cd01P3an\nz8p1Z+GtSEkRWh0B4K/XsPC6NQ6e6qND2XW6HApXEr6gbZq7gZOkuRQQcZ2+\nip1X/TY9f05H6lkociYjz1bxQMDzMDQaRZjuMa2jr2L1AcP1fAM/brU88xte\nSY7Ozf6k7fVDeIP9FQ6C6s53Pv5jsqEckCfnxZvPSGkNck+ejV6eYuA5j8Jz\nYV5x7484CyOFwYqKoIowvV9fsjrYTEaKukSHbfcpQy6T5Ox0CBNUBhg7dabn\nWbhyXi6BQAGIq4jjjCQwoPhSMlOKypv7h1B3KE14Q8uIXQ+GKvLkWJCSrteM\nGxY+ahqv/r8osiEn09gbb3oReBZcECfAZZCEnFrS0ZvzNZ++pA2RN8itW+QT\nQ+S9KWxOw8cTlcVom97znT1XVKwutNzl9NeNOqCj7Xu0eWJV3pbldM/29HO1\nqaQTqctOZWcK9sgNZsSqAygDvUZ7ZAgtbkUDymF6LMQJHlHkN2Vw8nWCWdqV\nfjez2iLEnCGugMbm6r0ql79AyHDgSJnUzEs3/GasZ5uqi850gHn76Myvif+u\nDYAWRxESAyzNRMs2nGkyjPakvv0p8TT4R/MXbE0mXt1qL87y9Ar8ea7y4zCF\nVrPo\r\n=9BjM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZJbiKbM3k/0hSJxcL+Y5zw0MwhghfJEw12tJm8gYccAIhAN/22CQj7H9SOkc6+9XhauS15ffkmIBEWoOdqxUBxZXB"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2c737cc8_1552626522654_0.2824091219033542"},"_hasShrinkwrap":false},"0.19.0-alpha.d20bb04b":{"name":"graphql-codegen-core","version":"0.19.0-alpha.d20bb04b","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.d20bb04b","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.d20bb04b","dist":{"shasum":"2f993a331af24e50de3af67767b10c674fe126f9","integrity":"sha512-raWs0n70VOMAj0yPYALqB9EKbYdG5aIJGRI/vH5egtSq4QxVeJ7l5wez9Aj2n6sTwfMv++pZf8/S6S4iLyJHaw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.d20bb04b.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci0TICRA9TVsSAnZWagAAGVAQAKLZbF7HgSEdN27toA5W\nFFBfWzKHzA6EB3N4zMWEg+W0szxVtlHqxpx0XlQH3pAYY3839Znn1g2l6s5e\nrRPh3d9GJYGfW3nrnizIHwUfFxCfXo4bwLOOa/e7FsnBfRAD2qgLG5MHoK9/\nS33LPrc7nQXGKln3YFraYV2xeJEqGlLcT93B6Ahji3YBnDvajODgKxMDdgIP\nDo8dKYaXwXAj2PXEWhdez/9aT91s3qthG9BHVO56fVdkcbfymaNEFOzW2xo8\nqKL77Sw1EdGQpbEjeWgcKCFVb6Z8344Ap5or6gEbVTmCZxZB8zl7BZJAPaCA\nZkvX+NJGLOW/kcLxsjuWHmYVDwhZgKhxOKGYUpYjexRmXFUSW+jwamQguo5I\n1EMjxI1BSb5AYunrktEIBuksc4z4hpIQUyEsb5PQTfPZf/acijfaa2nUs5dc\nkPbWVJtqXEetLQJB30UKtNNSoNkTVs4v7yhqZMVMHP1epxnty20XW+yR7wmG\n4NM9uMGSwFJwDYovGdQLfUMS5WQrhvYs4QysAN8enZF1rQHqdmoiBIOvjc+Y\n1b/h+Mv0zy7xPyTS90GeeDF7uXroSJXFeUspXD7MGRH/TinXGpZub4s2Ih+2\nYoKGMc/slt2dHoP5uiocY9eL5CHWGBvpSf506pjMJ1ziKDVMAmeB+pQgxbZ9\nGdMf\r\n=E1cr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHPdRDFCd0tDt8o4v5wlnlWRUWHYdQxOP91QPP6sCkKRAiEA8K0arxZpJpbvIDhx0oFAgD3dm9r7uSojuVNYFvxlrvg="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.d20bb04b_1552630983954_0.5371714880701592"},"_hasShrinkwrap":false},"0.19.0-alpha.4a5ef372":{"name":"graphql-codegen-core","version":"0.19.0-alpha.4a5ef372","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.4a5ef372","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.4a5ef372","dist":{"shasum":"e3e57bec50a15ba08ae01424e36599aa531e6158","integrity":"sha512-LLNo27RsJfHgGOwFV+SQ8Bbh638V4pXgHswklKAVxzadjze0ekLpme8PG5+djba/fcf088ru4eawrD0sOmtdrg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.4a5ef372.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci05nCRA9TVsSAnZWagAApSAP/1RjSllp877PGVvQJLqW\nzKP7TaNEwBIATKhpKjAY0fk1HMlNcRh8hBd/UUj8EmSgaBTO3WYvYX5wSh27\nkpYbJL0hY8i4KlMOEjQDXkc0Mog9kFShH+h5f09VFzOc78QZwJpy+Pih2vzM\n62U7svYV9SgJY37czuXddjhYBpCISQLVLRMjtrWssD1aMnNiJy57mzLdnxOB\n7CjUjCO7tSM2vJt/8tZ8kMJMeEzKPf+ZOUMETyPy98Dkn61sg8MQGRjbgsUz\n90u1bHl41wLeTbTlpIdy7lM5xWUJ9tlQrCDoYVy4QlqLGszimEJmDsWBPjET\nkjW6vwA7PhvmmAiIoFU4Jehnzip+w/Qxze0p8GLg6L5r56RNEKEWLS6B0x3a\n6FHWd1dgj78Yh7swPz+hOoFdFYVrYqMQWgdQioBZ2op8K8YHGxKYh7Q1UBSJ\nmLTD8SdWWUoCvXZlNX7RyvCL8EuJejeK6BbEEYNW0+UkSczBAgtBdRI8HOtA\nYhB7kDHt7+9glHxxfmvBwMUdrAbYiuPu+GduqK7Bw9h1BczPcAtJ6fGxuy72\nlNbg3iiPKM4/ythFiY6QAmC6+J66mwk8xw64drI5gW9mQdRWT67k9cAxNAPt\nPWJSbY//tQufYACW/+Sx30hxRAvWMjC6NuyYyEXGneLMbUKBj77FaN1U0Wcw\nscBA\r\n=tBEp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFMusQ9bug0WYmWyr+MHRgk318Fat5ql7abi/Qqc2GEmAiEA7D7hJpeFZKDyMdjntx57mV3cjTeJBOHo2Kocl/fy3U0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.4a5ef372_1552633447298_0.42830457815355416"},"_hasShrinkwrap":false},"0.19.0-alpha.a74ef9c7":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a74ef9c7","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.a74ef9c7","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.a74ef9c7","dist":{"shasum":"515780ca7114cdfaa06ca41043898877c0025a86","integrity":"sha512-Bci3RFnLPHo4axX/u01FLPgRUYBFCEZE1j2hFU3fH/Y/MF4fD+vxBGid9xsyn2n9kAXkFW5M8HU92tmI3bZqHQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a74ef9c7.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci07BCRA9TVsSAnZWagAAdDEP/1PjngtDvrwcjLKdiPFP\n1Xzn4Jt6qYUMQzwPDKlXKTniGxfKF3f54MCekffUvgWqGX0A6zOMvMNCnc03\nU/xPwq2lcmNW/SU3AFn+qEhBaFkiuUzG5PJihCUe+V/Gqryd0QQcZ8dFdgsx\nlXiIbJkjHU/nZLFpOy5lyh3rZbFzssDICjKeV3/0lrBIDVE5CGfYWEbXWn3P\no47esXzZewVh9+Zb9Mw+EiRu4+ghMjfmqaKbXaDOIR3HjlkgfHwG47jVwzsF\nb1/rhLFoFFt9Vn+hxyiFCqTLVPuUB4SbM9nEI7/+2+4gCXyBM492/xOg+fmr\naMW7uoy26tbfAy4mUP0rdCOH5DxEe/d4KJ8AafCL8AFwWf4lvUUqM6ual3IK\nXmm3UBPOT1NNxt8x/SBHspYGeHpZBQuaFMS4/204mo4OevNHD6AQ3Xz4gBpr\nemA3XjGt/6BYStg5I745jhl3Dd9Ye0TLLx9ZiUuRGPKcFtOvSmzuy0fp/dVl\nFt6061rqc/Y7fHM2n2+s13FY4GtWWY2S1bpKVF8VpoBx8Z5Bimk4esQ65BWS\nexstTmBYtcNR1bSnHK8KmtmuDAqqZkgtdfvP1dj4CGR+B/S6DHeY3QCreJNz\nMh+Cg1mJhiSQcKctb/1z9lLLTwWlqlT+DZMBpsG6jeR4fchaFCG9NS/58H4K\nwUd/\r\n=sYUr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG+VOmlu1Y4rJtxtiOXaLSWupdWTKQQGmJIRfIDYoiL4AiAbdKQC4DuRLH3fQ01Sew7Ub/lvoMW8GnNZRhn7WzX5hA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a74ef9c7_1552633536753_0.9298152287895254"},"_hasShrinkwrap":false},"0.19.0-alpha.2bf01486":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2bf01486","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.2bf01486","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.2bf01486","dist":{"shasum":"d859a3587b98c7a0e27c338b9c7e5b246c01d09e","integrity":"sha512-5C52bLa96Z7Ady2v3JitOeS8W4o96YdX9SB/Ixxxv0zHO6d/lpwCZRLLM7QhHu0pSYEheSopNIiho6vGf2FoEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2bf01486.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci07tCRA9TVsSAnZWagAAhdgP/30tu+neZmSoHTRTHoxu\nNXf0ZhdAyfTqTRRyp5idwi5a6wE7F7+zvoKl8ZTlfaaQnFeqO/TRroPnhcDL\noUPjOl+vsSaMkZnSUQwkcebzE5Qr8K7VwEBT/SNeYVVyU86dZ5Pw3neeyup2\nDZq+1xPW3o8GbYYJ2o/rN50bdPTZEb553g2eVIlHextXEABoxOjn80SB/yaJ\nlm0cAuyJJbYTvTNsjL38H8BNcH5euYMrWAAQU3z7G1OD97agQ678CDPmnGcz\nuuUyBBZnQl/xz5+TRkCHkt9XgOyDEDlXbtRf9vgCikTabN4s344bzR/VOAyF\najfqreHhDxgrgNNLHuuyDoeOpDiIdXSd2o10b2sIsKsUzL3nwSo6c/S1xz3R\nQZ6B8hna2s8oH5epB65waMxNp58m4AWvjfO1DDQM91AYS4zRpjo4PGBFv12x\nat9T8SB41bMMKvhSjAIoFSnHboUu3gmlI1biN8oHB6A8Twezp6LXr7aRHyyl\nvfqBt23dcm4RsKusNGICyuW7qtHw4rI940NvyJh/yuKoPACUuLMCHynXf8A9\n8jpIjrY4wy8IM+SLmn5yIIUHWbSB1dh00UyN6RhPc5zqUAkgLHw9Q2KOjQxT\nIICrkNQv7j33K9D63B9uADh8rY+J6lxSh0ZNmvQ9k5KMzjyERXP1C77r1GEK\njzxO\r\n=G8Bh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbRCXQXI+Ef9NQC2Nqv8Im6eBv4mDyZVHyEEHatqLaCAiBXJBZfLio4w57Qh+xniDAgfL96Ga4Pf/kA+xvvGyk5wA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2bf01486_1552633580142_0.36844207331375056"},"_hasShrinkwrap":false},"0.19.0-alpha.1027b874":{"name":"graphql-codegen-core","version":"0.19.0-alpha.1027b874","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.1027b874","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.1027b874","dist":{"shasum":"45cf848e60d5c151c6ea48dbe8e929027ef5ea4f","integrity":"sha512-I1buBsLCtYVtDkgsHkzJwoCkEbz2oWLu0GIWy9hVBvXHMXN+2cdN/DIWcBmEF7bHAbMISXPf9OvGhuQpedmGSw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.1027b874.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci076CRA9TVsSAnZWagAApskP/3ZAXuOThGqck3k8dekD\nN0KV0gdTITB7CiujLo5UI/dipGCe4A+tK9+cYIrXWAGSoSD3hqkXV8E89nDQ\nN8kFmpttS7CDyad0Kb4kN+O2ypRhNJBwYUgXoqHpIisl67cRBsHLYHYiiC2M\nDeRgTcB0KHg6UOw8XdkMoFjJtWR6b4jZJSP+IYEAiREVOTjidH2G2UM2ftz0\nE0zFMs5yzhuB5a7wo32wDXJ/3sqFm9xydUZt+RHJgFLlG6Rj0tcLMd8rgZJW\nTgwtLI9smx6uQwUWQVzPNwt0YTB/oGfLbbb+FxkUTIilw5X9uMQFr4cmkxPe\nOJYlaS18u73t8sNdpGEPM2BFnYnmo369meQzU0sBcA2jk6tKwMBa+I5+zfVs\nKVKAfGV60dQmE5nQ1wMATtmwJX9JVpgUgsSfdDX9xNuXtez0iqtCx1aZLfcr\ns1C6fz4Bw4Bu7iwPB3dkXobOFETzTTyTK+xBZmynN0FCLnPesrzoXz6CZNSZ\ndtdIHAOlquS+ZP4eXfukhgcgn3Y6tq/U32ziK3rGK09pbcvGeS/YvFSha/wm\nagejg/54kL9aMTCRnp93Dypbh8FWfkaoRQ/0V1ZXt+e50EAUtO6Azrwu4QtX\nHl+2Krlu+L5uBJmw0Kt+k/cI1getFZjiCbhwISxfj2gxnymYKdW1//lAnktw\ntKRU\r\n=oWMc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHSXLJlVn21hFdWdXWa32JekNRq0L6I/f84UCF4X9OMPAiBHW9dygQmk4BwhxUvVthtBMHLHNLjbrL0JTn032pw1Nw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.1027b874_1552633594028_0.9134948111285461"},"_hasShrinkwrap":false},"0.19.0-alpha.ed857812":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ed857812","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.ed857812","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.ed857812","dist":{"shasum":"951b80b55600f9bbd51cf48608e6904cc9723a34","integrity":"sha512-pmXI6FxThOoDQXkNhWOnyFASTZqlCU3K5gCIkq+porDtuEP1MoEFw++FhusoHFGMxGRRL+lYoiJ0WB9k7x2kEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ed857812.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci14PCRA9TVsSAnZWagAAGsoQAJN01pPMCD4N2+dlp2Bo\nHnoY0gInLYRY1aU3GVZxMJGQhm6czHN1bzeQwYR3FI/hYTZOY3xUrZBXegKK\nFQopSHNhs2aEpledDDo230NFnGPjPcIzHtVGViUXo66RbuHK8lNJ4VyNGJOi\npAVTY3b4aWP9aHO526jZ0iIR8BVe3yNDsY7cNfGhJAIPn14wVV/o+2LHRY7e\ni0rzoO9FEjLVNKInYh5AL3vtAZxbMAIUofqXYg1AR0iY6hNiEPtu5gxrZxR/\n1for/iTENjZ/NFMBXVDMlVRU8qcQ1OeztUMpxmewuvs7jC0Bz+XgJ5sD2nE8\ncQlkZPOlZOPaW/55uDyg5HCQnE2xTgP/pYBUKE14PDCXGu58g31K23uFGdTt\nuln99tXs/ovJC6IDksvfmv/M6vbnwKBKiD4asWaa0+w/GlzbtjcHh8wttET1\nHZj7Hmm9Quu/x00pHdR8H6KiqPTq0x5BQECsB8LDeovG6MAjJGC28fpGSGDx\nuzIE5TzG0qpT0btU2ILc5PEOj5Pk3hQ08LY+zGV4WU5dPb4ofRLUIZ3lAk3+\nwIJekBi8yHADF8H7pr7oUaGEXSN6FgytrN6VReBYPXoBDcpmHkklwi2vpfmY\ndEgq35ifiYjazSmP/ae9bdK55HnUy77RqbONWRAma6fp31GR/cre89J8QIiy\n3N6B\r\n=kTXq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4t25js1n7ViMRVPJYvlVT9/RKuMkjpz9I1NbjPoQKoAiEA4buPtTLfUm9np0X9fUpHgQ4+fXBK6mar3LTjsDMuEuc="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ed857812_1552637454490_0.16144586987175158"},"_hasShrinkwrap":false},"0.19.0-alpha.0b52d31c":{"name":"graphql-codegen-core","version":"0.19.0-alpha.0b52d31c","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.0b52d31c","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.0b52d31c","dist":{"shasum":"0c6864bbbb051473cf9fec94e71016cba6e7a20b","integrity":"sha512-lEs7ClVq0xN7tZ8dTfTRWmLyGGT9k/fKWOysRghtBTMmzD9BZ4NHENCZp8Dm3YT1qQl3g3DCEQEUHzufFgMuLg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.0b52d31c.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci17ECRA9TVsSAnZWagAAY0YP/jUOmLag5PYrT11lFmSp\nLd6L9ZmDFGkLvMvmF6RLW2jDeugtwSbgCSsPEsn+HJ9Q3Xs4ouuW5azxH3/2\nUC8FnORezmS14DnyvFCwCt540cqZqdpFFt1UEqir3fqG3P3TmVbiLAqUQ6No\nPla0dBYm/Jkb8TaSb3RGmRuJ61P3bvRikRNWx0ymsz+pDjnfXM3AmP86YJoM\nqq5Xy9ZcaBW/BGGgUkAO4Tl7TPCJY3gs9YnTBRS9TBkhqWvanmQh9Y9K883X\nQQrf7Chv9QP2veTnThLIpicMN/nC/QIGsu15W5I8abuSMtSK0ajrhnPetBGF\nzKIqcNBOHAnn0w4VvtyB1OXlZepnK1b81mTVYIwAqWZfEoKplc+7agsvp31g\nx1tff+sno6Nmc9wBy7Wqybz9V0CkQU0wVK1gUoW+F914jehpNLxFQ6dHVCj7\nUAmIhb+wQ5L1vxqr2oFU9t6Q8qjboQfVg9i4uq4l5n7qU5IgH35N+uCZORHj\nX7mUnJVn4CO5Y7AqKSkWOyEXSlHzQQBOdhmrKEBzOnJIkjzbCGPQ1bdOA90F\nZn/eX8/DT9CGwYxtYKkuNw3E3jdQicJNkToc2vv4Ehzu4WYEatoJ7pPq9qiw\nckYZNVN75MtZh3Jeqn5tURKAD34qD5XkmX324HE3SfG3v8n8oFVkoST8RcEm\nUffR\r\n=25x5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCp/eoZXtTwiZ7BCQQtKJ8Fy5dzv59kFFnC0xMatnMM8wIhAPFwIKoZVDzYNHdWL4ZBBaXend7UPtLuxghq62y5p6Do"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.0b52d31c_1552637635863_0.9521690248219399"},"_hasShrinkwrap":false},"0.19.0-alpha.c65acecf":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c65acecf","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.c65acecf","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.c65acecf","dist":{"shasum":"941969ea0624d8060e19e4395b219dd5b5ee072e","integrity":"sha512-plPOGcVC0SCpn/+CQdcxfnxBvIPtu1I5Rbgma97lV9TK8qLV0lLl+8uUgIoKz22xu9Nbofiy3MZJeze8WybZ5w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c65acecf.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci2KdCRA9TVsSAnZWagAA9D0P/0AJkszidMCnnAIETKYr\n0HuFz/oPucQknhHFghoKEnLYcXJZ9bd5ig0MdyIkDbtOyjDWUUNHolxE4v4Z\nZ7UAgPc9WgFq2+DsO5849FAvhAoFhxy6HTpkfcNFgcRgRnY7weViiOkVmTN/\nKuP+s1ORpPMVxJe4csLlAriqxGC9a9CUvWV3xXF7aL7ls1sE+EkBlCwuDKAO\nXJUVrTMUY8gxH2rpwL8Npb9I1mAmf0e1qt6njbg4eqZZp3bXWlrA8b9HruZ6\nDxv03W2aRYLRJVQAxo9KEmrxugpvL5JEEyZDGbJqz1IpO2HLA9mIFc5cOoqU\n6sJUtLq9MCosxUAwDQu1FFUiIs3WOtCwwIq75Q0lVaRWyDNaxXxjQMyC2jPm\nRTWv3R5P6mdorcknFLgR4AOZhr4LyzjFp6fzdZJKx04wvgU+z+aAEclQfh/m\nFlhP3SRvwvl9cmXP+nxFfnhJYpbLqFhdtlhL9ZaZrGPUhKiQ2lsbIUWBQzde\nU72n9BKzjxnI8QfwJiEjsRvIiRbvztcrpwYXFdtKkTs72yNdV4WPbo++/CIX\nEVOpQZlZMe8sY5ztPOfxb5KuwBpILK3NCN73k2THbbpIPm/2cj0Mk77T7v5f\nxeR1GruyJTnKwusTuPC38Ajddjw0nsQKHtFDxwlms5uI0T/FLRxW1dmnw5Ay\nkCTq\r\n=BmOF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZ76GWQTWqhvhhfdPBz1UkMl5eskqWEe/vJtJeTxhRJAiEArUJOrzoQYz4o65shEjpUuriHW+0SZGThYCGpi/eB85k="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c65acecf_1552638620767_0.8735752702951929"},"_hasShrinkwrap":false},"0.19.0-alpha.d32dbce6":{"name":"graphql-codegen-core","version":"0.19.0-alpha.d32dbce6","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.d32dbce6","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.d32dbce6","dist":{"shasum":"9a28809e9f5ab0dbc472d2600c5888f459ffc5a9","integrity":"sha512-PuWJGeeIk71brHBqjJngKjznklbSagtTKCq5+SPMhkhQw6QOjYxbUNE9nAg6xphRMNgeV9hYIruA8gNI4IaEPA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.d32dbce6.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci2TGCRA9TVsSAnZWagAApOQP/2XZMGyVGQjUmJ3fk00e\ndd3ySiI82GCSgcjZqXtV8vP/WkOstXiun10XBUkqttT4speAI0Ili2aYM78G\nTXa4qQ3hKMNXWikgZN4oxvtplelCjY4ld127Deebw4+lIWCGbFb1+FIFuFSn\nG23ImjnffOTydpOek9SDPul9GpIJuZVjPHKDFpprPavcXDjfx2TWJgL83M1E\nYJ7PzSWA+oEgeV6dmtDeWIcx5/fSrmmEcsd4JAvAG98uaxNQ/Z/01FJNMsvj\nTuAsTxRjgnwR5/El8OZfu4KbEUBA4f6e4Q3SslFwXJfKvneQvx9KlrC46Lgy\nrVEGXKjBLRg0GBShpVoxAqgGUnj+VSG3+RVqwLF+xjuBqJWPd2WWaRMZ+8fD\n2RURchcsi8spr0o/pomNXYeAhxR26L1ID920YSJTm7PJ1/8gKkchJXjt4g+A\nmBtnBJCLGCUbjH7858ZecgrwcTKMvFe4sjxWa9UxwKdnVzNYmZcUxZmJoYvI\nYKDAvvPUh/MeRzi6OVvDypu/ZTr+cZ6dNZffenus9zR99D/QcKXJ1+AO9Z+b\nHiricMPMelLReqKGEGV4vqCS4Gno0mf+YhmM9GhdDpbhWqR8E8HkpgdHxUGt\nM0CeeB+JjPzUDaBPH3oZjoAddXd7ypiQ0wv4kM2jrzaxUpSesq3SIwPFXGyj\nuBQ5\r\n=mcuk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICIxHIlB/CGRuS/W0BidEOnXIVPm8qWK7cdxR+Zw91QTAiEA8gDH7cWVjCkS4PHsL6AvDF0lJxm18AQYCFMquOLVNME="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.d32dbce6_1552639174147_0.6136000255531315"},"_hasShrinkwrap":false},"0.19.0-alpha.96921348":{"name":"graphql-codegen-core","version":"0.19.0-alpha.96921348","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.96921348","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.96921348","dist":{"shasum":"162cff6bc75754c4a2bb31656c35b9346de75c46","integrity":"sha512-L1vL18tdQyH9wKpTpbI/RJY3elPHrvRYvzt7Z5Q8qMGfxJdEj+/PtzdguLC4ZupjdRBbwYfSyEgCtQ/aB/UJkw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.96921348.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci3N4CRA9TVsSAnZWagAAyqwP/jpZMXh6L1sIdQrd24MF\nw7wkOApDFQSF21D/k3oja7jTMuTWItw7fea4MehfdUQPV6/oF6/vLVohkAEK\nqwJX1oVc31uaZJNuxOdFAquDjrHiSc3sQJQohwjGFM84Q5o/MbHhwASk1Vju\ngoD3j+lMKO0m1aiF8OhRd/WayYgaUI7fRnWHylpFeNypXZLiMlhh1EAKlItj\n9avChvfsLSfE4DgZWfGDDc8hnn5W1M5eLfv10+7RcKUqqJddhLHenU7dQdKn\n+Jcjxj4x+x/6CM6uAZE2hbQFPc85hvn6DgjNoxhyAn7ImJHvP9LmWpNyfygy\nxWM+jy2GE6tthrfDsMlUQYE+Wa+75C2DqPem4WL69qPP9T588W2L36odDFJy\ndu/VZtpuIy68DtnvhRjMK2AkadMTAMBXiDTJIJ8inhMSk0XewB04y1iO3XC+\n7f4BUuEWgfgapZwCvUn4p27H9QknNPA8YLSV5cKMq73OAgpmv83DI6kCQkzA\n1X1X2VuHKjgsgFxaVt24Wd9wtJ1s3P4/vAa0vDzcpoYcLewFPoTctNcVRwWS\ne+ZL+ev8Cnxb1xuqt6xxo0U2Hv6zC9mnYDt4p4PHMcCZemZNS26LSMEY3cFY\nBYQYt7Sab5zd8wEDy8C4MMJWlznceY4f0+UbBv2pn9G5nen7UOkBiJTg1Qgt\nHgZJ\r\n=m3sq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBtkP+8nCiQLkDow1AQRVfm57ygm7OWBMdgR0o30K34JAiBD0FjWX8q9FvvByJsuRfYne6HTg+PPefy4fnNG8xFgRQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.96921348_1552642935955_0.7777065846017859"},"_hasShrinkwrap":false},"0.19.0-alpha.d55c11db":{"name":"graphql-codegen-core","version":"0.19.0-alpha.d55c11db","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.d55c11db","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.d55c11db","dist":{"shasum":"4c828098882fc13162fd2cba36a02a5e7e8d518a","integrity":"sha512-P/WpG5clzfR+BsdueuXY6+Bhha8loTq8wBvU/F9cczud2MIrOFoES6JiS/usFMmBAsQdKvf7w7zsRSzSF1ya7g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.d55c11db.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci3ucCRA9TVsSAnZWagAAlzYP/RGISMb0QYYyU4uX4ffu\nG5sw6Pb3BI2K6SAPbpb3jqsYAa9SmBiwIwSmeRAqr9cD/BzIjkiArMshEp/V\nLBu4yulYXcroNKnpTt0cRHkuhGRH8syYX+4Mz6LF96Xns1Vxwbcf1PbPq4Dx\nF/jSi+uAHjB2Oe5vp707YJfjhWUqHRLn+ZYm47MAk8REVP/0WZkrtyyURmCi\n2RcY8IONnPc5xgNW7VLm2r5QT+x/vZxKe2yrxeRjql4qq1/dJMgls/zWQaPz\nFqtEIDn40dPp6HwWciei/ldPJ8B2sDhhCqPeezjSZi3qwS7HGWThD6GLFG7v\ncciQYwp5Ehl0i9zQbbafzc3xBmfNkXl93Y6fk6BoswImpSaF9+ckKlqwFBVb\niMTe5Tb8Tpx3SQ2FgJJxVc7mEAfrN5uYO1XfWHwxBeJyi5MBe/4oJSrHQBkP\nVzt45S7dz2IDR+kAsWWt2eyZ3OnuJtW3JZy2gT6ALg28X5d4p8ooGdi7C0mo\nFBTycfM8xqsjFrS2O7YxBoMLvkI6yCXIJ9ILDfSNV7tfuWTp54ebj1pJcbhX\nJzK/oZRX9OchQu48hAiBOlGreVX2zEOF+k01MF25e/FiAVxFlLZ026pBfdI/\nc+0kAqB0zlWB5ievADUv+bzJ37eJJHD77VfZGK9D4/HpIR18SiHJLbGPkjlk\ncsMK\r\n=M0yK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHpWs1KT0cYCq07IbsWeDxwyurUulf9CvdX41vJOXohQIgL2tl0q1nNp+Ad35xkBoEVhZEWUv5MbOV3iNzT6+CI9I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.d55c11db_1552645019869_0.14974428744410817"},"_hasShrinkwrap":false},"0.19.0-alpha.59cd429f":{"name":"graphql-codegen-core","version":"0.19.0-alpha.59cd429f","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.59cd429f","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.59cd429f","dist":{"shasum":"137fc1f1df23768a69c83dd180ab60b66614fb5c","integrity":"sha512-lGUKgsdv/bjLN+Ub44ikB8CRy3Se+Rh32iL5lnD2zz/ep/5peD9zA987Rd7kX0X03BgA1ZBYFsGnpeTWzyjzdQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.59cd429f.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci39JCRA9TVsSAnZWagAAqnAP/3Eq0zlBqlqn+FLuBN1O\nRaK7hd1UCNjAmwGgNuJqMKYrIYHCpNq4ixfrJynlbKrTnZ4q5Vg6yeUujHvE\nk+Dbina9ddnZkXi+VmT/YMt2Gs3HFgojz4kckY1YSgczdvqK8Cu+pHDDoD8P\nS2K6Lek5+yLyYYjp56G7dq8jH+OqtxZ0vAO/k/2V49xEn2UY6+6ECUEUOXPx\nm3gUGrVMe5tD+Q5m8q+1USdOx5EHLMQP0jYxnlPQfpJIIPCqAQwhsPE7L183\nuVPUfNlhE4qcm3eji3l0UP2RAgZ1IQ7+rUIgUUzoEohkxptBvn5/u9bJSauM\nbllSJfNb61u9Lr3oQJyLnmb7GQnedmpR9oEeNQMSp6qRS4vor9UxAVYiHN2F\nXlOrEYUcRvlMlfU9Ik9/TfeyS076deJhU0Oejx7guUFW1A5R2WlHsBh0fDtf\nb6yuhrU7LAGSqwF67GAEtwe6w2PdFKavxO3TFBG/Bmn6uMTR9mCRlIYjCCJl\n2Iz2HJ0nBzYpVDjPKSwtGQQrlwVEH0IQrNKpEbis9Q63E8NNMWzioRTybUoO\nPts5fgNHFzj61xilMDkpn5Yo3PvZZFU5gcYP805Whi2DaCnzVarlG/+LNM5p\nRIEmPxGGWCpMTy+gfg/vSilCFzhh8WPrSB/zrR7QYuncgdn5Jr/dy5q44XFj\nXpke\r\n=6seA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvLP4MRvWtCyGEBo74KmLR95WI0vxyJzR/224hi/gZhQIgcr2H2CAtVAMCLXJhwsfucI3bOy1OQv4cuYaxKzIVGjM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.59cd429f_1552645961402_0.6843465093647818"},"_hasShrinkwrap":false},"0.19.0-alpha.46ae99f4":{"name":"graphql-codegen-core","version":"0.19.0-alpha.46ae99f4","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.46ae99f4","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.46ae99f4","dist":{"shasum":"722069ba171323373222d2ad003b525cd9306b02","integrity":"sha512-dB+nZQWorLUIp18k/K4G9mp3Pw7se7YpV3oG/i9r6w5gx2BHwCJE9wQVc/mqb3g/OFKgMtVxCD7fS3PVHw9XyQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.46ae99f4.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci4IFCRA9TVsSAnZWagAADZ4P/1GAF5ERo19st+SCmRIe\nzDw3OP+jQz2g6243xuZ6D9ZZxf0k7yie6bexYRrcmJTLrLh31QZHp4QNcrpM\nqF7xaK3uun1k3tXP05PVIU4XH+YGC9OqTDwBGzHyX69w6bdEt4tMTg5QKzjv\nHcgGrus+tU7TZTzP60UVSJxpCCvrNQ7EBcz8BL4utqfVoCzsjHbotxS1vFp6\nuOQn4LpYAZv6vwrowt7KUeHrKKLYCTnqPXQhiXCOCUbHHXp/+L0wzEo2BIIX\n6xvDR47aAMNPopOSjv776/8JsXDgtNvg5PABPU0mc096IvyR+GcEo4d/NJZy\nVnqjvjDu6yRpKsJeS7xQMef6JTjcuhV+OiEGre19pDRSsby+GS0g1L0nHb63\nN0MkhAjl0DDkGS+hil7Oe6WAOrUO3cOBwyBizNVlUNh42imph2aiaAmPFpwr\nzyeTBjyBCKXpAXqW2MYl5bugjToHxQn5GdruU/O99ymoX7eOlleKKApXPSUj\nSrgdoY8nEd2tZmhevHbU0FzLGmOYaH16wQMQjwvz4LtkOSVs86XhX6ahE9ot\n5ftLCVYm1cAtdPWsHEosYoUNPE+IvWEssZHvgnWcjBKcb1g562BNq/EF1dns\nSG8AnbrOC1GbP4n2K8lgW9cwg6kk66zx330HrxVRFEXRFKVe8uexQM0m6BtU\nwYak\r\n=VMGc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGXhm3yJsY0bV9oM3l5hPgbUVB/rf3Sj1+4O+H15hQHfAiEA4Hgq0rdmhEr7gy1Sgrzju2KxeOm2Oda8QCASuFZyWTw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.46ae99f4_1552646661145_0.6432431446755607"},"_hasShrinkwrap":false},"0.19.0-alpha.8dbcd4c2":{"name":"graphql-codegen-core","version":"0.19.0-alpha.8dbcd4c2","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.8dbcd4c2","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.8dbcd4c2","dist":{"shasum":"f6fa2bb2a1d761790cb52150921c02bb1b8ea8ee","integrity":"sha512-aEMUTJp3C04M0+kzR/QatoQiWWbYL2asF3muDPW9Q8Y0qbO6TeOBmO6iMXk1pHEJZVyN/ypvxVptCVg5CXtmEQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.8dbcd4c2.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci5lBCRA9TVsSAnZWagAAfykQAKFTbzfGvBtWjZln35gI\n17z/lPqDfEc5C9hY4uRG29nGp7IaApmYvm0zqXdqHCdm+V8sIG5iUyHO7Gp9\nLElc1CuYNlMiepA/A35YM+biZ9bVY4kcdX3cMgxerO24k0LwRHzc8ypsDWxs\nYc4NAE9hkJo+Y6fx5modk9f9o0gh+91ODzCdVqyMXu3U9JGQXAuqVEVFLhNs\njAV40o7wp8EAos6OOojyMuFsHuuXtasobp349n5Qa9jsklpROPYimRezeVvG\nNOe9/QJKDAwzxUjgZKqL7NNDD1sdodCzFJ/xugYbm+4/33EO+XBmzBAXKToZ\nyO/erHyIs1VeHLiAkrwAHjniFaFOtiDevXRq9vTvDzRfLhI8tl+OKWEBEile\nUp/zeuy4+t3LQL0gNVuyiGRyXjFsD3ELHpA9oEAEQTfg4+U9CugOALU4oGiw\nk0XLCl4+xxmA4Fhk7qUTaxH4DcTPJ6jf5B6z9nRjH6O6ARekvSQbEBbmF3O1\nRCQ4k2Qj2daoCwBWjn3hdRWFDOxFOmarzSpecq+wa4UYadoiDWaL16vdJwqp\nkSRLuQVU1ywvKzaxR8Y2KTEL6uwTWJpk3KyzR2pXraV3oq5zh54Cejkc0lue\nazeGiAP+n5SbHgAH0aV6Mu74RUvhb/tp6BqHamxAla7MaCym8CK4FPWlKQ5N\n/6gw\r\n=Su1q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDFXJCcSqqQ0fPELsmaHOx+gglWfJ9iTpJQDCXjKVjJsAiAx9p1/FVrRddBGBu+ezbO8BI6f8i5w7Ju8tWersCvyiw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.8dbcd4c2_1552652608160_0.9746781170530818"},"_hasShrinkwrap":false},"0.19.0-alpha.bc5d307d":{"name":"graphql-codegen-core","version":"0.19.0-alpha.bc5d307d","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.bc5d307d","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.bc5d307d","dist":{"shasum":"2edf79a892c801f330fab5cfdef88cb6563574c8","integrity":"sha512-b1UB+2mJufp95DfefrO790B/vqoYlXoj3wgt7kL3HmPJqJ8YHpQclxnaMzoDel+IFK9bUwSoUmcKACx+awLtAA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.bc5d307d.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci515CRA9TVsSAnZWagAAT+cP/0SERyaTlZTKgTTIfd2h\npkhshXLL5V/MZV//k+kLlk7Pz7UK7m2UgG5PGYeehRhzSlTv38/Sxc2iMHs0\n12vII7iZG0OU+waluTpG8LHOuKzzNgBUPNA1Gjpj4z6/ZL0M2c+L3dN/XWEh\noS1YqloyAMF57In7r9GxRy2S/961r9jxW0kZjmHBDiZp2xenLRIZIewADv20\nCszRQfbmFnShO3y6qCDGdN7rd2V4V9OHvkEPIXxTCRbFv4iqNHNVCefeCNe1\nDaVmQY1MOmdYPi//pBxsuuV3Zjx9pieljYBmD/Dnaiv6AY0E9mv0pJ7SNsDF\n1DbVMViFNWJNsJQWP0vpWTzRmKgsY2B20Za4H+/+/TP7dX0LMPHeQKw8FSC7\n/fedP1odrhrLfXJTbLUjMBvyvzuOkSFmydEMiGO4z4IS8Xwc3PqDKiviesmp\nAheJYnaikwZtD3RICLqPsn6P9WOYzrRQZQTRs8qFfQFL4hJcc/RtYxYfiqSN\nJ4GWSRIg3DsMB7IsBS/AcQtGfczWDeFMGGl2NXjXVTeMuU5IIbioyROzpWAG\noHLFh5hPqC+l2+1VYwulETMlp6Lz5OwhnwkM59HmtiV8P6NUxyK5EYqQdeoQ\nzsN5+0K8V1rteRtMKEOoJEfJvma244M9zP52fVgPiP0985I4HqDmuUQvXPPP\nbUGB\r\n=KCw0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHRJobvwJv7vge3PL9W0uAtvDdlT3pR06hGQ/hmIa1bAIgGU2n0nI1qiiWxMpTJ39X2/0iQNOGENsb9yVXgaAj3fA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.bc5d307d_1552653689086_0.5885922713262117"},"_hasShrinkwrap":false},"0.19.0-alpha.c28da069":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c28da069","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.c28da069","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.c28da069","dist":{"shasum":"c0580022b0cb3417785c29d7fdb352192cac5359","integrity":"sha512-PBVzonsZb4RGELOi5SCezqXGoDxOcKCLsM2sqDFuYpytC9VSUGFJS4DT3z+O0bnbBlZb/WzOiP73sFxInrosYA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c28da069.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci7mnCRA9TVsSAnZWagAAW+gP/inZ4Z5Tmki8+QApA06v\ncktPGQdAhjQYsaJOuheQKfF6If5wyxZUShzBAeoB9FADsvFczOqzET0olkO4\nKjGd+a7zL2Cm3So5G9ufMpe/RExqo+ssvK2sZqHOGmoQlJcQl7HGDvrkU5e/\nDS+YGd7cumX2J9QSrEgn0Fd7lDu1wW/1BjrxPMWnWdlkdg7cWKOziteeD295\nUrbuKmxxdMOy+V8u/1GxQ/pWlcydDgU4J3wbUxjHtOLZquYgL0EE+h/F+7AH\nffI43YQUoDJCHQCVwRG0S279TES9vMH/D8+LOQnjMhxl61XGcVfW0txl1P9O\nCCffDOiYHKepSaeDkeo9toYgycNJ2W82CBTXLcsIyeJyf/dVyBbx3vOj4c8e\n8RbJrb5IJGQQ8/7Wkc2y/a0NV78FrjspoNQK1+gvWdCAv/9C52SNDoURdp0K\nC6RbQy3hQDQtkz+CXLNK093zKMKn6JHyiJpPJF66CcrydCIF5+eDGFC7cMt6\nEPrx1uYby5BjKvn5HbVy5aNxcZEgXyDov6sU7eA8RzZ/75Cf5X1/ZdXgedD0\nXceB9oFswwbA6BXCSXsBjwZJF122E+uWzLjgevsmWp3xteDKppK2KICLjj89\nZj72qxZEsutez9ShgchsVz3UWVL+y4tuU6UUx3V1tHCUqHvY0S/2OtFWzVNl\nC1Qm\r\n=qSCX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClrWmLUROjbKTF3gx9C0tSeSdRJTWg4k9GrvWPyMgdogIgF/utp6vsesdfkmt17IJzNFgUraJpiE40xaz9lmm87pw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c28da069_1552660902370_0.6926264156266964"},"_hasShrinkwrap":false},"0.19.0-alpha.05ac61f3":{"name":"graphql-codegen-core","version":"0.19.0-alpha.05ac61f3","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.05ac61f3","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.05ac61f3","dist":{"shasum":"84115ce2f24d7cd1d0bb8749b10fce9f73a51216","integrity":"sha512-N+0MkWCgZFVarcggj3mPnfBKD7U4i2RWvKxCvEyac7R7YLBmQcBdyPKdO//b5SR66jX9k5dc5zFq9r9BqFdFVw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.05ac61f3.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci8DeCRA9TVsSAnZWagAArYMP/23vrf4wTILcmTvGxFID\nn2qCrUbuvgZOCmrUou7NtHG+gmKo58sy+AUX/xdWpKuDgott4T7pTWUINxzo\nxDuhPQFgSvT595z8yhmT/yfp78LucigAUz7cc4/g7uNkHs/2Iny+8tpDaSr5\nLx46YWSehnGZ1BbrqfKvot4ZRrvXOsjIgpzLJ1kfc+A1GpZEbj801OEGGFt4\niyEtAXwWLa+cXRMkCKeKxGHEMg67z25yDCJCKtfqLmuMjP8AGQ5aSW0ivJ2f\n/GfupggChvZh+avoWcg/sgiiGN0zwqQm3cKBT1YjW8yfqCQO8mnst6MvlcGI\nq4UMdn7TdxFePH/UYFf69d72Ek89kcsKaYRmcjaSs3aAqQ0iDba4/DCjTGIx\ndQg1ru8YlAO624wSnQKUHk81Lhdt2AcIHsITqWtERAnNHKeBGlth946NBFIF\njJcn0DgE57SsjW6b+mQU01yowF6oE9M6jxAHW06RguxOBkqmDJwl+741IsUS\n4O2s1PYOIEIqXj8jnwZHkEOyhf5fkVKLYyMGvdl3FI/fSkuDpl3kIcWIa4IK\ntrKVg1NjN3w1NRAB4M2Nq3f5JUWZitqKnbSy/EjnuK8HfAgXOSsbCcwlv1zy\n9lsRbaYIR37EuoW4M8dfiJ/UzBkU4htMfZ4Tiaokwqm/HSd9flgqBR1iNXXp\nyyep\r\n=YSaJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCITDVL+4kkoowg/vw2VkE27aawVWR2nQWQxoVUnUzEvgIgPGIo6LMXoZO3TB5vEkHXFWZrM86nRVqi9R82aoKNMgU="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.05ac61f3_1552662749921_0.4273540079479543"},"_hasShrinkwrap":false},"0.19.0-alpha.b1ef4e44":{"name":"graphql-codegen-core","version":"0.19.0-alpha.b1ef4e44","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.b1ef4e44","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.b1ef4e44","dist":{"shasum":"f37bb5e11f7dac1c81d867b46c9e072be41550fd","integrity":"sha512-VAcyGa1ozjh8oXMePj+jNk1gPWhYtupLKBrSDao/sjl4HMuDtlDr55ta+B6m6jHuHPo6kC3Hd2ylHS9EOuhtBA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.b1ef4e44.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci8SwCRA9TVsSAnZWagAAc5IP/3G76lkig332CIs6/Ye2\nkfj6UwD1KcLDY3IPV9TfCvYobhgwk5btqpNiL9OH5kvXuSC6w8wc32KCDuf6\ne+kH7O0wo0IADus87enfPKe5Kkj998k+GKWdTvHJJtuP/PizZCEuMTds6+Zb\neef7RT4j4Y3+QDgKJ3PCvzzzMLFTNy3p5fSler/xO//2OjkOdNQBk4HhH05u\n3F8fYVlFCdYX8w6M5WEqrZegQu/Cjt1lowjW6TcqgF5yS9+aWnmTZ+GCbU04\nw/MsWd4dZWA64kwIj72X3De3lCHRTbirXFOiejhqBpO8+iV2D4ifon2TlR+S\nrzpqz7ksNTCTM/sZZszq+nro1F9SdOStWWeWOlLZcDfhTHSQyZkJO5cI5UGe\nBjz4zaUW1tU4ILkv9EyVey3fpTMNhKPhU69BbkFXgqVNAtsBROf47dSWERjq\nkSQwBPR5lkWFjo3OxBKIMA9InIzlBgJoFEnxK3mXLfToDxl+mlaPO4Ce+qjw\n8iLT2cUTo/ylpsnQARj9Mr6TEyJalObjDxk2alDFCu1t3feBFxQr+D37W+mB\nAE1WwDxNNtKUcQZxPq6sl030j3TbfNdX9pXLRqk+x9SneQm7CCMu25EQUwYz\n1BYKaBjMB4Ou0lgiaNhGdLNSwv//22vpyBzdIZw9VcAF6zDCTEhzbSzWDJiV\nRMB5\r\n=Ditx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtIWMKZ2SeYVrxv4ZZhX3/vK8+q7e7Jd/CoH578uOeegIhAL5wXWatitqIm4BBbF+d4/95HDw9YEdMUs86By7fmXG2"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.b1ef4e44_1552663727192_0.8422432330295746"},"_hasShrinkwrap":false},"0.19.0-alpha.229b75b9":{"name":"graphql-codegen-core","version":"0.19.0-alpha.229b75b9","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.229b75b9","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.229b75b9","dist":{"shasum":"c805f0bcea53adaee9048c886a086f4ce3ec4ee0","integrity":"sha512-+2OXADxmJknVYh+fYmGH7RQwoGFHKgA/gCtLOWDKgmzn8h5FseEvtzk6j/SGiIUKHTJOO7XfZfDuIZmokKX3Tw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.229b75b9.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci9LrCRA9TVsSAnZWagAAtUsQAIaCqbCohW438fdI5cub\nND+jAHPdW8AZA7pvLgcMq5paL1OBNu08368XN2xqhlM/ryVTUEG2Nr0b/ki/\ngFhDI2VHRsVDMCZGr4/WjQn4MDZ3fOalMuHEJB/A+3PlmD7dT0p9wqZSIjxO\ncdk1IhTU9cqowDF4CZKVwqAHOerHrEU7NOWMEDYP/jW28XfnIL8/m/frWbTw\ncshyshcBDxJpVLkpKqm8jXqsgEspUqoohYCTK0gvaKKGXJZur2mBO2o7pbon\nPjAC+OegbMCN9d1BgAks6Wg+kV5BwDHTEbsf+iSln1x/12gbAVYfZChlzF7H\n7Mod9RkZK2ZT4nkTur4XVYYGIs6aMWT91hS9OysMdXj/Yo5ZserbAQdmg0gG\n40hCJQ1Vyjox57PAw0gBUfjG+23eyifTpIi0ZSa0S0sz23ThUbaSSHlZQxkz\na87Cb44zVqYsUV5pPHEylWbDxfE5mYekaHowQZIHu4iRezpk69GkDKGr0LNx\npIIDo0qo3Z6EvgDVr0bHxLGMR/8qJEOM1zyxlVGGFQQW7SHFJ/IawzzVr71P\n6NoxbwGSU2GGELnO6vThoTPEgm+lsPBDYd5MU+E3YzodkGKSd+xHpVK7vW9l\nWDA9NlKR7GvnfNqwyfgeGz5rmCzWxakoAJLFz/Okx+3lKT/BE3piuXtxhwAU\nWeiD\r\n=UXye\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8ocUMkm7PvBPzC1QuuBf6Vy8wP0bONos/tjlqadfVLwIgIATB68SPJkl7yDhTHHNdhL3sDFk0SXErtG23/7u9jFE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.229b75b9_1552667370848_0.6523349623089247"},"_hasShrinkwrap":false},"0.19.0-alpha.81e9e995":{"name":"graphql-codegen-core","version":"0.19.0-alpha.81e9e995","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.81e9e995","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.81e9e995","dist":{"shasum":"8d10256b8a3101434f6b02b36b8d66dda5d9a938","integrity":"sha512-jgE9yHIyFpnX6rHAEFJpGXwh9dOO3sOg1RxFZuOAXh/4/6+cP7zdhjrbTIMZWnUd+a/m5OVS2RLjJ0s9lrMGwg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.81e9e995.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci9nUCRA9TVsSAnZWagAA2hsP/1CKK7Thxnsjs5dYa6bb\nGJq8nD7a1qwyMP/xELjE3dEsdlAePhEjcY8pFHaOjX/X4GWnIpnsiZIpZjmd\npXivVfpdlgyZhGGwcJnbHQf21FsogAC5WDVMr/K2dyi3dWKhq+7PDeOyMFbh\nqPDGJhblwvlQQ0LcVy2T2xTdxUiSZ94C0usfprNATK/dEe5WikU2bttSDUgf\nqkeq0bawycZ69PsXlD7FcuBd1HbnruI0LckuMYH0h51t3cvnqKyvM8LDN3Bi\noDeEC/KrkVdsMcsGtKQCcb4PADDwKzw1XdS5Mj2gWgvQIqJiQrLHOKRksaZD\nkPHVHGDr3y9IL2Kz20vTUNi8YlNO2zip+emIFcf1GlmIGENDFDgnyXDNPWMH\nxAiBs16ls3X7QZaeIrKBFt6OZayjKyK+78EHp8vPuM0KrGD6UL3eJd7NpWBj\n+blrERSF1P8s4b93VayjUBhS1rcvg7V6HWXh5wH8vhy1LUUZpN8aAGPJttiL\n/muLYMRnL+Szeu4w7l53a9uTqOMf8t3LT3RZT21GrUkxj+2PBsOy+4ZZX9ao\nRgU/uTLePv1MZKAhI6/7T9oEb7UDYOmkXM/Kz5odI0W5CVLFIk4BjROOD8iS\nIGynqZnoWeUSvklEwNgcjubnQTUIPvZCo5qxDcmqlNGhJVpMsIuUO0k8BD3K\ny5R7\r\n=V2Ty\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDd5VsYbeantbnY9WqiNL5uDMBcTgMHJYtuyP95DvVGEgIgWhFs1lV/oeatsaYdaW9tZiJJUJObDGlKpPIBZ8cvyCM="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.81e9e995_1552669139770_0.38625148179012214"},"_hasShrinkwrap":false},"0.19.0-alpha.8182d8a5":{"name":"graphql-codegen-core","version":"0.19.0-alpha.8182d8a5","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.8182d8a5","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.8182d8a5","dist":{"shasum":"1d8df3abdc9af17d7ad6a1631582273d744c9259","integrity":"sha512-ErGft8FrgMsRb0GCEN3DXD+1T3m+MT3oFeIsxHoI/ddet+yVmXwM/p89Y2mH6/5yaUx+8Gg/puzvd7teilCnag==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.8182d8a5.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci9vKCRA9TVsSAnZWagAADwYP/ioLicZxwI8Q1z1Ththu\niZdDNQFpRhrdPKfnxU7NeP2ZVsxVenTWqx+VLM0xQhoJK82IIEcXDNMjLtl/\nsYk40q6+uCBAk5RYIBVsjUK1ODJQUOLaG4cBw5OWaj94olqic2O02ANjHB6b\nUDxdPNwO8/XPdJkRNYfs8k6UNHvBKJ0XIRcJsxW7xkkjMwgSxPxaM3N059cE\n6T8RLvVxzCoqq5wzJ74YCmI3ybC316e2MrpEZlqmyuOS0Auc6F2z8vq1i+W/\nKiLdbi08jCfSv/rYufbMRQIzaYYpPXXsyuSdCf4ULXYD3Svkx77xWTHOKiTS\nAbgOPtji+LK6jJXq4p1FTCWBPm4ZbqyllOXOMegHKCrrQkHREWn4+yk7XbC0\ncQI5FeS0Y+nPJGIc6NOy7uMc9LKjTY9N7YUXMWQV1sm1c0hAb4yDD5pkBR39\nBoE96D0OlfFdB1ncHvxHOnci+iytigBciQgDFYFL3w5Eyx8vzfofRsJH/OuK\nZSYPQmvXrfrlqpMxKnQhY3qRxkwjMBGXR2Jv9RKvxgJsorgoEkWBAaCK6lF8\n5RGZZu4aju6zpEgquR7Rhvxnxo12/3vsff6/V8EUTjqKvssjMMR4ub1xc6GB\nFyuR65u2hnOCmRfY3gSbz8vzHnBJdZobyPXgf/zs4Sx4PujcuAZoG3fPsnot\nuI25\r\n=dHEM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzvRnvjykrLaG/cWciOyCoA3YUPb9xDXLVPEP9U3oTvgIgDwZr0FuqIJiK9NBCPGU5VoBvo1v1Rf+UbBECPI3/hdE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.8182d8a5_1552669641694_0.23475801697676668"},"_hasShrinkwrap":false},"0.19.0-alpha.c89797e6":{"name":"graphql-codegen-core","version":"0.19.0-alpha.c89797e6","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.c89797e6","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.c89797e6","dist":{"shasum":"1c3ac70389197b2bcd6159d3eefdd7cfd66ea15d","integrity":"sha512-saEtIVYzDgPHtnKve1mFSvCuWorFbcEu0O/maZYZV8gKkj9stoMsIdhnMPCgnQdYh+B/e2/TZzMTXvN6KjK3Dg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.c89797e6.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjLGhCRA9TVsSAnZWagAAvPMQAJO427lqp+H93DOw8f23\nSzIV01pjqBVuY7GCBe3tDg/GRLdbtc5q0YAHssI0vegEN+poUv3EetyK0O+j\nkyaX6LnE6PRqOgWzhZ8NwWWDx0W7FAsV3G87BQwNRtm8E6Y6ywKouUOipjrm\n+nnzS5vyQw9X6NMtOKWX4vPZUuboAsCTGr+30l03JCL/O26H06MiflMmMi+o\n4s2tJ1J1IbKvzHl9Imr/BuOJbPQNdk264XvKi+wMiB0YVGIPwCdjrHXP84xR\nO+KO5qu70NFBat8E9MXG2/fPcOA5Vnptjal3ZBB3Rz9cVSm+iMbK1KGbjf7X\n/W+98pEKTyJySU6VnskPlKX6crGWuBEF/fXhlyMpn+NFTCvodzScGTk7hPHb\nQmWBCYqpP5BvXyHqx0CY0Ne1fJrSVAPWM7nPqFTbOUCqPfMtrIaNi1zY6+IA\ndQ4DBqCeCjZRcBkULdqhuLfAtgmBeMUiqd9NjSpeFffQcXQDU5rDA1363u1k\nqXQTaDhfLnbtUD6tFyiEy9hWQJdGH1QMiSXE9Dk05rzrg+Cxhr0ccqIyep82\n52rw+T8eiCg5KPhJuAGKaiyvhyP+QDQtn7ZlbwdEak0AEgaFgv1jND/fe+FK\nGciGdTKRhCm4TBrHEiDQcmRl2iiGSMC74TA5Umbbg92D5JJIC2edLaMnXkaq\n+O4Y\r\n=jxTZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHGMVRVFGd3hylxRERgNgmYTe8DTbw4Onve2hqiPJsMwIhAIY/mez5H38V/QaoLwdBPaUkBwOB14uwEasxTYms6Yyp"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.c89797e6_1552724384598_0.949028458858032"},"_hasShrinkwrap":false},"0.19.0-alpha.9ce4a2d1":{"name":"graphql-codegen-core","version":"0.19.0-alpha.9ce4a2d1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.9ce4a2d1","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.9ce4a2d1","dist":{"shasum":"e3d12db8fc6686ed29adbfc2a0080603d1644f07","integrity":"sha512-DcnAIin5WHFbOEnL9qEr+TI0WlbeCxNNJb3ijr9EGrGiuZTeA7753zbwFPXd13CJCvx7Qaxnk4OepuCs4/jS3w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.9ce4a2d1.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjLG8CRA9TVsSAnZWagAAte4QAJMAclABFAC43toj9HSN\nftrPv4Lznzi9WzS4QybHy7k5Jnju+36BkLaBDXKAZ9JTW+U+yVV6ILVIWaDn\naShyWCS2EhiXxu4y/GCppxb1Dn2tRCqYffMOJokWZNTCYP82vjAg/adV1a8X\nkfjkboFgn6ZRgzJOy2PMaFarygVhz4npa/sL4V9C+YQZ5E2Z9XqWIFEbE8RA\nek/GlR82ogHj+x030ZUHIx65Fsd8Ee0rGMMH0XKCuRXdGzmBc8rfQ1F5yb+Q\n/xNLz+CAQgtSG/p+kll3sul0GkwbZye6X4cVgzTKvNnJGjNqDt0HwJRoQ1/Y\nd3djg0HYlK9lzsc1/rQI9Q9F2D6/wKlu9XAuCYhfV41YMX4M4YfUvntxegNJ\ni5fv92c/CH/bedxpcCQY1d+E00xddN9jXd5G8dH46pFV+BTnDpeqSIts7QIn\nnv/0K9n73hEtnP8/40DUJQpPDG6DgAVuFMALbKa7E7D8ypmGHevQb8LPT9tG\n+jwqOlDztpTh9eCO7LzwAhQsz0V3FViOojtkXOkc2vtRta+/X/5hSipqaIsu\n5Wj/PdRFCKc6SIZFfGfA8sToxHdiLlJy18O3BiiHcB90ndg9Ww6unxv/bvVf\nop2Fo0SdNF1yYsEzSIYoHWdwLFvFPKz+zrv3aP5Tk8+stpTz7QzPsnTbvwnV\nlBJd\r\n=8XH3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCic+6kYETUzf+jyTqG6V0ybX1Kjv4eLdtuO5GwYxwAlgIgedk+l7HoC//rg45AHpNtvVKM0TrmPlWJOZzdfdt3HU8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.9ce4a2d1_1552724411592_0.18625035847676896"},"_hasShrinkwrap":false},"0.19.0-alpha.56a58741":{"name":"graphql-codegen-core","version":"0.19.0-alpha.56a58741","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.56a58741","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.56a58741","dist":{"shasum":"875a7cc31f0a5d61806e55328e5ec1787995003d","integrity":"sha512-5Ng+dYDaS8xU7SnywapCpd6DGb09HDiGM4EZ0BYAKOW245gMFA2MKi2R2za7Wil68WZweFsBjP4MTP7tc6bozg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.56a58741.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjLH9CRA9TVsSAnZWagAACHEP/0L8S8OytNR2OSRQdH0s\nG4VEEMAd3PVjH20vHEkGzta22UEndxvlCIqGrDGDtue0EaC3mEdvEw+mQRx/\nU+sgUnFrsJluL7MTSDuPV60e9EkDrJc53x+VVqhORi3CZ4oeRp009LS19huw\n/f5I8o1Pp7ZOc0UGTLngf4FXNb0U1zSfpGY6jNKrn76ByvGWlNuzMTiOvapG\nNbohWCUaVeAit2zqKpBbqQlAay74nCCCf99LucRCIViykRbtdlkieD7xYbu6\ntKsg5j3gkBFs5dwKMdo2P1ZT1VQu4OVWFlWXpZrDl64Aoi+qBQkdbablZm2d\nh15phnj6LtW37bJdEoO5zwJvQ7dunktoS7GmnhN/GE0ILHcoBVyBS426q1da\n+fnD//fkY5+s7fzeMhuxtUYTcq7i3ArpGYfYyHYdlRiNBmQswv88wJy48G8p\nqIJhyHNKVTfhT7ikNGE+Wmuq+nrhCJA7eV0/SVRM//fTfnWdJVWDtyPs76Bq\nrONMKDkvc06tGJyAsD3itWMaYUVv3GF5mMv8gO+cbPG6LpXF4BIspkLo9F1+\n1mA+wq1VhWk1igmOtdlmpCO7hNlmnsRsGlcAYV5Y0QEimQvty/5eQUVId/95\n5jb32b4OjIjRA87EPTYDIjpAUOWQIysup8kJ8FRa7mJcSINhBA1PpHYVnQWj\ncPNY\r\n=BvZb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8VMm7cQT0T99TqgcUdD2O4RklqJiP9kzWtf4I5hHNKwIhAJkh1gQcumm9zHHSpeDoak0zo31s+NePqxserTt1eEFz"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.56a58741_1552724476318_0.9526461310555316"},"_hasShrinkwrap":false},"0.19.0-alpha.0ee2b047":{"name":"graphql-codegen-core","version":"0.19.0-alpha.0ee2b047","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.0ee2b047","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.0ee2b047","dist":{"shasum":"17f94e5ee376b86c531225739596356a4e3e658a","integrity":"sha512-ebKMw91RbTGlfXSuT39rv05AbCQiZ3BjNfLAA+lSAQRlApNDVRfAldbqydPptPhZdcK4cyb76/GXmV8mGMjKsA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.0ee2b047.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjM+ECRA9TVsSAnZWagAArM8QAJYWH9UididVUAKvQiME\nCMb7tSxClwrHhObjEaMf8OH8lJBUqPuFfEKSmh4ShgNjCw3rckEUsAqXce3h\nTgOJEeu/FqM58ZVGEGK6wIPuLsajXy8BZxpYd54sNqpWF0DWnCVwCOJr13cA\nie7uYtlZZUYFrBjo5O0CZzOTYYsGsYvoD6Y7sOgHSHoYdCm/JA4vAZPta54h\n6Srgg24WvKp6pW9RH2I6M+4BuDwabJnphjkht/kU31yepLluTzd9a6AzFCln\ntbxH1WoLA0o9o28LkFBLWnTmdQkOL3BVJsKnUvmeIW46ltYaO40FFXajGo96\nLb0uGcrAWOJ4iSt6zxSy4i+DQznIOD6vThgMuM0TlhF7RpiSqTdE+JiH3P65\npaRm4K9Hy7RSB0y4b0MCI+2BikHsja4DG58iuirafMVJ58TGBirD5qOtPDFQ\nhv1vVK+cSpYG+LS6R4EqWvYuyfm1DEBp53JOFQVq9mCcXw3V4fufpEYo3bGP\nFVMbjaQCynFCDQUEK6wFwFdcCyQ8o+lC1DJLibwcabw04t9+YaE7qAbk6zCs\nsInigm8ysOpuyucRhF0DCIdVgQBGQKN8Y0Gs2Bh5u6pVs0p5mmaCPcXDvwHU\nkrZNvSALiBxL6fMDPK+rVP14TKV9q7GN68ZLyZlKkI0lc/3g7t0Dpsr5wUil\nlZak\r\n=wWQ2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHSO1zjYphnQm6f0QW4vaKzgQasiVDtECqbrSWJjN/VFAiBHvR2WEaTd4NcoiiupGqHEtWriBU1MJvjILVM7ujWaWg=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.0ee2b047_1552732035731_0.9092683618369835"},"_hasShrinkwrap":false},"0.19.0-alpha.14bf4dca":{"name":"graphql-codegen-core","version":"0.19.0-alpha.14bf4dca","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.14bf4dca","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.14bf4dca","dist":{"shasum":"7872e0827aa906202db27bd6dc50b5d3a95f3b25","integrity":"sha512-qQeZhxmd/Jk/VZTVltTUea6+v2LmV78Y7nzgQYLk7jJR6uUsHC2nmcumZdjF18Qbe8NOYtX5pag5C0DHHXNO4A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.14bf4dca.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjNHzCRA9TVsSAnZWagAAx+UP/23VTKdLvZm9NNVeupmZ\nJA+nn06batv07XAmRUNB6XgQbgQnYtgv5jQqCDEt74GiXrXo258YO0KXunOX\nQd6Aw1U86k976E1PZGvIMOS36E+5CTkc4Any1fYZa2cZz4YXINfSzUOjsv01\nBSmOy1b5GonM7z4/iU/v49IikiMvNvfWpbMbOlc9R19XF8RfOjLeiRy72Wpf\nJqFxp6bncbt13nZ6IN5XryVMauEFKNGwgD4St9x3GzeBlo3KJ1ytwQSMopfX\n/8W25os/WO3BiCwciN/CD6NC5dxopVu9l2FBbmT5NvUiNrnhvxH8tQ+aEdYO\nVBykG14ezCwo5W+9ruOrBWVkfpxM6MvrXksR4PXIs3ff4AxrezCU+QWUo/QW\nHlQbRfzZpSOoPB38Zs8YJFDwdxuropDFtSCHUNlsAa55an77H/GX9HUMmZYh\nrBQ731bm/GvFCXvOqy6e13jywFany08LwmDpva96rKTFZL+2CQ7MGRlTYdaE\n1nX56v6wJf9dQSA9gk7wpd/HrzFhoytP5fL7gpObEFd9FMw/v5k+LZAkGvEh\nMTouT7ewUQyCxWN5SwIGih5xRoc4bWb3w/4u8zcYpwcxLUhOEgVxNEBB+xH4\n7MbVrQYfqSud/pCBK67n6nkoqOqnPv6xbWxMKsC1tUtQlORqdsis5bhydXOs\nFIQi\r\n=2wON\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpHth5YCQ9ZCz8+k9WNMp+VB4stwzXMu+5lBNfvx6o3wIgJzzg5scH+fAx3eqyzo4ZMosRt1l0J4kD+rd1OPo4AeE="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.14bf4dca_1552732658393_0.5455864223098743"},"_hasShrinkwrap":false},"0.19.0-alpha.06ec81a4":{"name":"graphql-codegen-core","version":"0.19.0-alpha.06ec81a4","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.06ec81a4","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.06ec81a4","dist":{"shasum":"911b616683bf619236e90af31da361d0157fa1b0","integrity":"sha512-OQ++nZAJQji+KzSxT0yJbwf+vUH1gYblOeT5Y/H6I+c5DRnKQXcg3KlXxcJ9L3kK12m/jYweOrgAjN1lFCkQMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.06ec81a4.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjQEiCRA9TVsSAnZWagAA4BwQAIa/2om+Fw/rSxtlO1bC\nRASwOBWMxkE8i4FgN/YKLThwJjw/3/oXra30XpfjTqah0PmmMCDx0DuDIkO7\n1yShOlI2vF3cLSKjT+NMYwE9WQp/ioT3/i38kAu3qdbVXHsOY/9L9JluJ1za\nKPuoOnNnWEvLG17j+p3aZWU04Mur2LtzsiJ2HRj17AibAV3Bz1cIWkyipuGT\ngeqRCC6Zw2DeL/xZfiuwAeI6FwRHTs1yBQ53+HeY4R0+r+4iOe0LUbA5/VX7\n9/7KD2R562bARMkv5qytkkJ6pBJAYbbfvMK0d5ptW4AoHd5u87Oiwb2/1P6o\nX5ugR+1DR9tVnbu8xMxK/SyX0n+36/DSj/v0gpY1EUfazHBu7DTLPdLMKOJP\n66y2KMejl07EMd5Cil3yt8mhif2gbe6TOFqycI+VnYVJWMEFvPn/nBLL+x6G\nRkj3gq8D7BjnFUaaEbxD6s3DHwrLZX7BJgojeXTlUwes3GwpKQiIzQgfkk+L\nqK3BHkTVYwmdmKfij/q6vL/qRMfGkSmzUlR93BF+HGgyMoxCur34NsFj9oAI\nL7Sr5y28msgLw58BuO8QYyC01B2ubZUvj+D8CP18lo2IJBIDmi+cTntYZfJG\nZAmE2uyJ6MvtObWlnspaw6J6NbpdwJbnKN3HpPaCiAmxFUw66PVNa8HKrR8D\npCWt\r\n=Wc8/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/lOGnVzN3d1YOmFprE6ySZ/lvbr6vD5+2zqyHJUdyUwIhAMJUbhnYmHrV44IgeDCBn4hUQB9wPORLm0RJuc1ZWGva"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.06ec81a4_1552744737900_0.37081437976572174"},"_hasShrinkwrap":false},"0.19.0-alpha.2f3515aa":{"name":"graphql-codegen-core","version":"0.19.0-alpha.2f3515aa","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.2f3515aa","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.2f3515aa","dist":{"shasum":"3d497312a209725144d815bb2d6998bf8c30ee0d","integrity":"sha512-KPA7GieeMeMpf9kDIRbUKyMXgQTTqCMxO3CCCroPev+otdqcIot2Sn+ijj6aqsIfxpt4zizTDR9tq5G7ZGjXcA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.2f3515aa.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjf0KCRA9TVsSAnZWagAAj+gP/1hsgrCNs4iIsSO/hsiD\n+fg0WGUV7oxPo54iBfppNMzFPjQq1FEMFNZbumbkHb1+EiX+/2wRwsmUJR8G\nK4UcTeGtwswb7cMbzhnAdvnhlKIgdyyxD6NFAgwtl0BJN+BF9WykZTAJ2jeQ\nF15bP/EiaOIr36AqKgF30VCXRtl06gDGtzUDGaLC7hsxRsjq/eqpU3agMRSf\ncN8Va14Pvg2Rq3CqBss/ODUxhDYe5CkZHTWAHFi5bih+OE710kN4+yaYKl++\n54lpv45dYFdPkiBVPZMVapN0kLVHdFHISpaaCmoyU6/kb9HH7mcXItiOGWns\n/VkptaAsfF7Nz83wS+uojxXWYGEG8Ct3zVWlFYb5Ea+8sessrW1ghttkOscT\ngE+Ud7l1ZvO7OLZkpfZahRGlHy1t1v9+GLsAP2GECCmq5C0RVisO+0u74wTa\ntHls2UEnI64h1LtbwgjZA+t4WerVmRbZd6SRnawdB1dG8etLiAKlInBLxpAF\nUJL3DFo3pQoWjlKWsnqRaoUEmQ5DqLMhluw9U38nBhhRT/wnBUmQI1pTrdVL\nAgNiQewoFlpsJVjG+jW9t0SObqBWb3t71qXWpnIDyx/c+FcFYi4Hj2F9Kgx2\nFGzRV38x4jRJmCy2Tw7Hds5J/q0tCdh8ksBH+Rpmu+jQ17T/jDjQodFgCh/N\n9Yz7\r\n=HImA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPagCgVQw7mI93ljeoD+wM+8JLewHI7xfJ9/1k3pjMWwIgBfBu4u8D4uaQL5wcL//+acKqYaMSCgSnUgl8kJLlli8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.2f3515aa_1552809225176_0.8202311069408963"},"_hasShrinkwrap":false},"0.19.0-alpha.f16a4a0e":{"name":"graphql-codegen-core","version":"0.19.0-alpha.f16a4a0e","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.f16a4a0e","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.f16a4a0e","dist":{"shasum":"1be56a18b15ae08bfbb98e474e1ab90b248c7edf","integrity":"sha512-2w7GEztg6+WO0ar5joeTeBNC4loHgAoHbs+Cqjg/W3GBezQ0sEN4Yj0iOhbc5EUXQbwBG70yJmNjA6uHsCXu9g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.f16a4a0e.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj1BzCRA9TVsSAnZWagAAI3oP/0cSlTCytv1VOGFrK/F6\nyw2e9RbLRi2+8M1z3Q6ejHqUodKjYbkWX9j4HrQ3nAMUJv1FJloNjSX8fewo\no8B9u1wdU3bcOOin5GIR16ahpDc5LtVPhihRahr9S/lu9G+9vYuEkuIAJzTh\nLdjxqQSNKdv4hpN8m8cwMlYTlLq/S2iZZZhkAXsPBke6XZmzWVFVce9gvXdQ\nCguK4gT22r35rwK7G3J9SHwnGqSC9WN4qxA9yEuu/8L2xsJUbLenZpe+4ds3\n5QpMDoj391MShiCMWKqyDkCsG9kvlFKy22kRnTRMSYFgRUepmbsKfFlHCKnQ\ni4PMiYh1ahAZNQLNfnClMSBYHMAZu+qYy8fzaceML4mgv9kU3E8EIoS5YPv9\nAirfevCwc+qoX7npQSjqUkISJiANRtm7BxIDKpAk9HtNIXPufc7mu9mV3MtR\nhcitEvreeTAJpXamFjIjT3eG60+ZFHXjthfueVHxRDYnbWN4dxTM6fLGbtg4\nRWFssv8Za6XKen9ZsadDLsqjrp+yLcxdE9wvzFd2fjz6Q7bjmi13j04obQgg\n2GyTcDZ+ufII7nl4M72GN6nG4g/c2ZwDYBv3SbpNcbaG9fw+TSHvN4rnxkSH\nwOAgVpvINV/Eh7b0M/3YVKM+65I0iwZNyV9EU+MlrMXedAK1xOWA8+PGjtLj\n/jod\r\n=OrQM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC/GuCythySw3JeEStZFE7QsSdJXQNNCwr9ZOG2rnO1tAiAQg2W2iekipT4Oj5cVNCERp7b1+fZgl4kY3J3Q4FgJSQ=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.f16a4a0e_1552896115090_0.1012282658385455"},"_hasShrinkwrap":false},"0.19.0-alpha.6eb3811a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.6eb3811a","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.6eb3811a","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.6eb3811a","dist":{"shasum":"29315ea8560c79732b3bb5b87431bce571e2feed","integrity":"sha512-CceGxJIe4RY2BHPFpzUo6u1pqk9aEpEIBtKXuhiV+sIUjaR4SRD/mvzqP04fAYQWmj186i1YkB8R2dCow8Nutw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.6eb3811a.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj1gNCRA9TVsSAnZWagAAKXkP/1xtoL/5+5E6FJGSbqrP\n3IlqcHko73LJtJlJozZJV/ZwMmBmw5n2DdTqIV3YLSVgVEkvhiNnUwzY5xv0\n4Svme080NBcKpBMscJpryf9r7fyh0GAcGMRpeYQRukZHbm9TqrcSJTXywR7/\n1cQd/E09Zdz5bmQsItCBl7C9n/c14cXfMXvL28LuNFbSc4iGGRYYbgGoppot\n6D0YWvccHkmtDg9m9V5BYaC6E0Zg7L3cuvsDpfARpmrNf8QhLsmQbB8rw9YQ\nO7v8Lijhp41hxKiHJYcaUz8QpvF1M83475/P3x7qCYb6NUdrvsQLqj3mue5C\nAkEwIDprbroakx0UROwLcHd7zdjX7oAOehJoyjsbfwOLlcYna/DTENquDqXA\ntZTwSkyffKaJzBn5yg66sK79EkftBGZ3mh7IFbOP6Uywr7LthpoSEYqjhf87\nGP0gOKoPpZfwrjs8SVJmKQXhZx1ajzY32haMAx6ulBQWHujk0v9BZXtfgRZW\nBxIgKiYJd/FFRXFvgQD8S34Yo2R6zKDdsgOchGet41uXy+XrQa8boHotWbXm\n+c4hOi5xJXLT7HozsNlERp3zu0IrvRlG2ZBpokSkmyFSEodI4Ir8L7U6TTTP\nwhFSThkNhRaLGBV9yI7vEXVO++ekjDj1J74WT4P6TmJVv74YXHKBP1AhdM0x\nvO9g\r\n=7b00\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICACwqhsIPUZIDhVCHRSPi7ia+fAoUHSmBmQlFfGXdIZAiAtbvdDhNukbp8YW75rF7S+N+p5g43mNenL9dinfzZz1Q=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.6eb3811a_1552898060363_0.013950452596728224"},"_hasShrinkwrap":false},"0.19.0-alpha.e16a0d06":{"name":"graphql-codegen-core","version":"0.19.0-alpha.e16a0d06","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.e16a0d06","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.e16a0d06","dist":{"shasum":"2765033ee572a8430899cb1b456070e4fb5a16df","integrity":"sha512-xWiHTJrGJ/E2cjuYY+njIaQLw9yUmo/+fca8LhPcEYc0i7py0iIKy3VuqhYcDSdB+9O7QrylW4sfRw2Tn+cWBA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.e16a0d06.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj10gCRA9TVsSAnZWagAA5mcQAKNieY/Hcep+jFzagor7\nHjVdhC9iCXJtbfopU82beH0DXHnuHO6hGCZ1A6bpgIupS68S6KJKAFtVJ297\nuN336xcUTTRAPHFXUVH7Uzzgw8wLjweiC1Zhb9Ya2jrJ2XcIdrHbo3vhcweE\nMXaMkvz/1zS24PnIsFJAh4AahMARFJkVgoq9jj4HKghi1BHbxpfPgW70HE/b\nwaXzcq7ixaHxtLOeZ+upJ7lsMR1hAiDA8dZKNrAfMaG5d5jPqeIMycg+Oq+u\nEjS8fg3gzVDYrYKm82DF112K6rnYnITAXu+7V6IxuZnW8CONGGQW1kkxxcca\nZehl9hD004anMOgnnrBkMa7fu7L0Ls+O/UOSt+7en4zrpVCGbZDeVOYbkNRG\nPEkB9PUbcHBx+eL6KsxfoVqiYAPHM2Uw6tckylHJ6uR1S1+2BEDMZF4TXXhE\nCdncRz0gHeNwAsq8QaEDZPYsH4biTJOyqJLUm7sU9ksqn1qXp/c78yLxd4ig\nrX8xkSmisKLm1A4fGSFnjIMw+/N118/n21ldiMAxCCl/Xu30/3hDgV95cCLg\ncHoZYr15rAyZwmHUynFKGw2gk9g5rmESXdLyvZF8BAhGP+gH6UHpZcL+CFT2\nQIIw97OJhUZvrw/TNpGGxZDOvG2/H/3wVO+WshoUBpcFVn1R6UAbY4BqLqNi\nsUi+\r\n=JJpo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICm/h6foLMwogtd3T45h4Kn766gnr5BMEpQ2iXRyga/uAiEAmKIioAI8RJO8yUt289jBh3NhbeToZbabHLUawCnRb/8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.e16a0d06_1552899358002_0.29113361174284424"},"_hasShrinkwrap":false},"0.19.0-alpha.bd75ee7b":{"name":"graphql-codegen-core","version":"0.19.0-alpha.bd75ee7b","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.bd75ee7b","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.bd75ee7b","dist":{"shasum":"8539f1d7920b60780dccb2a527e0f11a6edad829","integrity":"sha512-UoZkwpJvXKlT1Am6Rwqvx+8QXGWKb36k8tjoycNTlL9/lq9Uv29fHhc4aoigQc8evdQKVpGSPnErJbkGiuWw9g==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.bd75ee7b.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj2GoCRA9TVsSAnZWagAAexEQAI6k/9D114UJJO5ay3FT\nZrtOgTXyZ3pZqWu23u7yHlZbXo+n8EPvjkLhvTPMey7gT6G+ogbcrxf4ygUm\nyY8JERsloSWTq3L267y07aDpSN2KK3IXdJHK24jCkBg+NVANAumXeJ8opW7y\nW55xnNIxpOwSDDI2qbVlM8Ik4fD21RJwk4LU5qIS+xFk+mQOLH9npqt95Ce8\nfBPDRsUzrXBr4jTh9P5+GcEEcx3fTZcliazluG+2goUysSYq+VqqY+ZGpy2g\nxx5GUDN/p3+3B0wDSOPZGDf1ryZnB1rMlsJ+sX1fjWEuziNPfKZoVkoDZvvk\nOA7aet2vJGqOdkaiMaOpGoCmTqAYiUmxLdg5Qj47e5R/hNJ1ERZsDEEw8DWH\nT7oPwRwYHYxGEQbH7mwO3hhyUl3iUH2Dudi1yLkzwSb9WrhqSf22J4gvG9eF\nQs1e0tVgU+PKox/mSroi/YTkak8mdO0QyFtZYAlCEc0rhS6NVmRC2BmtpPxt\nujpaNTrsqTDf0THd4ZUvFPQI5qP4refDMkkrTQktClVp1GZohdmgG84fxibv\nVkUBKlI/DMLb0mMD5lKm+h3VH+x1Ts1nXLe6L9GXpQg1md1TbwYqmGUnmwXv\nkmh57os7yi6RH8VxvsyJAyvguHaaRvCcmXIef3UMoERChNUGLxITRzVKiAf8\n+8hg\r\n=BWlr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDItPlImqaSmDb7LOACfRsURBi969ZfaQa0b9IhzretmQIfRpoBlzGJT0tbmR0fQsG3eKr6oOv0abFKscfxEKeGhA=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.bd75ee7b_1552900519960_0.39781495186396043"},"_hasShrinkwrap":false},"0.19.0-alpha.eaab1dcc":{"name":"graphql-codegen-core","version":"0.19.0-alpha.eaab1dcc","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.eaab1dcc","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.eaab1dcc","dist":{"shasum":"f79aeb274cded68d717339932058d6518b513878","integrity":"sha512-QsKS377h0+b4A9Zvq7fsrytwn+GxFNGNKxt5NfvCrgZJhjKjWW80rHRKI9emB4wzNCUx5vEo4nj4trEpmQ9Jow==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.eaab1dcc.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj6bhCRA9TVsSAnZWagAAu0QQAJXFgi62CLhAsbV5vlFr\nTFW1iNs5CW3PVfdhdg0+dmsFXJTmz33sowmnUX2iXUQ9mn5Cbb4kM3l4oboR\nzAZfxhygOIqXoei0HObOanKayq/IFIVJvPilSc+UMLnPOQe62YDrsPkeYS+W\n5eL9OKGgYJPe1wB+l4S4SBQA6RcV1Bmx059leJctk8gdaKoMLF3Q1U4Yau0I\nkTlxY9YtCNHSJNk1GcqP6MXlLGro7ryn5o1Keow0AwEpgcheV4GQv8w+y0yE\nJjz9eepxjM9C128o8g+ozbzMw3lxRlDJrDICn/BlftnhSW+bYg/IDFKuIcAC\nctUVEySWTYFBA2aS+lW+uVmVqxjSYJh2Ix1EncP0QdAaZZhBHI032i6YOmpq\nZgloyMf/2xa74oM2wFKXhTjJM6L3Gd+VxbZyzFzV2poFd+pv/vIoQuHWFzwQ\nLGSZOh885Oveb7sVohBZ8c1Ueht+eFBX8c2JXbeXIgORrLvS3cs9yTdDWfZT\nrLFlKnJOz++BMpLa7b7w7oJqNYtd3H8JdW19NXolF1gVHy8UEXccPkKqdb92\n3DIB862ugdSLgsE66UriZPGqoPt30ZzaSku0ZNg8xKIDDrJkwMmN1TO1kTUI\nfjVCXWv5HDzWOGtbTCcHOgnV2zJv4zDDfFtG/LmWKmfhkjANBGhgYXC3IJPe\nuNn4\r\n=V8Wa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBM+5qfg/tTat07espKuERvSbrRllbPwWp7oJQIsUr+QAiEAn5ZNLJINKkIPeUiZjlU7ij9UcYcZV+OuKhlyL89/c8I="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.eaab1dcc_1552918240363_0.3469044496657647"},"_hasShrinkwrap":false},"0.19.0-alpha.11e78159":{"name":"graphql-codegen-core","version":"0.19.0-alpha.11e78159","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.11e78159","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.11e78159","dist":{"shasum":"b210ac58ad2b8743785a254883886a974cfe8caf","integrity":"sha512-B7DQ5MdJMD5aYoWqx4QTJ7d2yIB645ofpVNLpSaL8sxCVL3HYQmyLqD8id3yEOlccn5H6Jgtz1sx5SdlpUedwQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.11e78159.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj6jMCRA9TVsSAnZWagAA0RwP/AqH32rjMd2NhFFE8nzt\n4i1uywtm43oxAAWJFd3nBiSSNCs5IYKcciP/QyPHrXCVYZR25oSGN6E5+ZH6\nUYVYnrPhK1TXkVQCs8BGriSRARDHPfMxiPwJnTQ5AljavQIE9pQklcM9APu6\nTmM9B/uPHNFyCD13QHNTuo86Yczhc0luXUw1SBQOBQqYvi8gO8y2JzZG3+gz\ni3CEFp0Mwli+WyEB59O6iYYNZ+OuXSuzl8G6dO7yz0V80DS1RBHQdGnPCtqx\nxd9d/XNu3RVANpnFa9x/KHF8edA3aulOJmuLXo7/kVa1lL8vbVZcVOfuKodd\nJSkHIezmohRQ03L4FqbOGN7aPZXrXdxkKWFphPCkGBr5D1eyJ14nDzSpNCei\nyJ742SYJMaJhjJ3CC50SR7MeEy+eGnUZGmZKje1BEkSr/Q7igGoOfjK1J76m\nbudNpKhG7mGVaJmyXLkNWhJBU3u10fSmPFsGClkLWywpO6bv1nkALoCeJrRu\nX0A04Ham+5Het++yl+8vzdzhtrn8UnV0hX2dERxwqr4G9HkxWW9/MvEa3js2\ncG6VCYY1YmEtL0fIFBjn8ac52k10IS1Q9lh99rPflm6ShwuSxKEcvpqI3pU+\nZhXrYefpdWJReQW7kKfb1xrc8HSwDPs8/UuFMXLCNiO9ahwLZG8skNCfA7+o\nbAOv\r\n=8XG/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGjtZBk7Vlnrxzjj/556bX5eIhzq6Spog5Vpv3k2t7olAiBYwy5W6nb+RzWhhW30em8KGV2CPVCylwakJMhZxdMZxw=="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.11e78159_1552918731825_0.4455516122905545"},"_hasShrinkwrap":false},"0.19.0-alpha.923f4f64":{"name":"graphql-codegen-core","version":"0.19.0-alpha.923f4f64","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.923f4f64","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.923f4f64","dist":{"shasum":"d37ed6741925d4416d3b59ee68cfde52c09600de","integrity":"sha512-2zdKhtXP8SvYIuy+vCcytAdvLe5mSJbd3LomO/ZLikU3Ew9e4cK84WWgVfC1aqd5Jm5Ja8sZfv0m1OhweTXMYA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.923f4f64.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj6sXCRA9TVsSAnZWagAAtxMP/1dkqsZm0ZOEDKfqwtxj\nGzV6cHvJkVsMmjGGQNpiVh16Xfty8oKlZ5JHiRqFSHstkDeM/wfScH4t+H42\nSrsYre5ZY33YBo6h01z21wtZuOFakJmKIMk0sh+IhYxLvH8A+9adDVokhMiB\n7vAsik6ZmyUrNICbFFZ9SReAHBrApvcpukx3Khr+vmM1NJYclf52jjt0eocE\naqAUIWs8gFAotpK7YQp/GYm4LxJ5dBvOANnW0pBBJ2QNYoWvnEDLfbHGo+Kg\nqYELWOyBLH+IsU9Y6VfUl2ap1w0txGG3CdxLY9jVpMUFiU+vJyraDbwRLYqR\nNnrYeI8sr6egP2UO9RyUzL14zDYJRKCOWEcxVU6Km6FUx6zINzb+a+uElgEz\noLBgRzkGO4ZxXyZ1skAPTGdKo07ghbiPzt84/jopEzC2GRN7pOxgj3VSwdsg\nMJBdk758hFvn3hZB7qfWmLahb8OVjz85V7Z9MToqtkuLnHIlMU4ugdQwnrX0\narmoDwIZPQRWu2uGajSHsVQB8S0OtfrC4InYfmXYh/XaSYQ7b1JgvYZcyBFn\nRZaxpfBmn0md2mG4iwOmjC3eAvLVC6ECtktBjBIn+dE/Pw5zYnGwx/gL8lVA\nMxnxCEt8AhUSEYfcyTYvUH+M5dQ8jlqKJrcg20XU+BAwouoKJvoYvf22ud4c\nUeuq\r\n=ObLY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCM5jP8BmcyD6OD8oGDGhKYyUO7JFtIHzvDADjwjCPHmAIgboBAkUKAvaBr+KcBElUBlWNruGtf84Z9TuUyOwfVyE8="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.923f4f64_1552919318411_0.19702788696859375"},"_hasShrinkwrap":false},"0.19.0-alpha.72ec7038":{"name":"graphql-codegen-core","version":"0.19.0-alpha.72ec7038","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.72ec7038","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.72ec7038","dist":{"shasum":"1984e88a7f71e105b3af3f936617e1814113d784","integrity":"sha512-n1h6hn4bLNqjtANQkPI3GAGHi0j4YMKJ4dpY6i7Ghjn3RiQdCKQP9rNbEsPvVbewYDm9YM7809zXI+i+fc4VCg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.72ec7038.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj81OCRA9TVsSAnZWagAAarEP+wZHJJ+/LWC/47mcbckM\nt2NYd0LET51D5HuSFbgDVGLsnHW8l1IKDU6PNf3fcH0peDnV/OoRmxoNiJZI\n32dlY7AmvE4dxhDMnxSUQ2//skUluNa+fVpesBY8Qda2TgCaLctA39P23BWR\nA9jKRBlMQb7WF6Pn9aOPXHVUkd1xR/x0jMGFyO2bqerY9vXJNWncXjg+gYEL\n97dWUKqa/zjlH+cELFIp3J+OvBtL3ebZnM4RB7FVGK4W09d8vWhMJKpkpXTL\nKHfN9GGE89tVng+4kgVzAmzEbXw+GoIIC/gsKTWO8gWTpjoRUeUpQ89o3pmN\np3nzQEwK9D0Xpt4RINFRKXBhRs2j7KCixXNg5Z0dH4Xr3rR04flubpomf+Qx\nGY4FHwFtDVaHmC1QHqQm0sLTj/UE/lTV1UmrSJfic6oECkJfBUdcr98AI5hE\nxdI57agv47nzX5P2oct65ma4mbnSALRcv9J/KRGPi+cVCCzZ+ldj6ODxm0T2\n0yrk27TBCyff3NIrf8aPW52Fj0f+9Idz9VIfpOaX822SlfQxcoO5XglfaNd7\nWLbRUWOpwNiibh8+rdU7x2kVgxzVtQw9l0aNB7lvtUMjTMF3yb0XOdz2iqp7\nMcQI8mudcRQj+Zu3mcXKpZRU1Rwcaey3EYvsbd3LtTB5WB8ORLskACT1B8Nm\ns2NO\r\n=SHJs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQX7wHo260n77mpWAixOIjPUphIJtpsF0zKS2yjKV0awIhAInm4W+Lk3zWDdDspfJHs3rmEEoGA5K78U3f1lghZGRE"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.72ec7038_1552928077811_0.07278858368418617"},"_hasShrinkwrap":false},"0.19.0-alpha.5c685b27":{"name":"graphql-codegen-core","version":"0.19.0-alpha.5c685b27","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.5c685b27","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.5c685b27","dist":{"shasum":"beb29498e9d0c95f5d7c87ac2e25c131c5b25e02","integrity":"sha512-K10hlLe9JBANHmLi+bxxyJvXiZVxqk723xrkmvvMCrr32TMO5I4EelfrsQ8a0v4R6anqKIB+gkOZBj8ANMip4Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.5c685b27.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj9B/CRA9TVsSAnZWagAAfm8P/1mhi3bol+cA+/g8Gj7X\nbg+atrR8re91dr3ChYscU7vFG+atQkY0G4SOfm2/vEm/RjZLxknR8KKUXbSi\n9OXlNjQzu7c0NVoN9z8vjg+6rn5JY/RCkH8eIRUsJL2/6qfWfVZyOwlZUnaR\n+nTgDX11oJvSKjqKQl+CG2wOxyEHAMhRBsNt6aPDeebWpuG+l9tbqw/H7ibi\nK7K8/oiReQHDOf2uZ4vDUfaiYUKzOwDhglrXcra3+p4IPMRiCHaQQIyribcF\nYjbUQwwl+S4OGRxtinfIB7giPVbzfW6S+udznvv5ECLAogdbyaCouMBrg7wz\n2KIUp/Nu8dTBoKC3u34Vo2VvOfm73F/XiSHevDHKmmjARMz+eLBoZGRLsTHc\nIDeBCO4S/Ktg04pG7QTZxgaYArKsVdkrL48xl5PeQ8OUloYA2ibLkbCiBpH6\nCgPUImc9omoBfYLGyahRbjRB3gO3l9hsiPkUsRBhjCLLdxQKLcqhCrTNlDsE\n6wNROwMGK8t+nhVBVZdvWg0vOvSFB+gCfCxVMNrRubuYAKYUdTUOLZSLxJem\nWAF0QtJvkD77PCKoQf62ovz0Je4cgj90KXC1TKOLGuVEi3JZCnAl8d9d1Dqu\nN+xnu582MqbGeM707R18pZIsgOmBwDffXWRKjlsywMRrDDWbNo0Udmo45l2y\nThDk\r\n=GU0z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSMOUHpqjVJMKFI1FTGIkwiGCmok+0zQQ79MsqIBMePgIgVTZTEA5otA4qOaOBuWZcFDtEo4FVcDiLvahmRTxfITQ="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.5c685b27_1552928894889_0.978229357901508"},"_hasShrinkwrap":false},"0.19.0-alpha.a50faf1a":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a50faf1a","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.a50faf1a","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.a50faf1a","dist":{"shasum":"9305d223858aa0fc5234b9e8327cd74cec9bb4f1","integrity":"sha512-6XcDs3BBaUgjX6b2GJcQ7bQAeVKWRTDiiuwx2OvectOH8+HHhC7xpnrN68P0BUkOtDC0AgN6G9F+74BSFn3jRQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a50faf1a.tgz","fileCount":36,"unpackedSize":25722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj9COCRA9TVsSAnZWagAAOsoP/3AtniJYQXYkR8HfcZ9M\n1yJklPhKO4yvan7lcpBs+xJDU7Ik0qWtCbC9RBG277AzsZm8ibvSsc4Et+M7\n6Q3sZFN0Iq1xvLtzCzlmq/bQSytZaw5slZKtw6FxZSvKfPpUuLomn56P1F6l\nJVRTgXLuE0GbgNnXRqscaUoSNjRkSfEGNJ7mZTTBKnPfp4lrxucEzwOqUWOS\nj9m2Obx/2hSC2RqjoQmvOT5W9h4I42q5u66otW0iH+bwatkNQpDmgPDrlVnf\n9BDl3npkWWp70teX3G2HFypog6ARiOpw09n5mTPlSwNXuNB2v3Wrpk/qQbs3\n8ZfUJRojI1AAaUuHYS9oeokqbYqpl+T1a04j1yWS02+oENjYFLVMD+vSzbw/\nNuw3htY3AW35ABFKBAkuxj0Y0fIIAgudYOxiE6p+d1s4gAkcL74mtiqBrTga\nZBUFDNTmPFYYJzlHYZF5l5Ator7K5GigThlFIoIwWDjtF48iPRAxpT3emAjB\nAzwCfKU8u7uPdS9GVPKaJkRa8o33z57PwXwR4O3OJMgaLjSwkNKzaEgprB6o\n3h5cnb0vM2ZbXjWnXNUmXE2mV52Ij+H0QsTDD9aokqhrgkzbxagFtKt8NVPV\n8Kh821T9Sq3DusrB785kUXVHPhiShGuESDSVlVRQ84zB0unDmjiRMd22MsnU\n0A4V\r\n=u84H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQMyji70e9fGph0hVJuvop77x1O33Fgwfqh7SMNTnJhAiEA652L01XYtLAR9pXQvNuUNieJ6fQfxTIre8cKgBnX1tk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a50faf1a_1552928908875_0.07341856046751971"},"_hasShrinkwrap":false},"0.19.0-alpha.5bed8416":{"name":"graphql-codegen-core","version":"0.19.0-alpha.5bed8416","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.5bed8416","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.5bed8416","dist":{"shasum":"40fe1ab1334d66572520876fc5b5857ed268e7fb","integrity":"sha512-rZqIEU9gXd/sZicpaOftQ/tn5W3D7/LgrjJoPRnvPwG0mh5gbaP2a1rNbUOTRuIUszlZ4djkYJ1RrB0tlrNjXQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.5bed8416.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj9YyCRA9TVsSAnZWagAAv8kP/0Zj0TGdijXllwM2wyD4\nR9MQBQlB2GLp7BrKTqvtMY5G03j0d4nV01/+LH9zAtL7I3Ls+bBCQsBjj2eo\nuGGfsGDcyqOrXLH4x/nEztu7WcFxJ661p3PZHKuDG6EALANEVJribFAWeYQd\ntTs1MnU8kduN0taQBmJpr+ZzO+VJSEYH11ytbwYIqCQCh1BFEV0ZI+B5K+Nq\ntk/f6mAqedHNNDf6AJZqRX9ihAhkFmuw6Csq1gR8d8GQLlr3pWg1hjww2iFi\n02NHmmNiDRTm5s3OiOpCYLD9E4nkFEQiZuyOmL6hkaY3e/EgRfJoJQNYcC24\nztOisYJQfeYaQYOgy8JkCvqm1DX8lZZpKJS+n1f4IoyqvEMBM8UtrFTrJxK8\n/Yy6e7A55fsKyZvzraFJtFWOLnQdbs6V8P9FwhodK3kCq8JVzKoTnRJoMeUq\nYl4wc3dKk+5Eei58Lodzb2kNlUeNGozP7jBVb0i/Bzc4uigBSry0L+2FX6Z6\nV2GKLZdRJXCtVKCOmABCneaLkwiaMU6Vee4/hwcKJqpkj+JteewAqShXC89K\n3TjRM+FJcV5/+I4ZA+a3H23sS9YXKcu7Fn2fqQ5Xl918T2yKe/ioTFRACloz\nWGJaZtviOExCN73XLbwGq6l8vTuAkAxAwG6hOgXJfeN4H3ZJfelwlb+H0U9j\n0TK0\r\n=8pNY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8g64GIakkIEQWWWGiMcljRUEmrP1UODk8GHKpA9/vrgIhALj8nCcXiHQSU+BWtWTH85rtsTRK204L2IECdzemqG9t"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.5bed8416_1552930353624_0.9673249666551662"},"_hasShrinkwrap":false},"0.19.0-alpha.cb4c2258":{"name":"graphql-codegen-core","version":"0.19.0-alpha.cb4c2258","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.cb4c2258","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.cb4c2258","dist":{"shasum":"f6b9ab876d0c9928d8e945d3ddbf6b7e376acd83","integrity":"sha512-kRywSWdIVgXn0Dxu+Bn7zdvIga3MVvQvsspwgBaiOYBjYtTbcjUr/1Z9eLPwcGYVZCb49fZPU+qrbsOlC77XMg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.cb4c2258.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj9cYCRA9TVsSAnZWagAAOzUP/3mt/EAhDOsM0Ykt8CWA\nC/9XQU42NkVWUdmWoxXmY042PtISMhpEBDRfVNUGHni6A2PEUXmZ/J7hY2vq\nFnttk9w6pHyrfNxLGfOLtL4mbwnqk69+EjyXI8vOvux3fwR4pgah6CtwNH9W\nTFp6o07WAx7hklQ9PR3/cP6E5bUZajcQ6sUw8ls3V27OXm+86NwF3XIhBkiZ\nOK2JFWzNIqSTq7ituJDg2BUC9UuIZGSwwQfbHJtwem649h1zmk6z05eo7aJx\nlGiYM1+T5ZAVD65wLzROrB68/CaHkH6oYqDdh1mCQv/caM/JQxchXz9AP+qx\nS95NngFlwNSG3ZL4OVHRzgy3Td2AvD1Pf3aN4h2UC7k14jTO3qLYp3X7F9Mb\nHc0ThCHG8Tq+iXtpvkegGSyI01xH4h74mTnNG6gMIZ2YFJDTAUn2uzP+3iX6\nAYN6Ew3/0EdVkTl/K3PMtUAHcZAnN3nSJLFHKesHirtVXXA+r/Eq3KcP/HLY\nTb2ypaS6VveMTaIRN7zSxdsOk33n//ki63qCKbSLp38hyUrwJA1vYOwcv9rH\noZID1s858m3Yqs8xArPa4AMwEUo+cPePGPbSlkuoV7oU6sywYx3/jQIlccxL\nhADBeU27j3JY7H5g+QFXGrDHwUC411Wf4YBib7IuuWuYp2TO8nryHPQUFzmy\nZXU9\r\n=RERt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCM3jHIQ5DwE5iLPftpJ8ZO9f+dMqARZvFH/CCa28mqYwIhAL5chYPqmA8MeGBFXid4JB2Ka+y9rNXdYO3Wh4fHdeno"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.cb4c2258_1552930583852_0.027817967268003008"},"_hasShrinkwrap":false},"0.19.0-alpha.1871b6a4":{"name":"graphql-codegen-core","version":"0.19.0-alpha.1871b6a4","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.1871b6a4","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.1871b6a4","dist":{"shasum":"e1a802d39cb6f1a93499f23f3e849cdac4e2b32c","integrity":"sha512-Rxx0N704ddbsap2r6gxN115lnV9lsYonMsJH7RgmDmLE6h63UHGCiv5/ri7zLMqkd3M423BtYtir2EhAaTUPMA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.1871b6a4.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj911CRA9TVsSAnZWagAAF+kQAJrJIcSYLBTHZ02WqndD\nYFoLRj8LNNofYOOW1V7w7zpqZ5nurEecLvJNHrQoqcXEVCEcgI+LekfPlm4X\n7U5Rry2+r9Wkoa8wSyhm6aWgqkeORmSdoAIDr3dKDcWx9v8jg0mEltxNITjv\n00VcQXTN0KQTygNkOZUAwZQtNMUBEaAqvG7Balx2mXznKYvqdtHdAkRRA4MQ\nX2OKr9AFIXdII5cUtmzFtcroZ3gfB62TLvLX4XdjAz5LOs/yylRYEjP5LevV\n6xrNhRj84GPAWljFhXOVUzVIbFeMJhR1taIK2+IeOej2tZauvVzEnuAPUzLE\nBOpLn0Qlkl5u+hTOuwIhhIJdsXZdN8SSUA52EkqoM+DpoePAwc0imUTjTHdY\nVUPqKF7tyUXLzqhAfbZ607hHJoHdULqZh+AfiaY4HT0BK/z22S52lduZXHy4\nzjii8TSUm+nUQrEo5AhTKGIqXVVjemE+H4lkwyw/wMhha0J9o0oqN0CMBYFp\nNlLFpXvk1uywkaH2okl7vLc0t8Il6mrVtnT325trP/VpVsnROdbWNr5S7weB\n55FmOS/SL1AF44kQyTKD7C+M7gPlW/hoO3Kb2LD4Mu2XIcqptmn9CVAg5YII\npn1ZUCJITYfZC6QQ4guZreffOvmC7HBd7Gok3Rf7GlUCC73R9OWHYxlswWm3\nddtb\r\n=OjKf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA59O1oNAf+PB/0F5l2CQjFGSGxreXmoBTDTC9FSCoaNAiEAmK+elKNiVmrOZ50IstrcEYAuWJzdCjSYOEaTFHpJ0Z0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.1871b6a4_1552932212726_0.4627890192448021"},"_hasShrinkwrap":false},"0.19.0-alpha.4e974e44":{"name":"graphql-codegen-core","version":"0.19.0-alpha.4e974e44","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.4e974e44","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.4e974e44","dist":{"shasum":"d892b9d76b8abfd12657be84358068a2be8737b5","integrity":"sha512-A/DDLL9XPE7EDY6KaW8kLlZbdN6YKuO9VNxxmmLYYa0CqkkliEKH5F6h3qqPKNJWhkLSCEyXGYVoVWRkYyMJ/w==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.4e974e44.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj+WQCRA9TVsSAnZWagAAEr8P/00M0FOAS7YS6lV6e47q\n2lP/JCRDxXhHyG5t72gh2NmQdZOjGVMMgOwbUpfI4d0akZCRJjLOWTImerI4\nExu+E4GC/4MsbcMOuPrGvLcfA+NoGOM+R7OaduHv3bq+YFEaA+NRzGNgheso\nrSLbjCCQZZCZ5Q3gnqYcWwKAAwFcqqln5YlxhfAbjqR2RxJvTty4RpkMUHNS\nSucQQ8ANXUDnQqdUxzTKN8zr7KLoM+nXbdo8h5loi8rLilwUqSeQu2mW9TDx\nhshN2se6x4j+qWZvtRGDKeRL7nYyeucq2arGcHuJ3S3NpnzrsRD7hEeoawkM\nHFjniY/E5o/HAQX6OgQ869FQP9xgb7nZ8UCUqd/l7FPXNtLcuLk6jmNAEvx1\nszD6bFy8v7qHzf5EQLTorAFTvgsxa6HO0Zz/U7x+mjl83uqs3k0xUBW6oEmP\ngOP0zE/tSfeR+/HIqfD9CG/zvL9VnZSNT6cMqALbGIhCsuky+ghPRpm6nG0Q\n6VIvdnfwxUTe5eBw9leMJ1zBIUWMWnPab0ZD3CQgMOSNl3bc0Z4TpVlPNMVe\n/i8c6n1g5q6wn1wpKEb0L9oXUQN4MD3upqaWtcMXwqM1tSn9KrRabqhEhypQ\nN9/B09nNDt5HRBODZIJQRUSDtAFD1xVtuspJCJYLjhANg5T45Ypro1fCWpBl\nOOSi\r\n=hqF+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPxLCrKH3+7wBDyDdeRDzzmRCz3o5pE7v4MRilqyYDUwIgR6fA0bsIeHRPeon22ttJhWMtL97MpN8cDxNLxJxgtvA="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.4e974e44_1552934287352_0.3825993259151743"},"_hasShrinkwrap":false},"0.19.0-alpha.8785b963":{"name":"graphql-codegen-core","version":"0.19.0-alpha.8785b963","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.8785b963","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.8785b963","dist":{"shasum":"b4bc9d3f991f349ac1277ddb0122f592dc3d6b8f","integrity":"sha512-xKL/uj3PkNhTaeBM+97btOFgE+THgJto6ffLUpzfeWWTmaAbKSqEuO0E3vHTTeRKLgYoprsmX50Diff1bFMMsQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.8785b963.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj+oMCRA9TVsSAnZWagAAdTAP/3z8VGl0VyrIOkgEFlj2\nV/ojyVz6QfA6L45YfzgYld4kgi0TH5QLj/CT/UZI48TtijdoQ9cELer83adS\nnqUhPfACcgKUTcMRLamBLm1YIkuNFy9Z4LJWDP0bIqCQy3H3d9dqHjw8Y9ib\neZ8RkxeEID5cK3SMXCzl+zwelCZqOPPp3vboIfgmXpcnfD32yJxo1Cv/zE7t\nvDWzNxFOwASfn0GgQKubtW1B1ogbRG7kfOzk8GWohWEi01TSuAgvvnH87x6Z\nQ7i5e1HlAoG8q07xHrJqpmaTbZvAmEz36GQMhzOwhhm3OFU53dCEHzQpYU9P\nDUQkapbWKH4vmUeJWRKM0PF0JRt2fbbjDHNVA8ZP6q5GqatfXHPaPFm83GSY\nxRR+wL/vKBP/EGlOvS6aN3ewAopcVJarUYgzcaPwFLDK1/IpIziszmlBVptG\nDoyT7v7nWZogJsvVS6u/sHW3LD7Caj5Vk0lsrOhkNBSaBWffl6Q4/5uye0BA\nC7NYyMtLQe1QH39323DAFpFrW09ZpVqtgRHfUG4RRVHkAmSweCxGCnOR7Lpw\nVD5cEp59nZh6kD8F7BI4NP+kO3dqI7bV+3h3iG0ISNVI1KTpFcUq5tuqJWNX\nxxZqKG7TWLPT+UNcmQkI6tMpybDsHrISX3rTagN4H+CO5IAC2IX0kAQaeW1R\nYo+8\r\n=mpkr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEZB8iGLiYyBSnm68NecnU0mYHJqpWKtswN69bBKAWYSAiEAotpS9a0cm2qWlzTnrPxhfgR5YLc8eykvhRpRCyic5lk="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.8785b963_1552935435675_0.746864991850001"},"_hasShrinkwrap":false},"0.19.0-alpha.810be5e5":{"name":"graphql-codegen-core","version":"0.19.0-alpha.810be5e5","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.810be5e5","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.810be5e5","dist":{"shasum":"e027a383c23c8e2d605a116bad1ff7b99220b392","integrity":"sha512-Nz9iLElQ+l2t7HiNXq3O7+lvams39EmxrJaEMur7C8FYBh11KETbWV2v3fzxNZRJ/gPAavSb6mwh3Y0x97Xbmw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.810be5e5.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckBHACRA9TVsSAnZWagAAcxAP/3hPF89P+wdn9d+5n5B6\nGeVGRcgXHCkstL7eLhpt3t6rdzmK/JpD+cY5lWMR7c2oo7VMzCRhVdXufq9X\nxnowOTMeHHnyixldLHGhcd242MXhPBJcUFptWs0enOWPLQbuxxOvjr9uwVxb\nOG/o4QVg6DjImFjFKVvRGIaFQeQSCjjml8PR1j4vr/0Gbuet3npgR0Z5or74\n7l3TeiJxZZ4fgtUNH+/k8TssxIjG1O5RVFOnydjVry/VYSzsqna2+Sn/7Pyk\n152ug4hQgH+Va93x88LTYV2ID0RDLTBOECpVKDNJaUaXXyxYSFKtrAVxaqCR\n9KNbqLLKYFrVQWBbywL42X+K6+qLpaCz7eYWlvjYNzMUOb3gm0FoBiyc9x3W\nK296Ee8F0NaBTwSvavvQuh1kLOF+gXehvqOjzIo1FZW/IgO8j9TWVmtTFrGy\ny/udRqQ3mUldhS60bIjujrQCXdK8bNsgT+5apTe8IKJTpx4L+k02HqVnnnVT\neE2kCS5LSZu45g9e+qullEHIDiDjZCODNE+M8dM76MDfNVjueY5J985UEg3k\ntaWC5IX7ztrHP6cUq6uiVqv/ZP4FTPXwNEyH44snBUlfYJtUzHB/3av+535i\n77hFZAAgoLmr1u/QwON68PX5MZIl2ldikYn9anybmjUEGPFjqrTxH5cOBWOh\ndjGZ\r\n=+YJt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPCkMj5gQfQaxSsKbEgSOoCqjb+i06hqL45hRJVcZnnQIhAO86y07tRR4bHbPowZR1K+4P9tiUypH6MdXqmIFy0DOx"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.810be5e5_1552945599894_0.8744137209303553"},"_hasShrinkwrap":false},"0.19.0-alpha.3704b8b3":{"name":"graphql-codegen-core","version":"0.19.0-alpha.3704b8b3","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.3704b8b3","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.3704b8b3","dist":{"shasum":"cbe63b68f8761fc9a41e287a5e7cc77cb5390606","integrity":"sha512-qyI9sDIGvm8hs0adelvCp9fDuJXwd7xzTyPwl+vA1CiAb+8npeKVzz1eKe4ZITGztIJti26pYbvBs6trklXF2Q==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.3704b8b3.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckJUXCRA9TVsSAnZWagAAfOcP/R80oI/9pRe7hSfRy+Qa\nE5DDc0NJy8TlCZKuRO69wXaKGaM7Qhz2ekf9ePbjTDmvjjAaJZB1RWxGh9v4\nzsy/mh9zy379SbaJsGlJhX04YUtOLHX8nL2ZAKNq/HDDmz64yBjAyPjUB5Zz\nWjx9MumvFpxaVHQscn7m8Thj2pEB4B/g3w6xMpdlX96d0EXpmNdaIqVfE7G5\n4v01ec68UAgpkepd4rzq9GELDAF9SsjguJmQaZS9ukOBJ5ROQp9n0BqaQeUM\nJJlNPE4m3uIPXnovaSsRSSVTbHecI5der04gMZZDjuE+dfrTVuNZz9TszAW8\neVaQ6usjjw6+mjBSMbazti+oAZ5j4sYUtjKmZcGXarpKJO1Rzwg42lZssB9A\nQrWdQ4mPkSxVfuD4ko9c/UNP1pyYzzeHVJrT+Uh+Ejwa5G5ONL6RSTB0s/hf\nNQmBSeFMqJ+swNVO68pdhQ6OT6KLNqul5yvrbdZDYh2yaU3mUXdypWfwlIZE\nQ02lFHa8Gk7yfvoalgXfqTmZng+NGhsDc1XbRwyIc6qMHhic705j74yehkuJ\nGiSNfADw6cJROFebX9cEm+/l1txtTh0Xsr/r3GeCo8B6HWxJtzlCd9Vt3UaB\nYLvRFnYA/wrkN5BeuznACaMQk/qhKZn2Wla6aSa4b28eYxcbsHIAMM734Jrt\nENt7\r\n=kEm4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5dP1t5NLaXxeuT0hBazrqDCaT2xbAE7btiNs9PxOZVgIgOlD4v6LUSJfH0iKGN22Biox/tuPog05WYRjZs9F1an0="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.3704b8b3_1552979222928_0.3250166086314974"},"_hasShrinkwrap":false},"0.19.0-alpha.dd5bacfd":{"name":"graphql-codegen-core","version":"0.19.0-alpha.dd5bacfd","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.dd5bacfd","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.dd5bacfd","dist":{"shasum":"c5a2192f61dc82ab4e5a50df45279b44e409996f","integrity":"sha512-dnwe0YfA166PD0LwDJOk/8qh21VC4ORDdynBQDKAdumBacsfZtwQpUNpuh7/vZYbL/0bj1WvRE/7MQ9P0nuVJA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.dd5bacfd.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckJi1CRA9TVsSAnZWagAA684P/R9Ga+Az+ZnSO0XhsjVz\nCg+FktNZ64MOetB48wWKUcEPa4iw9NEhKSEU1L3IwG7SUY/ExA8K/f2tUSI1\nigDaJWP/fi/V3nGkhGokmmkxp5xSmN3UBkAURHEd2GaJigUmMGLhdPpdTa/o\nXv/ofAtdIK478nu+fyey7EH/cVA6Kyu1QYYxx1z36zTiJj96vzcIiRwbJmTR\nNbKntGelqsQJUUYphQDbqKWNjFG5BjijP/aKEspeB/705LyUVGj2tppF1lVh\nKaDJ+Xp/bOzFNeL/NPk4QCgWfjILCib2g3sH7spxFqbtXOyN13ZXCCDmeqsy\nOXlo7rp0voaPNDnABOTBDK5/H7bxEPzvowI0U6gSOxt+zY/vEY+yRwU7iKyi\n0qMEwqH6L1rISnZ3TvqVOFt9EOvibNErzUFDveS2BGYQ4eFpE21R89iJ87JR\ng1aXV1/CY0V/JClktTJrOn3ldb5AXzUSS8PeHXqvtyVJoj32HHx2yHSjqz2v\nHkDp3xQ000FmvPWQ7L68f94iwP9B+YdtNk7OlYTWfvrCJIcW/pX6LQGRW8Fj\nBF6ib5wZ2UqVRVReSCX8F9gau0tBvzR5vJ6w9l3OmInIM3oTtQFw9C2qSinK\nB0r5ap2y5EdXgsncCX5MUPKl/il3FpDyFomgRmpVrodYND6hi7vkxtx7pCHs\n/IyJ\r\n=qCI0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCw+cATYo0yW9hrPuN2rRQCVmXfawWXczpcq8cxZciGRAIhAPgvGBkX1kUm38seB+Z9uGp1E5vOWT5Waam9csplF6zj"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.dd5bacfd_1552980149213_0.15563827381358597"},"_hasShrinkwrap":false},"0.19.0-alpha.fcb05664":{"name":"graphql-codegen-core","version":"0.19.0-alpha.fcb05664","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.fcb05664","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.fcb05664","dist":{"shasum":"271983d234c94d6c97cfcf76b9dcbb8b254eab4c","integrity":"sha512-8aTOXx37SuANH4PRpxyoHY/5J2UQ6qJGtn7fHmMtfKjt991C6coXK+0E5uWNFPmrZSqK2bmlCUQ+u7akgecPRw==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.fcb05664.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckJvrCRA9TVsSAnZWagAAGncP/1lbCmb3RcdgFY9fvSvT\nLTbPnG0gUAwqpHGocFcLsgVg54921d7kVQwflQbDwIWpLWyA8AsId82W0Vmq\ndvRvaWYtZVKzHN5LTJbBNUX0/GYIcRnPWlyyVglyn1sZfsSz1aZ4QMtciZh3\n0vXNdpzZsMeg3zi8cSiO13tnnxu1os61M6rJPPqz34mc0JqFqus3DUyR4xke\nYAqPQZ61g2G579899LUx8SA+juhIBWYcG/I6NMzaVKw0UsmDlyCXPolDWhvc\nu4A5sii1DUk8VWbEW/AewpMdpwKjbvlUd5OFsWFY4dkDh/D2AKA81RrOMoCO\n3RIapFOPnu56NrKhGs7SA6OMGzvWvI9J4qkaoytdnJl7+PbfUNmE/pefF0Bl\nNL7xeyqzrFMPCMand1gfcd88k9Rh1p9HEys7wAVY1lJEW1+h8gAmj/4AMNB3\nEEvnDVhPuBqC6mc/TbjTfF8KxYkXMBbsBX44d67mxusQ+PXOzfSDiBRSUWMJ\n+wsjat+7V/MJHWNAYncMgO5uZ7K8tOJyHlWoKwptSH5jHIk6l5pTNCc0Jwb5\nrq4+pMJux/Z6vXqBjI+CiBJidDZ8NVeZuZD/P5cpqvn3uaPjx7GKJrEjCBx7\nzzhcHmAPPDOOV/poRuEKJ8Mpoqnqwb30E1gxZKS5wRWRKg5zXQ+1Flqf6ErN\nqlzE\r\n=LKpn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBMKiKojm0Mz7sKS8PnweGtIhxnQrwIWNaczMCpa8pW0AiEA13zLEr4PtO9eeAx20HdjmK+ZLlFXFPzNBM87vbzyd2g="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.fcb05664_1552980968701_0.34358956925639483"},"_hasShrinkwrap":false},"0.19.0-alpha.ab0b68e0":{"name":"graphql-codegen-core","version":"0.19.0-alpha.ab0b68e0","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-code-generator.git"},"scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean","build":"tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs","test":"jest --config ../../jest.config.js"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"dependencies":{"graphql-codegen-plugin-helpers":"0.19.0-alpha.ab0b68e0","graphql-toolkit":"0.2.6","tslib":"1.9.3"},"devDependencies":{"ts-jest":"24.0.0"},"sideEffects":false,"main":"dist/commonjs/index.js","module":"dist/esnext/index.js","typings":"dist/esnext/index.d.ts","typescript":{"definition":"dist/esnext/index.d.ts"},"readmeFilename":"README.md","readme":"# GraphQL Code Generator\n\n<p align=\"center\">\n    <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" />\n</p>\n\nLive demo and full documentation: [graphql-code-generator.com](https://graphql-code-generator.com)\n\nProject repository: [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)\n","description":"<p align=\"center\"> <img src=\"https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true\" /> </p>","_id":"graphql-codegen-core@0.19.0-alpha.ab0b68e0","dist":{"shasum":"c9dae43181df736b6c59843528412415c89d2551","integrity":"sha512-BR5i80R/hk6OAwqP+voPDUv2GnQ54GFJZAcMobSh2djzEa3socaVrT0KduTdDBQR6j6MSSbOcNK+TP8TgZ9KOg==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.ab0b68e0.tgz","fileCount":36,"unpackedSize":25022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckLjRCRA9TVsSAnZWagAAkvcP/0sZM1nG9USRl5UuaWNJ\nzlRZjtSCjf9OKGaklekph606j8r+xrXghE2P5w/ArVJePaV/j3IanQNXw1R6\n6TySqAV5gUrMRSDatZFI9YlqTl2Q2mIrgffFjkJeeAziI5ya82yd3BMjSsRa\nK/+Ob5SRfb6KM8CVXjOwI1qwRqIbjUWpblE/iBxy6AB3/PVZ2jGNbc5t5zFY\n0rm9+XW5viFKvgOdc8Vsbbcrp8OIHfxEzY7Ay9NPjLuLMM6GoV/7AWTqyIt6\nyosPNDoKx9QCE7hYOWtNjrszS8u0ivaaYuSNAvDeI6bLg1Yt9s5TKYPTeyaQ\ni5n9jV/Y8PJ6WftoGHdCl+Ww7/NVqQWiTQfHmapfnL7fXqTMgO8lKYB8TBOZ\nS65vmwc5eQA5QNaMFsXKpO5I5DomvK5sLObaQwS1aTchwKn+oe4dPZbKnh0V\n04+0bOxir6A1taMpNk4YOlFKe2spXz3uQtoLKPwCOBCtmaIlUpQng2L9QVMl\nebWXvJYoHGe/8OubqMvdyhSCOt81dw5bQLiB7vmZKxMIJpVNg9rbkP2zU7NQ\nB7tEZO44tP81N5MIdG3vnADmPP0n4wHRhPQXXFBSpBeBM6QRnVjPxg57rN0K\nfpaFfOzOifnkUgrVpWLazbtb9jTdTICLHeStSQD9GF0jl4XSsfsukxXpwueU\nWowo\r\n=4e6i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFa6yZt9erDMxwMVuVrGJ6uphcdK1xFGLiTRb1UGgmC4AiEAjSOFkhcjTLALHSY+1W6p5tADqw/lYioa4SRgYst/EGI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.ab0b68e0_1552988369172_0.1112722658735823"},"_hasShrinkwrap":false},"0.19.0-alpha.7713bf54":{"name":"graphql-codegen-core","version":"0.19.0-alpha.7713bf54","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.7713bf54","dist":{"shasum":"5954ebb197ef4c2c4380284e9990980eb32a4f69","integrity":"sha512-ZicFiae6YkCDyR1VDA0M4ZygI3esZ4k15bVWun7zRRNYj1Na2Bmn0ZFPy+cZ31PAg706W9RQhIfrlq9Ef+2jNA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.7713bf54.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctfTICRA9TVsSAnZWagAA5tIP/1ZwRuOBS0/atWybRLr+\nfc0aym21ZCJ1grBVGfdqrZ3Y4ItV5dFBK4DVrAHY/W84GXeQArNVKqZakIwP\npO6Ckoij7TtHPP3htZBxcvpp7n5izNyNGb654ZWE7GWEu1km1Ha0D3K2dgC4\nvrgdRFIYYs6+tndTu8jNOlX565UO8rgTu/58NnSen/tJ+lsKRs2y+u4TXAwm\nJqSH0iNisXhjovPIpjfQG9an45r6cEpb3Qal76T1RMr9753c0u8dw0XBz7qC\nCI4tZzFTwYKL4JYNkoXNw2IfJhI2pkertA33VCraXgF9CU+LGaVW0q3IeZhf\noZ+7QHS19HnknCvVb6m3ZCqGwepLbt/+QmwnQ/USnQ1xgfrsNiDVUGX4mpTB\nPWJTNIcJc64rJ4mDWZ46S/MTLewGJNSBoOlZSfPKr1qfTB/hsoGS6Q7KizgV\nME7e7SFsPNsvQCo4W/a4eXAcY9S6Z8a9hlwdtzT0Iyz/I/0H6Aa06xqnNrKT\noeF0HMK6ikDLZ5XyN1LRIX2MLdmDQ15zFZvbwRFcg5OsvZTkI9Bi2GvU6N6C\nTiXUdHWs4XBEl6/SA4Zjh0oxHtf2adqEMzUX+6Yc+NDZq4QEE2V6AmMPuEXe\nu69Dzxh0b/ycQukZYqfF91yoASRyWOzgg71ELSHH+xN07YkOkEhpDglww/z2\n5ebA\r\n=O/Vz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhnJXLnyaogcIsfxIG6MXjR1VH6H6aVGa6uXPLwb5e2AiEA6ViOBTwixztuLuWYdYdt65RFbDzNFpy46CsZBx0q1eI="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.7713bf54_1555428550860_0.9040826518219878"},"_hasShrinkwrap":false},"0.18.1":{"name":"graphql-codegen-core","version":"0.18.1","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.18.1","dist":{"shasum":"a9be3d2eddca8844bfc4d9f5e06d1e8a4c47eefa","integrity":"sha512-AWJ/+4663h2LltPVmjCFkUKPG70nanZecQlbH5mJv0okdRCdHzMnZgRhTHK8ONq9zbd712ww6t9viTyAs1OTcQ==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.1.tgz","fileCount":90,"unpackedSize":91606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctfUnCRA9TVsSAnZWagAAfakQAKMA1B8OD+7lmBnAUFty\nhcdsUIc/guQMmhM/qYmWiwu5YJ8q1OLWy7qRXG6X/4XMOaDaYsU4Vs2zbD6C\n1ZXPKQoU6qzdG3rgim7QJwAJlWAVKDR7990UBkziYB5UNL4Ih/9huvpOQPAK\nREgxYH+OD89/8JQs2DIj7c1f/P/xrPi3hsF+nFx+8c8lY9kNjTzpFN20VOLm\n0BymvOTZb6aNMInIujkLNzamoaAMXLkp2zIK+PHTonqWFCML+x9/Ld6WPAAU\nBe75RPxdZjYv9wGoBh0a/TJCzj/oQcB/gIGBmBc3p5d6dTyIRXGVkqpXeq6l\nrGOsO02nO9ctdnu+Eup6/tur9b2I+So9gHmT3u/v7aQKRGwk8togZQUkfqZq\nNMvar+XlwteWmVFRyGNN9zbNtECn6pO0YQK0/LQ4K7kOKKss5YKklZNtasX0\nxOR95XXWjnCbz7HyPUZoT/gR8sriRrWm6RWQnDsFYUgLa8DWElOIjqAKEwxf\nQkUJkzBPc4NvBzjsKtwUvruaPrSBGM31mHBYxwra9y1bF/wiRZ2VoLUOtIuC\nifWLCNzqaqE63q6NjZ8sU7BerjYCd1+YKMnIO1G7zsKW/89tqJJKFzI/enxF\nCXRbvsiW10cOcGnK2jYt4v3ourPInR8kIc5bNAURJ/m/M0psSD5KHOqaINPc\nBtsH\r\n=5M7C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDW+AIgDzi8XMO3iU+jUwqch0Pd7UjOGgSKXnRJqqpPhAIhAO2Kt2HC9kf50BzBJoXB3Nx3lHMTE5FJ9a27EiZmJhtJ"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.1_1555428646135_0.2766967289962974"},"_hasShrinkwrap":false},"0.19.0-alpha.a49a2a96":{"name":"graphql-codegen-core","version":"0.19.0-alpha.a49a2a96","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.a49a2a96","dist":{"shasum":"b5d974b68fe15920e7f766e30af2ca012de1425a","integrity":"sha512-HgwGHg0PgaFH7rrJu4JCaw0WGOdXH0yydHT0cX4WeeJ6fDuSV4uCkcQiJXA+HvmRGjXSTwIgIc16DWSoeqyRIA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.a49a2a96.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctfbICRA9TVsSAnZWagAAaSQQAJJlRh+KC1+KaPXBYyqu\nyWRw/1MJXSh0bQ9KripKQ8/48VXW5EJ3V0bzeKqF9CPlhfQfTH5Bqldb/uip\njjU/vKFItMZZ/peMx31P9UJlaB4xacT/NepPIGSJ4O6KArIpnWg8b6Fs2z1H\nlrvQoRkl186kSe1NVKUi+U0Oa7dBQigOVbtrmxDLlqObUZFD6MDdLX9iTe7b\nyulXoiDOAKkS71ZoIQiB1tk+v/KWqiRgidlIOf3lDGq69y873EvpP+LIzwS6\nlcbjtBzWiH2nnJyNYeLMeWTDAF8uqRsvF6WdsINMO47InWy4K3jjK530pSS7\nPzLB5GDx85j1HAGdFhC2Ob1nKBvQ8HE12vxHIi9NMHoZtKgFuWlEppyq7xC0\nHZYX/1kNCElY76Th3I9o8T9GZMHXa7/jBFoUbYALAsMbMkFfL/15sr5cKU6Z\nXaC8efuagIVzvOSbvvxbhfeKCVor3YlTeA8gv9t04aj8RhoPpfEOyGg0PrVt\nHA1ZQGAG7oHxjcQu7/HR/v41qxnuMV/HaomcTckh1mMVDwDOs46dS3yjVo5e\ngAM6VIxm0ZhAY+s3REPu1bxuxeK+MpwWncLdMBwxWTz3bKMZMgV95yg/THbP\nquDcU0SwZwgiTETtad/k0ciC0+O0L5IiBvjPJJYtfwruP5Qt1BmbgCW4HVw8\n8vNN\r\n=HMGq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFTYljTKyzacK3P4W+qT6kLWNtx7F3GmEYZhFSLAsvt8AiEA+U++C35LIKgHvkXnnXyDRwEpFAn6AYlJDO5A6Mb35hs="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.a49a2a96_1555429063393_0.7312850457420552"},"_hasShrinkwrap":false},"0.19.0-alpha.964f7955":{"name":"graphql-codegen-core","version":"0.19.0-alpha.964f7955","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.964f7955","dist":{"shasum":"453cbafb6b528b68d372ec136b622985f97d7850","integrity":"sha512-SziefgJedRzn2X3eLjZM3NmdZ/Bw17M7EMKAdIzxRvG45gDibeP21vZgn/RYOtkN+hRNmkUv7/dZnrsq7Kz0ew==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.964f7955.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3S0kCRA9TVsSAnZWagAATbkQAJVBsZno5mX2IZ/nHO98\ni5bQBjPY9G1vGL8HTMhJW/gvj4D/KMP0w0xjg2OtdLDiyQRcW6NQn3xemKIa\n2LCYcLBh9an2dsg0UghsYtcfpx0Lxv6gw4LUZ3/OhwXzLBPKueGSC5bPEgZk\nygpHAh1fobftU/rxmXpsS6aYW0qwipkUsgqnk07mWsk4XvD4imJ1hcZLwuid\nJy70aiBiw4iKLerkc4YtwdSFFcIOE3CRJweQns06xj6/vAqtcAiV5XpmMgO8\nWyXxSy9UCHKYrh2dWlGnZR8E6pIY0UoloNrutEGvZCMtnTXqWTk47WjUbgT+\nLPpJiHKxl6rXfUcufVGvFvdPPMM7yiQRdGtw/n4Sc27a7qHyntvUxsxlrPtV\nm/gs5iTWWRFE2mHAGkOs/8xWJjePtmoe70pE9z8ayTxaGodo9tlgj4pHpMaJ\n5lP4rxTxaVohMM+mJwlXgAnYNGvurrRbTbrYpl8EIw4JH6t+Nt0P+FbyAeWP\nHYC/M+8k/XiSuUfXQKK/KsB1c7pm+Tqgi3z/e+sNBo5HJF11dlxG+n+jbSiq\nxibYjXYpXcRmi1skXGtCQrFvT68SdYckfyXX4Wj8W3Y5OwW3hw+JDnAabmcN\njzFrFRKrGmrINcxZsBvB2kAubrBiXMePK7Vc3eeXP2A81zKhbfyOX2YB/UVf\nZVn/\r\n=HIYS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDu4EXMCv9yzZ100qii699qAwZnc+tCH2HjYdFZAnUl3wIgH8VYdILa1wiKpHZqwf/Efe/yTfNNJMf+tEXCANHK84M="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.964f7955_1557998883536_0.12185950197462114"},"_hasShrinkwrap":false},"0.18.2":{"name":"graphql-codegen-core","version":"0.18.2","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"_id":"graphql-codegen-core@0.18.2","dist":{"shasum":"205b25d2bdb20a35b986495b60d219a8d02ef266","integrity":"sha512-fjfIUrDx0KDdr/jYjUs51+07DvcEc5w9tdid/bNezNzT2iJLtmnnmYLR62an3/PKUnKSOAIKLYxFIBOzsFJH9A==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.18.2.tgz","fileCount":90,"unpackedSize":91606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3TIQCRA9TVsSAnZWagAAlNoP/34FpluQmomrbhNP98Y8\nw1EMWjjk18MQRvzL79Ehmrk5UIbukabzd1sNnOG+RWUajrjuyUH+UYYy8/1b\ne17r5qWBTyw0O5ubH5UPS/OenUgs/lK3DF+BKdm1zUxfR8qiGdzrF8NiCDp2\nufDcnM7rWaz2Eyzw6eBnloBFsLqB2e2kUokCTu1efQaii8Qi4VqJEPrZFXoj\nZIbDLdDD05FoNX2HqD3ydh8Y1SqzkFoAfaQ7+ut06PwHlH7akr8EzrMn8jkd\nYxBa1ICPAihhF0kbSO4M2/d44uPj4f9M1OoLa5D0C6rI3RGc0G+J0d9JpXYP\n9ehGbUtewWqLBggcb8lEpR1YR4zdaRSuaM9leKMEjrVreGrpvn1J1as86FNy\nAZVkoAb81eiAflov5BGkM1L+IMKh5tybIDVGJu3irL6nlmgLZBG8q5EoOaGZ\nx5DnaBXPuqpORRbDlaYI68HTT9elaQbHmpF1FihomjOZidZwc3hH1KUrPClh\nmfw3zgoBIrhZmaqYGTefZROWcM9hEcg93xuL/XEWHPTl2/BBtmoSOoRdkTEC\nAcpP/A1+bzU61CqC5in4S51WvsAmzDgrqlIyB5TMce3MEfldoQjzz/Xh0DII\na8LHz8WubGCuKpFfg8wXHdmYURI8XKhPgQjAlyLc9JG2GoV55C7Tns4GoNpj\nNV8u\r\n=LO1j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkecJsHhhmk5MPWLz/pwJNgV+21Vx9udSsGDvUyG2MMQIhAIKnztJDXljo91sFQpdUbBVYbGXBX69+Wo2Ihw5T33ii"}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.18.2_1558000143548_0.6856192892422233"},"_hasShrinkwrap":false},"0.19.0-alpha.80ec87c7":{"name":"graphql-codegen-core","version":"0.19.0-alpha.80ec87c7","description":"GraphQL types and code generator based on schema","main":"dist/index.js","scripts":{"clean":"rimraf ./dist","lint":"tslint src/**/*.ts","prebuild":"yarn clean && yarn lint","build":"tsc","prestart":"yarn build","start":"cd dist && node gql-gen.js","debug":"cd dist && node --inspect --debug-brk gql-gen.js","test":"jest --no-cache --verbose --runInBand"},"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"transform":{"^.+\\.tsx?$":"ts-jest"},"testRegex":"(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$","moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"chalk":"2.4.2","change-case":"3.1.0","common-tags":"1.8.0","graphql-tag":"2.10.1","graphql-toolkit":"0.2.0","graphql-tools":"4.0.4","ts-log":"2.1.4","winston":"3.2.1"},"peerDependencies":{"graphql":"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"typings":"dist/index.d.ts","typescript":{"definition":"dist/index.d.ts"},"readmeFilename":"README.md","readme":"# `graphql-codegen-core`\n\nThis package is in charge of converting `GraphQLSchema` and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.\n\nThe entry points of this package are:\n\n* `schemaToTemplateContext` - transforms `GraphQLSchema` into [`SchemaTemplateContext`](./src/types.ts#L78-L94) object.\n* `transformDocument` - transforms GraphQL `DocumentNode` (object that can contains multiple GraphQL operations and fragments) to [`Document`](./src/types.ts#L195-L200).\n\nThe purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (`has...`, `is...`, `uses...`) to the context.\n\n## Build process\n\nThe build process of this package is based on TypeScript and compiled with `typescript` compiler.\n\nTo build this package, start by installing the package dependencies:\n\n```\n   $ npm install\n   // Or, with Yarn\n   $ yarn\n```\n\nThen, you can use the existing NPM scripts to build the package:\n\n```\n    $ npm build\n    // Or, with Yarn\n    $ yarn build\n```\n","_id":"graphql-codegen-core@0.19.0-alpha.80ec87c7","dist":{"shasum":"bf21631692dd4e247093d358cdc0e37156284556","integrity":"sha512-fwZ7WhIqrlXrpKbMTKPI14dncMrMDtfKq8UhqGLshswLwyhyb4iqvy6cjKiKtaoztOjKkX9baKm9kWDzoTwfCA==","tarball":"https://registry.npmjs.org/graphql-codegen-core/-/graphql-codegen-core-0.19.0-alpha.80ec87c7.tgz","fileCount":90,"unpackedSize":91621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3TOqCRA9TVsSAnZWagAAtIAP/15zXqOQ89yVYj+UEkyD\n7Eihg/h0tCY1HW84exYgkxSUAalIkTF3DxbyT3Cun1ifzgBAT8r8ijKbyDIB\nS+T754oq2xzV0IxbTYXG2l1PwYmqb+JibK/xcO0+pFjDS27Kc8UqPtR1i9cd\n9NK2gpQwnUHBNlVvV1Nsgrt+xgbXUgHipnlFgQ/DQPfb1VlonuIaRXNl8vWA\neboOIM/d8cdGozZDPvBI4L4rUbIrsCm3dNdtv1pGeZMfGF7hFsvwLfXa79Rs\nyVuJqFMgOqy678fqKMpos8xVkHgf+3e3nOYl3O1VSM+R57z8X83qa3gwbypC\n8cNvUGlRlO2EyNzfBI8KoDw/TvxABooKD5od8eIVDfJG3iU1HMzk7nKgh7jF\njaSnu5KXtxDtNw157MhAM4qnhQMw94Je2+oREQOMIgD9KTyQq4tM31gJMPV7\nq/+cj8Uy9YivitfHnWwJWSAlDMvJ7afCINyoui17Fnkam2vqw17rD3e69jdw\nTg9d6k1xj3h+SxO4LU/AsOJIvIYFdxSFCO8z3HlS/rjx2vpdG01meZPo4CGD\nbBq9yoFLjRcthzeLqQ5XtEZ/zYdMQE8wBxROI5U0HVbYFjtyLOpDE0en/CNP\nUBJrB8ysCftwC8UlPrBvX+oNYstPO1BUDtoW9hmprNZgo6kSzNN0vYyvqWQ2\n/kxc\r\n=4KOh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDESnryO8b8PsRtJ/6e6EKwOBKkwFuQ3ACObvdr75gPdAIgUhOZfjU4klD5xOJuqUyk1Tn5iRnc6Ur9uT1pTWTe1Rw="}]},"maintainers":[{"name":"dotansimha","email":"dotansimha@gmail.com"}],"_npmUser":{"name":"dotansimha","email":"dotansimha@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-codegen-core_0.19.0-alpha.80ec87c7_1558000553750_0.25202325772609613"},"_hasShrinkwrap":false}},"readme":"","maintainers":[{"email":"dotansimha@gmail.com","name":"dotansimha"},{"email":"kamil.kisiela@gmail.com","name":"kamilkisiela"}],"time":{"modified":"2022-06-18T13:55:29.713Z","created":"2017-06-28T17:35:46.640Z","0.6.0-alpha.62b22f38":"2017-06-28T17:35:46.640Z","0.6.0-alpha.d381584b":"2017-06-28T17:50:18.933Z","0.6.0-alpha.14ecb322":"2017-06-28T17:52:43.923Z","0.6.0-alpha.afd0ebbc":"2017-06-28T17:58:27.184Z","0.6.0-alpha.65d94de4":"2017-06-28T19:41:04.065Z","0.6.0-alpha.3744e90e":"2017-06-28T19:51:59.991Z","0.6.0-alpha.6cb4c2a8":"2017-06-30T07:37:35.321Z","0.6.0-alpha.d8fc1f37":"2017-07-02T09:23:23.958Z","0.6.0-alpha.7854fe32":"2017-07-02T09:27:16.774Z","0.6.0-alpha.cc01df5b":"2017-07-02T09:32:56.346Z","0.6.0-alpha.548c19d9":"2017-07-02T14:06:36.041Z","0.6.0-alpha.4e12bbc7":"2017-07-03T05:48:05.725Z","0.6.0-alpha.b44f7c86":"2017-07-03T06:37:36.245Z","0.6.0-alpha.f56888d8":"2017-07-03T07:30:40.047Z","0.6.0-alpha.9509210":"2017-07-03T07:32:26.085Z","0.6.0-alpha.1bc8b137":"2017-07-03T16:24:58.185Z","0.6.0-alpha.2bcde2b7":"2017-07-12T07:09:36.911Z","0.6.0-alpha.624c8437":"2017-07-12T07:12:07.255Z","0.6.0-alpha.1e35b32a":"2017-07-12T12:19:44.195Z","0.6.0-alpha.4ec61588":"2017-07-12T12:20:01.721Z","0.6.0-alpha.866878b2":"2017-07-12T14:28:31.851Z","0.6.0-alpha.cc47c396":"2017-07-12T15:01:46.069Z","0.6.0-alpha.a6fea330":"2017-07-12T15:02:46.780Z","0.6.0-alpha.d5fe220f":"2017-07-12T15:22:47.528Z","0.6.0-alpha.2449484b":"2017-07-12T15:42:51.370Z","0.6.0-alpha.ba79dba1":"2017-07-12T15:46:14.332Z","0.6.0-alpha.8640f1df":"2017-07-12T15:56:34.758Z","0.6.0-alpha.aedc961c":"2017-07-12T16:03:15.534Z","0.6.0-alpha.6b10a2b2":"2017-07-12T16:05:52.007Z","0.6.0-alpha.6ee86113":"2017-07-12T16:07:48.486Z","0.6.0-alpha.19fa4b91":"2017-07-12T16:13:12.561Z","0.6.0-alpha.b746c9f3":"2017-07-12T16:52:23.858Z","0.6.0-alpha.458cc367":"2017-07-12T17:02:37.635Z","0.6.0-alpha.040ffe5d":"2017-07-12T17:04:39.713Z","0.6.0-alpha.f5818070":"2017-07-13T09:58:04.482Z","0.6.0-alpha.8a5e7815":"2017-07-13T10:14:44.860Z","0.6.0-alpha.0897eec2":"2017-07-13T10:42:23.350Z","0.6.0-alpha.fe25425e":"2017-07-13T10:43:16.800Z","0.6.0-alpha.a03e97a2":"2017-07-13T10:47:55.727Z","0.6.0-alpha.8a21c8cc":"2017-07-13T10:49:10.764Z","0.6.0-alpha.e5724a2a":"2017-07-13T10:53:01.414Z","0.6.0-alpha.602b816e":"2017-07-13T10:58:21.007Z","0.6.0-alpha.31d807a4":"2017-07-13T11:29:08.532Z","0.6.0-alpha.24ca3932":"2017-07-13T11:54:52.146Z","0.6.0-alpha.3e7644c0":"2017-07-13T12:09:17.613Z","0.6.0-alpha.a6e3567b":"2017-07-13T12:09:41.817Z","0.6.0-alpha.275b77af":"2017-07-13T13:50:05.687Z","0.6.0-alpha.8e61e231":"2017-07-13T13:50:40.828Z","0.6.0-alpha.836ffd2e":"2017-07-13T14:07:50.377Z","0.6.0-alpha.4aa8b5de":"2017-07-13T14:08:31.583Z","0.7.0-alpha.073f588d":"2017-07-14T12:23:02.235Z","0.7.0-alpha.3dcc416e":"2017-07-14T13:39:55.771Z","0.7.0-alpha.b5ecec0c":"2017-07-14T14:09:34.923Z","0.7.0-alpha.542dd03d":"2017-07-14T15:58:43.153Z","0.7.0-alpha.383c3d35":"2017-07-15T06:38:36.831Z","0.7.0-alpha.82bb43f2":"2017-07-15T06:45:29.291Z","0.8.0-alpha.8b63add2":"2017-07-15T07:02:02.850Z","0.8.0-alpha.2c1bcf44":"2017-07-15T13:27:29.609Z","0.8.0-alpha.167b50c6":"2017-07-15T13:34:23.186Z","0.8.0-alpha.c833ee09":"2017-07-15T13:37:45.447Z","0.8.0-alpha.bf43df88":"2017-07-15T13:43:20.421Z","0.8.0-alpha.15f89c5b":"2017-07-17T09:50:33.456Z","0.8.0":"2017-07-17T09:55:17.873Z","0.9.0-alpha.5fd20a9a":"2017-07-18T19:45:25.469Z","0.8.1":"2017-07-18T19:46:17.052Z","0.9.0-alpha.465f2525":"2017-07-18T19:57:20.639Z","0.9.0-alpha.1a4d72cb":"2017-07-18T20:00:01.218Z","0.8.2":"2017-07-18T20:02:45.919Z","0.8.3":"2017-07-18T21:15:37.016Z","0.8.4":"2017-07-18T22:59:20.439Z","0.8.5":"2017-07-19T08:11:22.559Z","0.9.0-alpha.2f7495c1":"2017-07-19T14:32:50.478Z","0.9.0-alpha.dfde14c1":"2017-07-20T08:07:37.060Z","0.9.0-alpha.6b9f20a7":"2017-07-20T08:22:46.702Z","0.9.0-alpha.f365e6db":"2017-07-20T08:25:42.951Z","0.9.0-alpha.9c759e1a":"2017-07-20T08:27:31.028Z","0.9.0-alpha.a6c3d1d1":"2017-07-20T08:29:10.855Z","0.9.0-alpha.4ef2ace9":"2017-07-20T08:38:27.750Z","0.9.0-alpha.70002868":"2017-07-20T08:40:14.693Z","0.9.0-alpha.ebd3e3b5":"2017-07-20T08:45:49.140Z","0.9.0-alpha.80022c38":"2017-07-20T08:46:50.068Z","0.9.0-alpha.41c502be":"2017-07-20T08:48:06.832Z","0.9.0-alpha.118cb289":"2017-07-20T08:55:37.518Z","0.8.6":"2017-07-20T09:06:29.567Z","0.8.7":"2017-07-23T06:26:25.267Z","0.9.0-alpha.574a7a7b":"2017-07-23T07:55:08.609Z","0.9.0-alpha.417b87dd":"2017-07-23T07:56:11.858Z","0.9.0-alpha.a13bb670":"2017-07-23T07:59:11.462Z","0.9.0-alpha.00efbe34":"2017-07-23T08:10:40.903Z","0.9.0-alpha.5e331b10":"2017-07-23T16:03:02.411Z","0.9.0-alpha.6c0c5bdf":"2017-07-24T05:42:44.152Z","0.9.0-alpha.b4c4afea":"2017-07-24T05:59:12.337Z","0.8.8":"2017-07-24T09:00:27.459Z","0.8.9":"2017-07-24T13:42:35.700Z","0.8.10":"2017-07-24T13:48:20.776Z","0.8.11":"2017-09-20T06:38:01.532Z","0.8.12":"2017-09-21T08:29:33.865Z","0.8.13":"2017-09-21T08:31:47.692Z","0.9.0-alpha.5004263d":"2017-10-25T08:00:46.459Z","0.9.0-alpha.0bf8d921":"2017-10-25T08:04:26.955Z","0.8.14":"2017-10-29T06:37:52.018Z","0.9.0-alpha.dd6f89a7":"2017-12-26T08:29:28.241Z","0.9.0-alpha.86a530fd":"2017-12-26T08:43:45.528Z","0.8.15":"2018-03-13T08:16:56.413Z","0.8.16":"2018-03-13T09:56:47.813Z","0.8.17":"2018-03-13T14:37:36.332Z","0.8.18":"2018-03-13T14:41:31.420Z","0.8.19":"2018-03-13T18:24:19.998Z","0.8.20":"2018-03-14T19:02:55.713Z","0.8.21":"2018-03-17T10:02:29.150Z","0.9.0-alpha.1d7d22ce":"2018-05-01T09:53:20.161Z","0.9.0-alpha.addeee32":"2018-05-01T09:59:54.188Z","0.9.0-alpha.face303f":"2018-05-01T10:03:01.703Z","0.9.0-alpha.5d464447":"2018-05-01T10:07:05.557Z","0.9.0-alpha.7a97f4ac":"2018-05-01T10:12:56.688Z","0.9.0-alpha.699c13c7":"2018-05-01T12:30:48.018Z","0.9.0-alpha.d1cf343e":"2018-05-01T12:39:33.999Z","0.9.0-alpha.f8dc7d38":"2018-05-01T13:41:29.969Z","0.9.0-alpha.5b5d8e31":"2018-05-07T15:58:27.178Z","0.9.0":"2018-05-07T16:13:18.014Z","0.9.1":"2018-05-08T06:13:18.565Z","0.9.2":"2018-06-10T09:24:21.984Z","0.9.3":"2018-06-18T10:49:35.156Z","0.9.4":"2018-06-25T15:31:34.064Z","0.10.0":"2018-07-03T09:53:51.891Z","0.11.0-alpha.88f075da":"2018-07-03T14:25:01.297Z","0.10.1":"2018-07-03T14:27:50.948Z","0.10.2":"2018-07-12T07:32:45.813Z","0.10.3":"2018-07-12T09:06:27.140Z","0.11.0-alpha.05b04f2e":"2018-07-12T15:02:33.534Z","0.11.0-alpha.50095dc4":"2018-07-14T10:41:46.632Z","0.11.0-alpha.3f939e67":"2018-07-14T10:57:02.283Z","0.11.0-alpha.de921266":"2018-07-15T08:04:22.629Z","0.11.0-alpha.a72102c0":"2018-07-17T07:23:06.253Z","0.11.0-alpha.098b547d":"2018-07-17T07:39:36.288Z","0.11.0-alpha.60849746":"2018-07-17T07:56:48.868Z","0.11.0-alpha.38559577":"2018-07-17T15:07:04.875Z","0.11.0-alpha.8e7e5865":"2018-07-17T15:13:48.654Z","0.11.0-alpha.e73d4523":"2018-07-17T15:17:21.924Z","0.10.4":"2018-07-27T17:46:27.024Z","0.10.5":"2018-07-30T08:31:32.269Z","0.10.6":"2018-08-05T05:15:26.317Z","0.11.0-alpha.66aeac3a":"2018-08-07T09:57:47.676Z","0.11.0-alpha.24e6f8f5":"2018-08-07T10:24:02.721Z","0.11.0-alpha.0f864c7f":"2018-08-07T10:39:43.114Z","0.11.0-alpha.d942235c":"2018-08-07T11:04:09.139Z","0.11.0-alpha.1f1963ae":"2018-08-07T11:56:59.493Z","0.11.0-alpha.4c054a57":"2018-08-07T16:30:24.005Z","0.11.0-alpha.c2ace11c":"2018-08-08T10:11:41.487Z","0.11.0-alpha.d23d1b0f":"2018-08-08T11:00:00.138Z","0.11.0-alpha.e41fa5fe":"2018-08-08T11:13:04.841Z","0.10.7":"2018-08-08T11:29:01.824Z","0.11.0-alpha.0":"2018-08-20T19:57:44.492Z","0.11.0":"2018-08-21T15:13:26.817Z","0.12.0-alpha.821f12df":"2018-08-30T11:41:04.187Z","0.12.0-alpha.576bcbfb":"2018-09-01T14:16:11.539Z","0.12.0-alpha.e1a653eb":"2018-09-03T08:26:28.424Z","0.12.0":"2018-09-13T13:56:54.066Z","0.12.1":"2018-09-13T17:43:24.026Z","0.12.2":"2018-09-14T17:53:04.462Z","0.12.3":"2018-09-17T09:45:57.980Z","0.12.4":"2018-09-18T10:11:47.982Z","0.12.5":"2018-09-18T11:59:34.179Z","0.13.0-alpha.6d010135":"2018-09-18T15:40:23.323Z","0.13.0-patch.e0b0df1c":"2018-09-18T15:48:28.181Z","0.13.0-alpha.30bb2b9f":"2018-09-18T15:56:57.589Z","0.13.0-alpha.2d710114":"2018-09-18T16:00:54.268Z","0.13.0-alpha.106f2555":"2018-09-18T16:01:33.264Z","0.13.0-alpha.24f2cd83":"2018-09-19T13:20:53.103Z","0.13.0-alpha.68ff229c":"2018-09-19T15:36:05.008Z","0.13.0-alpha.b9bc1f8f":"2018-09-19T15:36:36.129Z","0.13.0-alpha.b2037482":"2018-09-19T18:59:48.546Z","0.13.0-alpha.367d1263":"2018-09-20T07:05:10.115Z","0.13.0-alpha.410e9357":"2018-09-20T07:05:17.337Z","0.13.0-alpha.ff740cbf":"2018-09-20T07:05:28.866Z","0.13.0-alpha.532a84c1":"2018-09-20T07:05:34.986Z","0.13.0-alpha.7595f4f0":"2018-09-20T07:09:15.558Z","0.13.0-alpha.06bc6df8":"2018-09-20T07:53:20.656Z","0.13.0-alpha.c32427e7":"2018-09-21T02:51:14.409Z","0.13.0-alpha.dadb76a7":"2018-09-21T13:33:13.790Z","0.13.0-alpha.bd6593f9":"2018-09-21T14:17:07.090Z","0.13.0-alpha.e2bcfb88":"2018-09-21T15:15:45.431Z","0.13.0-alpha.a443c507":"2018-09-21T18:08:55.089Z","0.13.0-alpha.858a6118":"2018-09-22T06:03:10.336Z","0.13.0-alpha.af122dac":"2018-09-23T09:12:18.630Z","0.13.0-alpha.58a29468":"2018-09-24T18:36:39.734Z","0.13.0-alpha.e638478f":"2018-09-24T20:30:08.609Z","0.13.0-alpha.45453f11":"2018-09-25T07:27:21.241Z","0.13.0-alpha.7cc1881f":"2018-09-25T08:54:35.146Z","0.13.0-alpha.c71ee1d3":"2018-09-25T08:55:04.864Z","0.12.6":"2018-09-25T08:57:55.206Z","0.13.0-alpha.19dcc773":"2018-09-25T09:00:46.533Z","0.13.0-alpha.b1595fb4":"2018-09-25T11:04:31.343Z","0.13.0-alpha.04fc18f1":"2018-09-25T20:47:23.073Z","0.13.0-alpha.f20d2d35":"2018-09-25T23:50:26.111Z","0.13.0-alpha.5ede60b2":"2018-09-26T07:06:42.752Z","0.13.0-alpha.7bc67d49":"2018-09-26T08:57:58.279Z","0.13.0-alpha.61708da9":"2018-09-27T07:23:50.289Z","0.13.0-alpha.77bc6e6b":"2018-09-27T12:49:13.080Z","0.13.0-alpha.3c236c15":"2018-09-27T13:02:27.075Z","0.13.0-alpha.4e397e7b":"2018-09-27T17:51:03.667Z","0.13.0-alpha.d0ab4cdb":"2018-09-27T17:51:36.150Z","0.13.0-alpha.3b142394":"2018-09-28T21:54:58.663Z","0.13.0-alpha.63e2a625":"2018-09-29T17:23:02.138Z","0.13.0-alpha.42633a9d":"2018-10-01T06:47:13.834Z","0.13.0-alpha.c39ae4aa":"2018-10-01T16:26:30.864Z","0.13.0-alpha.f8bd9be4":"2018-10-02T06:09:22.611Z","0.13.0-alpha.7c74c32e":"2018-10-02T07:48:40.480Z","0.13.0-alpha.ac5eb2a3":"2018-10-02T07:48:47.408Z","0.13.0-alpha.4330c431":"2018-10-02T07:50:00.209Z","0.13.0-alpha.9e0c7819":"2018-10-02T07:51:57.922Z","0.13.0-alpha.eb30b26a":"2018-10-02T07:53:00.889Z","0.13.0-alpha.fb5b2096":"2018-10-02T07:54:26.209Z","0.13.0-alpha.68bf59ca":"2018-10-02T07:55:21.623Z","0.13.0-alpha.c5edeadd":"2018-10-02T09:59:46.967Z","0.13.0-alpha.ef6e22ef":"2018-10-02T09:59:57.280Z","0.13.0-alpha.94e4c061":"2018-10-02T10:01:02.119Z","0.13.0-alpha.307ff120":"2018-10-02T10:02:53.062Z","0.13.0-alpha.67531045":"2018-10-02T10:03:28.426Z","0.13.0-alpha.4466a3e8":"2018-10-02T10:03:52.836Z","0.13.0-alpha.212bb6d8":"2018-10-02T10:28:30.961Z","0.13.0-alpha.965a9103":"2018-10-02T10:29:01.442Z","0.13.0-alpha.c3e00360":"2018-10-02T10:29:38.075Z","0.13.0-alpha.2d904238":"2018-10-02T10:33:17.906Z","0.13.0-alpha.09f013b6":"2018-10-02T10:49:05.087Z","0.13.0-alpha.c2c17483":"2018-10-02T10:49:20.592Z","0.13.0-alpha.ab37e4cb":"2018-10-02T10:49:35.497Z","0.13.0-alpha.4d884371":"2018-10-02T10:49:52.581Z","0.13.0-alpha.8f33023c":"2018-10-02T10:53:33.101Z","0.13.0-alpha.eff53b75":"2018-10-02T10:54:27.270Z","0.13.0-alpha.32c0e5b9":"2018-10-02T11:02:01.566Z","0.13.0-alpha.302ec857":"2018-10-02T11:02:07.234Z","0.13.0-alpha.89295568":"2018-10-02T11:02:16.959Z","0.13.0-alpha.4c5693cf":"2018-10-02T11:18:56.460Z","0.13.0-alpha.6c2dd4c7":"2018-10-02T16:52:28.302Z","0.13.0-alpha.cc713899":"2018-10-02T17:28:34.854Z","0.13.0-alpha.5276d1c2":"2018-10-02T17:32:04.230Z","0.13.0-alpha.9ef3d2d8":"2018-10-02T18:48:46.089Z","0.13.0-alpha.67178b71":"2018-10-02T18:54:55.871Z","0.13.0-alpha.827d6cf4":"2018-10-03T06:12:02.386Z","0.13.0-alpha.6b090baf":"2018-10-03T06:15:01.937Z","0.13.0-alpha.64db831c":"2018-10-04T07:56:18.868Z","0.13.0-alpha.21eda4be":"2018-10-04T07:56:50.373Z","0.13.0-alpha.de54a1ab":"2018-10-04T07:57:01.231Z","0.13.0-alpha.10ba15b1":"2018-10-04T07:59:27.014Z","0.13.0-alpha.53d0f6e6":"2018-10-04T07:59:51.977Z","0.13.0-alpha.dda39b74":"2018-10-04T08:00:18.304Z","0.13.0-alpha.812f139a":"2018-10-04T12:26:15.959Z","0.13.0-alpha.292c69e7":"2018-10-04T12:29:16.852Z","0.13.0-alpha.fbd5cfd0":"2018-10-05T08:12:50.399Z","0.13.0-alpha.70bfed7e":"2018-10-05T10:16:16.997Z","0.13.0-alpha.f84c63c8":"2018-10-08T17:54:18.561Z","0.13.0-alpha.34876635":"2018-10-08T17:54:48.438Z","0.13.0-alpha.ce92f1a7":"2018-10-08T21:55:37.269Z","0.13.0-alpha.52e11cc9":"2018-10-08T22:27:36.441Z","0.13.0-alpha.2d5bc6ed":"2018-10-09T18:25:47.618Z","0.13.0-alpha.3e15e493":"2018-10-09T18:25:59.280Z","0.13.0-alpha.3c428293":"2018-10-09T19:13:08.359Z","0.13.0-alpha.b2838580":"2018-10-09T22:35:13.332Z","0.13.0-alpha.e695e4da":"2018-10-10T17:47:53.588Z","0.13.0-alpha.c15ef569":"2018-10-11T02:21:18.713Z","0.13.0-alpha.9d055057":"2018-10-11T08:16:50.681Z","0.13.0-alpha.6e088183":"2018-10-11T08:17:15.012Z","0.13.0-alpha.b10d1a81":"2018-10-11T08:17:25.163Z","0.13.0-alpha.fcfe0f11":"2018-10-11T08:17:54.289Z","0.13.0-alpha.c8fe1522":"2018-10-11T08:18:31.831Z","0.13.0-alpha.22f8282a":"2018-10-11T08:18:59.435Z","0.13.0-alpha.540619c1":"2018-10-11T08:19:29.524Z","0.13.0-alpha.5f5dbe1e":"2018-10-11T08:19:41.170Z","0.13.0-alpha.053c787f":"2018-10-11T08:20:11.277Z","0.13.0-alpha.eedbcd5b":"2018-10-11T08:20:55.486Z","0.13.0-alpha.7f8c1695":"2018-10-11T08:21:17.120Z","0.13.0-alpha.0c715bc1":"2018-10-11T08:21:52.406Z","0.13.0-alpha.cac7575f":"2018-10-11T08:23:17.380Z","0.13.0-alpha.a11500bc":"2018-10-11T08:23:25.076Z","0.13.0-alpha.143cc7cd":"2018-10-11T08:25:21.312Z","0.13.0-alpha.7d3cc003":"2018-10-11T08:27:29.170Z","0.13.0-alpha.f3ce681b":"2018-10-11T08:28:08.638Z","0.13.0-alpha.41e3af52":"2018-10-11T23:28:30.480Z","0.13.0-alpha.c522fa56":"2018-10-12T09:58:57.728Z","0.13.0-alpha.c7a25a9f":"2018-10-12T16:47:41.752Z","0.13.0-alpha.02719f3f":"2018-10-13T07:54:51.176Z","0.13.0-alpha.90c73331":"2018-10-13T07:55:10.995Z","0.13.0-alpha.1d0a3ebc":"2018-10-13T07:55:19.095Z","0.13.0-alpha.d8bd2057":"2018-10-15T23:17:49.201Z","0.13.0-alpha.df4e458a":"2018-10-16T01:19:46.065Z","0.13.0-alpha.7f716f02":"2018-10-16T07:52:11.209Z","0.13.0-alpha.c5ee0f70":"2018-10-16T07:55:16.230Z","0.13.0-alpha.4582497f":"2018-10-17T18:33:42.345Z","0.13.0-alpha.1dde25b5":"2018-10-18T09:48:27.634Z","0.13.0-alpha.8e20bfdb":"2018-10-18T11:31:37.441Z","0.13.0-alpha.b843184f":"2018-10-18T11:31:53.895Z","0.13.0-alpha.adf58fc6":"2018-10-18T18:47:15.528Z","0.13.0-alpha.1b8ec9bf":"2018-10-21T09:59:02.690Z","0.13.0-alpha.c5c9f329":"2018-10-21T13:52:12.014Z","0.13.0-alpha.c80566f8":"2018-10-21T13:52:47.841Z","0.13.0-alpha.779c2664":"2018-10-22T09:16:20.826Z","0.13.0-alpha.40dca563":"2018-10-22T09:44:30.791Z","0.13.0-alpha.32c1e109":"2018-10-22T10:28:23.191Z","0.13.0-alpha.5900f558":"2018-10-22T10:34:29.834Z","0.13.0-alpha.215bbdd7":"2018-10-22T18:21:59.628Z","0.13.0-alpha.86ea85d2":"2018-10-22T18:38:59.396Z","0.13.0-alpha.7928031b":"2018-10-22T18:47:51.944Z","0.13.0-alpha.12d55318":"2018-10-22T20:10:32.481Z","0.13.0-alpha.880a7d8b":"2018-10-22T20:15:23.997Z","0.13.0-alpha.ecb12fd4":"2018-10-22T20:55:27.468Z","0.13.0-alpha.a478937c":"2018-10-22T21:50:25.072Z","0.13.0-alpha.13238437":"2018-10-22T21:51:11.810Z","0.13.0-alpha.fe224229":"2018-10-22T21:51:46.835Z","0.13.0-alpha.15be85ed":"2018-10-23T13:37:00.665Z","0.13.0-alpha.dc6c7f04":"2018-10-23T17:09:30.852Z","0.13.0-alpha.2edce5cb":"2018-10-23T19:01:06.335Z","0.13.0-alpha.658244db":"2018-10-24T08:47:54.812Z","0.13.0-alpha.26308f26":"2018-10-24T08:49:03.952Z","0.13.0-alpha.4920d0fc":"2018-10-24T08:52:14.734Z","0.13.0-alpha.7077c93b":"2018-10-24T09:17:41.713Z","0.13.0-alpha.c9f9ab19":"2018-10-24T09:19:46.299Z","0.13.0-alpha.6f5ee178":"2018-10-24T09:29:35.622Z","0.13.0-alpha.4b7fa3c0":"2018-10-24T11:08:25.360Z","0.13.0-alpha.25f355ca":"2018-10-24T11:10:41.086Z","0.13.0-alpha.34d7ada0":"2018-10-24T15:56:53.442Z","0.13.0-alpha.fa3dd811":"2018-10-24T15:59:03.274Z","0.13.0-alpha.4d092902":"2018-10-24T16:47:14.299Z","0.13.0-alpha.30c6f3e8":"2018-10-24T20:13:08.325Z","0.13.0-alpha.c37d6ad9":"2018-10-25T09:16:42.395Z","0.13.0-alpha.2c860cbd":"2018-10-25T09:23:18.412Z","0.13.0-alpha.58aa4191":"2018-10-25T09:39:57.525Z","0.13.0-alpha.f9e01717":"2018-10-25T10:15:17.193Z","0.13.0-alpha.21241530":"2018-10-25T10:16:51.366Z","0.13.0-alpha.2ce671cc":"2018-10-25T10:17:12.417Z","0.13.0-alpha.50e1e305":"2018-10-25T10:29:55.839Z","0.13.0-alpha.8e0abd35":"2018-10-25T10:34:03.934Z","0.13.0-alpha.1ac82e62":"2018-10-25T11:46:38.787Z","0.13.0-alpha.8be2b1e6":"2018-10-25T12:08:07.956Z","0.13.0-alpha.3468ac24":"2018-10-25T12:15:09.442Z","0.13.0-alpha.04fc7cc7":"2018-10-25T13:31:30.076Z","0.13.0-alpha.4f9e6f08":"2018-10-25T13:51:35.287Z","0.13.0-alpha.18bdad2e":"2018-10-25T13:53:42.060Z","0.13.0-alpha.eacbee5c":"2018-10-25T15:51:29.292Z","0.13.0-alpha.f8c8892a":"2018-10-25T16:10:09.998Z","0.13.0-alpha.f0398853":"2018-10-26T09:04:56.199Z","0.13.0-alpha.f3384d84":"2018-10-26T09:05:21.933Z","0.13.0-alpha.7a22cb2a":"2018-10-26T09:09:03.016Z","0.13.0-alpha.e3b86daa":"2018-10-26T12:21:41.815Z","0.13.0-alpha.34c9c8c7":"2018-10-26T12:52:41.478Z","0.13.0-alpha.b99853ae":"2018-10-26T13:19:54.193Z","0.13.0-alpha.a6dc2cdf":"2018-10-26T13:37:48.141Z","0.13.0-alpha.fe7f3e8e":"2018-10-26T14:20:27.657Z","0.13.0-alpha.064aaaac":"2018-10-26T15:59:12.804Z","0.13.0-alpha.17b3de0c":"2018-10-26T21:21:50.375Z","0.13.0-alpha.180a136b":"2018-10-27T01:55:18.970Z","0.13.0-alpha.ff7cf3bf":"2018-10-27T07:48:03.804Z","0.13.0-alpha.5df8f2b8":"2018-10-27T09:27:09.655Z","0.13.0-alpha.7812c9f0":"2018-10-27T09:27:14.126Z","0.13.0-alpha.1c25bcc3":"2018-10-27T09:57:11.242Z","0.13.0-alpha.f7a1fe33":"2018-10-27T09:58:57.085Z","0.13.0-alpha.2b4b25ac":"2018-10-27T17:31:02.977Z","0.13.0-alpha.dae974ff":"2018-10-27T17:34:11.332Z","0.13.0-alpha.db7db7b5":"2018-10-27T18:20:34.419Z","0.13.0-alpha.1036df2c":"2018-10-27T18:26:06.556Z","0.13.0-alpha.a5a7962f":"2018-10-27T18:59:54.448Z","0.13.0-alpha.8dba4aeb":"2018-10-27T19:10:50.900Z","0.13.0-alpha.75065061":"2018-10-27T19:13:29.421Z","0.13.0-alpha.053963c9":"2018-10-27T21:57:33.493Z","0.13.0-alpha.a8fa20a9":"2018-10-28T12:56:19.763Z","0.13.0-alpha.96742667":"2018-10-28T15:56:09.832Z","0.13.0-alpha.41be2362":"2018-10-29T10:30:07.362Z","0.13.0-alpha.9a8a0654":"2018-10-29T10:34:24.122Z","0.13.0-alpha.f6ccc34c":"2018-10-29T10:39:18.668Z","0.13.0-alpha.42376d8c":"2018-10-29T10:42:36.223Z","0.13.0-alpha.68753636":"2018-10-29T15:44:23.218Z","0.13.0-alpha.e54c047f":"2018-10-29T17:28:40.481Z","0.13.0-alpha.4bf4aa96":"2018-10-29T17:58:48.792Z","0.13.0-alpha.13cefbdd":"2018-10-29T19:35:42.762Z","0.13.0-alpha.c4a47fc3":"2018-10-29T20:36:38.459Z","0.13.0-alpha.5bbf4d4f":"2018-10-29T21:58:13.132Z","0.13.0-alpha.bff9b6a4":"2018-10-30T07:36:56.875Z","0.13.0-alpha.499fbf51":"2018-10-30T07:37:04.254Z","0.13.0-alpha.576fc71f":"2018-10-30T07:37:24.696Z","0.13.0-alpha.fa30b773":"2018-10-30T07:39:00.113Z","0.13.0-alpha.31a499db":"2018-10-30T07:39:17.299Z","0.13.0-alpha.f7c23626":"2018-10-30T07:39:36.680Z","0.13.0-alpha.43b5774c":"2018-10-30T07:58:32.290Z","0.13.0-alpha.ca932b4e":"2018-10-30T07:59:04.056Z","0.13.0-alpha.fb93ced7":"2018-10-30T07:59:25.507Z","0.13.0-alpha.e2710037":"2018-10-30T08:01:41.343Z","0.13.0-alpha.898ab460":"2018-10-30T09:12:34.210Z","0.13.0-alpha.3fc4ec09":"2018-10-30T09:19:30.864Z","0.13.0-alpha.612fa4cb":"2018-10-30T20:08:03.085Z","0.13.0-alpha.70def5f8":"2018-10-31T06:02:32.355Z","0.13.0":"2018-10-31T06:09:17.936Z","0.14.0-alpha.6e18acb1":"2018-10-31T06:11:29.786Z","0.14.0-alpha.3861680e":"2018-10-31T11:48:12.064Z","0.14.0-alpha.753cf9d2":"2018-10-31T13:49:57.423Z","0.13.0-alpha.a51638ed":"2018-10-31T16:24:23.792Z","0.14.0-alpha.92ec3c00":"2018-10-31T17:41:30.669Z","0.14.0-alpha.5aabe967":"2018-10-31T17:43:48.408Z","0.14.0-alpha.7537dfee":"2018-10-31T20:48:49.096Z","0.14.0-alpha.42a7054a":"2018-11-01T07:04:46.279Z","0.14.0-alpha.13706952":"2018-11-01T07:05:30.527Z","0.14.0-alpha.b4492c37":"2018-11-01T16:18:23.170Z","0.14.0-alpha.8c647ccd":"2018-11-01T17:58:25.281Z","0.14.0-alpha.58a2c883":"2018-11-01T19:33:07.694Z","0.14.0-alpha.0292b740":"2018-11-01T21:30:42.925Z","0.14.0-alpha.7cc612f8":"2018-11-01T23:40:08.502Z","0.14.0-alpha.31f55221":"2018-11-02T00:42:04.701Z","0.14.0-alpha.2e1219b8":"2018-11-02T08:14:29.610Z","0.14.0-alpha.cd9a7e57":"2018-11-02T08:15:32.030Z","0.14.0-alpha.6d918651":"2018-11-02T08:16:01.104Z","0.14.0-alpha.12b4fe0e":"2018-11-02T11:01:24.640Z","0.14.0-alpha.4c605fc9":"2018-11-02T12:32:57.226Z","0.14.0-alpha.45c04164":"2018-11-03T12:02:04.378Z","0.14.0-alpha.0c572152":"2018-11-04T17:39:25.291Z","0.14.0-alpha.150a7582":"2018-11-04T17:56:20.129Z","0.14.0-alpha.cfc8fe47":"2018-11-04T18:40:32.734Z","0.14.0-alpha.e90b63a5":"2018-11-04T18:52:29.686Z","0.14.0-alpha.5591e383":"2018-11-04T19:19:20.740Z","0.14.0-alpha.69d49fc2":"2018-11-05T06:51:58.823Z","0.14.0-alpha.197bcfb7":"2018-11-05T09:22:06.436Z","0.14.0-alpha.72564d2a":"2018-11-05T13:26:49.421Z","0.14.0-alpha.7c111b43":"2018-11-05T14:09:21.490Z","0.14.0-alpha.0bf44189":"2018-11-05T15:27:34.245Z","0.14.0-alpha.a9096b1b":"2018-11-05T18:58:54.591Z","0.14.0-alpha.667411c7":"2018-11-05T20:46:29.109Z","0.14.0-alpha.079e17f5":"2018-11-05T22:57:34.390Z","0.14.0-alpha.08d3f8ea":"2018-11-06T07:46:56.878Z","0.14.0-alpha.932a4f69":"2018-11-06T08:53:25.588Z","0.14.0-alpha.d4fd0077":"2018-11-06T08:53:34.233Z","0.14.0-alpha.8e19c3fb":"2018-11-06T08:53:42.215Z","0.14.0-alpha.10dfa501":"2018-11-06T13:14:39.517Z","0.14.0-alpha.a5b572ed":"2018-11-06T14:04:34.370Z","0.14.0-alpha.21950c91":"2018-11-06T14:30:52.997Z","0.14.0-alpha.d3681d44":"2018-11-06T15:03:38.831Z","0.14.0-alpha.600d2aab":"2018-11-06T19:14:42.052Z","0.14.0-alpha.365ebd86":"2018-11-07T01:46:13.344Z","0.14.0-alpha.a7d6cc1b":"2018-11-07T03:34:35.989Z","0.14.0-alpha.f29bb497":"2018-11-07T08:12:53.901Z","0.14.0-alpha.d8402d86":"2018-11-07T08:13:12.249Z","0.14.0-alpha.3b5bda17":"2018-11-07T08:56:36.921Z","0.14.0-alpha.e0b152f9":"2018-11-07T09:17:26.933Z","0.14.0-alpha.3ba697be":"2018-11-07T09:26:31.629Z","0.14.0-alpha.217d012f":"2018-11-07T09:28:56.798Z","0.14.0-alpha.7a8564cf":"2018-11-07T09:41:33.105Z","0.14.0-alpha.12824a93":"2018-11-07T10:19:13.434Z","0.14.0-alpha.65c5da61":"2018-11-07T10:22:42.913Z","0.14.0-alpha.2b5dd4de":"2018-11-07T10:23:24.497Z","0.14.0-alpha.0dc3c08f":"2018-11-07T10:25:37.038Z","0.14.0-alpha.6ec6ac43":"2018-11-07T10:34:34.081Z","0.14.0-alpha.028ad0ed":"2018-11-07T11:55:38.368Z","0.14.0-alpha.1b4ee721":"2018-11-07T12:04:48.845Z","0.14.0-alpha.56eee35e":"2018-11-07T12:12:04.539Z","0.14.0-alpha.ad801dc3":"2018-11-07T12:37:31.571Z","0.14.0-alpha.ae45d308":"2018-11-07T13:03:20.301Z","0.14.0-alpha.a4fbd654":"2018-11-07T13:57:22.691Z","0.14.0-alpha.28268e43":"2018-11-07T14:13:53.255Z","0.14.0-alpha.609b90b2":"2018-11-07T14:41:06.497Z","0.14.0-alpha.c0b3122c":"2018-11-07T16:23:40.933Z","0.14.0-alpha.cbd3f405":"2018-11-07T16:24:28.278Z","0.14.0-alpha.0088a6ab":"2018-11-07T17:24:22.854Z","0.14.0-alpha.51ab2f2f":"2018-11-07T18:09:26.148Z","0.14.0-alpha.9218e2b8":"2018-11-07T18:29:02.726Z","0.14.0-alpha.70003040":"2018-11-07T18:36:53.601Z","0.14.0-alpha.ccdfeb71":"2018-11-07T19:28:59.357Z","0.14.0-alpha.a4838807":"2018-11-07T23:43:10.069Z","0.14.0-alpha.ebdda7aa":"2018-11-08T07:07:22.537Z","0.14.0-alpha.8d8bee2f":"2018-11-08T08:46:31.412Z","0.14.0-alpha.c9d705fd":"2018-11-08T11:22:44.064Z","0.14.0-alpha.79f8d805":"2018-11-08T11:28:03.000Z","0.14.0-alpha.4a64f195":"2018-11-08T11:29:33.344Z","0.14.0-alpha.07bda304":"2018-11-08T12:16:42.753Z","0.14.0-alpha.a71f9d83":"2018-11-08T12:19:57.883Z","0.14.0-alpha.0d34d7bc":"2018-11-08T12:20:15.667Z","0.14.0-alpha.5d14f9ae":"2018-11-08T12:20:53.379Z","0.14.0-alpha.1effdd2e":"2018-11-08T13:26:44.336Z","0.14.0-alpha.33699d2b":"2018-11-08T14:13:24.168Z","0.14.0-alpha.b04233ad":"2018-11-08T14:30:38.388Z","0.14.0-alpha.deabf4b9":"2018-11-08T14:33:27.120Z","0.14.0-alpha.8db877df":"2018-11-08T14:48:53.628Z","0.14.0-alpha.f1e5a0c0":"2018-11-08T15:30:46.913Z","0.14.0-alpha.d39554c4":"2018-11-08T15:33:28.674Z","0.14.0-alpha.4f6651d6":"2018-11-08T15:56:40.310Z","0.14.0-alpha.320d80a7":"2018-11-08T15:59:04.465Z","0.14.0-alpha.9fd01297":"2018-11-08T16:32:47.705Z","0.14.0-alpha.73107458":"2018-11-08T18:40:18.021Z","0.14.0-alpha.9ae230a1":"2018-11-08T18:42:26.021Z","0.14.0-alpha.75231e89":"2018-11-08T19:02:26.164Z","0.14.0-alpha.f7561c79":"2018-11-08T19:39:41.588Z","0.14.0-alpha.b621df0d":"2018-11-08T19:49:46.935Z","0.14.0-alpha.d940567c":"2018-11-08T19:56:47.430Z","0.14.0-alpha.d4cb7a5e":"2018-11-08T20:38:01.092Z","0.14.0-alpha.7b52c5bd":"2018-11-08T20:50:53.585Z","0.14.0-alpha.e1d2272f":"2018-11-08T20:57:21.969Z","0.14.0-alpha.10b46622":"2018-11-09T17:06:01.292Z","0.14.0-alpha.b36b8079":"2018-11-09T22:42:57.559Z","0.14.0-alpha.61fad1d1":"2018-11-10T01:48:00.380Z","0.14.0-alpha.4e941c37":"2018-11-10T01:49:17.137Z","0.14.0-alpha.cdbaa3ca":"2018-11-10T04:38:04.666Z","0.14.0-alpha.23ea5a67":"2018-11-10T17:47:17.580Z","0.14.0-alpha.b838ee10":"2018-11-10T18:03:13.853Z","0.14.0-alpha.ba87906d":"2018-11-11T00:43:21.348Z","0.14.0-alpha.3e8b9116":"2018-11-11T01:51:38.579Z","0.14.0-alpha.d1abca73":"2018-11-11T01:52:35.659Z","0.14.0-alpha.0cd5095f":"2018-11-11T08:37:26.524Z","0.14.0-alpha.9703fc49":"2018-11-11T12:48:06.542Z","0.14.0-alpha.fad16cda":"2018-11-11T12:50:30.697Z","0.14.0-alpha.a14782b5":"2018-11-12T02:40:40.694Z","0.14.0-alpha.5d1122db":"2018-11-12T05:16:16.678Z","0.14.0-alpha.8406990a":"2018-11-12T06:35:59.032Z","0.14.0-alpha.a5bb75d2":"2018-11-12T11:13:14.221Z","0.14.0-alpha.de781063":"2018-11-12T11:42:47.662Z","0.14.0-alpha.f015a1ee":"2018-11-12T11:47:29.179Z","0.14.0-alpha.2cc3f625":"2018-11-12T12:10:28.531Z","0.14.0-alpha.c33a46b2":"2018-11-12T13:12:38.275Z","0.14.0-alpha.0b00bf89":"2018-11-12T14:01:35.593Z","0.14.0-alpha.0260ba30":"2018-11-13T00:05:24.242Z","0.14.0-alpha.1bd7b5ab":"2018-11-13T02:25:14.212Z","0.14.0-alpha.795d213a":"2018-11-13T06:31:58.681Z","0.14.0-alpha.efbcff97":"2018-11-13T06:41:19.651Z","0.14.0-alpha.74ae98e6":"2018-11-13T06:44:09.320Z","0.14.0-alpha.57fbc491":"2018-11-13T07:50:29.975Z","0.14.0-alpha.860692ee":"2018-11-13T07:56:40.728Z","0.14.0-alpha.d40fcf9c":"2018-11-13T09:10:26.530Z","0.14.0-alpha.75a033d5":"2018-11-13T11:11:01.836Z","0.14.0-alpha.38e06f3a":"2018-11-13T11:19:03.023Z","0.14.0-alpha.abf2abc1":"2018-11-13T11:19:07.795Z","0.14.0-alpha.d97d93cd":"2018-11-13T11:21:30.050Z","0.14.0-alpha.23913af1":"2018-11-13T14:58:59.670Z","0.14.0-alpha.992ef1c5":"2018-11-13T15:03:34.145Z","0.14.0-alpha.c2951130":"2018-11-13T15:21:36.763Z","0.14.0-alpha.1566ad27":"2018-11-13T15:34:15.747Z","0.14.0-alpha.c8e44dd0":"2018-11-13T17:14:15.619Z","0.14.0-alpha.6a8b5cfc":"2018-11-13T19:39:44.467Z","0.14.0-alpha.a4171527":"2018-11-14T00:10:33.848Z","0.14.0-alpha.e3d992b7":"2018-11-14T06:32:08.997Z","0.14.0-alpha.f3fb8b6a":"2018-11-14T08:13:48.975Z","0.14.0-alpha.43914c30":"2018-11-14T08:14:48.055Z","0.14.0-alpha.b1fed58e":"2018-11-14T08:15:22.444Z","0.14.0-alpha.0c5e69d5":"2018-11-14T08:35:12.451Z","0.14.0-alpha.f8a39b17":"2018-11-14T09:22:09.859Z","0.14.0-alpha.4d9ab511":"2018-11-14T09:29:59.339Z","0.14.0-alpha.245e1729":"2018-11-14T09:34:12.210Z","0.14.0-alpha.cb4cd223":"2018-11-14T09:57:00.162Z","0.14.0-alpha.2ceb8e08":"2018-11-14T09:58:22.153Z","0.14.0-alpha.624d9dc0":"2018-11-14T10:03:37.523Z","0.14.0-alpha.318c81c1":"2018-11-14T10:04:03.802Z","0.14.0-alpha.c7471403":"2018-11-14T13:25:07.595Z","0.14.0-alpha.e0b68192":"2018-11-15T02:27:23.816Z","0.14.0-alpha.6918c68f":"2018-11-15T02:57:08.927Z","0.14.0-alpha.ef29b5a2":"2018-11-15T09:04:21.116Z","0.14.0-alpha.ad8b70b5":"2018-11-15T09:31:51.324Z","0.14.0-alpha.79712f95":"2018-11-15T09:36:49.511Z","0.14.0-alpha.7868be68":"2018-11-15T09:36:54.398Z","0.14.0-alpha.dbdb6a68":"2018-11-15T09:37:10.607Z","0.14.0-alpha.9430727a":"2018-11-15T09:40:22.018Z","0.14.0-alpha.a81f478a":"2018-11-15T09:40:54.311Z","0.14.0-alpha.a3ad4912":"2018-11-15T10:28:45.075Z","0.14.0-alpha.ff6f91a9":"2018-11-15T10:32:46.312Z","0.14.0-alpha.6c22f8ca":"2018-11-15T10:34:06.012Z","0.14.0-alpha.1a6b1b1f":"2018-11-15T10:35:59.284Z","0.14.0-alpha.b16a622c":"2018-11-15T10:48:33.855Z","0.14.0-alpha.69da2212":"2018-11-15T15:32:46.718Z","0.14.0-alpha.84da663e":"2018-11-15T15:34:59.583Z","0.14.0-alpha.989ec240":"2018-11-15T21:04:40.452Z","0.14.0-alpha.4c8fc26b":"2018-11-16T00:51:35.800Z","0.14.0-alpha.0e923410":"2018-11-16T00:52:00.191Z","0.14.0-alpha.cf7d1146":"2018-11-16T00:53:21.510Z","0.14.0-alpha.c3bb00db":"2018-11-16T00:54:44.485Z","0.14.0-alpha.4df73d7f":"2018-11-16T01:33:38.243Z","0.14.0-alpha.73beac50":"2018-11-16T01:44:58.637Z","0.14.0-alpha.a4e47993":"2018-11-16T02:12:11.765Z","0.14.0-alpha.6fb1e99e":"2018-11-16T02:34:41.941Z","0.14.0-alpha.bc1935d7":"2018-11-16T02:35:17.884Z","0.14.0-alpha.bfd70d84":"2018-11-16T02:35:47.129Z","0.14.0-alpha.efbb7f7c":"2018-11-16T02:47:24.820Z","0.14.0-alpha.3ed7fee8":"2018-11-16T03:18:32.924Z","0.14.0-alpha.876b8e36":"2018-11-16T08:09:08.285Z","0.14.0-alpha.390507c0":"2018-11-16T08:09:38.708Z","0.14.0-alpha.eb34babc":"2018-11-16T08:12:22.712Z","0.14.0-alpha.a1c4e35d":"2018-11-16T08:34:54.959Z","0.14.0-alpha.56514cb5":"2018-11-16T08:39:32.258Z","0.14.0-alpha.fffccefb":"2018-11-16T09:05:52.943Z","0.14.0-alpha.c42826a4":"2018-11-16T09:09:45.066Z","0.14.0-alpha.d6839e6f":"2018-11-16T09:47:58.875Z","0.14.0-alpha.5e4ba2a9":"2018-11-16T09:55:31.115Z","0.14.0-alpha.cc0d6e1f":"2018-11-16T10:37:24.957Z","0.14.0":"2018-11-16T10:45:08.075Z","0.15.0-alpha.bf38b87b":"2018-11-16T21:43:33.400Z","0.15.0-alpha.5458e7b4":"2018-11-16T22:35:32.582Z","0.15.0-alpha.a013b04c":"2018-11-16T22:35:52.133Z","0.15.0-alpha.0cfe49ec":"2018-11-16T22:36:04.712Z","0.15.0-alpha.8541a1a3":"2018-11-16T23:13:33.586Z","0.15.0-alpha.bd62c390":"2018-11-16T23:14:02.350Z","0.15.0-alpha.e4e788a4":"2018-11-16T23:14:22.519Z","0.15.0-alpha.f84d45b6":"2018-11-16T23:14:29.669Z","0.15.0-alpha.5f2a8354":"2018-11-17T00:42:44.449Z","0.15.0-alpha.6db34d30":"2018-11-17T00:43:20.774Z","0.15.0-alpha.b1f61774":"2018-11-17T00:43:55.851Z","0.15.0-alpha.f389bd15":"2018-11-17T01:19:12.732Z","0.15.0-alpha.a647e3d4":"2018-11-17T01:19:27.206Z","0.15.0-alpha.16760c04":"2018-11-17T02:48:20.275Z","0.15.0-alpha.ee31e4a8":"2018-11-17T02:55:42.961Z","0.15.0-alpha.addd396f":"2018-11-17T03:00:10.541Z","0.14.1":"2018-11-17T03:03:02.883Z","0.15.0-alpha.44dadab9":"2018-11-17T03:06:27.123Z","0.15.0-alpha.5a856f80":"2018-11-17T03:07:05.821Z","0.15.0-alpha.15f1e648":"2018-11-17T03:20:23.726Z","0.15.0-alpha.480727a0":"2018-11-17T03:20:31.201Z","0.15.0-alpha.76bfbe64":"2018-11-17T04:07:31.022Z","0.15.0-alpha.5fa0f731":"2018-11-17T04:09:21.862Z","0.15.0-alpha.2fd70590":"2018-11-17T04:09:57.061Z","0.15.0-alpha.8dea67a8":"2018-11-17T04:10:03.225Z","0.15.0-alpha.90fa6c34":"2018-11-17T04:10:35.809Z","0.15.0-alpha.ddfb88fb":"2018-11-17T15:32:24.467Z","0.15.0-alpha.16d780fc":"2018-11-17T15:33:13.967Z","0.15.0-alpha.055fe81f":"2018-11-17T16:13:27.510Z","0.15.0-alpha.79512000":"2018-11-17T20:24:04.528Z","0.15.0-alpha.aa6644ca":"2018-11-18T17:18:55.585Z","0.15.0-alpha.205f7c08":"2018-11-18T23:53:25.731Z","0.15.0-alpha.f6bd44c5":"2018-11-19T00:53:42.760Z","0.15.0-alpha.b3d4adf9":"2018-11-19T00:53:55.958Z","0.15.0-alpha.14aa151c":"2018-11-19T00:54:01.768Z","0.15.0-alpha.38c66ebe":"2018-11-19T08:57:25.179Z","0.15.0-alpha.0c9be47e":"2018-11-19T12:56:23.802Z","0.15.0-alpha.7f546158":"2018-11-20T00:41:59.237Z","0.15.0-alpha.8055a3b0":"2018-11-20T00:46:27.046Z","0.15.0-alpha.3736a87d":"2018-11-20T00:47:25.360Z","0.15.0-alpha.257163a3":"2018-11-20T01:29:34.152Z","0.15.0-alpha.9ccb668a":"2018-11-20T01:35:45.008Z","0.15.0-alpha.4877f55f":"2018-11-20T02:21:39.116Z","0.15.0-alpha.20a298e6":"2018-11-20T09:56:39.814Z","0.15.0-alpha.e6a49ca2":"2018-11-20T10:24:55.001Z","0.15.0-alpha.7944ad7f":"2018-11-20T13:37:47.983Z","0.15.0-alpha.fdc14503":"2018-11-20T14:26:12.534Z","0.15.0-alpha.771c0019":"2018-11-20T16:41:54.265Z","0.15.0-alpha.b1bf6983":"2018-11-20T16:55:33.073Z","0.15.0-alpha.1ad55ba5":"2018-11-20T19:29:13.401Z","0.15.0-alpha.dfa77049":"2018-11-21T00:04:22.018Z","0.15.0-alpha.bb94998c":"2018-11-21T00:04:27.789Z","0.15.0-alpha.4e56f4d5":"2018-11-21T00:04:57.096Z","0.15.0-alpha.f145e023":"2018-11-21T00:57:34.625Z","0.15.0-alpha.02f4bbe2":"2018-11-21T03:02:57.872Z","0.15.0-alpha.47ebf08d":"2018-11-21T07:20:03.751Z","0.15.0-alpha.0795f9c9":"2018-11-21T08:01:19.589Z","0.15.0-alpha.b5a7dafe":"2018-11-21T08:01:36.331Z","0.15.0-alpha.2e4bc5c2":"2018-11-21T08:01:46.973Z","0.15.0-alpha.fbedd413":"2018-11-21T08:02:29.518Z","0.15.0-alpha.ac93f032":"2018-11-21T08:14:45.056Z","0.15.0-alpha.a2305377":"2018-11-21T08:15:47.535Z","0.15.0-alpha.26dfe4af":"2018-11-21T10:21:42.574Z","0.15.0-alpha.dcf688e5":"2018-11-21T10:24:04.425Z","0.15.0-alpha.7c1a7d2a":"2018-11-21T11:05:35.679Z","0.15.0-alpha.6e72038a":"2018-11-21T11:07:01.148Z","0.15.0-alpha.abcf5f6c":"2018-11-21T11:09:51.327Z","0.15.0-alpha.4fbf1e2d":"2018-11-21T12:51:02.916Z","0.15.0-alpha.4b8e24ce":"2018-11-21T13:00:54.718Z","0.15.0-alpha.0c41270f":"2018-11-21T14:37:16.077Z","0.15.0-alpha.e7948b1b":"2018-11-21T16:47:18.616Z","0.15.0-alpha.cdb1e423":"2018-11-22T05:38:26.430Z","0.15.0-alpha.1914405e":"2018-11-22T05:38:38.009Z","0.15.0-alpha.6344c178":"2018-11-22T05:39:00.624Z","0.15.0-alpha.9bcaa5f7":"2018-11-22T05:52:53.289Z","0.15.0-alpha.3407d212":"2018-11-22T06:28:58.880Z","0.15.0-alpha.dafadcd8":"2018-11-22T06:38:26.073Z","0.15.0-alpha.019c7ac4":"2018-11-22T06:41:32.948Z","0.15.0-alpha.74fd15ae":"2018-11-22T07:37:34.067Z","0.15.0-alpha.93e13fe6":"2018-11-22T07:43:49.782Z","0.15.0-alpha.653934c5":"2018-11-22T08:50:38.053Z","0.15.0-alpha.b5b4fbbf":"2018-11-22T12:25:54.896Z","0.15.0-alpha.4b63a542":"2018-11-22T12:30:37.944Z","0.15.0-alpha.d93a2950":"2018-11-22T13:09:25.160Z","0.15.0-alpha.9941f643":"2018-11-22T14:40:52.228Z","0.15.0-alpha.05a4d048":"2018-11-22T16:52:40.189Z","0.15.0-alpha.d353734e":"2018-11-23T00:09:35.461Z","0.15.0-alpha.c432cce7":"2018-11-23T01:25:05.732Z","0.15.0-alpha.43d3e5c4":"2018-11-23T04:17:04.933Z","0.15.0-alpha.5e223896":"2018-11-23T04:22:47.757Z","0.15.0-alpha.e976d492":"2018-11-23T09:35:59.293Z","0.15.0-alpha.c38885d5":"2018-11-23T12:10:49.069Z","0.15.0-alpha.4bf5a40a":"2018-11-23T14:18:37.696Z","0.15.0-alpha.d254850c":"2018-11-23T14:58:12.018Z","0.15.0-alpha.15cc618d":"2018-11-23T18:09:29.507Z","0.15.0-alpha.274b13b3":"2018-11-23T18:41:40.163Z","0.15.0-alpha.35d61f20":"2018-11-24T01:16:38.670Z","0.15.0-alpha.29d87ef4":"2018-11-24T01:22:10.860Z","0.15.0-alpha.63fb1244":"2018-11-24T01:22:50.315Z","0.15.0-alpha.63faa20b":"2018-11-24T01:23:29.793Z","0.15.0-alpha.0ec82c35":"2018-11-24T12:55:56.727Z","0.15.0-alpha.50bf6101":"2018-11-24T19:59:02.450Z","0.15.0-alpha.44b0d85d":"2018-11-24T23:59:30.758Z","0.14.2":"2018-11-25T00:26:08.124Z","0.15.0-alpha.132e20bd":"2018-11-25T00:29:45.816Z","0.15.0-alpha.2b8d2644":"2018-11-25T13:00:36.848Z","0.15.0-alpha.9d544cd8":"2018-11-25T13:04:46.193Z","0.15.0-alpha.a7ec32b1":"2018-11-25T13:07:57.585Z","0.15.0-alpha.1a4d378a":"2018-11-25T20:49:39.355Z","0.15.0-alpha.fd91dc6d":"2018-11-26T07:54:44.471Z","0.15.0-alpha.67cbcb66":"2018-11-26T10:19:18.051Z","0.15.0-alpha.3a3a42b9":"2018-11-26T10:26:07.617Z","0.15.0-alpha.53082053":"2018-11-26T10:35:28.524Z","0.15.0-alpha.2dd65362":"2018-11-26T10:38:46.836Z","0.14.3":"2018-11-26T10:55:07.635Z","0.15.0-alpha.ffa95f83":"2018-11-26T11:19:52.794Z","0.15.0-alpha.38024d43":"2018-11-26T15:49:48.420Z","0.15.0-alpha.7df98bdf":"2018-11-26T15:56:25.254Z","0.15.0-alpha.f8615088":"2018-11-26T16:42:53.007Z","0.15.0-alpha.c07f6dcf":"2018-11-26T19:52:49.695Z","0.15.0-alpha.cee9bb62":"2018-11-26T22:54:16.605Z","0.15.0-alpha.f9babcec":"2018-11-26T23:19:03.879Z","0.15.0-alpha.5953154b":"2018-11-26T23:22:17.018Z","0.15.0-alpha.e7195e3b":"2018-11-27T10:07:04.019Z","0.15.0-alpha.b3cf5d7f":"2018-11-27T10:11:03.765Z","0.15.0-alpha.1a9a3e30":"2018-11-27T10:11:37.712Z","0.15.0-alpha.a1d3b95d":"2018-11-27T10:14:26.973Z","0.15.0-alpha.33421742":"2018-11-27T10:31:39.826Z","0.15.0-alpha.4f707721":"2018-11-27T11:28:30.619Z","0.15.0-alpha.d5f28c26":"2018-11-27T11:56:43.337Z","0.15.0-alpha.6e1a59b4":"2018-11-27T19:53:24.053Z","0.15.0-alpha.db4be5fd":"2018-11-27T23:04:02.348Z","0.15.0-alpha.258fb11e":"2018-11-28T06:39:04.146Z","0.15.0-alpha.fe653a0b":"2018-11-28T06:49:40.188Z","0.15.0-alpha.28598e85":"2018-11-28T07:38:02.604Z","0.15.0-alpha.659ab7f7":"2018-11-28T07:45:46.965Z","0.15.0-alpha.8fdd8fd5":"2018-11-28T07:47:16.985Z","0.15.0-alpha.55ea76ad":"2018-11-28T07:56:02.380Z","0.15.0-alpha.a048a245":"2018-11-28T07:59:19.485Z","0.15.0-alpha.c36b07d2":"2018-11-28T08:00:29.609Z","0.15.0-alpha.7d892e9b":"2018-11-28T08:04:45.403Z","0.15.0-alpha.afd23551":"2018-11-28T09:23:42.820Z","0.15.0-alpha.2e9c1d26":"2018-11-28T09:48:12.544Z","0.14.4":"2018-11-28T09:58:56.538Z","0.15.0-alpha.1ee5b961":"2018-11-28T10:06:43.068Z","0.15.0-alpha.23873b80":"2018-11-28T17:26:32.175Z","0.15.0-alpha.0d3a052a":"2018-11-28T18:30:45.062Z","0.15.0-alpha.e6da3ea4":"2018-11-28T21:37:17.688Z","0.15.0-alpha.0838fc34":"2018-11-28T23:05:59.951Z","0.15.0-alpha.8ecaa8b9":"2018-11-29T06:06:48.797Z","0.15.0-alpha.ee76c57c":"2018-11-29T09:35:23.320Z","0.15.0-alpha.816f2e97":"2018-11-29T09:37:06.536Z","0.15.0-alpha.11532abb":"2018-11-29T09:37:26.643Z","0.15.0-alpha.5e8222d6":"2018-11-29T09:37:47.826Z","0.15.0-alpha.e3a34faa":"2018-11-29T09:38:57.423Z","0.15.0-alpha.4fe51f41":"2018-11-29T10:30:08.930Z","0.15.0-alpha.a5594a51":"2018-11-29T10:32:23.279Z","0.14.5":"2018-11-29T10:33:41.850Z","0.15.0-alpha.6b394570":"2018-11-29T14:42:50.301Z","0.15.0-alpha.c0baef7f":"2018-11-29T19:29:54.826Z","0.15.0-alpha.f4e8dc64":"2018-11-30T00:09:57.349Z","0.15.0-alpha.36fc202b":"2018-11-30T02:45:51.260Z","0.15.0-alpha.fcc857d2":"2018-11-30T17:06:40.964Z","0.15.0-alpha.23583d0d":"2018-12-01T10:47:58.978Z","0.15.0-alpha.7184174c":"2018-12-02T06:22:09.041Z","0.15.0-alpha.11d53f49":"2018-12-02T23:58:22.048Z","0.15.0-alpha.96a10d49":"2018-12-03T10:17:46.754Z","0.15.0-alpha.cca061d1":"2018-12-03T14:04:04.629Z","0.15.0-alpha.19ccda20":"2018-12-03T14:04:10.871Z","0.15.0-alpha.34f9279b":"2018-12-03T14:41:14.104Z","0.15.0-alpha.6cef8f3a":"2018-12-03T17:42:48.833Z","0.15.0-alpha.19902434":"2018-12-03T18:43:03.128Z","0.15.0-alpha.28d97edb":"2018-12-03T19:06:24.902Z","0.15.0-alpha.b2f1de3f":"2018-12-04T00:30:24.244Z","0.15.0-alpha.3bbd253f":"2018-12-04T00:30:52.640Z","0.15.0-alpha.e968858b":"2018-12-04T00:31:02.521Z","0.15.0-alpha.ab01fde3":"2018-12-04T00:31:22.672Z","0.15.0-alpha.de969db0":"2018-12-04T00:33:58.582Z","0.15.0-alpha.89da92fd":"2018-12-04T00:34:26.892Z","0.15.0-alpha.c23562b1":"2018-12-04T00:34:34.908Z","0.15.0-alpha.3b524afb":"2018-12-04T00:34:58.404Z","0.15.0-alpha.7f221d46":"2018-12-04T01:00:50.779Z","0.15.0-alpha.b4e869f7":"2018-12-04T01:01:12.279Z","0.15.0-alpha.36c9c109":"2018-12-04T02:08:15.131Z","0.15.0-alpha.8f9a0cd2":"2018-12-04T02:14:13.061Z","0.15.0-alpha.3c84ac73":"2018-12-04T02:17:05.725Z","0.15.0-alpha.07908bb3":"2018-12-04T02:40:25.485Z","0.15.0-alpha.fdaf304c":"2018-12-04T02:43:16.064Z","0.15.0-alpha.68c0cb52":"2018-12-04T03:27:37.035Z","0.15.0-alpha.e1bb71de":"2018-12-04T03:28:18.495Z","0.15.0-alpha.31bf912c":"2018-12-04T03:33:18.502Z","0.15.0-alpha.16be2f28":"2018-12-04T09:44:40.823Z","0.15.0-alpha.af9e44a1":"2018-12-04T09:56:00.121Z","0.15.0-alpha.17dc31e2":"2018-12-04T09:56:45.740Z","0.15.0-alpha.d8c2730f":"2018-12-04T10:43:59.625Z","0.15.0-alpha.d371d9bf":"2018-12-04T11:16:13.792Z","0.15.0-alpha.999185d3":"2018-12-04T11:33:04.000Z","0.15.0-alpha.18c25909":"2018-12-04T11:39:34.925Z","0.15.0-alpha.aabf7a5d":"2018-12-04T21:32:35.183Z","0.15.0-alpha.f15d01e7":"2018-12-05T00:45:04.268Z","0.15.0-alpha.2c9f532c":"2018-12-05T00:45:28.544Z","0.15.0-alpha.c686479a":"2018-12-05T00:47:06.711Z","0.15.0-alpha.62ff8d36":"2018-12-05T00:47:26.245Z","0.15.0-alpha.68ce78bd":"2018-12-05T00:49:30.968Z","0.15.0-alpha.4f004b37":"2018-12-05T00:52:59.072Z","0.15.0-alpha.1885b0cc":"2018-12-05T01:18:35.676Z","0.15.0-alpha.a60dd7f5":"2018-12-05T01:22:23.410Z","0.15.0-alpha.3e5bbc85":"2018-12-05T02:08:04.445Z","0.15.0-alpha.538df1f6":"2018-12-05T02:22:45.481Z","0.15.0-alpha.2fceaaa3":"2018-12-05T08:52:07.815Z","0.15.0-alpha.b9fd3b3b":"2018-12-05T09:12:39.302Z","0.15.0-alpha.9b5f3445":"2018-12-05T19:38:45.980Z","0.15.0-alpha.9c2e949e":"2018-12-05T21:34:37.857Z","0.15.0-alpha.6e78056b":"2018-12-05T23:14:35.787Z","0.15.0-alpha.fcc6ed88":"2018-12-05T23:14:45.004Z","0.15.0-alpha.074adfa0":"2018-12-05T23:55:23.094Z","0.15.0-alpha.c80e901d":"2018-12-06T01:06:56.444Z","0.15.0-alpha.28a7330f":"2018-12-06T01:27:06.821Z","0.15.0-alpha.510c0bf0":"2018-12-06T02:37:33.444Z","0.15.0-alpha.549543f7":"2018-12-06T07:56:31.018Z","0.15.0-alpha.74c74309":"2018-12-06T20:43:25.654Z","0.15.0-alpha.df7f6b80":"2018-12-07T00:03:21.802Z","0.15.0-alpha.02405b2f":"2018-12-07T00:04:18.165Z","0.15.0-alpha.07f81e62":"2018-12-07T00:21:20.030Z","0.15.0-alpha.347bf8c0":"2018-12-07T02:05:08.641Z","0.15.0-alpha.34708a2d":"2018-12-07T03:31:15.437Z","0.15.0-alpha.dd183237":"2018-12-07T07:27:44.750Z","0.15.0-alpha.e278549d":"2018-12-07T07:40:30.013Z","0.15.0-alpha.f4c97603":"2018-12-07T08:22:17.558Z","0.15.0-alpha.4454e11d":"2018-12-07T12:02:16.744Z","0.15.0-alpha.ba2f31c9":"2018-12-07T16:18:49.664Z","0.15.0-alpha.5870a18c":"2018-12-07T16:33:20.255Z","0.15.0-alpha.d7865d22":"2018-12-07T18:24:57.174Z","0.15.0-alpha.058ad67f":"2018-12-07T18:57:37.237Z","0.15.0-alpha.db3889ec":"2018-12-07T20:13:54.934Z","0.15.0-alpha.c36f3060":"2018-12-08T08:17:02.190Z","0.15.0-alpha.414627ba":"2018-12-08T08:17:12.998Z","0.15.0-alpha.36a4b837":"2018-12-08T08:17:23.471Z","0.15.0-alpha.e954e1a8":"2018-12-08T10:29:10.593Z","0.15.0-alpha.e01288e5":"2018-12-08T10:38:53.230Z","0.15.0-alpha.6cc7a3bb":"2018-12-08T10:59:42.800Z","0.15.0-alpha.fb0d10f8":"2018-12-09T09:42:34.952Z","0.15.0-alpha.f8c74d61":"2018-12-09T11:20:19.224Z","0.15.0-alpha.7285693e":"2018-12-09T13:57:30.047Z","0.15.0-alpha.980062ff":"2018-12-09T14:06:22.297Z","0.15.0-alpha.9cf18568":"2018-12-09T14:21:51.453Z","0.15.0-alpha.b02d66b6":"2018-12-09T20:26:34.393Z","0.15.0-alpha.70e0b7bf":"2018-12-10T06:49:56.107Z","0.15.0-alpha.beb7a0bd":"2018-12-10T07:09:58.046Z","0.15.0-alpha.79ded204":"2018-12-10T08:10:34.590Z","0.15.0-alpha.68f66d5d":"2018-12-10T08:10:49.312Z","0.15.0-alpha.19ababe1":"2018-12-10T12:02:31.138Z","0.15.0-alpha.6de1415e":"2018-12-10T12:34:28.137Z","0.15.0-alpha.0e78eec3":"2018-12-10T13:14:52.122Z","0.15.0-alpha.632ad817":"2018-12-10T13:15:13.940Z","0.15.0-alpha.3ade2436":"2018-12-10T13:15:34.129Z","0.15.0-alpha.c0cd7ed2":"2018-12-10T22:43:41.298Z","0.15.0-alpha.912ea469":"2018-12-11T02:43:11.273Z","0.15.0-alpha.64853393":"2018-12-11T03:24:42.482Z","0.15.0-alpha.449ad117":"2018-12-11T05:45:05.701Z","0.15.0-alpha.ce0251b5":"2018-12-11T05:45:15.916Z","0.15.0-alpha.111703cd":"2018-12-11T05:56:59.395Z","0.15.0-alpha.f93e3cb9":"2018-12-11T06:05:22.882Z","0.15.0-alpha.0af3a297":"2018-12-11T07:43:57.358Z","0.15.0-alpha.67d9af94":"2018-12-11T08:26:48.546Z","0.15.0-alpha.2ba9efea":"2018-12-11T08:52:19.124Z","0.15.0-alpha.99a01e25":"2018-12-11T08:56:40.877Z","0.15.0-alpha.e2748564":"2018-12-11T09:35:39.590Z","0.15.0-alpha.8882ec99":"2018-12-11T17:55:04.730Z","0.15.0-alpha.946b0cae":"2018-12-11T23:27:26.363Z","0.15.0-alpha.d63bbc07":"2018-12-11T23:51:35.288Z","0.15.0-alpha.1e95b59f":"2018-12-12T06:07:52.882Z","0.15.0-alpha.542bfba0":"2018-12-12T06:08:16.273Z","0.15.0-alpha.6d689c5d":"2018-12-12T06:09:31.823Z","0.15.0-alpha.e61939c2":"2018-12-12T07:58:25.449Z","0.15.0-alpha.4d42c0eb":"2018-12-12T10:28:34.210Z","0.15.0-alpha.20527e33":"2018-12-12T12:29:30.190Z","0.15.0-alpha.0520a5c7":"2018-12-12T15:28:57.539Z","0.15.0-alpha.9a433312":"2018-12-12T15:47:16.045Z","0.15.0-alpha.f580424d":"2018-12-12T15:52:13.349Z","0.15.0-alpha.517a0b14":"2018-12-12T16:20:18.146Z","0.15.0-alpha.d5fee644":"2018-12-12T16:33:27.144Z","0.15.0-alpha.55996ccd":"2018-12-12T17:20:12.939Z","0.15.0-alpha.30761ca4":"2018-12-12T17:52:55.280Z","0.15.0-alpha.2fd934f5":"2018-12-12T18:01:48.289Z","0.15.0-alpha.de2a5667":"2018-12-12T18:04:15.757Z","0.15.0-alpha.fceb970e":"2018-12-12T18:09:26.210Z","0.15.0-alpha.25a57412":"2018-12-12T19:31:40.585Z","0.15.0-alpha.8695bf70":"2018-12-12T19:56:25.602Z","0.15.0-alpha.38300000":"2018-12-12T20:04:55.608Z","0.15.0-alpha.bab23e56":"2018-12-12T20:57:31.629Z","0.15.0-alpha.dadac021":"2018-12-12T22:41:45.029Z","0.15.0-alpha.7b0ad9b3":"2018-12-12T23:23:33.310Z","0.15.0-alpha.b9dfdb46":"2018-12-12T23:35:36.000Z","0.15.0-alpha.b8753102":"2018-12-13T03:45:19.002Z","0.15.0-alpha.8db63141":"2018-12-13T06:30:38.862Z","0.15.0-alpha.53ed69de":"2018-12-13T06:31:08.415Z","0.15.0-alpha.b5ccbcd5":"2018-12-13T06:31:26.054Z","0.15.0-alpha.d91216e0":"2018-12-13T06:31:42.413Z","0.15.0-alpha.5302710a":"2018-12-13T06:35:13.328Z","0.15.0-alpha.dcb3b086":"2018-12-13T06:48:51.289Z","0.15.0-alpha.2623884f":"2018-12-13T07:30:00.770Z","0.15.0-alpha.f6659475":"2018-12-13T07:30:22.135Z","0.15.0-alpha.ffebf0b7":"2018-12-13T07:47:01.465Z","0.15.0-alpha.b6e2ab26":"2018-12-13T07:51:35.859Z","0.15.0-alpha.72cb4967":"2018-12-13T07:52:05.217Z","0.15.0-alpha.2055b637":"2018-12-13T07:52:23.785Z","0.15.0-alpha.d71330f1":"2018-12-13T07:55:52.948Z","0.15.0-alpha.ae2fdd89":"2018-12-13T08:10:50.191Z","0.15.0":"2018-12-13T08:14:45.889Z","0.15.0-alpha.c82ed938":"2018-12-13T08:15:53.051Z","0.16.0-alpha.9ec75633":"2018-12-13T08:35:22.883Z","0.16.0-alpha.59617a10":"2018-12-13T10:25:47.181Z","0.16.0-alpha.40d12f2f":"2018-12-13T10:30:25.457Z","0.16.0-alpha.4b7574b0":"2018-12-13T10:38:04.453Z","0.16.0-alpha.af0870a1":"2018-12-13T10:42:18.428Z","0.16.0-alpha.6c5b17d7":"2018-12-13T10:43:17.975Z","0.16.0-alpha.d577a1d9":"2018-12-13T11:18:21.001Z","0.16.0-alpha.99aec14b":"2018-12-13T11:18:29.771Z","0.16.0-alpha.5402419e":"2018-12-13T11:25:58.267Z","0.16.0-alpha.91191375":"2018-12-13T11:31:45.545Z","0.16.0-alpha.15824665":"2018-12-13T12:44:23.232Z","0.16.0-alpha.776309d5":"2018-12-13T13:03:42.625Z","0.16.0-alpha.207cae5d":"2018-12-13T14:03:25.977Z","0.16.0-alpha.e7a1fe7e":"2018-12-13T15:15:14.669Z","0.16.0-alpha.12a886d5":"2018-12-13T15:34:42.500Z","0.16.0-alpha.d7173d74":"2018-12-13T16:05:03.955Z","0.16.0-alpha.3e591cf4":"2018-12-13T19:45:35.414Z","0.16.0-alpha.5454866b":"2018-12-13T19:45:44.373Z","0.16.0-alpha.944adc8b":"2018-12-13T22:48:12.082Z","0.16.0-alpha.e74560c0":"2018-12-13T22:49:02.292Z","0.16.0-alpha.f90b9fc8":"2018-12-14T07:26:35.786Z","0.16.0-alpha.9afc4c93":"2018-12-14T08:25:46.179Z","0.16.0-alpha.31e7bef6":"2018-12-14T08:25:58.068Z","0.16.0-alpha.68d60628":"2018-12-14T08:26:12.596Z","0.16.0-alpha.419a3469":"2018-12-14T08:26:41.514Z","0.16.0-alpha.b6d91d1e":"2018-12-14T08:30:08.896Z","0.16.0-alpha.19141979":"2018-12-14T08:30:44.776Z","0.16.0-alpha.547b4f44":"2018-12-14T08:30:53.017Z","0.16.0-alpha.9a830c8d":"2018-12-14T09:00:39.343Z","0.16.0-alpha.a3c4ba15":"2018-12-15T10:58:11.950Z","0.16.0-alpha.36922869":"2018-12-15T11:11:43.368Z","0.16.0-alpha.c123516c":"2018-12-15T11:12:04.684Z","0.16.0-alpha.8a62c766":"2018-12-15T11:12:14.444Z","0.16.0-alpha.8f018002":"2018-12-15T11:20:10.765Z","0.16.0-alpha.d5369d38":"2018-12-15T11:20:19.873Z","0.16.0-alpha.6445d9ea":"2018-12-15T11:20:33.565Z","0.16.0-alpha.de9e59b8":"2018-12-16T06:16:07.144Z","0.16.0-alpha.25725964":"2018-12-16T06:42:36.756Z","0.16.0-alpha.7ca01db7":"2018-12-17T18:25:37.538Z","0.16.0-alpha.39949785":"2018-12-17T19:07:22.168Z","0.16.0-alpha.1a27151c":"2018-12-17T21:00:19.366Z","0.16.0-alpha.1080302b":"2018-12-17T23:43:37.413Z","0.16.0-alpha.0e47a44e":"2018-12-17T23:43:50.126Z","0.16.0-alpha.13948bb2":"2018-12-18T01:02:31.445Z","0.16.0-alpha.913ceb32":"2018-12-18T11:35:54.896Z","0.16.0-alpha.a0347a65":"2018-12-18T11:47:29.759Z","0.16.0-alpha.10764d50":"2018-12-18T12:55:43.999Z","0.16.0-alpha.4da7f92d":"2018-12-18T12:55:58.883Z","0.16.0-alpha.78089b13":"2018-12-18T12:56:23.714Z","0.16.0-alpha.0af064c0":"2018-12-18T12:56:38.138Z","0.16.0-alpha.eb62e94d":"2018-12-18T13:05:04.346Z","0.15.1":"2018-12-18T13:22:47.421Z","0.16.0-alpha.574fafef":"2018-12-18T13:27:42.553Z","0.16.0-alpha.551eb3fa":"2018-12-18T15:50:07.778Z","0.16.0-alpha.0b3d142d":"2018-12-18T19:58:55.004Z","0.16.0-alpha.67231f96":"2018-12-18T20:03:58.915Z","0.16.0-alpha.5882a539":"2018-12-18T20:05:28.606Z","0.16.0-alpha.6c2b99b1":"2018-12-18T21:22:30.803Z","0.16.0-alpha.8552f134":"2018-12-18T22:06:02.010Z","0.16.0-alpha.538c1810":"2018-12-18T22:11:32.997Z","0.16.0-alpha.51b2ca2f":"2018-12-18T23:36:33.007Z","0.16.0-alpha.ab0f22e9":"2018-12-19T05:45:49.742Z","0.16.0-alpha.ad07eaff":"2018-12-19T06:03:59.931Z","0.16.0-alpha.ced38a7e":"2018-12-19T07:05:41.618Z","0.16.0-alpha.0248eb23":"2018-12-19T07:38:41.074Z","0.16.0-alpha.5a024c86":"2018-12-19T08:57:51.540Z","0.16.0-alpha.56609532":"2018-12-19T12:27:21.598Z","0.16.0-alpha.a1adfe87":"2018-12-19T13:40:18.758Z","0.16.0-alpha.7dab801c":"2018-12-19T13:43:38.293Z","0.16.0-alpha.42ec6d29":"2018-12-19T13:43:55.250Z","0.16.0-alpha.58d710bf":"2018-12-19T16:42:38.347Z","0.16.0-alpha.0247cb0b":"2018-12-19T16:47:33.552Z","0.16.0-alpha.dc98792f":"2018-12-19T17:56:48.595Z","0.16.0-alpha.4f7a8177":"2018-12-19T18:13:04.491Z","0.16.0-alpha.93db0dac":"2018-12-19T18:35:31.962Z","0.16.0-alpha.4d3c651e":"2018-12-19T18:35:57.117Z","0.16.0-alpha.306a708f":"2018-12-19T22:52:02.552Z","0.16.0-alpha.a686cba5":"2018-12-20T01:33:13.073Z","0.16.0-alpha.16ae7efd":"2018-12-20T10:18:14.550Z","0.16.0-alpha.3bdc2a76":"2018-12-20T10:21:58.898Z","0.16.0-alpha.4d8073d6":"2018-12-20T10:22:48.025Z","0.16.0-alpha.b4c9d539":"2018-12-20T10:23:01.560Z","0.16.0-alpha.7f38c083":"2018-12-20T10:24:06.575Z","0.16.0-alpha.887fbc62":"2018-12-20T10:26:46.576Z","0.16.0-alpha.b80834b3":"2018-12-20T11:09:55.612Z","0.16.0-alpha.a9b535f1":"2018-12-20T11:10:05.412Z","0.16.0-alpha.eaccc849":"2018-12-20T11:10:45.373Z","0.16.0-alpha.fe0675f8":"2018-12-20T16:31:35.397Z","0.16.0-alpha.fd0ca14d":"2018-12-20T17:31:09.883Z","0.16.0-alpha.fda5b03d":"2018-12-20T23:22:10.759Z","0.16.0-alpha.bcb0fdd2":"2018-12-21T08:36:01.797Z","0.16.0-alpha.b6a44549":"2018-12-21T08:36:22.985Z","0.16.0-alpha.e907daff":"2018-12-21T08:38:15.720Z","0.16.0-alpha.013da346":"2018-12-21T09:13:34.868Z","0.16.0-alpha.0d94e864":"2018-12-21T10:50:35.472Z","0.16.0-alpha.bfc1bdd7":"2018-12-21T23:13:43.820Z","0.16.0-alpha.2a98b4f7":"2018-12-22T13:01:04.554Z","0.16.0-alpha.7a411e29":"2018-12-22T15:36:45.499Z","0.16.0-alpha.3e8007ff":"2018-12-24T06:56:22.455Z","0.16.0-alpha.0e612a58":"2018-12-24T06:56:33.922Z","0.16.0-alpha.2c468918":"2018-12-24T06:56:46.549Z","0.16.0-alpha.40671fa1":"2018-12-24T06:57:02.626Z","0.16.0-alpha.545a6622":"2018-12-24T07:01:05.142Z","0.16.0-alpha.27d2b878":"2018-12-24T11:24:29.346Z","0.16.0-alpha.2c8976da":"2018-12-24T11:44:03.256Z","0.16.0-alpha.e65d7574":"2018-12-24T12:00:50.782Z","0.16.0-alpha.6beb3759":"2018-12-24T12:04:48.742Z","0.16.0-alpha.ee61329d":"2018-12-24T12:24:51.443Z","0.16.0-alpha.22d89977":"2018-12-24T12:49:47.050Z","0.16.0-alpha.a9b4b106":"2018-12-24T13:01:30.581Z","0.15.2":"2018-12-24T13:15:36.548Z","0.16.0-alpha.7154c52e":"2018-12-24T13:19:49.347Z","0.16.0-alpha.55fec510":"2018-12-27T16:26:39.741Z","0.16.0-alpha.5cbd12db":"2018-12-27T17:44:14.219Z","0.16.0-alpha.c1e3d33b":"2018-12-27T18:59:00.793Z","0.16.0-alpha.24833839":"2018-12-28T00:44:41.863Z","0.16.0-alpha.f90124b7":"2018-12-28T06:29:52.003Z","0.16.0-alpha.bf94fe7b":"2018-12-28T10:48:14.783Z","0.16.0-alpha.e9233982":"2018-12-28T10:48:28.746Z","0.16.0-alpha.a9c142a4":"2018-12-29T12:04:07.621Z","0.16.0-alpha.ccb46744":"2018-12-29T12:34:44.854Z","0.16.0-alpha.4cd584c2":"2018-12-30T21:28:14.077Z","0.16.0-alpha.f16d645c":"2018-12-30T21:33:56.958Z","0.16.0-alpha.a985b3ce":"2018-12-31T07:23:43.799Z","0.16.0-alpha.f1fe2fae":"2018-12-31T07:23:53.708Z","0.16.0-alpha.379d37bc":"2018-12-31T12:01:55.976Z","0.16.0-alpha.6e6d1845":"2018-12-31T16:36:12.083Z","0.16.0-alpha.be0bf3bd":"2018-12-31T16:36:34.318Z","0.16.0-alpha.3553ef16":"2018-12-31T19:55:23.893Z","0.16.0-alpha.606bc452":"2018-12-31T19:55:36.339Z","0.16.0-alpha.875e3d43":"2019-01-02T19:39:10.445Z","0.16.0-alpha.296cfaa9":"2019-01-03T06:41:19.932Z","0.16.0-alpha.97b0091a":"2019-01-03T06:47:27.176Z","0.16.0-alpha.b38eb5c8":"2019-01-03T06:50:01.636Z","0.16.0-alpha.0c80b907":"2019-01-03T06:50:37.585Z","0.16.0-alpha.c6019189":"2019-01-04T00:53:15.256Z","0.16.0-alpha.8acb2055":"2019-01-04T23:27:23.080Z","0.16.0-alpha.f7960fde":"2019-01-05T09:28:50.715Z","0.16.0-alpha.6b33a55b":"2019-01-05T15:50:43.762Z","0.16.0-alpha.25afe319":"2019-01-06T07:21:20.975Z","0.16.0-alpha.69dc7348":"2019-01-06T07:21:31.939Z","0.16.0-alpha.e41dadad":"2019-01-06T07:22:16.992Z","0.16.0-alpha.1d2b0438":"2019-01-06T07:25:30.566Z","0.16.0-alpha.ea6775eb":"2019-01-06T07:25:43.248Z","0.16.0-alpha.8c6d6f71":"2019-01-06T07:26:28.399Z","0.16.0-alpha.1223c015":"2019-01-06T07:31:08.345Z","0.16.0-alpha.da0016b8":"2019-01-06T16:49:44.796Z","0.16.0-alpha.c57df6bd":"2019-01-06T16:50:20.998Z","0.16.0-alpha.77ec33c1":"2019-01-06T16:50:32.517Z","0.16.0-alpha.66320bb3":"2019-01-06T17:45:55.283Z","0.16.0-alpha.c4758f32":"2019-01-06T17:46:07.566Z","0.16.0-alpha.4c0f85e5":"2019-01-06T19:30:53.202Z","0.16.0-alpha.502e9d1d":"2019-01-07T00:18:58.557Z","0.16.0-alpha.ed2a5f63":"2019-01-07T07:28:37.884Z","0.16.0-alpha.791e236e":"2019-01-07T08:43:22.012Z","0.16.0-alpha.9c21de95":"2019-01-07T18:56:41.147Z","0.16.0-alpha.987b244c":"2019-01-07T18:57:01.405Z","0.16.0-alpha.68552079":"2019-01-09T22:02:41.353Z","0.16.0-alpha.af10243e":"2019-01-09T22:52:05.897Z","0.16.0-alpha.a099c8b2":"2019-01-10T14:01:43.177Z","0.16.0-alpha.888a4e39":"2019-01-10T14:02:00.024Z","0.16.0-alpha.2117d0f3":"2019-01-10T14:02:39.292Z","0.16.0-alpha.0b88eddc":"2019-01-10T14:02:52.818Z","0.16.0-alpha.f7cd35bc":"2019-01-10T14:06:09.585Z","0.16.0-alpha.714b48b4":"2019-01-10T14:07:20.754Z","0.16.0-alpha.83bca28f":"2019-01-10T14:07:28.687Z","0.16.0-alpha.23aa2d8b":"2019-01-10T14:07:38.542Z","0.16.0-alpha.c842a8bc":"2019-01-10T14:10:51.733Z","0.16.0-alpha.f9296680":"2019-01-10T14:12:17.557Z","0.16.0-alpha.69118a7c":"2019-01-10T14:12:32.318Z","0.16.0-alpha.dd7ec313":"2019-01-10T16:35:06.780Z","0.16.0-alpha.dcfbe606":"2019-01-10T18:47:54.879Z","0.16.0-alpha.008d0d70":"2019-01-10T20:07:55.629Z","0.16.0-alpha.1cc46ae2":"2019-01-10T22:04:35.003Z","0.16.0-alpha.c750a4aa":"2019-01-10T22:44:39.534Z","0.16.0-alpha.18a96883":"2019-01-10T22:54:07.672Z","0.16.0-alpha.f200c85c":"2019-01-10T23:39:45.115Z","0.16.0-alpha.1e1d005c":"2019-01-11T08:19:33.395Z","0.16.0-alpha.897004d7":"2019-01-11T08:19:53.529Z","0.16.0-alpha.2c981797":"2019-01-11T08:20:10.212Z","0.16.0-alpha.80cd9b41":"2019-01-11T08:20:17.731Z","0.16.0-alpha.7c8c8456":"2019-01-11T08:24:25.285Z","0.16.0-alpha.236603c0":"2019-01-11T08:24:40.720Z","0.16.0-alpha.fb3b0202":"2019-01-11T08:29:08.573Z","0.16.0-alpha.c41191db":"2019-01-11T19:37:00.995Z","0.16.0-alpha.89c7ce9c":"2019-01-12T06:22:48.008Z","0.16.0-alpha.d489e262":"2019-01-13T06:47:25.475Z","0.16.0-alpha.de29ad71":"2019-01-13T06:47:34.006Z","0.16.0-alpha.64d88de9":"2019-01-13T06:49:27.375Z","0.16.0-alpha.fa5adb16":"2019-01-13T06:49:56.570Z","0.16.0-alpha.120c754b":"2019-01-14T04:17:23.833Z","0.16.0-alpha.bae9f87e":"2019-01-14T16:21:38.665Z","0.16.0-alpha.fede21cb":"2019-01-14T16:22:16.844Z","0.16.0-alpha.166a8cb4":"2019-01-14T22:05:37.719Z","0.16.0-alpha.9ad25519":"2019-01-15T00:00:54.566Z","0.16.0-alpha.166332ed":"2019-01-15T06:34:26.067Z","0.16.0-alpha.0f53777b":"2019-01-15T06:34:34.467Z","0.16.0-alpha.b599ac6f":"2019-01-15T06:34:41.425Z","0.16.0-alpha.328619d2":"2019-01-15T06:35:04.855Z","0.16.0-alpha.ef7279b3":"2019-01-15T06:39:01.470Z","0.16.0-alpha.800a4f84":"2019-01-15T10:43:49.935Z","0.16.0-alpha.335c3162":"2019-01-15T10:49:17.847Z","0.16.0-alpha.4a0017d7":"2019-01-15T10:55:42.169Z","0.16.0-alpha.877ab07f":"2019-01-15T11:02:33.067Z","0.16.0-alpha.1ae79418":"2019-01-15T11:11:53.067Z","0.16.0-alpha.ab0aa902":"2019-01-15T16:49:33.975Z","0.16.0-alpha.88766a35":"2019-01-15T22:54:56.966Z","0.16.0-alpha.6e31bac9":"2019-01-15T23:45:48.554Z","0.16.0-alpha.426d2e96":"2019-01-16T08:27:05.600Z","0.16.0-alpha.9868fdff":"2019-01-16T08:28:04.682Z","0.16.0-alpha.c8f3ac85":"2019-01-16T10:05:04.087Z","0.16.0-alpha.2ee3819e":"2019-01-16T12:33:14.233Z","0.16.0-alpha.d9f6efcf":"2019-01-16T19:16:39.697Z","0.16.0-alpha.cedd99da":"2019-01-16T19:32:04.312Z","0.16.0-alpha.7873cec4":"2019-01-17T07:40:08.168Z","0.16.0-alpha.0957da87":"2019-01-17T07:40:19.920Z","0.16.0-alpha.86f1aeca":"2019-01-17T11:32:41.848Z","0.16.0-alpha.475cffc4":"2019-01-17T12:01:19.493Z","0.16.0-alpha.d2db8520":"2019-01-17T12:20:37.947Z","0.16.0-alpha.5f5eec01":"2019-01-17T12:28:46.976Z","0.16.0-alpha.b9914b46":"2019-01-17T12:33:01.082Z","0.16.0-alpha.0a3de09e":"2019-01-17T13:02:52.947Z","0.16.0-alpha.c2b26dd2":"2019-01-17T13:56:54.947Z","0.16.0-alpha.21609e70":"2019-01-17T16:48:47.992Z","0.16.0-alpha.206cb192":"2019-01-17T17:01:27.294Z","0.16.0-alpha.11129b6d":"2019-01-17T17:19:19.831Z","0.16.0-alpha.edb72ad6":"2019-01-17T17:30:04.586Z","0.16.0-alpha.ddc6ebb2":"2019-01-17T17:41:21.004Z","0.16.0-alpha.27eec8c7":"2019-01-17T18:42:46.275Z","0.16.0-alpha.73e39b2a":"2019-01-17T20:29:01.895Z","0.16.0-alpha.b50b458b":"2019-01-17T22:50:01.574Z","0.16.0-alpha.7525bc98":"2019-01-17T23:55:09.131Z","0.16.0-alpha.d2c922b5":"2019-01-18T17:35:59.136Z","0.16.0-alpha.ab1abd79":"2019-01-18T19:11:07.220Z","0.16.0-alpha.11eb5fd4":"2019-01-18T22:03:20.633Z","0.16.0-alpha.6e5b3828":"2019-01-18T22:03:34.905Z","0.16.0-alpha.43757203":"2019-01-18T22:34:05.831Z","0.16.0-alpha.31593ed2":"2019-01-18T23:00:59.967Z","0.16.0-alpha.e58dd422":"2019-01-19T00:10:31.377Z","0.16.0-alpha.65ec50a3":"2019-01-19T09:04:03.513Z","0.16.0-alpha.3f632c8c":"2019-01-19T09:04:24.461Z","0.16.0-alpha.c003293c":"2019-01-19T09:04:36.384Z","0.16.0-alpha.a5cb0ca4":"2019-01-19T09:05:11.385Z","0.16.0-alpha.51c35a5d":"2019-01-19T09:08:20.910Z","0.16.0-alpha.214ee5ee":"2019-01-19T09:09:12.169Z","0.16.0-alpha.87b081cb":"2019-01-19T09:09:29.056Z","0.16.0-alpha.54d55834":"2019-01-19T09:10:23.054Z","0.16.0-alpha.8905ed98":"2019-01-19T09:13:08.950Z","0.16.0-alpha.fc6e276e":"2019-01-20T08:15:22.240Z","0.16.0-alpha.9ae6a372":"2019-01-20T08:16:10.467Z","0.16.0-alpha.3e03cb27":"2019-01-20T08:16:17.333Z","0.16.0-alpha.8299d01a":"2019-01-20T08:38:49.718Z","0.16.0-alpha.6441cc2b":"2019-01-20T08:39:39.408Z","0.16.0-alpha.893d6be4":"2019-01-20T08:55:30.913Z","0.16.0-alpha.f045ab52":"2019-01-20T09:53:44.658Z","0.16.0":"2019-01-20T10:13:20.067Z","0.17.0-alpha.325baef0":"2019-01-20T10:17:47.882Z","0.17.0-alpha.c9b91b10":"2019-01-20T10:18:02.707Z","0.17.0-alpha.a290eda2":"2019-01-20T10:18:15.979Z","0.17.0-alpha.2fdb8985":"2019-01-20T10:19:06.731Z","0.17.0-alpha.03a8db14":"2019-01-20T10:22:18.773Z","0.17.0-alpha.ad45c54c":"2019-01-20T11:17:22.692Z","0.17.0-alpha.546c781e":"2019-01-20T11:17:35.463Z","0.17.0-alpha.498958e7":"2019-01-20T11:23:20.345Z","0.17.0-alpha.e0c1b279":"2019-01-20T17:52:46.513Z","0.17.0-alpha.aa7b2b06":"2019-01-20T19:09:54.460Z","0.17.0-alpha.89d7da37":"2019-01-20T19:10:27.081Z","0.17.0-alpha.20739eb4":"2019-01-21T06:59:35.109Z","0.17.0-alpha.f686ddcc":"2019-01-21T06:59:51.589Z","0.17.0-alpha.a93a7cf9":"2019-01-21T07:04:38.066Z","0.17.0-alpha.1d6e8107":"2019-01-21T07:31:47.589Z","0.17.0-alpha.ba17b639":"2019-01-21T07:32:14.440Z","0.17.0-alpha.df1e375e":"2019-01-21T16:07:06.460Z","0.17.0-alpha.4c59e508":"2019-01-21T16:25:56.268Z","0.17.0-alpha.e01c48d1":"2019-01-21T19:55:44.050Z","0.17.0-alpha.be46d9eb":"2019-01-21T21:24:56.507Z","0.17.0-alpha.ca5f1e26":"2019-01-21T23:14:37.930Z","0.17.0-alpha.389a4e5e":"2019-01-22T06:35:51.762Z","0.17.0-alpha.f9396574":"2019-01-22T06:36:06.057Z","0.17.0-alpha.274b789c":"2019-01-22T06:36:20.154Z","0.17.0-alpha.a77a7e9d":"2019-01-22T06:37:14.164Z","0.17.0-alpha.c704bbdd":"2019-01-22T14:09:19.693Z","0.17.0-alpha.a6bd36d0":"2019-01-22T14:21:26.533Z","0.17.0-alpha.bb76bd65":"2019-01-23T10:17:25.981Z","0.17.0-alpha.4f5607ee":"2019-01-23T11:19:34.004Z","0.17.0-alpha.ef6ceb6a":"2019-01-23T23:26:07.640Z","0.17.0-alpha.4edfff92":"2019-01-24T07:56:55.551Z","0.17.0-alpha.d11ea487":"2019-01-24T07:59:49.696Z","0.17.0-alpha.67af7796":"2019-01-24T15:26:15.575Z","0.17.0-alpha.9ae86168":"2019-01-24T15:26:40.009Z","0.17.0-alpha.73c81fab":"2019-01-24T23:29:11.059Z","0.17.0-alpha.8cd55fff":"2019-01-25T22:45:19.940Z","0.17.0-alpha.9f2a98cb":"2019-01-26T14:06:10.098Z","0.17.0-alpha.c7268cf7":"2019-01-26T19:54:59.153Z","0.17.0-alpha.7f30b882":"2019-01-26T22:22:56.190Z","0.17.0-alpha.58610d15":"2019-01-28T06:42:47.299Z","0.17.0-alpha.9d589b94":"2019-01-28T06:42:59.306Z","0.17.0-alpha.b52a7909":"2019-01-28T06:43:15.484Z","0.17.0-alpha.7b635c1e":"2019-01-28T06:43:27.647Z","0.17.0-alpha.1d0aa274":"2019-01-28T06:47:35.732Z","0.17.0-alpha.6f188ad1":"2019-01-28T13:59:36.396Z","0.17.0-alpha.457ad1c8":"2019-01-28T16:19:01.113Z","0.17.0-alpha.fe7fd51a":"2019-01-29T00:50:32.377Z","0.17.0-alpha.0c94f218":"2019-01-29T06:28:31.287Z","0.17.0-alpha.61f01d98":"2019-01-29T08:19:24.331Z","0.17.0-alpha.2154faeb":"2019-01-29T08:19:54.949Z","0.17.0-alpha.44e983a6":"2019-01-29T19:14:31.760Z","0.17.0-alpha.b7ac91bb":"2019-01-30T08:45:35.504Z","0.17.0-alpha.eb9d6ff3":"2019-01-30T10:53:00.332Z","0.17.0-alpha.16cdd6ee":"2019-01-30T10:58:45.068Z","0.17.0-alpha.1f181a9c":"2019-01-30T10:59:31.558Z","0.17.0-alpha.ee165a5a":"2019-01-30T10:59:40.714Z","0.17.0-alpha.709ee7ed":"2019-01-30T13:28:59.244Z","0.17.0-alpha.b71e2725":"2019-01-30T13:29:26.989Z","0.17.0-alpha.4317ee16":"2019-01-30T15:59:49.799Z","0.17.0-alpha.fad8d485":"2019-01-30T19:29:57.137Z","0.17.0-alpha.805da056":"2019-01-30T23:38:04.952Z","0.17.0-alpha.d1d114fe":"2019-01-31T00:33:59.308Z","0.17.0-alpha.30946230":"2019-01-31T04:47:50.224Z","0.17.0-alpha.ed37be75":"2019-01-31T07:41:47.252Z","0.17.0-alpha.a51f5553":"2019-01-31T07:41:58.785Z","0.17.0-alpha.24448bfc":"2019-01-31T07:42:12.111Z","0.17.0-alpha.e0e357ed":"2019-01-31T10:33:44.064Z","0.17.0-alpha.c06f4e27":"2019-01-31T19:53:15.411Z","0.17.0-alpha.cc04e36e":"2019-01-31T19:53:37.682Z","0.17.0-alpha.9267e6d4":"2019-01-31T20:11:44.603Z","0.17.0-alpha.d9c6b03d":"2019-01-31T20:35:44.352Z","0.17.0-alpha.67da0b35":"2019-02-01T05:41:20.479Z","0.17.0-alpha.ccad7a11":"2019-02-01T19:50:24.515Z","0.17.0-alpha.960bbab0":"2019-02-01T19:53:05.669Z","0.17.0-alpha.87bd896d":"2019-02-01T20:44:38.572Z","0.17.0-alpha.bade86e8":"2019-02-02T09:04:51.434Z","0.17.0-alpha.019c17e6":"2019-02-02T18:31:00.833Z","0.17.0-alpha.97ddaae5":"2019-02-03T06:12:33.242Z","0.17.0-alpha.06e46cf4":"2019-02-03T06:12:49.450Z","0.17.0-alpha.353b916d":"2019-02-03T06:13:03.399Z","0.17.0-alpha.b1d40543":"2019-02-03T06:13:17.817Z","0.17.0-alpha.7e68e4fe":"2019-02-03T06:16:45.936Z","0.17.0-alpha.39bfcdc3":"2019-02-03T06:17:24.027Z","0.17.0-alpha.6f8b0fbb":"2019-02-03T06:17:38.480Z","0.17.0-alpha.32cea6b2":"2019-02-03T06:20:32.498Z","0.17.0-alpha.e89bb71e":"2019-02-03T06:21:10.900Z","0.17.0-alpha.38d1a021":"2019-02-03T06:55:03.426Z","0.17.0-alpha.15f2e004":"2019-02-03T06:56:23.756Z","0.17.0-alpha.519cb25c":"2019-02-03T07:11:51.885Z","0.17.0-alpha.7e3da843":"2019-02-03T08:13:33.861Z","0.17.0-alpha.1dfecade":"2019-02-03T08:34:47.313Z","0.17.0-alpha.d32099f1":"2019-02-03T08:37:47.057Z","0.17.0-alpha.2b6610b9":"2019-02-03T08:38:40.182Z","0.17.0-alpha.6cf5bfb2":"2019-02-03T09:21:22.227Z","0.16.1":"2019-02-03T09:23:53.942Z","0.17.0-alpha.530adc56":"2019-02-03T09:25:47.211Z","0.17.0-alpha.206bca2b":"2019-02-03T09:28:00.858Z","0.17.0-alpha.8e787c93":"2019-02-03T09:29:34.270Z","0.17.0-alpha.73c1b445":"2019-02-03T10:27:49.299Z","0.17.0-alpha.eeebef59":"2019-02-03T10:28:06.576Z","0.17.0-alpha.131278bf":"2019-02-03T10:41:44.839Z","0.17.0-alpha.fe3fb331":"2019-02-03T10:44:42.872Z","0.17.0-alpha.1375489a":"2019-02-03T11:03:08.929Z","0.17.0-alpha.b9f7c7c3":"2019-02-03T11:48:59.952Z","0.17.0-alpha.2b22525a":"2019-02-03T12:36:46.499Z","0.17.0-alpha.21ea9ea8":"2019-02-03T20:37:08.262Z","0.17.0-alpha.d6e4c2b6":"2019-02-04T06:21:30.246Z","0.17.0-alpha.44540a2a":"2019-02-04T06:23:40.639Z","0.17.0-alpha.a9e19710":"2019-02-04T09:06:36.268Z","0.17.0-alpha.5645f490":"2019-02-04T17:26:10.435Z","0.17.0-alpha.a46dcede":"2019-02-04T22:55:02.364Z","0.17.0-alpha.5c019cfa":"2019-02-05T00:43:53.120Z","0.17.0-alpha.8b057617":"2019-02-05T01:29:07.765Z","0.17.0-alpha.a3e75975":"2019-02-05T01:29:50.320Z","0.17.0-alpha.a9800160":"2019-02-05T02:28:22.518Z","0.17.0-alpha.c9253930":"2019-02-05T02:29:02.133Z","0.17.0-alpha.9b7ca0a5":"2019-02-05T03:22:35.495Z","0.17.0-alpha.353677b5":"2019-02-05T06:23:30.283Z","0.17.0-alpha.1253541a":"2019-02-05T06:23:43.687Z","0.17.0-alpha.6a887ee3":"2019-02-05T06:23:57.673Z","0.17.0-alpha.1c63a8e0":"2019-02-05T06:24:10.647Z","0.17.0-alpha.a3372043":"2019-02-05T06:27:53.409Z","0.17.0-alpha.c6709710":"2019-02-05T06:28:08.884Z","0.17.0-alpha.fb993fd5":"2019-02-05T06:28:30.432Z","0.17.0-alpha.0854f325":"2019-02-05T06:33:47.254Z","0.17.0-alpha.daf47417":"2019-02-05T06:33:59.832Z","0.17.0-alpha.7b39834b":"2019-02-05T19:31:30.212Z","0.17.0-alpha.6d3f6b1d":"2019-02-05T22:08:48.253Z","0.17.0-alpha.d9949d36":"2019-02-05T22:38:57.610Z","0.17.0-alpha.f484a06b":"2019-02-06T07:33:25.378Z","0.17.0-alpha.0b4d3e73":"2019-02-06T07:33:36.010Z","0.17.0-alpha.0cf34bc1":"2019-02-06T07:33:43.715Z","0.17.0-alpha.4fc28fed":"2019-02-06T08:26:10.961Z","0.17.0-alpha.40979ba2":"2019-02-06T08:33:28.641Z","0.17.0-alpha.b9ef304a":"2019-02-06T14:46:20.879Z","0.17.0-alpha.3cee3744":"2019-02-06T18:39:20.042Z","0.17.0-alpha.52b04139":"2019-02-06T23:34:53.896Z","0.17.0-alpha.70087e70":"2019-02-07T08:44:45.011Z","0.17.0-alpha.fb0b04f9":"2019-02-07T09:30:24.183Z","0.17.0-alpha.0ace5ac7":"2019-02-07T09:30:34.489Z","0.17.0-alpha.5e884b34":"2019-02-07T09:31:04.604Z","0.17.0-alpha.5a046708":"2019-02-07T09:31:45.110Z","0.17.0-alpha.1627d5fe":"2019-02-07T09:35:19.365Z","0.17.0-alpha.392ed723":"2019-02-07T09:38:30.102Z","0.17.0-alpha.58e6d844":"2019-02-07T19:42:45.113Z","0.17.0-alpha.7f472189":"2019-02-07T22:11:50.720Z","0.17.0-alpha.bba57f12":"2019-02-08T00:39:01.213Z","0.17.0-alpha.1c13b8a6":"2019-02-08T02:31:14.508Z","0.17.0-alpha.dcc1d8ae":"2019-02-08T21:29:33.138Z","0.17.0-alpha.6872ab68":"2019-02-08T21:29:42.628Z","0.17.0-alpha.79293e3b":"2019-02-08T22:30:29.127Z","0.17.0-alpha.656e9f36":"2019-02-11T21:52:44.069Z","0.17.0-alpha.9a717930":"2019-02-11T23:27:59.489Z","0.17.0-alpha.c4aee352":"2019-02-12T00:59:38.109Z","0.17.0-alpha.92a33a48":"2019-02-12T09:43:22.761Z","0.17.0-alpha.59a9ef69":"2019-02-12T20:40:27.801Z","0.17.0-alpha.ea33f85c":"2019-02-12T23:07:21.667Z","0.17.0-alpha.28da6f01":"2019-02-13T00:07:44.036Z","0.17.0-alpha.0e2694e0":"2019-02-13T04:19:31.707Z","0.17.0-alpha.aa6d9d9c":"2019-02-13T11:43:50.401Z","0.17.0-alpha.f1a15d7f":"2019-02-13T12:27:51.606Z","0.17.0-alpha.13eb57c3":"2019-02-13T12:28:35.523Z","0.17.0-alpha.e125846e":"2019-02-13T12:28:52.924Z","0.17.0-alpha.d8c29163":"2019-02-13T12:29:08.106Z","0.17.0-alpha.9214670d":"2019-02-13T12:32:05.604Z","0.17.0-alpha.37189f07":"2019-02-13T12:33:28.230Z","0.17.0-alpha.b11606be":"2019-02-13T12:33:41.610Z","0.17.0-alpha.19b61393":"2019-02-13T12:33:55.580Z","0.17.0-alpha.8f5fac15":"2019-02-13T16:56:38.085Z","0.17.0-alpha.4cc9720c":"2019-02-13T18:35:23.578Z","0.17.0-alpha.d62f37ba":"2019-02-13T19:09:45.231Z","0.17.0-alpha.454eeb52":"2019-02-13T22:04:10.460Z","0.17.0-alpha.fc75e94e":"2019-02-13T22:20:42.524Z","0.17.0-alpha.3327d70e":"2019-02-13T23:29:37.117Z","0.17.0-alpha.162fa439":"2019-02-14T11:33:28.476Z","0.17.0-alpha.1e114586":"2019-02-14T18:51:49.966Z","0.17.0-alpha.93a09bd2":"2019-02-14T19:25:41.073Z","0.17.0-alpha.a4533c71":"2019-02-14T19:45:56.730Z","0.17.0-alpha.c0e1ad8a":"2019-02-15T15:39:08.576Z","0.17.0-alpha.364f2fe0":"2019-02-15T19:26:05.386Z","0.17.0-alpha.c786f6c3":"2019-02-18T10:33:14.909Z","0.17.0-alpha.0449b01f":"2019-02-18T19:53:19.739Z","0.17.0-alpha.e1b77d0e":"2019-02-18T20:02:08.530Z","0.17.0-alpha.6160f8ab":"2019-02-19T19:29:05.000Z","0.17.0-alpha.d1e8a6a8":"2019-02-20T19:29:20.631Z","0.17.0-alpha.77b269d9":"2019-02-21T09:02:20.953Z","0.17.0-alpha.458d8f51":"2019-02-21T09:05:27.596Z","0.17.0-alpha.727c5e3e":"2019-02-21T09:05:37.696Z","0.17.0-alpha.630cecdb":"2019-02-21T09:05:47.717Z","0.17.0-alpha.fcf549ca":"2019-02-21T09:06:37.774Z","0.17.0-alpha.5e86c7e6":"2019-02-21T09:10:23.302Z","0.17.0-alpha.4b70aae6":"2019-02-21T09:10:34.631Z","0.17.0-alpha.d1a322f1":"2019-02-21T09:11:01.642Z","0.17.0-alpha.7f9d17ea":"2019-02-21T09:11:25.458Z","0.17.0-alpha.da193459":"2019-02-21T09:14:43.191Z","0.17.0-alpha.ca704153":"2019-02-21T09:14:58.361Z","0.17.0-alpha.64af4343":"2019-02-21T09:15:20.683Z","0.17.0-alpha.5975d30d":"2019-02-21T09:16:03.153Z","0.17.0-alpha.4e27ba00":"2019-02-21T09:40:31.578Z","0.17.0-alpha.5ec953df":"2019-02-21T09:41:16.333Z","0.17.0-alpha.8380d996":"2019-02-21T13:14:56.429Z","0.17.0-alpha.e09f4a1f":"2019-02-21T13:57:27.640Z","0.17.0-alpha.4c63fab5":"2019-02-21T14:52:09.486Z","0.17.0-alpha.55dc885d":"2019-02-21T15:13:00.491Z","0.17.0-alpha.c66a85a8":"2019-02-21T15:22:14.251Z","0.17.0-alpha.619abd30":"2019-02-21T15:32:54.649Z","0.17.0-alpha.97d32252":"2019-02-21T15:37:12.562Z","0.17.0":"2019-02-21T16:56:29.817Z","0.17.0-alpha.b0d9bdaf":"2019-02-21T17:02:18.655Z","0.18.0-alpha.8d78a99b":"2019-02-21T17:03:19.676Z","0.17.0-alpha.0e8f8952":"2019-02-21T17:04:12.622Z","0.18.0-alpha.27c1fae1":"2019-02-21T17:09:16.566Z","0.18.0-alpha.a44948f6":"2019-02-21T17:09:39.783Z","0.18.0-alpha.8aa51132":"2019-02-21T18:47:48.666Z","0.18.0-alpha.ceb43702":"2019-02-21T19:32:51.931Z","0.18.0-alpha.d0f02a78":"2019-02-21T22:36:43.888Z","0.18.0-alpha.83f3ea93":"2019-02-22T19:47:23.809Z","0.18.0-alpha.c0dbd980":"2019-02-22T22:34:45.572Z","0.18.0-alpha.1eb2c148":"2019-02-23T13:38:12.114Z","0.18.0-alpha.a7995ccd":"2019-02-23T22:29:34.523Z","0.18.0-alpha.70d34459":"2019-02-24T08:46:13.822Z","0.18.0-alpha.7c36b3d1":"2019-02-24T08:47:50.399Z","0.18.0-alpha.600bf546":"2019-02-24T08:48:29.593Z","0.18.0-alpha.49a260f9":"2019-02-24T08:48:56.237Z","0.18.0-alpha.99a4f6e4":"2019-02-24T08:49:11.130Z","0.18.0-alpha.849703d9":"2019-02-24T08:53:56.478Z","0.18.0-alpha.b4239bef":"2019-02-24T08:54:08.646Z","0.18.0-alpha.0f480fb2":"2019-02-24T08:55:01.916Z","0.18.0-alpha.67555352":"2019-02-24T08:55:17.867Z","0.18.0-alpha.dafd4ae9":"2019-02-24T09:04:06.520Z","0.18.0-alpha.5f1df926":"2019-02-24T09:09:38.425Z","0.18.0-alpha.d1f1c3f3":"2019-02-24T11:27:31.851Z","0.18.0-alpha.87e1dd92":"2019-02-24T12:13:57.084Z","0.18.0-alpha.5d4485ef":"2019-02-24T12:27:22.598Z","0.18.0-alpha.adffc901":"2019-02-24T12:34:59.507Z","0.18.0-alpha.1d6f8f58":"2019-02-24T12:50:00.427Z","0.18.0-alpha.be27c7ee":"2019-02-24T13:13:22.946Z","0.18.0-alpha.9f16278c":"2019-02-24T16:05:03.696Z","0.18.0-alpha.23894f08":"2019-02-24T16:09:43.692Z","0.18.0-alpha.51462830":"2019-02-25T03:12:33.696Z","0.18.0-alpha.2da37bee":"2019-02-25T07:31:42.434Z","0.18.0-alpha.069a87aa":"2019-02-25T07:52:28.957Z","0.18.0-alpha.81383c0d":"2019-02-25T09:16:10.147Z","0.18.0-alpha.a2757413":"2019-02-25T15:10:57.639Z","0.18.0-alpha.852a57ce":"2019-02-25T15:21:11.247Z","0.18.0-alpha.dfb774b2":"2019-02-25T18:54:26.477Z","0.18.0-alpha.9584a720":"2019-02-25T19:17:26.045Z","0.18.0-alpha.99342919":"2019-02-25T22:56:59.061Z","0.18.0-alpha.a714943d":"2019-02-26T00:04:52.275Z","0.18.0-alpha.ab8245eb":"2019-02-26T00:42:57.914Z","0.18.0-alpha.7ca265c3":"2019-02-26T02:57:29.995Z","0.18.0-alpha.e260974b":"2019-02-26T02:58:26.823Z","0.18.0-alpha.bca7c945":"2019-02-26T05:33:32.059Z","0.18.0-alpha.ad4f7dae":"2019-02-26T07:50:12.678Z","0.18.0-alpha.39bc9cd7":"2019-02-26T07:50:25.062Z","0.18.0-alpha.586a9090":"2019-02-26T07:50:57.369Z","0.18.0-alpha.41a606c0":"2019-02-26T07:51:13.939Z","0.18.0-alpha.522e033d":"2019-02-26T07:56:31.373Z","0.18.0-alpha.ab4e62bc":"2019-02-26T10:35:53.371Z","0.18.0-alpha.abf3a1be":"2019-02-26T14:41:06.903Z","0.18.0-alpha.859de36d":"2019-02-26T14:46:53.458Z","0.18.0-alpha.b6def02f":"2019-02-26T15:21:40.712Z","0.18.0-alpha.9ad67a0e":"2019-02-26T15:30:40.941Z","0.18.0-alpha.aee691bb":"2019-02-26T16:24:35.530Z","0.18.0-alpha.ab3e0689":"2019-02-26T19:20:53.322Z","0.18.0-alpha.2ffdf275":"2019-02-26T19:31:13.980Z","0.18.0-alpha.dcbf4823":"2019-02-27T02:23:40.066Z","0.18.0-alpha.b0c24eaa":"2019-02-27T06:48:45.997Z","0.18.0-alpha.953fa078":"2019-02-27T06:49:34.759Z","0.18.0-alpha.7e0476b1":"2019-02-27T06:50:15.752Z","0.18.0-alpha.ed3b0d01":"2019-02-27T06:50:49.843Z","0.18.0-alpha.b1641564":"2019-02-27T07:35:54.833Z","0.18.0-alpha.4e3049ec":"2019-02-27T10:53:50.992Z","0.18.0-alpha.1830d0d9":"2019-02-27T12:32:04.503Z","0.18.0-alpha.505c37b0":"2019-02-27T12:44:11.922Z","0.18.0-alpha.d55b18ec":"2019-02-27T13:28:09.527Z","0.18.0-alpha.94d52f64":"2019-02-27T19:51:18.039Z","0.18.0-alpha.06e42196":"2019-02-28T07:07:26.265Z","0.18.0-alpha.87ec8610":"2019-02-28T07:11:21.414Z","0.18.0-alpha.80dd31b5":"2019-02-28T07:18:17.943Z","0.18.0-alpha.588c3a12":"2019-02-28T09:39:27.242Z","0.18.0-alpha.0b8bb006":"2019-02-28T09:42:09.138Z","0.18.0-alpha.e20def4c":"2019-02-28T09:56:23.240Z","0.18.0-alpha.a8b25558":"2019-02-28T10:04:12.465Z","0.18.0-alpha.98627006":"2019-02-28T11:28:14.897Z","0.18.0-alpha.ccea5517":"2019-02-28T11:39:24.797Z","0.18.0-alpha.54993417":"2019-02-28T11:41:47.082Z","0.18.0-alpha.cab8e330":"2019-02-28T12:14:48.548Z","0.18.0-alpha.e869ef7c":"2019-02-28T12:35:37.174Z","0.18.0-alpha.9c27381f":"2019-02-28T13:00:00.557Z","0.18.0-alpha.b3e9061d":"2019-02-28T13:23:26.662Z","0.18.0-alpha.e2406c52":"2019-02-28T15:55:35.551Z","0.18.0-alpha.b9c2f9ce":"2019-02-28T16:13:13.024Z","0.18.0-alpha.d4458128":"2019-02-28T17:07:33.387Z","0.18.0-alpha.e560e7bd":"2019-02-28T17:32:33.732Z","0.18.0-alpha.b1d88ce9":"2019-02-28T19:43:18.107Z","0.18.0-alpha.d365409c":"2019-02-28T19:44:23.367Z","0.18.0-alpha.ed01de77":"2019-02-28T19:59:59.463Z","0.18.0-alpha.c1b52df0":"2019-02-28T20:27:06.477Z","0.18.0-alpha.684d4512":"2019-03-01T00:58:08.158Z","0.18.0-alpha.2ae25559":"2019-03-01T00:58:15.777Z","0.18.0-alpha.4989b6c8":"2019-03-01T02:40:06.570Z","0.18.0-alpha.3b7978b7":"2019-03-01T03:18:05.924Z","0.18.0-alpha.97c04650":"2019-03-01T08:49:01.044Z","0.18.0-alpha.46d48b11":"2019-03-01T08:49:55.344Z","0.18.0-alpha.9f09e048":"2019-03-01T08:50:05.120Z","0.18.0-alpha.c8fe1b4e":"2019-03-01T08:52:38.466Z","0.18.0-alpha.3626921c":"2019-03-01T09:57:01.347Z","0.18.0-alpha.0a2f5006":"2019-03-01T09:57:19.908Z","0.18.0-alpha.03e18d38":"2019-03-01T09:57:32.492Z","0.18.0-alpha.a6c71b8d":"2019-03-01T09:59:14.770Z","0.18.0-alpha.40c38b21":"2019-03-01T10:03:10.789Z","0.18.0-alpha.31aed16b":"2019-03-01T10:09:38.696Z","0.18.0":"2019-03-01T10:21:38.939Z","0.19.0-alpha.71e6396c":"2019-03-01T10:28:45.386Z","0.19.0-alpha.2249ff45":"2019-03-01T10:50:17.460Z","0.19.0-alpha.35980e3e":"2019-03-01T11:11:12.924Z","0.19.0-alpha.89ed12b6":"2019-03-01T13:39:30.577Z","0.19.0-alpha.2f2a3a34":"2019-03-01T13:46:03.090Z","0.19.0-alpha.eb96a664":"2019-03-01T16:33:40.176Z","0.19.0-alpha.f6c5f227":"2019-03-01T16:34:08.895Z","0.19.0-alpha.522954d6":"2019-03-01T16:36:07.356Z","0.19.0-alpha.a6afb569":"2019-03-01T20:16:47.940Z","0.19.0-alpha.e7317ed2":"2019-03-02T01:47:03.520Z","0.19.0-alpha.01ec7a55":"2019-03-02T02:16:39.259Z","0.19.0-alpha.f3b9e563":"2019-03-03T06:50:49.830Z","0.19.0-alpha.a36cdd19":"2019-03-03T14:34:16.536Z","0.19.0-alpha.762626dd":"2019-03-03T14:34:24.986Z","0.19.0-alpha.92a159e7":"2019-03-03T14:34:34.950Z","0.19.0-alpha.79228234":"2019-03-03T14:36:06.241Z","0.18.0-alpha.23aeeb74":"2019-03-04T04:25:12.012Z","0.18.1-alpha.6":"2019-03-04T04:32:40.199Z","0.19.0-alpha.edb3d7fa":"2019-03-04T07:50:24.373Z","0.18.0-alpha.ad875484":"2019-03-04T12:43:14.403Z","0.18.0-alpha.69f43292":"2019-03-04T13:11:44.289Z","0.19.0-alpha.31f290ea":"2019-03-04T14:22:44.445Z","0.19.0-alpha.ca269f7e":"2019-03-04T14:28:55.595Z","0.19.0-alpha.842ab491":"2019-03-04T14:29:45.651Z","0.19.0-alpha.30ffec87":"2019-03-04T20:34:53.109Z","0.19.0-alpha.b6975f17":"2019-03-05T08:44:37.902Z","0.19.0-alpha.658f2fa9":"2019-03-05T15:34:18.341Z","0.19.0-alpha.6a3f1430":"2019-03-05T16:23:04.282Z","0.19.0-alpha.c9a3343c":"2019-03-05T16:27:08.515Z","0.19.0-alpha.f4d07ddc":"2019-03-05T17:24:11.481Z","0.19.0-alpha.f9467803":"2019-03-05T17:40:56.340Z","0.19.0-alpha.26bc98f9":"2019-03-05T19:16:40.272Z","0.19.0-alpha.dbd8179a":"2019-03-05T19:38:47.604Z","0.19.0-alpha.33d94882":"2019-03-05T19:39:40.111Z","0.19.0-alpha.f67e8608":"2019-03-05T23:27:31.215Z","0.19.0-alpha.cca6afa8":"2019-03-05T23:27:46.997Z","0.19.0-alpha.ec4760e5":"2019-03-06T08:21:27.010Z","0.19.0-alpha.6888a690":"2019-03-06T08:23:54.558Z","0.19.0-alpha.b268f76e":"2019-03-06T08:25:03.365Z","0.19.0-alpha.004d58ea":"2019-03-06T08:25:23.934Z","0.19.0-alpha.b6055f5a":"2019-03-06T08:27:28.324Z","0.19.0-alpha.268be0b4":"2019-03-06T08:29:47.314Z","0.19.0-alpha.12044d80":"2019-03-06T08:30:37.646Z","0.19.0-alpha.90973bc3":"2019-03-06T08:40:23.459Z","0.19.0-alpha.f78a122e":"2019-03-06T08:51:28.831Z","0.19.0-alpha.893af3b9":"2019-03-06T08:51:43.009Z","0.19.0-alpha.ba991e7d":"2019-03-06T09:05:11.301Z","0.19.0-alpha.c608c623":"2019-03-06T09:14:31.700Z","0.19.0-alpha.af581cd1":"2019-03-06T10:16:13.944Z","0.19.0-alpha.f9e4218d":"2019-03-06T11:14:36.847Z","0.19.0-alpha.efd0a6f3":"2019-03-06T12:41:57.492Z","0.19.0-alpha.19988f95":"2019-03-06T12:54:34.222Z","0.18.1-alpha.16":"2019-03-06T12:57:00.766Z","0.19.0-alpha.1690e3e9":"2019-03-06T14:23:55.869Z","0.19.0-alpha.6863e55f":"2019-03-06T14:33:32.022Z","0.19.0-alpha.7ed9765d":"2019-03-06T16:03:26.501Z","0.19.0-alpha.b76e699a":"2019-03-06T16:59:51.503Z","0.19.0-alpha.5634c385":"2019-03-06T17:02:58.377Z","0.19.0-alpha.e4f85226":"2019-03-06T20:24:36.742Z","0.19.0-alpha.85754bbe":"2019-03-06T20:25:00.288Z","0.19.0-alpha.4ed7031b":"2019-03-07T04:39:11.068Z","0.19.0-alpha.7aea222f":"2019-03-07T06:30:28.448Z","0.19.0-alpha.81053f45":"2019-03-07T06:30:50.551Z","0.19.0-alpha.e1b6f2c3":"2019-03-07T06:31:01.348Z","0.19.0-alpha.620515fe":"2019-03-07T09:58:39.029Z","0.19.0-alpha.ce9824f7":"2019-03-07T13:45:15.548Z","0.19.0-alpha.80bb6e0c":"2019-03-07T19:01:18.616Z","0.19.0-alpha.7c0f61be":"2019-03-07T19:52:38.987Z","0.19.0-alpha.50be825d":"2019-03-07T23:30:13.464Z","0.19.0-alpha.a0cd86a5":"2019-03-08T18:56:07.634Z","0.19.0-alpha.45b0b826":"2019-03-08T19:36:31.378Z","0.19.0-alpha.3973cc8b":"2019-03-09T00:33:09.017Z","0.19.0-alpha.ceeaf808":"2019-03-11T08:49:23.256Z","0.19.0-alpha.575474d4":"2019-03-11T08:49:55.233Z","0.19.0-alpha.edd84a2b":"2019-03-11T10:54:35.400Z","0.19.0-alpha.35a9f308":"2019-03-11T13:29:33.960Z","0.19.0-alpha.6299609e":"2019-03-11T15:12:23.763Z","0.19.0-alpha.c197dd89":"2019-03-11T15:54:24.579Z","0.19.0-alpha.eaadb84a":"2019-03-11T16:01:37.455Z","0.19.0-alpha.b8a815c8":"2019-03-11T16:25:15.875Z","0.19.0-alpha.0d1c696f":"2019-03-11T17:11:29.902Z","0.19.0-alpha.1275f653":"2019-03-11T17:18:08.865Z","0.19.0-alpha.2da4f267":"2019-03-11T17:21:08.506Z","0.19.0-alpha.aee3ac63":"2019-03-11T17:39:38.313Z","0.19.0-alpha.d3a72027":"2019-03-11T17:40:00.268Z","0.19.0-alpha.084e1254":"2019-03-11T17:42:25.120Z","0.19.0-alpha.2d4a70fd":"2019-03-11T17:43:40.841Z","0.19.0-alpha.e74eb07a":"2019-03-11T18:29:56.992Z","0.19.0-alpha.3f859ab8":"2019-03-11T18:39:40.489Z","0.19.0-alpha.c95fd6a7":"2019-03-12T08:17:46.051Z","0.19.0-alpha.813c8d3c":"2019-03-12T08:22:55.685Z","0.19.0-alpha.a3a6b268":"2019-03-12T12:42:53.218Z","0.19.0-alpha.ecd17774":"2019-03-12T12:43:04.118Z","0.19.0-alpha.d99a62e9":"2019-03-12T12:43:53.560Z","0.19.0-alpha.4e578a05":"2019-03-12T12:49:22.320Z","0.19.0-alpha.2e648156":"2019-03-12T12:49:52.027Z","0.19.0-alpha.b4479bfa":"2019-03-12T12:53:34.914Z","0.19.0-alpha.f77b20ca":"2019-03-12T16:58:36.497Z","0.19.0-alpha.6f658f74":"2019-03-12T18:32:28.301Z","0.19.0-alpha.5da81870":"2019-03-12T18:34:08.660Z","0.19.0-alpha.100cdc59":"2019-03-12T23:50:00.095Z","0.19.0-alpha.1865f150":"2019-03-13T04:24:38.260Z","0.19.0-alpha.48475fee":"2019-03-13T07:28:06.187Z","0.19.0-alpha.1198c408":"2019-03-13T07:28:36.440Z","0.19.0-alpha.dfa96422":"2019-03-13T07:28:49.004Z","0.19.0-alpha.c92069bc":"2019-03-13T07:36:12.262Z","0.19.0-alpha.10ac8723":"2019-03-13T10:41:26.630Z","0.19.0-alpha.af1376cc":"2019-03-13T18:29:46.462Z","0.19.0-alpha.cc52ac6e":"2019-03-14T01:21:46.991Z","0.19.0-alpha.85311445":"2019-03-14T06:49:18.665Z","0.19.0-alpha.22df701b":"2019-03-14T06:49:31.573Z","0.19.0-alpha.66950339":"2019-03-14T11:24:28.978Z","0.19.0-alpha.73e75066":"2019-03-14T12:25:52.246Z","0.19.0-alpha.ee93d1cd":"2019-03-14T13:20:29.901Z","0.19.0-alpha.67e66c5f":"2019-03-14T14:24:23.374Z","0.19.0-alpha.58c6a93d":"2019-03-14T15:30:22.840Z","0.19.0-alpha.28c537b2":"2019-03-14T15:30:41.280Z","0.19.0-alpha.fb3f63d6":"2019-03-14T15:36:10.949Z","0.19.0-alpha.f30ac657":"2019-03-14T16:31:45.936Z","0.19.0-alpha.645c985c":"2019-03-14T16:42:33.504Z","0.19.0-alpha.e10f14df":"2019-03-14T16:43:23.985Z","0.19.0-alpha.07841c6e":"2019-03-14T17:01:48.746Z","0.19.0-alpha.ece75266":"2019-03-14T18:39:48.866Z","0.19.0-alpha.e87c7ccf":"2019-03-14T18:58:27.641Z","0.19.0-alpha.fe542283":"2019-03-14T20:38:58.804Z","0.19.0-alpha.67274bd9":"2019-03-14T20:39:38.808Z","0.19.0-alpha.85ff402e":"2019-03-14T20:40:20.226Z","0.19.0-alpha.fdb0df6c":"2019-03-15T01:08:19.947Z","0.19.0-alpha.351a1f63":"2019-03-15T05:08:13.722Z","0.19.0-alpha.2c737cc8":"2019-03-15T05:08:42.947Z","0.19.0-alpha.d20bb04b":"2019-03-15T06:23:04.097Z","0.19.0-alpha.4a5ef372":"2019-03-15T07:04:07.429Z","0.19.0-alpha.a74ef9c7":"2019-03-15T07:05:36.909Z","0.19.0-alpha.2bf01486":"2019-03-15T07:06:20.328Z","0.19.0-alpha.1027b874":"2019-03-15T07:06:34.200Z","0.19.0-alpha.ed857812":"2019-03-15T08:10:54.726Z","0.19.0-alpha.0b52d31c":"2019-03-15T08:13:56.007Z","0.19.0-alpha.c65acecf":"2019-03-15T08:30:20.909Z","0.19.0-alpha.d32dbce6":"2019-03-15T08:39:34.248Z","0.19.0-alpha.96921348":"2019-03-15T09:42:16.107Z","0.19.0-alpha.d55c11db":"2019-03-15T10:17:00.036Z","0.19.0-alpha.59cd429f":"2019-03-15T10:32:41.530Z","0.19.0-alpha.46ae99f4":"2019-03-15T10:44:21.248Z","0.19.0-alpha.8dbcd4c2":"2019-03-15T12:23:28.322Z","0.19.0-alpha.bc5d307d":"2019-03-15T12:41:29.215Z","0.19.0-alpha.c28da069":"2019-03-15T14:41:42.475Z","0.19.0-alpha.05ac61f3":"2019-03-15T15:12:30.026Z","0.19.0-alpha.b1ef4e44":"2019-03-15T15:28:47.601Z","0.19.0-alpha.229b75b9":"2019-03-15T16:29:31.050Z","0.19.0-alpha.81e9e995":"2019-03-15T16:58:59.916Z","0.19.0-alpha.8182d8a5":"2019-03-15T17:07:21.837Z","0.19.0-alpha.c89797e6":"2019-03-16T08:19:44.713Z","0.19.0-alpha.9ce4a2d1":"2019-03-16T08:20:11.779Z","0.19.0-alpha.56a58741":"2019-03-16T08:21:16.420Z","0.19.0-alpha.0ee2b047":"2019-03-16T10:27:15.909Z","0.19.0-alpha.14bf4dca":"2019-03-16T10:37:38.528Z","0.19.0-alpha.06ec81a4":"2019-03-16T13:58:58.031Z","0.19.0-alpha.2f3515aa":"2019-03-17T07:53:45.316Z","0.19.0-alpha.f16a4a0e":"2019-03-18T08:01:55.254Z","0.19.0-alpha.6eb3811a":"2019-03-18T08:34:20.489Z","0.19.0-alpha.e16a0d06":"2019-03-18T08:55:58.435Z","0.19.0-alpha.bd75ee7b":"2019-03-18T09:15:20.108Z","0.19.0-alpha.eaab1dcc":"2019-03-18T14:10:40.489Z","0.19.0-alpha.11e78159":"2019-03-18T14:18:52.199Z","0.19.0-alpha.923f4f64":"2019-03-18T14:28:38.526Z","0.19.0-alpha.72ec7038":"2019-03-18T16:54:37.930Z","0.19.0-alpha.5c685b27":"2019-03-18T17:08:15.062Z","0.19.0-alpha.a50faf1a":"2019-03-18T17:08:29.053Z","0.19.0-alpha.5bed8416":"2019-03-18T17:32:33.783Z","0.19.0-alpha.cb4c2258":"2019-03-18T17:36:23.997Z","0.19.0-alpha.1871b6a4":"2019-03-18T18:03:32.882Z","0.19.0-alpha.4e974e44":"2019-03-18T18:38:07.505Z","0.19.0-alpha.8785b963":"2019-03-18T18:57:15.815Z","0.19.0-alpha.810be5e5":"2019-03-18T21:46:40.055Z","0.19.0-alpha.3704b8b3":"2019-03-19T07:07:03.132Z","0.19.0-alpha.dd5bacfd":"2019-03-19T07:22:29.322Z","0.19.0-alpha.fcb05664":"2019-03-19T07:36:08.868Z","0.19.0-alpha.ab0b68e0":"2019-03-19T09:39:29.323Z","0.19.0-alpha.7713bf54":"2019-04-16T15:29:11.003Z","0.18.1":"2019-04-16T15:30:46.330Z","0.19.0-alpha.a49a2a96":"2019-04-16T15:37:43.545Z","0.19.0-alpha.964f7955":"2019-05-16T09:28:03.671Z","0.18.2":"2019-05-16T09:49:03.840Z","0.19.0-alpha.80ec87c7":"2019-05-16T09:55:53.986Z"},"homepage":"https://github.com/dotansimha/graphql-codegen#readme","keywords":["gql","generator","code","types","interfaces","graphql","codegen","apollo","node","typescript","ts","flow","types","d.ts","typings"],"repository":{"type":"git","url":"git+https://github.com/dotansimha/graphql-codegen.git"},"author":{"name":"Dotan Simha","email":"dotansimha@gmail.com"},"bugs":{"url":"https://github.com/dotansimha/graphql-codegen/issues"},"license":"MIT","readmeFilename":"","users":{"bsdllc":true}}